gtk2
Is there a list of Gtk2 widgets?
Is there a list of Gtk2 widg开发者_如何学Pythonets along with screenshots or demonstrations somewhere? I want to find out what a widget is called.You are looking for the widget gallery.[详细]
2023-03-01 07:13 分类:问答Can a pixbuf inserted into a GTK+ text buffer be set as "floating"?
I\'m writing an application [a Pidgin plugin, actually], which inserts an image embedded into a GtkTextBuffer. Currently, I add it using:[详细]
2023-02-09 04:59 分类:问答In Gtk2, what's the difference between "active" and "focus"?
Spec开发者_如何学Cifically I\'m interested in knowing what the difference is between a Gtk Window that has focus and one that is active.\"Active\" is a state (see the GtkStateType enumeration). A widg[详细]
2023-02-06 09:34 分类:问答How do I use Gnome's sudo dialog from perl?
I need to run 开发者_StackOverflowa privilegied command on a gtk2-perl user program. I\'m googling about how to use the default dialog for getting root privilegies on Gnome, but can find an answer.[详细]
2023-02-01 01:56 分类:问答How to catch GTK focus state in gtkrc?
GTK+ 2.x has the follow states: NORMAL, PRELIGHT, ACTIVE, INSENSITIVE, SELECTED for use in GTK themes and I can do things like...[详细]
2023-01-21 12:51 分类:问答GTK and PYGTK difference
many programmers import both gtk and pygtk in this way: import gtk import pygtk I have created a simple program using only gtk and it works:[详细]
2023-01-20 05:51 分类:问答Can I load a gtkbuilder app into a "parent" gtkbuilder frame?
I am using Glade-3 to build a suite of Gtk applications. The applications are supposed to have a common look-and-feel, and we have decided on a common \"frame\" that all apps will share, that include[详细]
2023-01-17 18:18 分类:问答Align a GtkLabel relative to a GtkDrawingArea
I have a GtkLabel and a GtkDrawingArea within a VBox, I want to center the label relative to a X-coordinate of the GtkDrawingArea (which is below of the label in the VBox), how can I tell GTK to cente[详细]
2023-01-11 23:08 分类:问答Control tab focus (choose next element to focus) with GTK / PyGTK
How can I force the Tab to focus the element I want, is it possible to give my software a list of elements to c开发者_如何学运维ycle focus ?[详细]
2023-01-11 15:22 分类:问答GTK / PyGTK make ComboBox searchable with keyboard
Is it possible to make a ComboBox searchable ? If yes, how ? I want to be able, when the ComboBox is active and a letter is typed with the keyboard, to select the first item beginning with this lette[详细]
2023-01-11 02:57 分类:问答