Changeset 7169 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 06/17/05 13:33:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MBrowser.cc
r4513 r7169 141 141 dir->GetListBox()->Resize(100, 150); 142 142 TGTreeLBEntry *entry = new TGTreeLBEntry(dir->GetListBox()->GetContainer(), 143 new TGString("/ data/MAGIC"), pic0, 6000,144 new TGString("/ data/MAGIC"));143 new TGString("/magic/data"), pic0, 6000, 144 new TGString("/magic/data")); 145 145 TGLayoutHints *laylb = new TGLayoutHints(kLHintsLeft|kLHintsTop, 14, 0, 0, 0); 146 146 dir->AddEntry(entry, laylb);
Note:
See TracChangeset
for help on using the changeset viewer.