mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Added resize increments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7987274812
commit
19ced1961b
3 changed files with 815 additions and 632 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 23 22:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSWindow.m: Tidied up and added ([-setResizeIncrements:])
|
||||
* Headers/AppKit/NSWindow.h: Ddded ([-setResizeIncrements:])
|
||||
|
||||
Tue Mar 23 1999 Michael Hanni <mhanni@sprintmail.com>
|
||||
|
||||
* Source/NSFontManager.m: implemented orderFrontFontPanel:.
|
||||
|
|
|
@ -78,6 +78,7 @@ extern NSSize NSTokenSize;
|
|||
NSRect frame;
|
||||
NSSize minimum_size;
|
||||
NSSize maximum_size;
|
||||
NSSize increments;
|
||||
id content_view;
|
||||
id first_responder;
|
||||
id original_responder;
|
||||
|
@ -246,6 +247,7 @@ extern NSSize NSTokenSize;
|
|||
- (void)setFrameTopLeftPoint:(NSPoint)aPoint;
|
||||
- (void)setMinSize:(NSSize)aSize;
|
||||
- (void)setMaxSize:(NSSize)aSize;
|
||||
- (void)setResizeIncrements:(NSSize)aSize;
|
||||
|
||||
//
|
||||
// Converting coordinates
|
||||
|
|
1440
Source/NSWindow.m
1440
Source/NSWindow.m
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue