/[gnustep]/gnustep/usr-apps/gworkspace/GWLib/Browser2.h
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWLib/Browser2.h

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

revision 1.2 by esersale, Mon Aug 25 17:19:13 2003 UTC revision 1.3 by esersale, Mon Sep 29 13:20:28 2003 UTC
# Line 51  typedef int (*intIMP)(id, SEL, id); Line 51  typedef int (*intIMP)(id, SEL, id);
51    
52  @interface Browser2 : NSView  @interface Browser2 : NSView
53  {  {
   NSString *remoteHostName;      
   BOOL isRemote;  
   NSCursor *waitCursor;  
     
54          NSString *basePath;          NSString *basePath;
55    NSString *pathSeparator;    NSString *pathSeparator;
56          BOOL isLoaded;          BOOL isLoaded;
# Line 117  typedef int (*intIMP)(id, SEL, id); Line 113  typedef int (*intIMP)(id, SEL, id);
113  - (id)initWithBasePath:(NSString *)bpath  - (id)initWithBasePath:(NSString *)bpath
114                          visibleColumns:(int)vcols                          visibleColumns:(int)vcols
115               styleMask:(int)mask               styleMask:(int)mask
116                                                  delegate:(id)anobject                                                  delegate:(id)anobject;
             remoteHost:(NSString *)rhost;  
117    
118  - (void)setPathAndSelection:(NSArray *)selection;  - (void)setPathAndSelection:(NSArray *)selection;
119    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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