diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-02-18 09:27:54 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-02-18 09:27:54 +0000 |
| commit | 5e9a5f30236248babbaca26b241467c5d3211423 (patch) | |
| tree | a2b9971c5ce0137a2964c79c7752e51ec51dedd4 /FL/Fl_Value_Output.H | |
| parent | e83060f04b328ac85b94e6800b1a538be5205fa8 (diff) | |
Modified all public widget draw methods to be protected.
ToDo: Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Value_Output.H')
| -rw-r--r-- | FL/Fl_Value_Output.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index f471e4910..72371d846 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -52,9 +52,12 @@ class FL_EXPORT Fl_Value_Output : public Fl_Valuator { Fl_Fontsize textsize_; uchar soft_; unsigned textcolor_; + +protected: + void draw(); + public: int handle(int); - void draw(); Fl_Value_Output(int x,int y,int w,int h,const char *l=0); /** |
