[Glade-users] How to set modal to False for a Gtk Frame
- From: lam at pcigeomatics.com (Thierry Lam)
- Subject: [Glade-users] How to set modal to False for a Gtk Frame
- Date: Wed Nov 23 10:02:42 2005
I did that already, my FileChooserDialog is still in front of my main
window, but there's this other Gtk Frame which is also in the
background.
Thierry
-----Original Message-----
From: Damon Chaplin [mailto:damon karuna uklinux net]
Sent: Wednesday, November 23, 2005 5:57 AM
To: Thierry Lam
Cc: glade-users lists ximian com
Subject: Re: [Glade-users] How to set modal to False for a Gtk Frame
On Tue, 2005-11-22 at 18:36 -0500, Thierry Lam wrote:
I have GUI which has a main Gtk Window and a Gtk Frame. I also have a
FileChooserDialog. I was able to set modal to True on the
FileChooserDialog but whenever I click on the Gtk Frame it keeps
coming in front of the dialog. Is there a way to fix that?
I think you need to use
gtk_window_set_transient_for (dialog, main_window);
http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-
set-transient-for
Damon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]