diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-10-30 22:27:04 +0100 | 
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-10-30 22:27:04 +0100 | 
| commit | f8fb82ba705f6314d502b8efc8f03ecd16b8bed8 (patch) | |
| tree | b36fdf1b869751f5a0eabf762d2b9af8d8673a8c /src/Fl_Value_Dial.H | |
| parent | 3065ecc1e1c44770ecad9e4bf29c4b71f0a2bc52 (diff) | |
more reindent
Diffstat (limited to 'src/Fl_Value_Dial.H')
| -rw-r--r-- | src/Fl_Value_Dial.H | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/src/Fl_Value_Dial.H b/src/Fl_Value_Dial.H index 35a3adf..94fda5a 100644 --- a/src/Fl_Value_Dial.H +++ b/src/Fl_Value_Dial.H @@ -10,19 +10,19 @@  #include <FL/Fl_Dial.H>  class Fl_Value_Dial : public Fl_Dial { -  uchar textfont_, textsize_; -  unsigned textcolor_; - public: -  void draw(); -  int handle(int event); -   -  Fl_Value_Dial(int x,int y,int w,int h, const char *l = 0); -  Fl_Font textfont() const {return (Fl_Font)textfont_;} -  void textfont(uchar s) {textfont_ = s;} -  uchar textsize() const {return textsize_;} -  void textsize(uchar s) {textsize_ = s;} -  Fl_Color textcolor() const {return (Fl_Color)textcolor_;} -  void textcolor(unsigned s) {textcolor_ = s;} +	uchar textfont_, textsize_; +	unsigned textcolor_; +	public: +	void draw(); +	int handle(int event); + +	Fl_Value_Dial(int x,int y,int w,int h, const char *l = 0); +	Fl_Font textfont() const {return (Fl_Font)textfont_;} +	void textfont(uchar s) {textfont_ = s;} +	uchar textsize() const {return textsize_;} +	void textsize(uchar s) {textsize_ = s;} +	Fl_Color textcolor() const {return (Fl_Color)textcolor_;} +	void textcolor(unsigned s) {textcolor_ = s;}  };  #endif | 
