|
I just downloaded and installed GLADE. What are some good tutorials for the C language?
Started by Lucas McCoy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Linux Today" has A Pair of Glade Tutorials
and this one GTK+ and Glade3 GUI Programming Tutorial in details with examples in both C and Python: Designing a User Interface using Glade.
|
|
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 the windows in one monolithic glade file. When I run ...
Started by Adam Plumb on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I use different glade files....
As I understand it, Glade always creates all widgets when it parses an XML file, so if you open) into one glade file, and separate glade files for widgets that needed to be created several times.
|
|
I'm writing a python application that runs several subprocesses using subprocess.Popen objects. I have a glade GUI and want to display the output of these commands (running in subprocess.Popen) in the gui in real time.
Can anyone suggest a way to do this...
Started by M0E-lnx on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
glade is only a program to build gui with gtk so when you ask for a glade object maybe you should.
|
Ask your Facebook Friends
|
I'm using Glade 3 to create a GtkBuilder file for a PyGTK app I'm working on. It's for managing bandwidth, so I have a gtk.ComboBox for selecting the network interface to track.
How do I add strings to the ComboBox at runtime? This is what I have so far...
Started by Bernard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hey, I actually get to answer my own question!
You have to add gtk.CellRendererText into there for it to actually render:
self.iface_list_store = gtk.ListStore(gobject.TYPE_STRING) self.iface_list_store.append(["hello, "]) self.iface_list_store.append... .
|
|
We've teamed up with Glade and we're offering one lucky mofo the chance to win two tickets. The lineup is looking massive and we're sure that Glade will once again be the festival force to be reckoned with this year.
All the deets can be found here: http...
Started by Marty_B on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at nuskoolbreaks):
E-podcast/ 14-17 June 2012 Glade Festival, Houghton Hall, Norfolk https://www.facebook.com/Glade.Festival
http.
Http://www.brap.fm/2012/05/17/esquire-g ...
Here's a Mutant Bass Glade promo mix.
|
|
If I'm statically linking a GTK+ program under FreeBSD 8, gtk_builder_add_from_file() suddenly returns with an error:
Invalid object type `GtkWindow'
How to fix that? With dynamic linking everything works fine.
Update : linking is done by:
cc -o foobar...
Started by Henry Flower on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This doesn't have anything to do with glade, can you paste your link command?
First of all linking.
|
|
Hi, 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, and then drawing that pixbuf onto a drawing area.
the...
Started by Michael on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The function was only getting called once at the start, and there were no nodes available at this point so nothing was being drawn... .
Found out I just need to get the function to call another expose event with widget.queue_draw() at the end of the function .
|
|
Hi all, heres my mix for the glade competition by dnba. Would really appreciate and listens and feedback!
Nice one
http://soundcloud.com/mikeg123/d-btv...estival-future
Started by mikeg123 on
, 11 posts
by 2 people.
Answer Snippets (Read the full thread at dnbforum):
The obsession mix is large! chhers bro! bump bump Sorry another bump .
Hate bumping but would really appreciate some listens! all helps any listens / feedback greatly appreciated big mix man.. .
Also available to dl those that want bumpage.
|
|
Ridiculously hyped about this years event after last years eye opening experience...
Bit light on techno, but hopefully more to come! In fact please tell me there is more techno to come?!?
Sven had better be playing an extended set, a proper mission of...
Started by Glade2012 on
, 18 posts
by 13 people.
Answer Snippets (Read the full thread at residentadvisor):
Have enough techno surely! Appreciate what you're saying though having the Glade stage as just one tickets so do still Believe!
Come on Glade! Let's have it! This is a proper line up here I believe Nice of the uk techno talent on show, ....
|
|
Saw a mix doing the rounds on facebook yesterday. A recording of a set from 2004, featuring Jay Cunning, Terry Hooligan and Xander. This one's from a russian festival (20,000 people in the audience) but it reminded me a lot of the set I saw them do at...
Started by Marty_B on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at nuskoolbreaks):
Mix is here if you wanna skip the words n' stuff.. .
|