Questions tagged [glade]

User interface design tool for for GTK+. It is programming language-independent. Comes included in the quickly package, Ubuntu's python application creation suite.

Glade is a user interface design tool for GTK+. It is programming language-independent. Comes included in the quickly package, Ubuntu's python application creation suite.

References

Documentation

Related

126 questions
11
votes
2 answers

Is PyGTK still relevant?

I'm new to Linux but not to app development. I come from a RealBasic on a Mac background. I've accepted that I need to learn a new language to develop for Linux (since RB won't run on 64 bit distros and is a cloed proprietary language) but I want to…
9
votes
1 answer

How to make Glade load translations from /opt

I've created an application that I'd like to submit through the Ubuntu app developer process . One of the requirements for the process is that when installed, all files go into the /opt/extras.ubuntu.com/<appname> directory. Through changes in…
8
votes
1 answer

Glade: How can I set the value of a spin button?

I've done some spin buttons with Glade for my Python/GTK3 app, but I don't know how to set things like default, lower or higher value. How can I do it? Using the following things for development: Python 2.7.3 GTK 3 Glade 3.12.1 1) I need to change…
Xerz
  • 4,591
7
votes
1 answer

How do I add a Notebook to a Box in a VBox?

I have created an empty box in Glade to add a Notebook to. The reason I am not adding the actual Notebook in Glade is because I hear that you cannot add pages to a Notebook made in Glade. So, in Glade I have created a Box in an empty slot in a VBox.…
njallam
  • 3,024
6
votes
2 answers

"quickly design" and ubuntu 13.10?

I upgraded to Ubuntu 13.10 and then I installed quickly to develop some apps. When I run "quickly run" or "quickly edit" everything is fine, but when run "quickly design" glade open and close directly. I tried uninstall and install quickly, but…
6
votes
2 answers

How to add buttons in Glade and resize

Trying to create the framework for a calculator. I add the window I add the vbox using 2 boxes. 1 for the display, the other for the buttons When I add 1 button it fills the entire panel and I can't resize it. In visual basic you can just add a…
6
votes
4 answers

How do I get images to appear on buttons in Glade Designer?

Not sure if this is a bug or just a very annoying feature, but I can't get an image to appear on any of my buttons in Glade Designer. Is there some property I need to change in order to force it to display the image?
RobinJ
  • 9,030
6
votes
3 answers

Glade alternative for Quickly?

Is there? I am not getting on with Glade one bit. Any other ones out there that are better to use? Thing I dont like about Glade is when I make a mistake and I save I cannot undo along with several other issues.
5
votes
1 answer

Taking screenshot using python

The below code work perfectly when I run it as a console application import gtk.gdk import time w = gtk.gdk.get_default_root_window() sz = w.get_size() print "The size of the window is %d x %d" % sz pb =…
Subodh Ghulaxe
  • 203
  • 3
  • 9
5
votes
1 answer

Why won't Glade let me change the button content?

In Glade, I go to add a button, and try to add a label/image; however, the stock button and label fields are faded, and I cannot add anything to them. Why does it do this? How do get Glade to allow me to add content to the buttons?
tyjkenn
  • 309
5
votes
2 answers

How do I stop a container box from expanding horizontally in Glade?

Currently, when my button's label gets more characters, its container boxes resize horizontally, and push away the other containers next to it. I don't want this behaviour. How do I give my boxes a fixed width, so that they don't get resized anymore…
RobinJ
  • 9,030
5
votes
1 answer

How to make a Gtk.ComboBoxText's entry editable in Glade

I'm using Glade to write a PyGI app, and I've come across a problem whereby I've got a Gtk.ComboBoxText with a Gtk.Entry, but I cannot make the entry editable for some reason. I.e. when the UI is loaded, there is no way to input text in it. I've…
4
votes
1 answer

Glade Designer is crashing

Here is the Error I am facing. I really need to get Glade up and running please help. I used the command sudo apt-get install glade And this is what I got when trying to run Glade designer nirvasi@nirvasiTerminal:~$ glade GladeUI-Message: 20 missing…
4
votes
1 answer

GtkSourceView in Glade and C++

I try to develop a text editor in C++ and Gtkmm using Glade but I have a problem. When I try to run the program, I have the following message:"BuilderError: Invalid object type `GtkSourceView'". I supose this error come from the glade file but I'm…
23ars
  • 174
4
votes
0 answers

Glade crashes when running "quickly design"

When I run quikly design Glade opens and starts loading all my UI files. After a few seconds of loading each file it crashes silently (no error message or command line output). The Glade window is just gone. Running Glade normally doesn't result in…
1
2 3
8 9