// Mainframe macro generated from application: rootN // By ROOT version 5.12/00 on 2008-02-06 14:34:07 #if !defined( __CINT__) || defined (__MAKECINT__) #ifndef ROOT_TGDockableFrame #include "TGDockableFrame.h" #endif #ifndef ROOT_TGMenu #include "TGMenu.h" #endif #ifndef ROOT_TGMdiDecorFrame #include "TGMdiDecorFrame.h" #endif #ifndef ROOT_TG3DLine #include "TG3DLine.h" #endif #ifndef ROOT_TGMdiFrame #include "TGMdiFrame.h" #endif #ifndef ROOT_TGMdiMainFrame #include "TGMdiMainFrame.h" #endif #ifndef ROOT_TGuiBldHintsButton #include "TGuiBldHintsButton.h" #endif #ifndef ROOT_TGMdiMenu #include "TGMdiMenu.h" #endif #ifndef ROOT_TGListBox #include "TGListBox.h" #endif #ifndef ROOT_TGNumberEntry #include "TGNumberEntry.h" #endif #ifndef ROOT_TGScrollBar #include "TGScrollBar.h" #endif #ifndef ROOT_TGuiBldHintsEditor #include "TGuiBldHintsEditor.h" #endif #ifndef ROOT_TGFileDialog #include "TGFileDialog.h" #endif #ifndef ROOT_TGShutter #include "TGShutter.h" #endif #ifndef ROOT_TGButtonGroup #include "TGButtonGroup.h" #endif #ifndef ROOT_TGCanvas #include "TGCanvas.h" #endif #ifndef ROOT_TGFSContainer #include "TGFSContainer.h" #endif #ifndef ROOT_TGButton #include "TGButton.h" #endif #ifndef ROOT_TGuiBldEditor #include "TGuiBldEditor.h" #endif #ifndef ROOT_TGSplitter #include "TGSplitter.h" #endif #ifndef ROOT_TGFSComboBox #include "TGFSComboBox.h" #endif #ifndef ROOT_TGLabel #include "TGLabel.h" #endif #ifndef ROOT_TRootGuiBuilder #include "TRootGuiBuilder.h" #endif #ifndef ROOT_TGTab #include "TGTab.h" #endif #ifndef ROOT_TGListView #include "TGListView.h" #endif #ifndef ROOT_TGStatusBar #include "TGStatusBar.h" #endif #ifndef ROOT_TGToolTip #include "TGToolTip.h" #endif #ifndef ROOT_TGToolBar #include "TGToolBar.h" #endif #ifndef ROOT_TGuiBldDragManager #include "TGuiBldDragManager.h" #endif #include "Riostream.h" #endif void 1st512() { // main frame TGMainFrame *fMainFrame1539 = new TGMainFrame(gClient->GetRoot(),10,10,kMainFrame | kVerticalFrame); fMainFrame1539->SetLayoutBroken(kTRUE); // composite frame TGCompositeFrame *fMainFrame1447 = new TGCompositeFrame(fMainFrame1539,490,372,kVerticalFrame); fMainFrame1447->SetLayoutBroken(kTRUE); // composite frame TGCompositeFrame *fCompositeFrame1448 = new TGCompositeFrame(fMainFrame1447,490,372,kVerticalFrame); fCompositeFrame1448->SetLayoutBroken(kTRUE); TGCheckButton *fCheckButton1449 = new TGCheckButton(fCompositeFrame1448,"fTextButton830"); fCompositeFrame1448->AddFrame(fCheckButton1449, new TGLayoutHints(kLHintsLeft | kLHintsTop,2,2,2,2)); fCheckButton1449->MoveResize(80,48,105,19); fMainFrame1447->AddFrame(fCompositeFrame1448, new TGLayoutHints(kLHintsExpandX | kLHintsExpandY)); fCompositeFrame1448->MoveResize(0,0,490,372); fMainFrame1539->AddFrame(fMainFrame1447//Primitive: TObject/Basic ROOT object. You must implement TObject::SavePrimitive ); fMainFrame1447->MoveResize(0,0,490,372); fMainFrame1539->MapSubwindows(); fMainFrame1539->Resize(fMainFrame1539->GetDefaultSize()); fMainFrame1539->MapWindow(); fMainFrame1539->Resize(490,372); }