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

Re: gtkwindow



zze-coframi balr001 <coframi.balr001@rd.francetelecom.com> writes:
> 
> do you know if it's possible  to have a GtkWindow object without the title
> bar, the GtkWindow type being  set to DIALOg or TOP_LEVEL

gdk_window_set_decorations (widget->window, 0) in GTK 1.2, 
gtk_window_set_decorated (widget, FALSE) in 1.3.x.

Havoc



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