summaryrefslogtreecommitdiff
path: root/FL/Fl_Slider.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-18 09:27:54 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-18 09:27:54 +0000
commit5e9a5f30236248babbaca26b241467c5d3211423 (patch)
treea2b9971c5ce0137a2964c79c7752e51ec51dedd4 /FL/Fl_Slider.H
parente83060f04b328ac85b94e6800b1a538be5205fa8 (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_Slider.H')
-rw-r--r--FL/Fl_Slider.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Slider.H b/FL/Fl_Slider.H
index 7815beef1..fb0b3e701 100644
--- a/FL/Fl_Slider.H
+++ b/FL/Fl_Slider.H
@@ -80,10 +80,10 @@ protected:
// these allow subclasses to put the slider in a smaller area:
void draw(int, int, int, int);
int handle(int, int, int, int, int);
+ void draw();
public:
- void draw();
int handle(int);
Fl_Slider(int x,int y,int w,int h, const char *l = 0);
Fl_Slider(uchar t,int x,int y,int w,int h, const char *l);