#include #import @interface OGWidget: OFObject { @public GtkWidget *widget; } - (void)show; - (void)hide; @end extern void og_destroy(GtkWidget*, OGWidget*);