Is there any way to make a standalone ClutterStage use TYPE_HINT_DOCK (and be borderless), with python? Perhaps by manipulating the window with Xlib?
|
feedback
|
|
I also strongly suggest to use clutter-gtk. It's python bindings have not been removed from Ubuntu. However, clutter is now using gobject introspection for it's python bindings instead of generating them (simple example). The new package name in Ubuntu is now This also means that nearly every gnome project now has python bindings, just do | ||||
feedback
|
|
yes, you need to retrieve the Stage XID and set the hints manually. alternatively, you could use Clutter-Gtk, and the Gdk API, instead of using Xlib directly. | |||||||
feedback
|