#ifndef ROOT_TGuiBldHintsButton
#define ROOT_TGuiBldHintsButton
#ifndef ROOT_TGButton
#include "TGButton.h"
#endif
class TGuiBldHintsButton : public TGButton {
protected:
   virtual void DrawExpandX();
   virtual void DrawExpandY();
   virtual void DrawCenterX();
   virtual void DrawCenterY();
   virtual void DrawTopLeft();
   virtual void DrawTopRight();
   virtual void DrawBottomLeft();
   virtual void DrawBottomRight();
   virtual void DoRedraw();
public:
   TGuiBldHintsButton(const TGWindow *p, Int_t id);
   virtual ~TGuiBldHintsButton() {}
   ClassDef(TGuiBldHintsButton,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.