Programmable real-time audio signal processing application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Fl_Vert_Progress.h 225B

1234567891011121314
  1. #ifndef Fl_Vert_Progress_h
  2. #define Fl_Vert_Progress_h
  3. class Fl_Vert_Progress : public Fl_Progress
  4. {
  5. protected:
  6. virtual void draw();
  7. public:
  8. Fl_Vert_Progress(int x, int y, int w, int h, const char* l=0);
  9. };
  10. #endif