clutter
Shift focus by navigation key using clutter toolkit in c?
I have to create a vertical menu using clutter in C. Can anyone help me how to implement focus shift using the navigatio开发者_JS百科n keys for the menu where i want to highlight the focused menu opti[详细]
2023-04-12 06:59 分类:问答How do I detect events on a group in PyClutter?
I am trying to detect mouse clicks (and other events) on groups in PyClutter. But they don\'t seem to trigger anything. Here is what I have:[详细]
2023-03-20 14:10 分类:问答gjs cairo context drawing not displaying in clutter window
I\'m trying to get a simple cairo drawing drawn to a clutter window using the javascript bindings.My problem is, apart from half the functions being named slightly differently, is no matter what I try[详细]
2023-03-17 07:13 分类:问答Casting ClutterActor* to ClutterStage*
I am exploring the possibility of creating a Clutter binding for the D language ( http://d-programming-language.org/) and have started by[详细]
2023-03-11 16:06 分类:问答Simple clutter-free way to call multiple variables
I\'m looking to do something like int ItemNames; typedef enum ItemNam开发者_开发技巧es {apple, club, vial} ItemNames;[详细]
2023-03-07 00:16 分类:问答Borderless window in clutter(mm)
I\'m trying to use cluttermm to create a borderless window (for example, something like this). In other words, I want to draw a rectangle on screen and some text on it, but NOT in a window, and NOT w[详细]
2023-02-21 20:52 分类:问答using libcluttermm-1.0 problem
i have installed clutter-1.0 from gnome site using termi开发者_如何学JAVAnal. But when i run the application, error is notified as libcluttermm-1.0 not found. Has this[详细]
2023-02-06 19:40 分类:问答Python Clutter: Set display?
How does one set the X11 display in Pyt开发者_如何学编程hon-Clutter? I am trying to set it to XSCREENSAVER_WINDOW. I have tried importing clutter.x11 and using set_display(), but this doesn\'t seem to[详细]
2023-02-03 01:29 分类:问答Python Clutter: Know when a timeline is done?
Is there any way to know when a timeline has finished in Python-Clutter, so that 开发者_如何学GoI can do something and then run another timeline? Can I use .join() on it like timers in PyGTK?Turns out[详细]
2023-02-03 00:53 分类:问答How to combine mac event handling and gobject events in a custom poll function?
I\'m trying to fix a custom poll function ( see http://pastie.org/1298915 ). It is from OS X backend code of clutter library.[详细]
2023-01-24 21:55 分类:问答