varun_shrivastava wrote:
Does the .defs file contain a definition for the gtk_my_displayable_add_command function? It may be mapped using the name 'add_command' instead of displayable_add_command.

How did you know that

In general, method names are created from the C function names by removing the type prefix from the name and the my guess was that the type prefix was 'gtk_my_displayable' in this case. It's also why I suggested looking in the .defs file because I think it's explicitly listed there.

Cheers,

John
_______________________________________________
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