GUI

New Classes: TRecorder TGRecorder

TRecorder classes provide interface for recording and replaying events in ROOT. Recorded events are:
  • Commands typed by user in command line (e.g. 'new TCanvas')
  • GUI events (mouse movement, button clicks, ...)
    All the recorded events from one session are stored in one TFile and can be replayed again anytime.
    Modifications in TRootCanvas menu:
  • Renamed 'Inspect' menu title to 'Tools'
  • Added 'Event Recorder' menu entry

    Here is a screenshot of TGRecorder (GUI interface of the recorder):

    TGRecorder screenshot.

    New Class: TGPack

    New Container class for vertical and horizontal grouping of frames. It enforces a predictable resizing behaviour on children. For an example of how to use it, see tutorials/eve/pack.C.

    TGPack class example.

    TRootBrowser

    TGTab

    TGTextEditor

    TGSplitFrame

    TGToolTip

    TGSplitter

    TGView

    TGTextView

    TGTextEdit

    TGTextEntry

    TGCompositeFrame



    GUIHTML

    TGHtml

    TGHtmlBrowser