mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Mainly changed some ivars.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6fdf45beb
commit
54d817b7ba
1 changed files with 6 additions and 8 deletions
|
@ -62,11 +62,16 @@ enum {
|
|||
id _browser;
|
||||
id _form;
|
||||
id _prompt;
|
||||
id _okButton;
|
||||
id _titleField;
|
||||
id _topView;
|
||||
|
||||
NSSize _originalMinSize;
|
||||
NSSize _originalSize;
|
||||
|
||||
NSString *_requiredFileType;
|
||||
NSString *_lastValidPath;
|
||||
NSString *_fullFileName;
|
||||
|
||||
BOOL _treatsFilePackagesAsDirectories;
|
||||
BOOL _delegateHasCompareFilter;
|
||||
|
@ -75,7 +80,7 @@ enum {
|
|||
}
|
||||
|
||||
/*
|
||||
* Creating an NSSavePanel
|
||||
* Getting the NSSavePanel shared instance
|
||||
*/
|
||||
+ (NSSavePanel *) savePanel;
|
||||
|
||||
|
@ -187,13 +192,6 @@ enum {
|
|||
* Responding to User Input
|
||||
*/
|
||||
- (void) selectText: (id)sender;
|
||||
|
||||
/*
|
||||
* NSCoding protocol
|
||||
*/
|
||||
- (void) encodeWithCoder: (id)aCoder;
|
||||
- (id) initWithCoder: (id)aDecoder;
|
||||
|
||||
@end
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue