mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:50:48 +00:00
Changes style parameter of [stylewindow:style:] and
[styleoffsets:::::] to unsigned, to be consistent with the other style methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f20260b7f
commit
0eb82296b3
1 changed files with 3 additions and 2 deletions
|
@ -105,7 +105,7 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style
|
||||
: (int)screen;
|
||||
- (void) termwindow: (int) win;
|
||||
- (void) stylewindow: (int) style : (int) win;
|
||||
- (void) stylewindow: (unsigned int) style : (int) win;
|
||||
- (void) windowbacking: (NSBackingStoreType)type : (int) win;
|
||||
- (void) titlewindow: (NSString *) window_title : (int) win;
|
||||
- (void) miniwindow: (int) win;
|
||||
|
@ -123,7 +123,8 @@ APPKIT_EXPORT NSString * GSScreenNumber;
|
|||
- (void) setminsize: (NSSize)size : (int) win;
|
||||
- (void) setresizeincrements: (NSSize)size : (int) win;
|
||||
- (void) flushwindowrect: (NSRect)rect : (int) win;
|
||||
- (void) styleoffsets: (float*) l : (float*) r : (float*) t : (float*) b : (int) style;
|
||||
- (void) styleoffsets: (float*) l : (float*) r : (float*) t : (float*) b
|
||||
: (unsigned int) style;
|
||||
- (void) docedited: (int) edited : (int) win;
|
||||
- (void) setinputstate: (int)state : (int)win;
|
||||
- (void) setinputfocus: (int) win;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue