glade Questions

3

Solved

I just downloaded and installed GLADE. What are some good tutorials for the C language?
Aldredge asked 22/4, 2009 at 20:51

1

Solved

After creating an Assistant window in Glade, I am presented with a window with three labels, each representing a page. But how do I add another page and its corresponding widget?
Hotbed asked 6/3, 2013 at 12:40

1

Solved

I would like to make an item in my ComboBoxText the default value, instead of a blank combo box until the user selects something. Apparently, this is set by changing Active value in Glade to [the i...
Sebi asked 16/2, 2013 at 16:0

1

Solved

I'm not sure if I should say hi or not, being this my first post here. Anyway, I am following the glade tutorial from the gtk2hs website. The code compiled properly but when I try to execute it I ...
Carbonous asked 8/11, 2012 at 17:23

0

I would like to add content to the pages of an Assistant window (GtkAssistant) in Glade. When I add a new assistant, no children appear under the GtkAssistant. Further I cannot select (or delete o...
Kenwee asked 19/8, 2012 at 2:43

1

Solved

I'm writing a custom widget using gtkmm, and I haven't been able to get it to work in glade. (The widget itself is barely functional; it does work, and I want to get it to work in glade before movi...
Tact asked 31/5, 2012 at 1:40

1

Solved

I'm trying to use a Glade file that has a GtkSourceView widget in PyGObject. I've wrote a little guide on how to start using the new GtkSourceView 3.0 in Glade: http://cjenkins.wordpress.com/2012/0...
Lustrate asked 9/5, 2012 at 21:15

1

Solved

In GTK2, a StatusBar was just a simple container like an HBox. Glade 3 (gtk3) now shows this message when I try to add child widgets to my status bar: What are placeholders? I prefer to build t...
Lennox asked 4/1, 2012 at 11:55

1

Solved

I want to make some rows in my TreeView bold, and some not as I append them to TreeView, later on, I want to unbold rows on click. What is the easiest way to do this?
Lover asked 13/12, 2011 at 15:0

2

Solved

I have a small project that uses libglade and use the following to load the xml file: self.gladefile = "sdm.glade" self.wTree = gtk.glade.XML(self.gladefile) self.window = self.wTree.get_widget(...
Macias asked 14/4, 2009 at 18:47

3

Solved

I've wrote GTK application with python. All graphical user interface is in glade file, and there are some images used. I wish to compile my application into EXEcutable file. For that I'm using PyI...
Gelding asked 14/7, 2011 at 6:43

2

Solved

I am converting a script to use Gtk3 using the migration guide (Porting GTK2 to GTK3). I converted my import pygtk to a from gi.repository import Gtk and so on... I'm stuck because the glade modul...
Scottscotti asked 12/5, 2011 at 21:27

1

I made a little GUI app with gtk2hs, Glade and Haskell. It runs fine on Windows XP, but users need to install GTK+, gtk2hs (it asks for libglade-2.0.0.dll) and GHC (as it's a gtk2hs dependency) in ...
Cascabel asked 7/3, 2011 at 18:36

1

Solved

When creating a GtkNotebook in Glade, I get 3 tabs by default. How can I add another tab?
Fosdick asked 23/2, 2011 at 6:13

1

Solved

I have made an application using Glade and Python and I would like to make several localizations. I know how to localize strings that are in the Python code, I just encapsule all the strings that ...
Hoodmanblind asked 27/8, 2010 at 16:5

3

Solved

I'm developing an application with Gtk and Glade. My impression is that it's common practice to create a subclass of GtkWindow for your main window, but I'm stuck on how I would construct my subcla...
Quean asked 9/6, 2010 at 0:1

2

Solved

I'm trying to make a simple app with glade/gtk/vala. So far I have this: using Gtk; class HelloWorldApp : GLib.Object { const string UI = "test.glade"; public Window main_window; [CCode (insta...
Parachute asked 18/8, 2010 at 12:13

2

Solved

I've created a simple window GUI in Glade 3.6.7 and I am trying to import it into Python. Every time I try to do so I get the following error: (queryrelevanceevaluation.py:8804): libglade-WARNING ...
Trap asked 19/4, 2010 at 15:24

4

Solved

I am trying to write an app in python to control a motor using serial. This all works in a CLI situation fine and is generally stable. but I was wondering how simple it was to add a GUI on top of t...
Vitriform asked 18/5, 2010 at 13:24

1

Solved

I want to create a dialog using Glade 3 (or gtk and Python). In Glade 2 if you wanted to create a dialog box there was an option to set a "standard button layout" which would automatically create a...
Resolution asked 27/4, 2010 at 23:18

2

Solved

I have an AboutDialog box made in glade, but the Close button doesn't work. I don't know how to connect this button to a separate function, since it sits in a widget called dialog-action_area. An...
Hexa asked 23/2, 2009 at 11:37

2

i'm trying to make a GTK application in python where I can just draw a loaded image onto the screen where I click on it. The way I am trying to do this is by loading the image into a pixbuf file, a...
Sop asked 22/4, 2009 at 2:34

8

Solved

I am writing editing front ends in Python since several years now, and I am fed up with micromanaging every UI detail of a window or dialog every single time. Is there a technology that allows me ...
Essayist asked 22/3, 2009 at 22:49

4

Solved

I'm working on a PyGTK/glade application that currently has 16 windows/dialogs and is about 130KB, and will eventually have around 25 windows/dialogs and be around 200KB. Currently, I'm storing all...
Sindysine asked 3/12, 2008 at 1:39

6

Does anyone know of any GUI designer for python like Glade but for windows?
Gyromagnetic asked 18/2, 2009 at 14:33

© 2022 - 2024 — McMap. All rights reserved.