On Wed, Mar 16, 2016 at 6:54 AM, Antoine Martin <[email protected]> wrote: > Hi, > > I would like to get notified when the dock is clicked on, so that I can > restore any windows currently minimized. (that's the expected behaviour > on OSX apparently) > > The only signal I can listen for that fires when one clicks on the dock > is the "NSApplicationDidBecomeActive", but that's not really what I am > looking for since it will also fire in other cases. > Am I missing something? > Is anyone already doing this in other gtk-osx applications?
If you happen to use Python have a look at https://github.com/quodlibet/quodlibet/blob/master/quodlibet/quodlibet/__init__.py#L678 _______________________________________________ Gtk-osx-users-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list
