summaryrefslogtreecommitdiff
path: root/FL/Fl_Round_Button.H
blob: 9b7bb22d8776ddf10da707e0510e85de0581ba35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Fl_Round_Button.H

// A Fl_Light_Button with a round down_box() and a red color.

#ifndef Fl_Round_Button_H
#define Fl_Round_Button_H

#include "Fl_Light_Button.H"

class Fl_Round_Button : public Fl_Light_Button {
public:
  Fl_Round_Button(int x,int y,int w,int h,const char *l = 0);
};

#endif