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:
Gregory John Casamento 2006-06-02 00:31:14 +00:00
parent f393798b2a
commit 45d21c3397
5 changed files with 136 additions and 49 deletions

View file

@ -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;