Re: Using pygtk and glade2
P_at_draigBrady.com
Date: 05/21/04
- Next message: Heather Coppersmith: "Re: Python compilers?"
- Previous message: P_at_draigBrady.com: "Re: i18n/localization-- easily??"
- In reply to: j_mckitrick: "Re: Using pygtk and glade2"
- Next in thread: j_mckitrick: "Re: Using pygtk and glade2"
- Reply: j_mckitrick: "Re: Using pygtk and glade2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 May 2004 12:04:38 +0100
j_mckitrick wrote:
>>That's easy: text = combo.entry.get_text()
>
>
> But when I use
>
> self.wTree.get_widget('Combo').entry.get_text()
>
> it tells me
>
> gtk.Bin does not have attribute 'entry'
Hang on, gtk.Bin isn't even in the combo hierarchy?
http://www.pygtk.org/pygtk2reference/class-gtkcombo.html
Are you sure you've got the correct widget?
Pádraig.
- Next message: Heather Coppersmith: "Re: Python compilers?"
- Previous message: P_at_draigBrady.com: "Re: i18n/localization-- easily??"
- In reply to: j_mckitrick: "Re: Using pygtk and glade2"
- Next in thread: j_mckitrick: "Re: Using pygtk and glade2"
- Reply: j_mckitrick: "Re: Using pygtk and glade2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|