[pygtk] Overriding GObject virtual methods

Christophe Dehais christophe.dehais at gmail.com
Mon Sep 22 22:07:16 WST 2008


Hi everyone!

pardon me if this is a silly question, but how can GObjects virtual
methods be overriden ?

Say I have this GObject:

typedef struct _MyObject MyObject
typedef struct _MyObjectClass MyObjectClass

struct MyObject {

}


More information about the pygtk mailing list