I\'m working on porting GTK+ to node.js, one difficulty is converting GTK+ functions to corresponding C++ call. For example,
I\'m trying to write a GUI with the following structure (only relevant parts): Window -> VBox -> HBox -> Frame: Input
I\'m a beginner developer in Gtk and also in Pyt开发者_运维问答hon. I\'m trying to create a gtk.StatusIcon displaying a text string in place of a icon. How can I accomplish this with PixBuf, or any ot
I have this problem. I\'m creating an editor and I need console output(sys.stderr and sys.stdout) outputted to a textview. The problem is that when I start the console, it waits for it to quit, but I
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
When Gtk GUI is started seems that Gtk sets \"optimal\" focus order to his controls which can be switched (beside usual way) with arrows. Then we can easily move (modify) focus order with \"grab\" to
I\'m using PyGTK and I want to draw something inside a CellRenderer, so I\'m using a CellRendererPixbuff, and it\'s working. The only problem is that if that drawing has transparency, the output will
I try to check if control key is pressed but I can\'t. According to documentation I try this: G_MODULE_EXPORT gboolean
I know that Gdk-Pixbuf sup开发者_运维百科ports png and jpg, but I cannot find an exact list of all the completely (or partially) supported image formats anywhere on the internet. It is necessary for m
I want to change the opacity or color of a gtk.IconView select box (I want actually to make the selection more visible).