zippo <[EMAIL PROTECTED]> writes: > 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: [clip] > /* 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. Vijay -- Free the Code, Free the User. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list