#ifndef ROOT_TGuiBldHintsEditor
#define ROOT_TGuiBldHintsEditor
#ifndef ROOT_TGButton
#include "TGButton.h"
#endif
class TGuiBldHintsButton;
class TGNumberEntry;
class TGuiBldEditor;
class TGuiBldNameFrame;
class TGuiBldHintsManager;
class TGuiBldHintsEditor : public TGVerticalFrame {
private:
   TGuiBldEditor     *fEditor;        
   TGuiBldNameFrame  *fNameFrame;      
   TGuiBldHintsManager *fHintsManager; 
   void SetMatrixSep();
public:
   TGuiBldHintsButton *fExpandX;  
   TGuiBldHintsButton *fExpandY;  
   TGuiBldHintsButton *fCenterX;  
   TGuiBldHintsButton *fCenterY;  
   TGTextButton *fHintsLeft;     
   TGTextButton *fHintsRight;    
   TGTextButton *fHintsTop;      
   TGTextButton *fHintsBottom;   
   TGNumberEntry  *fPadTop;      
   TGNumberEntry  *fPadBottom;   
   TGNumberEntry  *fPadLeft;     
   TGNumberEntry  *fPadRight;    
public:
   TGuiBldHintsEditor(const TGWindow *p, TGuiBldEditor *e);
   virtual ~TGuiBldHintsEditor() {}
   void     ChangeSelected(TGFrame *);
   void     UpdateState();
   void     LayoutSubframes(Bool_t on);
   void     MatrixLayout();
   ClassDef(TGuiBldHintsEditor,0) 
};
#endif
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.