40 TGTransientFrame(p,
main, 200, 600) {
43 TString filePath = TString(getenv(
"BESVISLIBROOT"));
44 filePath +=
"/icons/MdcPalette.gif";
45 TASImage asImage(filePath);
46 this->SetBackgroundPixmap(asImage.GetPixmap());
49 SetWindowName(
"Mdc Wire Palette");
50 Resize(GetDefaultSize());