Artifact 8a7b04865cea2276c0252a5a7b27f728efcd71d25b45fe0c2aa22b07aea51fc6:
- File OGBox.h — part of check-in [60818c0951] at 2011-12-27 21:09:33 on branch trunk — Initial import. (user: js, size: 299) [annotate] [blame] [check-ins using]
- File
headers/OGBox.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: 299) [annotate] [blame] [check-ins using]
#import "OGWidget.h" @interface OGBox: OGWidget + box; - (void)appendChild: (OGWidget*)child expand: (BOOL)expand fill: (BOOL)fill padding: (float)padding; - (void)prependChild: (OGWidget*)child expand: (BOOL)expand fill: (BOOL)fill padding: (float)padding; @end