Artifact f83c2e998a07f353f238aa75ced843a8537c6be071ff4dd60272ac569fcedb37:
- File OGHBox.m — part of check-in [60818c0951] at 2011-12-27 21:09:33 on branch trunk — Initial import. (user: js, size: 231) [annotate] [blame] [check-ins using]
- File
gtk/OGHBox.m
— 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: 231) [annotate] [blame] [check-ins using]
#import "OGHBox.h" @implementation OGHBox - init { self = [super init]; widget = gtk_hbox_new(FALSE, 0); g_signal_connect(G_OBJECT(widget), "destroy", G_CALLBACK(og_destroy), self); [self retain]; return self; } @end