@@ -97,10 +97,20 @@ - (void)addChild: (OGWidget*)child { gtk_container_add(GTK_CONTAINER(widget), child->widget); } + +- (void)show +{ + gtk_widget_show_all(widget); +} + +- (void)hide +{ + gtk_widget_hide(widget); +} - (BOOL)OG_willClose { OFAutoreleasePool *pool = [OFAutoreleasePool new];