Searched refs:infoRect (Results 1 – 2 of 2) sorted by relevance
98 BRect infoRect(buttonRect); in LoginView() local99 infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0); in LoginView()108 infoRect.right = buttonRect.left - CSEP + 5; in LoginView()111 fInfoView = new BStringView(infoRect, "info", info.String()); in LoginView()
306 BRect infoRect(Bounds()); in TWindow() local307 infoRect.InsetBy(-1, -1); in TWindow()308 fInfo = new TInfoView(infoRect); in TWindow()