glade
I'm missing something obvious with glade gtkbuilder and connecting signals. Help?
I make my interface with glade. Works great. I write a tiny little main function which calls gtkbuilder and renders everything in the glade file.[详细]
2023-01-23 07:08 分类:问答Writing my first gtk program, what's the best way to use glade?
I\'ve been reading tutorials, but one thing I\'m not seeing is this: If you\'re writing a complex application where new windows pop up as a result of button clicks on a main window, should ea开发者_St[详细]
2023-01-22 02:04 分类:问答Passing user data with glade/gtkbuilder
I am a newbie of glade/pygtk. I am doing with some radio menu items. I created a signal handler on the signals tab,[详细]
2023-01-20 23:27 分类:问答How to import function handlers from other file to a Python/GTK Builder program?
I have a Python script which uses a glade file to define its UI, and has a lot of repetitive widgets, each one to adjust a different numerical attribute of a certain active object. Since it is repetit[详细]
2023-01-18 04:08 分类:问答Getting started with Mono, C# and Glade#: How to make window appear?
I\'ve been trying to get started with Mono & GTK# (I come from a background of Qt/C++ GUI programming) and decided to start with a very simple test GUI.[详细]
2023-01-14 12:12 分类:问答Localization of GUI built with Glade and Python (Gtk)
I have made an application using Glade and Python and I would li开发者_如何学运维ke to make several localizations.[详细]
2023-01-14 10:09 分类:问答PyGTK Update Sibling Widget Label
Just getting started with PyGTK and Glade3 and would love some help. 开发者_高级运维 Container Hierarchy:[详细]
2023-01-12 12:30 分类:问答monodevelop insists on using a reference that doesn't work
I am using MonoDevelop 2.2 from the Debian testing repository. I have installed the addins for GTK support, for version 2.8 and 2.10.[详细]
2023-01-12 03:05 分类:问答Gtk-WARNING Could not find signal handler on netbeans
I\'m building an interface using glade and gtk programming on c using netbeans. I\'ve set up my project following this tutorial. I even added libgmodule2-0.so and libglib2-0.so to the linker options o[详细]
2023-01-11 20:48 分类:问答insert a bash like widget into gtk
When you write a program i开发者_运维技巧n c which has a lot of printf for a lot purpose: debuggin, information, etc. I would like to do something like that in gtk, having some widget that would displ[详细]
2023-01-11 09:44 分类:问答