Ignore:
Timestamp:
11/07/01 14:13:50 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1030 r1050  
    1313class TGTab;
    1414class TGListView;
    15 class TGComboBox;
     15class TGTextEntry;
     16class TGFSComboBox;
    1617class TGProgressBar;
    1718class TGPictureButton;
     
    2324    TGTab            *fTabs;
    2425
    25     TGComboBox       *fDir;
     26    TGFSComboBox     *fDir;
     27    TGTextEntry      *fEntry;
    2628
    2729    TGPictureButton  *fCdup;
     
    4244    void CreateDirListMenu(TGCompositeFrame *frame);
    4345    void CreateDirListBox(TGCompositeFrame *frame);
     46
     47    void SetFileName(const char *name);
    4448
    4549protected:
Note: See TracChangeset for help on using the changeset viewer.