/[gnustep]/gnustep/dev-apps/Gorm/Palettes/1Windows/main.m
ViewVC logotype

Diff of /gnustep/dev-apps/Gorm/Palettes/1Windows/main.m

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

revision 1.18 by gcasa, Thu May 29 05:40:28 2003 UTC revision 1.19 by gcasa, Sun Sep 28 23:31:35 2003 UTC
# Line 155  NSwindow inspector Line 155  NSwindow inspector
155  }  }
156  @end  @end
157    
158    // the normal classes...
159    @implementation NSWindow (IBInspectorClassNames)
160    - (NSString*) inspectorClassName
161    {
162      return @"GormWindowAttributesInspector";
163    }
164    - (NSString*) sizeInspectorClassName
165    {
166      return @"GormWindowSizeInspector";
167    }
168    @end
169    
170    @implementation NSPanel (IBInspectorClassNames)
171    - (NSString*) inspectorClassName
172    {
173      return @"GormWindowAttributesInspector";
174    }
175    - (NSString*) sizeInspectorClassName
176    {
177      return @"GormWindowSizeInspector";
178    }
179    @end
180    
181    // special subclasses...
182  @implementation GormNSWindow (IBInspectorClassNames)  @implementation GormNSWindow (IBInspectorClassNames)
183  - (NSString*) inspectorClassName  - (NSString*) inspectorClassName
184  {  {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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