57 map<string, string>::iterator iter;
60 fHtml_text +=
"<table border='1' style='width:100%'>";
62 for ( iter = md.begin(); iter != md.end(); iter++ ) {
63 fHtml_text +=
"<tr><td><font color='black'><b>";
65 fHtml_text +=
"</b></font></td><td><font color='blue'><b>";
73 fMain =
new TGMainFrame( gClient->GetRoot(), 10, 10, kVerticalFrame );
74 fMain->SetCleanup( kDeepCleanup );
77 fMain->AddFrame(
fHtml,
new TGLayoutHints( kLHintsExpandX | kLHintsExpandY, 5, 5, 2, 2 ) );
80 fMain->Connect(
"CloseWindow()",
"TApplication", gApplication,
"Terminate()" );
81 fMain->DontCallClose();
83 fMain->MapSubwindows();
84 fMain->Resize( 700, 700 );
87 fMain->SetWMSizeHints(
fMain->GetDefaultWidth(),
fMain->GetDefaultHeight(), 1000, 1000, 0, 0 );