Searched refs:ButtonPicture (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h257 BPicture *ButtonPicture(bool active, int32 button_type);
H A DChartWindow.cpp576 ButtonPicture(false, REFRESH_BUTTON_PICT),
577 ButtonPicture(true, REFRESH_BUTTON_PICT),
588 ButtonPicture(false, COLOR_BUTTON_PICT),
589 ButtonPicture(true, COLOR_BUTTON_PICT),
600 ButtonPicture(false, DENSITY_BUTTON_PICT),
601 ButtonPicture(true, DENSITY_BUTTON_PICT),
1153 ChartWindow::ButtonPicture(bool active, int32 button_type) function in class:ChartWindow
1476 fRefreshButton->SetEnabledOff(ButtonPicture(false, REFRESH_BUTTON_PICT));
1477 fRefreshButton->SetEnabledOn(ButtonPicture(true, REFRESH_BUTTON_PICT));
1575 fColorButton->SetEnabledOff(ButtonPicture(fals
[all...]

Completed in 21 milliseconds