I\'m programming in C++ with the GTK+ library (not gtkmm). I have a Gtkiconview where each cell contains an icon and text. I\'m relatively new to GTK. How can I get the text field from the currently s
I\'m about to make a program (qt/gtk) where I need to display some kind of UML diagrams (like in BlueJ),
Is it possible to reset status of printing somehow, or is it always necessary to create new PrintOperation? For example, if you show printPreview, it is necessary to recreate PrintOperation b开发者_JA
I am trying to master the GObject Library. So I tried to make a simple Gtk+ Custom Widget by inheriting from GtkHBox. I can\'t figure out what the problem is or even where the problem is so I\'ll have
I\'m new to GTK, I\'m trying to figure out how to accomplish something like this: +---+------+---+
I have a gtktree with columns and values. I also have a popupmenu with one gtkmenuitem: \'Refresh\'.
I\'m using gtk3.0.12 and trying to create a notebook that has different tab background colors using css. I can set different properties for every thing but the background. How do I do this?
I\'m looking at the source code for a wxpython application (I\'m new to wx), and wanted to make a few changes to the colors used by the application - windows, tabs, etc.
I have a python script, requesting a file from user using FileChoose开发者_运维问答rDialog. When done, it calls .destroy() on the dialog, but immediately after that begins to load the file. Since it i
Using GtkUIManager, it\'s easy to specify accelerators for GtkActions. However, some users inevitably want different accelerators, or want accelerators for actions that I don\'t think see enough usage