Re: Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread John Lane
Still the same result of it not being available for > PyGobject. So does that mean the only way is to do it with Python Xlib ? Is this something that may change or is being "unintrospectable" mean it won't be possible ? Many thanks for looking into it! _

Re: Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread infirit
Op 02/22/2017 om 04:15 PM schreef infirit: > At home now :-). > > Op 02/22/2017 om 11:47 AM schreef John Lane: >> This was changed to `_gdk_x11_window_change_property` in commit 166ff5e9 >> 2010-12-17 00:00:01 (https://git.gnome.org/browse/gtk+) > That commit removed the annotation which afaik excl

Re: Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread infirit
At home now :-). Op 02/22/2017 om 11:47 AM schreef John Lane: > This was changed to `_gdk_x11_window_change_property` in commit 166ff5e9 > 2010-12-17 00:00:01 (https://git.gnome.org/browse/gtk+) That commit removed the annotation which afaik excludes it from any of the bindings. Also it being pre

Re: Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread John Lane
On 22/02/17 13:13, Infirit wrote: > In sofar I understand your question, you will want to set the type hint. > see > https://lazka.github.io/pgi-docs/#Gdk-3.0/classes/Window.html#Gdk.Window.set_type_hint I'm already doing that, see examples linked in my original post: self.set_type_hint(Gdk.W

Re: Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread Infirit
In sofar I understand your question, you will want to set the type hint. see https://lazka.github.io/pgi-docs/#Gdk-3.0/classes/Window.html#Gdk.Window.set_type_hint ~infirit -- Sent from my Android device with K-9 Mail. Please excuse my brevity.___ pyth

Setting Window properties in Gtk3 (gi.repository) like Gdk.gdk.Window.property_change ?

2017-02-22 Thread John Lane
What is the right way to set window properties in Gtk3, specifically window manager hints (such as _NET_WM_STRUT_PARTIAL) ? In GTK2, this was done using 'gdk_property_change' (gdk/x11/gdkproperty-x11.c) * https://developer.gnome.org/pygtk/stable/class-gdkwindow.html#method-gdkwindow--property-cha