How to bring the new GTK 3 window to the forefront of the OSX sierra? Any open window (using gtk-rs or python) first ends in the background. I tried:
set_modal(true)
set_keep_above(true)
present()
Nothing helps, and I could not find a bug report in that direction. Any idea how to achieve this?
GTK is installed through homegrown:
languitar@miles ~/code/rust (master)> brew info gtk+3 gtk+3: stable 3.22.4 (bottled) Toolkit for creating graphical user interfaces http://gtk.org/ /usr/local/Cellar/gtk+3/3.22.4 (1,395 files, 70.0M) * Poured from bottle on 2016-11-26 at 17:11:24 From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/gtk+3.rb ==> Dependencies Build: pkg-config ✔ Required: gdk-pixbuf ✔, atk ✔, gobject-introspection ✔, libepoxy ✔, pango ✔, glib ✔, hicolor-icon-theme ✔ Recommended: gsettings-desktop-schemas ✔ Optional: jasper ✔
source share