[Glade-users] How to deactivate maximize button in a window??
Charlie Brune
glade at BruneWorld.com
Sun Jul 19 14:07:37 EDT 2009
Alexey Kurochkin wrote:
> On Wed, 2009-07-15 at 11:37 +0530, Sreejith S wrote:
>
>> Hi...
>>
>> How to deactivate or disable the maximize button in a window??
>>
>>
>
> gtk_window_set_resizable (mywindow, FALSE);
>
>
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>
It can also be accomplished by setting the property called "resizable"
to "no" in glade for this window.
More information about the Glade-users
mailing list