gtkbuilder Questions
1
Solved
I want to have a dialog window where some buttons close the dialog and others don't. The way I do this is by using the response signal from the Gtk.Dialog to call emit_stop_by_name('response') on t...
Excitement asked 30/1, 2012 at 3:26
2
Solved
I've been trying to get the "names" of all GtkWidgets in a GtkBuilder object.
I've managed to get all objects from the builder object via gtk_builder_get_objects() and store them in a GSList.
How...
Mcclintock asked 25/11, 2011 at 0:29
2
Solved
I have a small project that uses libglade and use the following to load the xml file:
self.gladefile = "sdm.glade"
self.wTree = gtk.glade.XML(self.gladefile)
self.window = self.wTree.get_widget(...
Macias asked 14/4, 2009 at 18:47
3
Solved
I have created a PyGTK application that shows a Dialog when the user presses a button.
The dialog is loaded in my __init__ method with:
builder = gtk.Builder()
builder.add_from_file("filename")
b...
Pollack asked 11/1, 2011 at 11:56
3
Solved
I'm developing an application with Gtk and Glade. My impression is that it's common practice to create a subclass of GtkWindow for your main window, but I'm stuck on how I would construct my subcla...
Quean asked 9/6, 2010 at 0:1
1
© 2022 - 2024 — McMap. All rights reserved.