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
|
@ -38,9 +38,6 @@
|
|||
HWND widget;
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)show;
|
||||
- (void)hide;
|
||||
@end
|
||||
|
||||
#if defined(OG_GTK)
|
||||
|
|
Reference in a new issue