From 5e9a5f30236248babbaca26b241467c5d3211423 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 18 Feb 2009 09:27:54 +0000 Subject: 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 --- FL/Fl_File_Input.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl_File_Input.H') diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 6422b5bf1..48b1faca7 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -68,8 +68,11 @@ public: Fl_File_Input(int X, int Y, int W, int H, const char *L=0); virtual int handle(int event); + +protected: virtual void draw(); +public: /** Gets the box type used for the navigation bar. */ Fl_Boxtype down_box() const { return (Fl_Boxtype)down_box_; } /** Sets the box type to use for the navigation bar. */ -- cgit v1.2.3