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