On Wed, Jun 26, 2002 at 12:43:06PM -0400, Gary Jaffe wrote:
> 
> The above works fine.  Then I tried something like
> 
> editItem = itemFac.get_item("/File/_Save")
> 
> but I got an 'AttributeError: get_item' on the first of these last 2 lines.

Well, AttributeError menas that itemFac doesn't contain a get_item
method. And it doesn't, because I think the proper name is get_widget,
as you already know. :-)

Talk about inconsistent API naming though.. create_items, delete_item,
get_...widget? :-)

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to