mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
Reorganize top-level view handling and implement -gui-managed window decorations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7ef17e28
commit
7ac30eed06
10 changed files with 1152 additions and 267 deletions
|
@ -72,6 +72,8 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- glContextClass;
|
||||
- glPixelFormatClass;
|
||||
|
||||
- (BOOL) handlesWindowDecorations;
|
||||
|
||||
/* Drag and drop support. */
|
||||
+ (BOOL) addDragTypes: (NSArray*)types toWindow: (NSWindow *)win;
|
||||
+ (BOOL) removeDragTypes: (NSArray*)types fromWindow: (NSWindow *)win;
|
||||
|
@ -109,7 +111,10 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style
|
||||
: (int)screen;
|
||||
- (void) termwindow: (int) win;
|
||||
|
||||
/* Only if handlesWindowDecorations returns YES. */
|
||||
- (void) stylewindow: (unsigned int) style : (int) win;
|
||||
|
||||
- (void) windowbacking: (NSBackingStoreType)type : (int) win;
|
||||
- (void) titlewindow: (NSString *) window_title : (int) win;
|
||||
- (void) miniwindow: (int) win;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue