Programmable real-time audio signal processing application
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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