Changeset 1050 for trunk/MagicSoft/Mars/mmain/MBrowser.h
- Timestamp:
- 11/07/01 14:13:50 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MBrowser.h
r1030 r1050 13 13 class TGTab; 14 14 class TGListView; 15 class TGComboBox; 15 class TGTextEntry; 16 class TGFSComboBox; 16 17 class TGProgressBar; 17 18 class TGPictureButton; … … 23 24 TGTab *fTabs; 24 25 25 TGComboBox *fDir; 26 TGFSComboBox *fDir; 27 TGTextEntry *fEntry; 26 28 27 29 TGPictureButton *fCdup; … … 42 44 void CreateDirListMenu(TGCompositeFrame *frame); 43 45 void CreateDirListBox(TGCompositeFrame *frame); 46 47 void SetFileName(const char *name); 44 48 45 49 protected:
Note:
See TracChangeset
for help on using the changeset viewer.