[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
child window
- From: "Massimo" <max_f abaconet it>
- To: <gtk-app-devel-list gnome org>
- Subject: child window
- Date: Tue, 24 Jul 2001 22:53:17 +0200
Hi,
I have used "MIT-SHM" library for manipulate image, then I would have a
window created with GTK
(like : main_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);)for user
interface with button and other tool and under this window I would create an
child window with:
window=XCreateWindow(display,win,0,0,width, height,0, depth,InputOutput,
visual, 0, NULL);
>From first GTK-window where can I take information for child window?
Thanks.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]