Artifact fab0087c158851f0f3e4f38f018388fd35a09d56e6802167b7c5e716b4058cea:
- File OGWidget.h — part of check-in [60818c0951] at 2011-12-27 21:09:33 on branch trunk — Initial import. (user: js, size: 191) [annotate] [blame] [check-ins using]
- File
headers/OGWidget.h
— part of check-in
[31af425497]
at
2011-12-27 22:38:07
on branch trunk
— Make it possible to have implementations in different toolkits.
Also, make it possible to share the headers. (user: js, size: 191) [annotate] [blame] [check-ins using]
#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*);