00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 #ifndef _FL_HIGHLIGHT_BUTTON_H_
00023 #define _FL_HIGHLIGHT_BUTTON_H_
00024 
00025 #include "Fl_Button.h"
00026 
00028 class FL_API Fl_Highlight_Button : public Fl_Button {
00029 public:
00030     static Fl_Named_Style* default_style;
00031 
00033     Fl_Highlight_Button(int x,int y,int w,int h,const char *l=0);
00034 
00036     Fl_Highlight_Button(const char* l = 0,int layout_size=30,Fl_Align layout_al=FL_ALIGN_TOP);
00037 };
00038 
00039 #endif