Questions tagged [glade]

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

User interface description files are saved as GtkBuilder XML files, which can then be easily loaded into a GTK+ app written in C, C++, C#, Vala, Java, Perl, Python, and others.

Although primary used on Linux, binaries are also available for Windows and Mac, and GTK+ apps developed with Glade can be written to run unmodified on Linux, Windows, and Mac.

Glade is Free Software released under the GNU GPL License

907 questions
0
votes
2 answers

GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `handler_id > 0' failed

What generally causes this? What strategies can I use to track the problem down? I have 6 buttons in a glade (gtk3.0) file - I see 6 warnings..., initially I wasn't getting these errors unitl after editing the glade file and making some (unrelated?)…
Chris Camacho
  • 1,164
  • 1
  • 9
  • 31
0
votes
1 answer

Importing GUI's from glade into code::blocks

I want to import a test GUI I made in glade into a project in code::blocks. I followed a guide to import it as an xml into the project, whether that works or not, I bumped into a problem, code::blocks can't find the header file ,…
user2283330
0
votes
1 answer

Hello, World! in Python + Glade 2

gui.glade: False
user1408643
  • 731
  • 2
  • 7
  • 14
0
votes
1 answer

Error when trying to launch an application using GTK and glade

When we try to launch an application that uses GTK libraries of version GTK 2.0 we get the below error: Message: Unhandled tag: 'requires' 'requires' appears only once in the faulty XML file. Glade version used is 3.6.1. Could you please help us…
0
votes
1 answer

Glade UI builder will not let me assign objects as parameters for signals

I'm trying to implement a project of mine, using Gtk+ and Glade. I can't provide any code, as it is for my coursework, and doing so would jeopardize my qualification, which I have no desire to do right now. The problem, is that I am trying to…
CWood
  • 23
  • 6
0
votes
1 answer

How to change a value capture from the glade file?

After I design the GUI with glade,I want to write some code about,for example I want to change the value of a label in the glade,how can I do this ?Which function can I use?
CharlesX
  • 418
  • 4
  • 7
  • 14
0
votes
1 answer

i had developed a tool using gtk in linux. its working fine now i want to make it port to windows?

For that tool i used glade -3 to build windows in linux and imported inside code using gtk builder, now want to port this tool to windows xp what is best way ? thanks in advance :)
preabs
  • 15
  • 3
0
votes
1 answer

In glade, how can I insert a widget between a parent and a child?

I'm building a GUI using Glade. I realized than often, I'd need to modify the layout, for example to add a frame somewhere. However, the only way I found to achieve this was either to delete all the children of the parent, to insert the new…
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
0
votes
2 answers

creating a file manager in python

Good day to all. This is actually my first time ever posting a question so I'm gonna go straight to the point. Me and my team mates are actually working on an application using python as our programming language and we are stuck in finding ways on…
0
votes
1 answer

First TreeViewColumn is not rendering

I have an window defined in a gtk-builder file made with Glade. It contains a gtk.Window, with a child gtk.TreeView with 2 gtk.TreeViewColumns: