#include
float h = OLSettingH;
boolean fixedheight = true;
float preferredheight = OLSettingH;
/****************************************************************
* Paint
*/
void PaintButton(boolean down)
{
OLSetting(down ? !value : value, w);
PaintLabel(str);
}