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
-1
votes
1 answer

How to check gtk button is pressed or not

I'm making a gui in Glade and GTK in c language. I have two buttons 'start' and 'update'. Start button start the functionalities and update button update the values. I have made handlers for both and everything is working fine. But if I click on…
Abhinav Rawat
  • 43
  • 1
  • 8
-1
votes
1 answer

GTK/Glade text entry string to global variable in C

I am creating a Menu GUI for a game using glade and GTK in C. I have a text entry box and a button. When the button is pressed, the value inside the text entry needs to be saved as a global variable. I don't know how to get the value inside the text…
-2
votes
1 answer

Why I receive this error about attribute in Python?

I have a problem in a simple Glade/Gtk project, I have some objects like Button, Text inputs etc. I have a basic error, gi.repository.Gtk has no attribute 'builder'. Any Ideas? Thanks in advance Here's the error that I receive…
Davide Zini
  • 21
  • 1
  • 3
-2
votes
2 answers

Signal handling with glade and GTK+

Trying to learn Linux development out of curiosity with little knowledge of C. I am using glade 3.18.3. I want to create an application in which the text on label1 will be changed with the input text in entry1 (input box) when button1 will be…
-3
votes
1 answer

How to open and close a modal window in Glade with C

I'm trying to do this using show-hide.
Graeme Jensz
  • 267
  • 4
  • 16
-3
votes
1 answer

Use button to call a file.py with glade

i'm trying through a python script in conjunction with glade, create a button that opens me a file in python so I can edit if I want to make some changes later. Can anyone help me if you please ? What i did was this: import…
Ricardo Alves
  • 145
  • 1
  • 2
  • 8
1 2 3
60
61