Re: Window styles



On Thu, 2011-05-26 at 18:14 +0100, John Emmas wrote:
Using gtk_window_new() will create a window which the user can re-size
and maximize.  I don't want my user to be able to perform these
actions.  In my old Win32 days I'd achieve it by creating a window,
then removing the styles WS_THICKFRAME and WS_MAXIMIZEBOX.  How do I
achieve this with gtk?

John

http://developer.gnome.org/gtk/stable/GtkWindow.html

Is

gtk_window_set_resizable

and similar not working for you?







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]