TRootApplication This class create the ROOT native GUI version of the ROOT application environment. This in contrast to the Win32 version. Once the native widgets work on Win32 this class can be folded into the TApplication class (since all graphic will go via TVirtualX).
TRootApplication() | |
void | GetOptions(Int_t* argc, char** argv) |
TString | TApplicationImp::fApplicationName | application name |
TGClient* | fClient | pointer to the client environment |
char* | fDisplay | display server to connect to |
Create ROOT application environment.
Handle command line arguments. Arguments handled are removed from the
argument array. Currently only option "-display xserver" is considered.