Searched refs:fOkB (Results 1 – 2 of 2) sorted by relevance
45 fOkB = new BButton(buttonFrame, "ok", "OK", in AuthenticationPanel()121 fOkB->ResizeToPreferred(); in GetAuthentication()122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop()); in GetAuthentication()124 fCancelB->MoveTo(fOkB->Frame().LeftTop() - BPoint(10.0, 0.0) - fCancelB->Frame().RightTop()); in GetAuthentication()126 BRect frame(fNameTC->Frame().LeftTop(), fOkB->Frame().RightBottom()); in GetAuthentication()167 bg->AddChild(fOkB); in GetAuthentication()176 SetDefaultButton(fOkB); in GetAuthentication()
41 BButton* fOkB; variable