//| Copyright: (C) 2019-2020 Kevin Larke //| License: GNU GPL version 3.0 or above. See the accompanying LICENSE file. #ifndef Fl_Vert_Progress_h #define Fl_Vert_Progress_h class Fl_Vert_Progress : public Fl_Progress { protected: virtual void draw(); public: Fl_Vert_Progress(int x, int y, int w, int h, const char* l=0); }; #endif