how to active the modaless window
- From: "rion10 (sent by Nabble.com)" <lists nabble com>
- To: gtk-app-devel-list gnome org
- Subject: how to active the modaless window
- Date: Tue, 15 Nov 2005 18:13:15 -0800 (PST)
I've 2 modaless window created by the following way:
a = gtk_window_new (GTK_WINDOW_DIALOG);
gtk_window_set_modal (GTK_WINDOW (a), FALSE);
b = gtk_window_new (GTK_WINDOW_DIALOG);
gtk_window_set_modal (GTK_WINDOW (b), FALSE);
in my application, how to active any one, let it to be top level? Thanks!
--
Sent from the Gtk+ - Apps Dev forum at Nabble.com:
http://www.nabble.com/how-to-active-the-modaless-window-t560520.html#a1505197
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]