Logo ROOT  
Reference Guide
demoshelp Namespace Reference

Variables

 chelp = TCanvas( 'chelp', 'Help to run demos', 200, 10, 700, 500 )
 hdemo = TPaveText( .05, .05, .95, .7 )
str text
 welcome = TPaveText( .1, .8, .9, .97 )

Variable Documentation

◆ chelp

demoshelp.chelp = TCanvas( 'chelp', 'Help to run demos', 200, 10, 700, 500 )

Definition at line 16 of file demoshelp.py.

◆ hdemo

demoshelp.hdemo = TPaveText( .05, .05, .95, .7 )

Definition at line 25 of file demoshelp.py.

◆ text

str demoshelp.text
Initial value:
1= """- Run demo hsimple.py first. Then in any order
2- Click left mouse button to execute one demo
3- Click right mouse button to see the title of the demo
4- Click on 'Close Bar' to exit from the demo menu
5- Select 'File/Print' to print a Postscript view of the canvas
6- You can execute a demo with the mouse or type commands
7- During the demo (try on this canvas) you can:
8 .... Use left button to move/grow/etc objects
9 .... Use middle button to pop overlapping objects
10 .... Use right button to get an object sensitive pop-up
11 """

Definition at line 29 of file demoshelp.py.

◆ welcome

demoshelp.welcome = TPaveText( .1, .8, .9, .97 )

Definition at line 18 of file demoshelp.py.