Changeset 3018 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 02/04/04 16:24:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MBrowser.cc
r2173 r3018 136 136 frame->AddFrame(dir, laydir); 137 137 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 138 147 // 139 148 // Get the three picturs from the system (must be deleted by FreePicture)
Note:
See TracChangeset
for help on using the changeset viewer.