Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
gui Directory Reference
Directory dependency graph for gui:

Files

 buttonChangelabel.C
 This macro gives an example for changing text button labels anytime the Start or Pause buttons are clicked.
 
 buttongroupState.C
 A simple example that shows the enabled and disabled state of a button group with radio and check buttons.
 
 buttonsLayout.C
 This macro gives an example of different buttons' layout.
 
 buttonTest.C
 This macro gives an example of how to set/change text button attributes.
 
 calendar.C
 This macro gives an example of how to use html widget to display tabular data.
 
 CPUMeter.C
 Simple macro showing capabilities of the TGSpeedo widget.
 
 customContextMenu.C
 Example showing how to add a function to the class context menu.
 
 customTH1Fmenu.C
 Example showing how to customize a context menu for a class.
 
 drag_and_drop.C
 This tutorial illustrates how to use drag and drop within ROOT.
 
 exec3.C
 Example of using signal/slot in TCanvas/TPad to get feedback about processed events.
 
 exec_macro.C
 This utility macro executes the macro "macro" given as first argument and save a capture in a png file.
 
 games.C
 This macro runs three "games" that each nicely illustrate the graphics capabilities of ROOT.
 
 gtreeTableTest.C
 This TableTest class is a simple example of how to use a TGTreeTable.
 
 guilabels.C
 This macro gives an example of how to create different kind of labels and the possibility to enable/disable them.
 
 guitest.C
 Test program for ROOT native GUI classes Exactly like $ROOTSYS/test/guitest.cxx but using the new signal and slots communication mechanism.
 
 guitest_playback.C
 This macro plays a recorded ROOT session showing how to perform various interactive GUI operations with the guitest.C macro While replaying the session, several temporary macros (guitest0xx.C) macros will be saved.
 
 guiWithCINT.C
 A simple example of entering CINT commands and having the CINT output in a ROOT GUI application window.
 
 iconAsXPMData.C
 A simple example of creating icon image from XPM data, included into the code.
 
 listBox.C
 This macro gives an example of how to create a list box and how to set and use its multiple selection feature.
 
 mditest.C
 GUI MDI features.
 
 ntupleTableTest.C
 This TableTest class is a simple example of how to use a TGTable with a TTreeTableInterface.
 
 numberEntry.C
 This macro gives an example of how to create a number entry and how to update a label according to the changed value of this number entry.
 
 simpleTableTest.C
 This TableTest class is a simple example of how to use a TGSimpleTable that creates and owns it's own TGSimpleTableInterface.
 
 Slider3Demo.C
 Simple macro showing capabilities of triple slider.
 
 splitbuttonTest.C
 A simple example that shows the usage of a TGSplitButton.
 
 splitterHorizontal.C
 This macro gives an example of how to create a horizontal splitter.
 
 splitterVertical.C
 This macro gives an example of how to create a vertical splitter.
 
 staffTableTest.C
 This TableTest class is a simple example of how to use a TGTable with a TTreeTableInterface.
 
 statusBar.C
 This macro gives an example of how to create a status bar related to an embedded canvas that shows the info of the selected object, exactly as the status bar of any canvas window.
 
 textEntries.C
 This macro gives an example of how to set/change text entry attributes.
 
 textviewostream.C
 This macro gives an example of how to use the TGTextViewostream widget.
 
 WorldMap.C
 This macro shows how to use a TGImageMap class.