#4365 enforce window size for auto-resizing by setting min/max size

This commit is contained in:
Mitchell Livingston
2011-07-18 00:48:00 +00:00
parent bd6aaf9a12
commit 37f9835e7d
2 changed files with 81 additions and 36 deletions

View File

@@ -237,6 +237,9 @@ typedef enum
- (void) setWindowSizeToFit;
- (NSRect) sizedWindowFrame;
- (void) updateForAutoSize;
- (void) setWindowMinMaxToCurrent;
- (CGFloat) minWindowContentSizeAllowed;
- (void) updateForExpandCollape;