ObjGUI  OGWidget.h at [60818c0951]

File OGWidget.h artifact fab0087c15 part of check-in 60818c0951


#include <gtk/gtk.h>

#import <ObjFW/ObjFW.h>

@interface OGWidget: OFObject
{
@public
	GtkWidget *widget;
}

- (void)show;
- (void)hide;
@end

extern void og_destroy(GtkWidget*, OGWidget*);