(svn r24311) -Add: DrawDropDownButton() to draw dropdown buttons independent of actual widgets.

This commit is contained in:
frosch
2012-06-01 14:41:47 +00:00
parent 056f779334
commit b71b4015a2
2 changed files with 23 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ static const int SETTING_BUTTON_WIDTH = 20; ///< Width of setting buttons
static const int SETTING_BUTTON_HEIGHT = 10; ///< Height of setting buttons
void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
void DrawDropDownButton(int x, int y, Colours button_colour, bool state, bool clickable);
void DrawBoolButton(int x, int y, bool state, bool clickable);
#endif /* SETTING_GUI_H */