[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
How to create a borderless TOP_LEVEL_WINDOW
- From: "Michael" <mikejuni yahoo com>
- To: <gtk-app-devel-list redhat com>
- Subject: How to create a borderless TOP_LEVEL_WINDOW
- Date: Wed, 27 Oct 1999 09:36:45 +0800
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]