Re: Remove title bar from GtkWidget



Santiago Capel Torres wrote:

Hi all.

I am a developer of bluefish (http://bluefish.openoffice.nl) and I need
to remove the title bar of a GtkWidget. I must create it with
gtk_window_new(0) and then make it transient to the parent window. If I
use gtk_window_new(GTK_WINDOW_POPUP) I can't make it transient.

Any help?

Thank you very much.

Santiago Capel Torres
bluefish ono com

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


gdk_window_set_decorations(xxx->window, GDK_DECOR_BORDER);
Olivier





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