home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / Viewer.table < prev    next >
Text File  |  1995-11-03  |  422b  |  9 lines

  1. LocalFileNode_slots = (
  2.     { title = slot_name; },
  3.     { title = slot_size; key = size; filler = slot_size_filler; },    
  4.     { title = slot_date; key = date; filler = slot_date_filler; },    
  5.     { title = slot_access; key = protections; filler = slot_access_filler; },    
  6.     { title = slot_owner; key = owner; filler = slot_owner_filler; },    
  7.     { title = slot_group; key = group; filler = slot_group_filler; }
  8. );
  9.