glade
GUI freezes when executing def function. Use threads?
I\'ve made a small program which has 2 buttons and each does certain thing. Here\'s a simplified version of the code.[详细]
2022-12-26 13:06 分类:问答Glade: How do I pass more than one argument to a signal handler?
Glade: How do I pass more tha开发者_JAVA百科n one argument to a signal handler?What you can do in glade is very limited. You can pass zero or one object as userdata to a signal handler. The object has[详细]
2022-12-25 20:23 分类:问答c++ sdl: can i have an sdl-opengl window inside a menu and buttons i created with glade?
I used glade to create some gtk buttons. is it possible to add an sdl-opengl window to a glade application ? if so, how ?[详细]
2022-12-25 11:30 分类:问答PyGTK, Glade, Changing the window view and threads
Forgive me if this seems like a stupid question, just so far no where on the internet can I find someone offering a solution to this and I just wanted to get some feedback from someone with more exper[详细]
2022-12-25 10:58 分类:问答Getting values from Multiple Text Entry using Pygtk and Python
On a click of a button named \"Add Textbox\" it calls a function which creates a single textbox using (gtk.Entry) function. So each time i click that button it creates a textbox. I have a submit butto[详细]
2022-12-22 14:18 分类:问答Window management with pygtk
I\'m having an issue with PyGTK and GTK Builder windows. Here\'s a simplified version of my code. class GUI:[详细]
2022-12-16 02:45 分类:问答Is there something similar to WPF DataTemplates in GTK/Glade?
I am coding a pyGTK application, and I\'d like to change an input based on the user\'s selection from a ComboBox. For example, a user could select truck/car/van, and the input parameters would change[详细]
2022-12-16 01:03 分类:问答how to distribute python app with glade GUI?
I\'m trying to distribute this app that I wrote in python. The application consists of 2 python scripts. 2 .glade files and 1 .png file.[详细]
2022-12-15 13:48 分类:问答OpenGL + gtkglextmm + glade
when I am programming with \"gtkmm\", there is a widget \"Gtk::DrawingArea\". I can program that widget \"by hand\" (so write the code) or more elegant way is to use \"glade\" user interface designer,[详细]
2022-12-14 04:30 分类:问答How to disable/inactive some of the GtkMenu Items
I am trying to disable/inactive some of menu items under GTK+.I have created Me开发者_开发百科nu In GTK+Glade under C, and on some external event I need to disable some of the menu options.[详细]
2022-12-10 20:10 分类:问答