Changeset 945 for trunk/MagicSoft/Mars/mmain/MBrowser.h
- Timestamp:
- 09/25/01 15:44:19 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MBrowser.h
r938 r945 19 19 class TGFileContainer; 20 20 class TGListView; 21 class TList; 21 22 22 23 class MBrowser : public TGTransientFrame … … 28 29 // 29 30 30 // some member not connected with Gui31 32 // the things for the menu bar33 34 TGMenuBar *fMenuBar ;35 TGPopupMenu *fFileMenu ;36 37 //38 // divide the Window in two different parts39 //40 TGCompositeFrame *fFrameTop; // top part of the main window41 TGCompositeFrame *fFrameLow; // low part of the main window42 TGTab *fTab; // different tabs in the low window43 44 31 // 45 32 // the things in the file selector 46 33 // 47 TGCompositeFrame *fTabF1; // first tab of low part48 TGCompositeFrame *fTabF1a; // subpart of the file selector in low window49 TGCompositeFrame *fTabF1b; // subpart of the file selector in low window50 34 TGComboBox *fDir; 35 51 36 TGPictureButton *fCdup; 52 37 TGPictureButton *fListMode; 53 38 TGPictureButton *fDetail; 39 54 40 TGFileContainer *fFileCont; 55 41 TGListView *fFileView; 56 42 57 // Layout hints for different uses58 43 59 TGLayoutHints *fLayMenuBar; 60 TGLayoutHints *fLayMenuItem; 61 TGLayoutHints *fLayTab; 44 TList *fList; 62 45 63 46 // some icons and pictures often used 64 47 65 const TGPicture *fPicCdup; 66 const TGPicture *fPicList; 67 const TGPicture *fPicDetail; 48 const TGPicture *fPic1; 49 const TGPicture *fPic2; 50 const TGPicture *fPic3; 51 52 void CreateMenuBar(); 53 void CreateUpperFrame(TGCompositeFrame *frameup); 54 void CreateLowerFrame(TGCompositeFrame *framelow); 55 void CreateTab1(TGCompositeFrame *frame); 56 void CreateDirListMenu(TGCompositeFrame *frame); 57 void CreateDirListBox(TGCompositeFrame *frame); 68 58 69 59 protected:
Note:
See TracChangeset
for help on using the changeset viewer.