glade Questions
3
Solved
I just downloaded and installed GLADE. What are some good tutorials for the C language?
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?
1
Solved
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 ...
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...
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...
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...
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 ...
1
Solved
When creating a GtkNotebook in Glade, I get 3 tabs by default. How can I add another tab?
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...
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...
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...
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...
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...
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.