Ignore:
Timestamp:
09/25/01 15:44:19 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MBrowser.h

    r938 r945  
    1919class TGFileContainer;
    2020class TGListView;
     21class TList;
    2122
    2223class MBrowser : public TGTransientFrame
     
    2829    //
    2930
    30     //   some member not connected with Gui
    31 
    32     //  the things for the menu bar
    33 
    34     TGMenuBar         *fMenuBar ;
    35     TGPopupMenu       *fFileMenu ;
    36 
    37     //
    38     //   divide the Window in two different parts
    39     //
    40     TGCompositeFrame  *fFrameTop;   // top part of the main window
    41     TGCompositeFrame  *fFrameLow;   // low part of the main window
    42     TGTab             *fTab;        // different tabs in the low window
    43 
    4431    //
    4532    //   the things in the file selector
    4633    //
    47     TGCompositeFrame  *fTabF1;     // first tab of low part
    48     TGCompositeFrame  *fTabF1a;    // subpart of the file selector in low window
    49     TGCompositeFrame  *fTabF1b;    // subpart of the file selector in low window
    5034    TGComboBox        *fDir;
     35
    5136    TGPictureButton   *fCdup;
    5237    TGPictureButton   *fListMode;
    5338    TGPictureButton   *fDetail;
     39
    5440    TGFileContainer   *fFileCont;
    5541    TGListView        *fFileView;
    5642
    57     //     Layout hints for different uses
    5843
    59     TGLayoutHints     *fLayMenuBar;
    60     TGLayoutHints     *fLayMenuItem;
    61     TGLayoutHints     *fLayTab;
     44    TList             *fList;
    6245
    6346    //     some icons and pictures often used
    6447
    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);
    6858
    6959protected:
Note: See TracChangeset for help on using the changeset viewer.