2007/8/21, varun_shrivastava <[EMAIL PROTECTED]>:

> GtkVBox --> GtkMyDisplayable ---> GtkMyForm
>
> GtkMyDisplayable has an api gtk_my_displayable_add_command(GtkMyDisplayable
> *displayable, gchar *string)
> so i do following
> >>> form = mygtk.MyForm()
> >>>form.displayable_add_command("_____")
> it displays following error
> "form has no attribute displayable_add_command"

As far as I understand the method in your base class is not inherited
as it should, but again nobody can tell why without seeing the whole
picture, unless I'm missing something of course.

cheers
-- 
Gian Mario Tagliaretti
_______________________________________________
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