Move -[show] and -[hide] from OGWidget to OGWindow.

This commit is contained in:
Jonathan Schleifer 2012-01-08 15:03:23 +01:00
parent aabc851a05
commit 16cb871e9d
6 changed files with 24 additions and 25 deletions

View file

@ -41,4 +41,6 @@
+ window;
- (void)addChild: (OGWidget*)widget;
- (void)show;
- (void)hide;
@end