From: John L. <jo...@la...> - 2017-02-25 23:23:37
|
On 25/02/17 09:24, cedlemo wrote: > Why not trying to define the window as a dock like this : > > win.window.type_hint = :dock I am doing that but the hints are still required - without them no space is reserved for the dock. https://gist.github.com/db6bf5247058e32ffa5d794af37b80a3 > > Since Gtk support Xlib, Xcb and wayland, the api tend to be more generic. > That's why I'd hoped for a Gtk solution without having to dip into Xlib (although, for my immediate needs, depending on Xlib isn't an issue for me) |