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

/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.h33 BButton* _SetupButton(const char* label, uint32 what,
H A DCalendarMenuWindow.cpp107 .Add(_SetupButton("-", kMonthDownMessage, height), 0, 0)
109 .Add(_SetupButton("+", kMonthUpMessage, height), 2, 0)
111 .Add(_SetupButton("-", kYearDownMessage, height), 4, 0)
113 .Add(_SetupButton("+", kYearUpMessage, height), 6, 0)
245 CalendarMenuWindow::_SetupButton(const char* label, uint32 what, float height) function in class:CalendarMenuWindow

Completed in 42 milliseconds