Searched refs:buttonOK (Results 1 – 1 of 1) sorted by relevance
2437 BButton *buttonOK = new BButton(rc, "buttonOK", "OK", in VimSelectFontDialog() local2439 clientBox->AddChild(buttonOK); in VimSelectFontDialog()2440 buttonOK->ResizeToPreferred(); in VimSelectFontDialog()2455 float maxControlsHeight = offsetYButtons + buttonOK->Bounds().Height(); in VimSelectFontDialog()2497 buttonOK->MoveBy(maxControlsWidth - buttonOK->Bounds().Width(), offsetYButtons); in VimSelectFontDialog()2498 buttonCancel->MoveBy(maxControlsWidth - buttonOK->Bounds().Width() in VimSelectFontDialog()