[Glade-users] Glade and Python
John Delaney
johndelaney at gmail.com
Fri Sep 10 10:49:59 EDT 2010
On Fri, Sep 10, 2010 at 3:34 PM, Arthur Shats <ashats at hotmail.com> wrote:
> I created GUI with Glade-2, converted .glade file to Python via Gladex. I am
> new to Python/Gladex, so my question is how in Python I would access widgets
> that I created in Glade?
I've no idea about Gladex, but in straightforward libglade / Python
it's as simple as this:
http://www.jamesh.id.au/software/libglade/
How come you are using libglade, anyway? I suggest you set aside an
hour or so to learn GtkBuilder (supported natively by Glade 3.6
onwards), as it's a lot simpler and more powerful:
http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
John
More information about the Glade-users
mailing list