/[gnustep]/gnustep/dev-apps/Gorm/GormDocument.h
ViewVC logotype

Diff of /gnustep/dev-apps/Gorm/GormDocument.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by gcasa, Sat Aug 23 06:31:53 2003 UTC revision 1.38 by gcasa, Sun Sep 28 23:31:35 2003 UTC
# Line 79  Line 79 
79    NSMutableSet          *sounds;    NSMutableSet          *sounds;
80    NSMutableSet          *images;    NSMutableSet          *images;
81    // NSFileWrapper         *wrapper;    // NSFileWrapper         *wrapper;
   
   // working copies of objects in the container...  
   NSMutableArray        *workingConnections;  
   NSMutableDictionary   *workingNameTable;  
82  }  }
83  - (void) addConnector: (id<IBConnectors>)aConnector;  - (void) addConnector: (id<IBConnectors>)aConnector;
84  - (NSArray*) allConnectors;  - (NSArray*) allConnectors;
# Line 163  Line 159 
159  // class loading  // class loading
160  - (id) loadClass: (id)sender;  - (id) loadClass: (id)sender;
161    
162    // services/windows menus...
163    - (void) setServicesMenu: (NSMenu *)menu;
164    - (NSMenu *) servicesMenu;
165    - (void) setWindowsMenu: (NSMenu *)menu;
166    - (NSMenu *) windowsMenu;
167  @end  @end
168    
169  @interface GormDocument (MenuValidation)  @interface GormDocument (MenuValidation)

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26