[Lazarus] Window sizing on gtk

2011-10-28 Thread Max Vlasov
Hi, I noticed a little difference between gtk and win32 in handling window sizing programmatically and appreciate any advice on the subject. On Windows it is possible to create user-drawn window that formally is not resizable and has no system decoration, but behaves like normal resizable window.

Re: [Lazarus] Window sizing on gtk

2011-10-28 Thread Max Vlasov
On Fri, Oct 28, 2011 at 11:57 AM, Max Vlasov max.vla...@gmail.com wrote: I can fix the first problem just by little extra code that switches between the current size and Bounds(0, 0, Screen.Width, Screen.Height), While trying to implement this particular workaround, noticed also a strange

Re: [Lazarus] Window sizing on gtk

2011-10-28 Thread Hans-Peter Diettrich
Max Vlasov schrieb: Hi, I noticed a little difference between gtk and win32 in handling window sizing programmatically and appreciate any advice on the subject. You should understand that non-Windows platforms have separate window mangers, which do not allow to control forms as on Windows.