Initial OGComboBox implementation.
Only support for text so far.
This commit is contained in:
parent
73e7da5fb7
commit
45380da631
5 changed files with 148 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
@interface OGBox: OGWidget
|
||||
+ box;
|
||||
|
||||
- (void)appendChild: (OGWidget*)child
|
||||
expand: (BOOL)expand
|
||||
fill: (BOOL)fill
|
||||
|
|
Reference in a new issue