Re: Resize borders and title bars



"Chris Dickson" <chris pandromeda com> writes:

hi all,

This is quick question,....has anybody tried or knows how to get a resizable
window with out the standard GTK title bar.  As this is possible other
platforms like MSW and Mac.

 window = gtk_window_new (GTK_WINDOW_TOPLEVEL);

 gtk_widget_realize (window);
 gdk_window_set_decorations (window->window, GTK_DECOR_ALL | GDK_DECOR_TITLE);

Whether your window manager will respect is another thing. 
MWM and Fvwm will ... not sure what else.

Regards,
                                        Owen
 




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