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

How to create a borderless TOP_LEVEL_WINDOW



Hi,

I try to create a borderless TOP_LEVEL_WINDOW in GTK without success.
I mainly use the following combinations-

GtkWidget* wnd;
wnd=gtk_window_new(GTK_WINDOW_TOPLEVEL);
gdk_set_decorations(wnd,0);

Does anyone have other method to create a borderless TOP_LEVEL_WINDOW?

Michael



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