Thomas Charbonnel <thomas@undata.org>:

updated to version 1.2.
This commit is contained in:
Takashi Iwai 2003-11-03 19:09:32 +00:00
parent a66f2e98b6
commit 6498fd396f
39 changed files with 1155 additions and 158 deletions

View file

@ -33,7 +33,6 @@ class HC_ClockSource:public Fl_Group
{
public:
HC_ClockSource(int x, int y, int w, int h);
int source;
Fl_Round_Button *autosync;
Fl_Round_Button *khz32;
Fl_Round_Button *khz44_1;
@ -41,6 +40,9 @@ public:
Fl_Round_Button *khz64;
Fl_Round_Button *khz88_2;
Fl_Round_Button *khz96;
Fl_Round_Button *khz128;
Fl_Round_Button *khz176_4;
Fl_Round_Button *khz192;
void setSource(unsigned char s);
};