glade Questions

3

Solved

I'm trying to figure out how to install Glade on Windows, but I can't find anything helpful (I have never dealt with manual installs before so if that's required, please point me to a walkthrough)....
Allelomorph asked 17/9, 2019 at 20:39

4

Solved

We are trialing Gtk3/Vala/Genie for the development of application user interfaces using Gnome-Builder/Meson/Glade/Flatpak. While there are many examples of Gtk.HeaderBar.pack_start( ... ) and Gtk....
Bumble asked 2/2, 2018 at 10:51

2

I'm currently developing a small application in Python with the use of GTK+ (and Glade). Everything has been fairly simple to integrate so far, until I came up with the idea to add tabs instead of ...
Fertility asked 24/5, 2013 at 22:57

0

I'm trying to make an app in Glade and Builder using Vala, and I've gotten stuck while making the menu. Basically, what I want is the button in the titlebar with three lines, and when you click it,...
Adelaidaadelaide asked 1/3, 2021 at 5:3

3

Solved

I am trying to create a simple GUI with table containing x and y coordinates of samples. I use treeview, and I want the cells of the table to be editable by user. Is it possible to specify if the c...
Dogs asked 29/6, 2010 at 17:40

4

Or "How to add a visible (thin) border to GtkTextView"? Is it ever possible? Thank you in advance.
Baty asked 5/6, 2011 at 0:22

1

Solved

I'm trying to create a simple gui using glade and gtk in C. In the GUI I want to add a widget that plots data (a line plot and a histogram are all I want) (constantly updating) and I dont know what...
Hypostasis asked 14/7, 2020 at 20:15

4

Solved

I am trying to disable/inactive some of menu items under GTK+. I have created Menu In GTK+Glade under C, and on some external event I need to disable some of the menu options. How can I do this?
Bethought asked 10/11, 2009 at 11:9

1

Solved

I have compiled a Haskell GUI application with stack-1.7.1, ghc-8.2.2, gtk+-2.24.28 and glade-3.8. When I run the executable, a black console window always follows the GUI window. I want to get rid...
Knawel asked 25/6, 2018 at 1:10

5

Solved

I've made a gui in glade that I want to put in a python program. I was adapting the instructions from a tutorial I found online to load in my glade file (http://www.pygtk.org/articles/pygtk-glade-g...
Soda asked 4/9, 2011 at 7:19

2

Solved

I have a GUI built in Glade (3.18) which is called by a Python 3 program (using PyGObject). I get a lot of warnings when running the program (Fedora 21) that say: Gtk-Message: GtkDialog mapped wit...
Swashbuckler asked 26/4, 2015 at 20:36

2

Solved

I am trying to install Glade on mac OSX el capitan. I downloaded sources on https://glade.gnome.org/sources.html I followed instructions with the text "Install" in the sources. Then when I am tryi...
Irremissible asked 25/9, 2016 at 22:44

2

Solved

I tried to do a GtkHeaderBar application with glade 3.20, but I have the oldschool bar on top every time, when creating my python app. In glade 3.19, checking the client-side decoration property c...
Fulvia asked 24/6, 2016 at 9:41

3

Solved

I've got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes up. Everything except the data in my treeview liststore. I notice by default the tre...
Hovey asked 29/11, 2010 at 20:27

1

Solved

How do you link the buttons of a dialog window (GtkDialog for example) with a response Gtk::ResponseType value with Glade?. I know how to do it programmatically but I can not find out how to do it...
Latin asked 2/5, 2016 at 14:31

1

Solved

On Ubuntu Linux, I can use the Glade application to create a Hello World dialog. Now how do I get the D programming language to display it?
Eisinger asked 11/9, 2015 at 5:29

1

Solved

I have a Python script that loads a Glade-GUI that can be translated. Everything works fine under Linux, but I am having a lot of trouble understanding the necessary steps on Windows. All that seem...
Inexecution asked 16/8, 2015 at 16:48

3

Solved

libglade was updated and my old Glade xml file has these "swapped" attributes for signals. These attributes generate the following warnings when the file is loaded: libglade-WARNING **: unknown at...
Redblooded asked 19/10, 2011 at 19:54

2

I am programming a GUI in Haskell using the editor Glade with the gtk2hs bindings. Currently I am failing miserably at grouping the radio buttons. It will not let me select the group name. Can some...
Kauppi asked 19/2, 2013 at 15:1

1

Solved

I'm trying to develop a Gtk application using glade, but got stuck with creating GtkHeaderBars. In this video, it says, the feature of HeaderBars would already be implemented in Glade: https://ww...
Archil asked 24/3, 2015 at 20:54

3

Solved

What Python-related code (PyGTK, Glade, Tkinter, PyQT, wxPython, Cairo, ...) could you easily use to create a GUI to do some or all of the following? Part of the GUI has an immovable square grid....
Else asked 21/8, 2010 at 20:9

11

Solved

I've been learning python for a while now with some success. I even managed to create one or two (simple) programs using PyGtk + Glade. The thing is: I am not sure if the best way to use GTK with ...
Spadework asked 7/9, 2008 at 4:0

1

Solved

I'm very slowly getting up to speed in Haskell, trying to get a gui toolgit usable, etc. I followed a basic tutorial on using glade to create a simple GUI app and now I'm trying to modularize it. I...
Unessential asked 24/6, 2014 at 21:6

1

Is there any way to use a predefined response (e.g., GTK_RESPONSE_OK) in a GtkDialog, without hard-coding the ID? Glade generates XML with "0" there by default, and gives me a numeric entry. While ...
Clove asked 18/8, 2013 at 8:50

1

Hi am using gtk3 and glade 3.14...I want to add a custom widget to glade so that i can add that to my user interface easily. I found knob widget is missing in glade and i found knob widget in htt...
Madox asked 6/3, 2014 at 9:12

© 2022 - 2024 — McMap. All rights reserved.