Window styles



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


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