00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef Fl_Round_Button_H
00020 #define Fl_Round_Button_H
00021
00022 #include "Fl_Light_Button.H"
00023
00036 class FL_EXPORT Fl_Round_Button : public Fl_Light_Button {
00037 public:
00038 Fl_Round_Button(int x,int y,int w,int h,const char *l = 0);
00039 };
00040
00041 #endif
00042
00043
00044
00045