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

/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitioningDialog.cpp145 float buttonWidth = 0; local
147 okButton->GetPreferredSize(&buttonWidth, &buttonHeight);
148 okButton->ResizeTo(buttonWidth, buttonHeight);
149 cancelButton->GetPreferredSize(&buttonWidth, &buttonHeight);
150 cancelButton->ResizeTo(buttonWidth, buttonHeight);
/haiku-fatelf/src/apps/login/
H A DLoginView.cpp81 float buttonWidth = BW; //(Bounds().Width() - 4 * CSEP) / 3; local
83 buttonWidth, Bounds().bottom);
90 buttonRect.OffsetBySelf(CSEP + buttonWidth, 0);
96 infoRect.OffsetBySelf(buttonWidth + CSEP, 0);
98 buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth,
/haiku-fatelf/src/preferences/mail/
H A DAutoConfigWindow.cpp47 int32 buttonWidth = 50; local
51 buttonRect.left = buttonRect.right - 2 * buttonWidth - 5;
52 buttonRect.right = buttonRect.left + buttonWidth;
58 buttonRect.left += 5 + buttonWidth;
59 buttonRect.right = buttonRect.left + buttonWidth;
/haiku-fatelf/src/kits/tracker/
H A DStatusWindow.cpp438 const float buttonWidth = 22; local
444 rect.right -= buttonWidth * 2 + 12;
519 rect.left = rect.right - buttonWidth * 2 - 7;
520 rect.right = rect.left + buttonWidth;
525 fPauseButton->ResizeTo(buttonWidth, buttonHeight);
528 rect.OffsetBy(buttonWidth + 2, 0);
530 fStopButton->ResizeTo(buttonWidth, buttonHeight);
/haiku-fatelf/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-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp352 int buttonWidth = rect.IntegerWidth() + 1; local
356 if (rect.IntegerWidth() >= buttonWidth)
357 buttonWidth = rect.IntegerWidth() + 1;
372 int rightPartWidth = 2 * buttonWidth + kInnerHSpacing;
388 fKillAppButton->ResizeTo(buttonWidth - 1, buttonHeight - 1);
391 rightPartX + buttonWidth + kInnerVSpacing - 1,
393 fCancelShutdownButton->ResizeTo(buttonWidth - 1, buttonHeight - 1);
/haiku-fatelf/src/kits/interface/
H A DAlert.cpp445 const char* button2, button_width buttonWidth, button_spacing spacing,
455 fButtonWidth = buttonWidth;
444 _InitObject(const char* text, const char* button0, const char* button1, const char* button2, button_width buttonWidth, button_spacing spacing, alert_type type) argument

Completed in 72 milliseconds