zippo <[EMAIL PROTECTED]> writes:[clip]some quick code but i don't know if it is writen correcly, also i don't want it to have the header, or the default top of the window. "The little part with the Tittle close, min and max buttons." But i dont' know how. here is my code:/* Create a new window */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);Use GTK_WINDOW_POPUP instead of GTK_WINDOW_TOPLEVEL, if you do not want window manager decorations.
You can also use gtk_window_set_decorated (window, FALSE) to tell the window manager not to add a titlebar to the window. This method can have slightly different results than using GTK_WINDOW_POPUP depending on the window manager.
JV _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list