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 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

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