Programmable real-time audio signal processing application
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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