Move -[show] and -[hide] from OGWidget to OGWindow.
This commit is contained in:
parent
aabc851a05
commit
16cb871e9d
6 changed files with 24 additions and 25 deletions
|
@ -41,4 +41,6 @@
|
|||
|
||||
+ window;
|
||||
- (void)addChild: (OGWidget*)widget;
|
||||
- (void)show;
|
||||
- (void)hide;
|
||||
@end
|
||||
|
|
Reference in a new issue