I have a config file in which I have key开发者_StackOverflows and values, like this: key1=value1 key2=value2
Really fed-up how can i set call back on enter key of GtkTextView Widget. For which event i can listen?
I need to perform some actions periodically on my GTK Ruby program and i am looking for the working example of using gobjec开发者_运维百科t.timeout_add() function.here is a short example showing a tim
I have created a GtkMenu with 10 GtkMenuItems in it, and attached activate event to each menu item, but in callback function how should I get to know which menu item was actually selected?
I want to duplicate the behaviour of tool windows in OpenOfice. When the application loses focus, the tool windows (if they are not docked) are hidden.
For example, I open a pdf file or a web page in gnome, use mouse double click some text, so a word is selected, how can I get this word in a background running daemon written with python-dbus?
I would like to develope a databased GUI application for free, which is cross-platform. I almost decided, that the UI should be GTK (logical, not pixel-based layout, GUI description not cluttering the
Trying to change background/foreground color....Using Gtk+ and C. GdkColor color; gdk_color_parse( \"#0080FF\", &color );
I\'ve done this simple app in Gtk, just to test things out... I come from swing so redefining a draw event function is normal for me... Anyway seems not to work:
I wanna display a image from the internet how can I put it开发者_运维技巧?GTK+ doesn\'t read files from the Internet, you\'re going to have to do that part yourself.