mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Allow wrapping of native windows into NSWindow.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3e3154f2f6
commit
d2dcf19356
4 changed files with 68 additions and 12 deletions
|
@ -116,6 +116,8 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style
|
||||
: (int)screen;
|
||||
- (void) termwindow: (int) win;
|
||||
- (int) nativeWindow: (void *)winref : (NSRect*)frame : (NSBackingStoreType*)type
|
||||
: (unsigned int*)style : (int*)screen;
|
||||
|
||||
/* Only if handlesWindowDecorations returns YES. */
|
||||
- (void) stylewindow: (unsigned int) style : (int) win;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue