Searched refs:buttonWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/login/
H A DLoginView.cpp81 float buttonWidth = BW; //(Bounds().Width() - 4 * CSEP) / 3; local
83 buttonWidth, Bounds().bottom);
101 buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth,
/haiku/src/kits/tracker/
H A DStatusWindow.cpp452 const float buttonWidth = 22; local
458 rect.right -= buttonWidth * 2 + 12;
534 rect.left = rect.right - buttonWidth * 2 - 7;
535 rect.right = rect.left + buttonWidth;
540 fPauseButton->ResizeTo(buttonWidth, buttonHeight);
543 rect.OffsetBy(buttonWidth + 2, 0);
545 fStopButton->ResizeTo(buttonWidth, buttonHeight);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp38 float buttonWidth, buttonHeight; local
40 buttonWidth, buttonHeight); local
42 fButtonRect.right = fButtonRect.left + buttonWidth;
/haiku/src/kits/interface/
H A DAlert.cpp483 const char* button2, button_width buttonWidth, button_spacing spacing,
504 SetButtonWidth(buttonWidth);
482 _Init(const char* text, const char* button0, const char* button1, const char* button2, button_width buttonWidth, button_spacing spacing, alert_type type) argument

Completed in 55 milliseconds