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

/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp41 BRect textBounds(appBounds.left + 10, appBounds.top + 10, appBounds.right - 70, appBounds.top + 20);
42 textControl = new BTextControl(textBounds,"filechosen","Play file:","No file chosen yet.", NULL);
52 BRect browseBounds(textBounds.right + 5,textBounds.top, appBounds.right - 5, textBounds.bottom);
57 BRect playBounds(textBounds.left,textBounds.bottom + 15, textBounds.left + 50, textBounds.bottom + 25);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp33 StyledEditView::StyledEditView(BRect viewFrame, BRect textBounds, argument
36 BTextView(viewFrame, "textview", textBounds, NULL,
H A DStyledEditWindow.cpp1162 BRect textBounds = viewFrame; local
1163 textBounds.OffsetTo(B_ORIGIN);
1165 fTextView = new StyledEditView(viewFrame, textBounds, this);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp119 BRect textBounds(0, 0, 250, 200);
120 BTextView* textView = new BTextView(textBounds, "text", textBounds,

Completed in 30 milliseconds