>>>>> "Alan" == Dugas, Alan <[EMAIL PROTECTED]> writes:

    Alan> I am currently trying to determine which of several windows
    Alan> is the active window in my application.  I haven't found
    Alan> anything in the documentation that looks like it performs
    Alan> this function.  Is there a convience function for getting
    Alan> the active window?  If not, does anyone have an idea as to
    Alan> how I might go about doing so?  Thanks in advance.

Hmm...

Attach to the focus_in_event for each window and keep track of the
focus manually?

You can probably query your widgets to see if they think they have the
focus too...

-- 
Bruce Ide                                            [EMAIL PROTECTED]
http://www.paratheoanametamystikhood.net


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to