mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
Changes to allow proper document type selection in the save panel for document oriented applications.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23013 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f393798b2a
commit
45d21c3397
5 changed files with 136 additions and 49 deletions
|
@ -80,6 +80,7 @@ typedef enum _NSSaveOperationType {
|
|||
NSPopUpButton *spaButton; // outlet for "the File Format:" button in the save panel.
|
||||
int _documentIndex; // Untitled index
|
||||
NSUndoManager *_undoManager; // Undo manager for this document
|
||||
NSString *_saveType; // the currently selected extension.
|
||||
struct __docFlags {
|
||||
unsigned int inClose:1;
|
||||
unsigned int hasUndoManager:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue