gtk
Create a Gtk Button with an image in the background, and a label in front of it
Okay, I\'m trying to create a Gtk button in C++ (gtkmm 3.0) that has an image in the background that I can change depending on state, and a label in the foreground that I can change depending on a lan[详细]
2023-03-24 13:00 分类:问答Python GtkTreeview; How to refresh the list when an item is selected
I\'m making a rudimentary file manager and am stuck on the question in my post\'s title. First it looks in a directory, generates a list of items, and appends them to the treeview list.[详细]
2023-03-24 10:56 分类:问答Reorder GtkTreeView in Microsoft Windows using gtk_tree_view_set_reorderable
According to the GTK+ Reference Manual, using gtk_tree_view_set_reorderable will enable drag and drop for reordering rows.[详细]
2023-03-24 07:44 分类:问答Python and GTK+: How to create garbage collector friendly objects?
I started writing a small application in Python with GTK+ as my widget toolkit开发者_运维百科. Recently I decided to do some memory optimization and noticed that a most of PyGTK objects I create never[详细]
2023-03-23 12:21 分类:问答How do win32 apps using sigc and glib implements Message loop
If an Win32 app has its UI designed using sigc and glibmm, how does it implement its message loops? does it still use win32 API such as GetMessage, DispatchMessage, TranslateMessage, etc?[详细]
2023-03-23 09:13 分类:问答PyGTK: Allow usage of Tab in AccelGroup
When using gtk.AccelGroup any combination with Tab charater is invalid. No开发者_Python百科w I do understand that UI navigation is done using this key but in some special cases I need to override that[详细]
2023-03-23 05:51 分类:问答Need to update GTK+ on Ubuntu (10.04)
开发者_Python百科Trying to build Wireshark from source as there is no Linux installer and I am getting this error when I run the configure script:[详细]
2023-03-22 11:48 分类:问答How to embed a program inside another using GTK, XLib or any similar?
I\'m trying to make a \"simple\" program, all it does is to list a开发者_StackOverflow中文版ll opened programs and, once you choose one, it opens it inside your window (like a thumbnail you may say, b[详细]
2023-03-22 08:08 分类:问答pygtkscintilla auto indent
I\'m trying to translate the c++ code and i can\'t work out what \"char linebuf[1000]\" is, can some kind sole translate this to python or explain what linebuf is. Thanks! :) Taken from http://www.sci[详细]
2023-03-22 06:32 分类:问答How to use GTK+ with ada
Anyone can show me some examples, simple, how to use GTK with Ada? examples, like: 开发者_JS百科How to use Glade with Ada, create an simple window....[详细]
2023-03-21 18:49 分类:问答