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

@ -38,9 +38,6 @@
HWND widget;
#endif
}
- (void)show;
- (void)hide;
@end
#if defined(OG_GTK)