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

/haiku-fatelf/src/apps/deskbar/
H A DCalendarMenuWindow.h33 BButton* _SetupButton(const char* label, uint32 what,
H A DCalendarMenuWindow.cpp106 .Add(_SetupButton("-", kMonthDownMessage, height), 0, 0)
108 .Add(_SetupButton("+", kMonthUpMessage, height), 2, 0)
110 .Add(_SetupButton("-", kYearDownMessage, height), 4, 0)
112 .Add(_SetupButton("+", kYearUpMessage, height), 6, 0)
244 CalendarMenuWindow::_SetupButton(const char* label, uint32 what, float height) function in class:CalendarMenuWindow

Completed in 89 milliseconds