Searched refs:textControl (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp174 BTextControl* textControl = new BTextControl(BRect(10, 10, 290, 30), local
176 textControl->SetDivider(textControl->StringWidth(textControl->Label()) + 8);
177 view->AddChild(textControl);
179 textControl = new BTextControl(BRect(300, 10, 420, 30),
181 textControl->SetDivider(textControl->StringWidth(textControl->Label()) + 8);
182 view->AddChild(textControl);
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp376 BTextControl* textControl local
378 if (textControl != NULL)
379 predicate.SetTo(textControl->Text(), 1023);
507 BTextControl* textControl = dynamic_cast<BTextControl*>(focusedItem); local
508 if (textControl != NULL && textControl->TextView() != NULL) {
511 textControl->TextView()->GetSelection(&selStart, &selEnd);
908 BTextControl* textControl local
910 if (textControl == NULL) {
914 textControl
1358 BTextControl* textControl = dynamic_cast<BTextControl*>( local
1527 BTextControl* textControl = dynamic_cast<BTextControl*>( local
1579 BTextControl* textControl local
1635 BTextControl* textControl local
1646 BTextControl* textControl local
2320 BTextControl* textControl = dynamic_cast<BTextControl*>( local
2465 BTextControl* textControl = dynamic_cast<BTextControl*>( local
2483 BTextControl* textControl = dynamic_cast<BTextControl*>(view); local
2523 BTextControl* textControl = new BTextControl("TextControl", local
2683 BTextControl* textControl = new BTextControl(title.String(), "", "", NULL); local
2729 BTextControl* textControl = dynamic_cast<BTextControl*>( local
2787 BTextControl* textControl = dynamic_cast<BTextControl*>(FindAttrView( local
3002 BTextControl* textControl local
[all...]
H A DFilePanelPriv.cpp591 BTextControl* textControl
597 if (fIsSavePanel && textControl != NULL) {
598 enabled = textControl->Text()[0] != '\0';
609 textControl->SetText(model->Name());
1216 BTextControl* textControl
1218 if (textControl != NULL) {
1219 textControl->SetText(text);
1220 if (textControl->TextView() != NULL)
1221 textControl->TextView()->SelectAll();
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp42 textControl = new BTextControl(textBounds,"filechosen","Play file:","No file chosen yet.", NULL);
43 textControl -> SetEnabled(false);
45 float x1 = textControl -> Bounds().left;
46 float x2 = textControl -> Bounds().right;
48 textControl -> SetDivider(dividerX);
50 box -> AddChild(textControl);
102 textControl -> SetText(path.Path());
H A DFileSoundWindow.h43 BTextControl *textControl; member in class:FileSoundWindow
/haiku/src/kits/interface/
H A DTextInput.cpp218 BTextControl* textControl = NULL; local
220 textControl = dynamic_cast<BTextControl*>(Parent());
222 if (textControl == NULL)
225 return textControl;
/haiku/headers/libs/print/libprint/
H A DMarginView.h200 void _AllowOnlyNumbers(BTextControl *textControl,
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp721 if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
730 textControl->SetText(value);
765 if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
773 textControl->SetText(value);
789 if (BTextControl *textControl = dynamic_cast<BTextControl *>(control)) {
790 BString value = textControl->Text();
/haiku/src/libs/print/libprint/
H A DMarginView.cpp484 MarginView::_AllowOnlyNumbers(BTextControl *textControl, int32 maxNum) argument
486 BTextView *tv = textControl->TextView();
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1513 BTextControl* textControl = textControls[i]; local
1516 textControl->SetLabel(_RandomLabel().String());
/haiku/headers/os/interface/
H A DLayoutBuilder.h170 inline ThisBuilder& AddTextControl(BTextControl* textControl,
904 Grid<ParentBuilder>::AddTextControl(BTextControl* textControl, int32 column, argument
908 BLayoutItem* item = textControl->CreateLabelLayoutItem();
912 fLayout->AddItem(textControl->CreateTextViewLayoutItem(),

Completed in 99 milliseconds