Ignore:
Timestamp:
02/04/04 16:24:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2173 r3018  
    136136    frame->AddFrame(dir, laydir);
    137137
     138    const TGPicture *pic0 = fList->GetPicture("magic_t.xpm");
     139    TGTReeLBEntry *entry = new TGTreeLBEntry(dir->GetListBox()->GetContainer(),
     140                                             new TGString("/data/MAGIC"), pic0, 6000,
     141                                             new TGString("/data/MAGIC"));
     142    TGLayoutHints *laylb = new TGLayoutHints(kLHintsLeft|kLHintsTop, 14, 0, 0, 0);
     143    dir->AddEntry(entry, laylb);
     144    fList->Add(laylb);
     145    fList->Add(entry);
     146
    138147    //
    139148    // Get the three picturs from the system (must be deleted by FreePicture)
Note: See TracChangeset for help on using the changeset viewer.