JG ROOT Tools libraries  version 5.0 - august 2014
RGWidgetFunctions.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RGWidgetFunctions.hh
3  *
4  * Include file for widgets related functions.
5  */
6 
7 #ifndef RG_WIDGET_FUNCTIONS_HH
8 #define RG_WIDGET_FUNCTIONS_HH
9 
10 #include <TGFrame.h>
11 #include <TQConnection.h>
12 #include <THashList.h>
13 #include "GGlobal.hh"
14 
15 // These functions have been written for debugging tests
16 extern void RGDumpFrame ( TGFrame * wid, const int lev = 0, FILE * fp = stderr );
17 extern void RGDumpFrame ( TGFrame * wid, const int lev = 0, const string & fname = "" );
18 
19 extern void RGDumpWindows ( const string & fname );
20 
21 #endif
void RGDumpWindows(const string &fname)
Definition: RGWidgetFunctions.cpp:158
void RGDumpFrame(TGFrame *wid, const int lev, FILE *fp)
Definition: RGWidgetFunctions.cpp:16