Re: hide titlebar



On Sunday 30 November 2003 05:49, francex tiscali it wrote:
> Is it possible with GDK/GTK libs, hide titlebar in application? Eventually
> how?

Try:
	gtk_window_set_decorated(GTK_WINDOW(main_window),FALSE);
http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-decorated

Dave



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