Top "Glade" questions

Glade is a visual user interface designer for the GTK+ toolkit and the GNOME desktop environment.

GtkDialog mapped without a transient parent

I have a GUI built in Glade (3.18) which is called by a Python 3 program (using PyGObject). I get a lot …

gtk pygtk glade pygobject
Python Glade could not create GladeXML Object

I've created a simple window GUI in Glade 3.6.7 and I am trying to import it into Python. Every time I …

python user-interface exception glade
How to compile all resources into one executable file?

I've wrote GTK application with python. All graphical user interface is in glade file, and there are some images used. …

python compiler-construction pygtk glade pyinstaller
Glade treeview liststore data not visible, can't imagine why

I've got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes …

gtk glade gtkmm gtktreeview
putting glade interface in python

I've made a gui in glade that I want to put in a python program. I was adapting the instructions …

python gtk pygtk glade
What is the best/fastest way to learn GLADE with C?

I just downloaded and installed GLADE. What are some good tutorials for the C language?

c gtk glade
How to use a Glade UI (.glade file) in a Java Gnome/GTK program?

I've did a research on the Internet looking for tutorials/documentations to explain me how to use a UI designed …

java ubuntu user-interface gtk glade
How to disable/inactive some of the GtkMenu Items

I am trying to disable/inactive some of menu items under GTK+. I have created Menu In GTK+Glade under …

gtk glade
How do I fix the "unknown attribute `swapped'" warnings from libglade?

libglade was updated and my old Glade xml file has these "swapped" attributes for signals. These attributes generate the following …

glade gtk2