Searched refs:fNameBox (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/resedit/
H A DInternalEditors.h29 const char * GetName(void) const { return fNameBox->Text(); }
30 void SetName(const char *name) { fNameBox->SetText(name); }
43 *fNameBox; member in class:StringEditView
85 BTextControl *fNameBox; member in class:ImageEditor
H A DImageEditor.cpp55 fNameBox = new BTextControl(r, "name", "Name: ", data->GetName(), NULL,
57 fNameBox->SetDivider(be_plain_font->StringWidth("Name: ") + 5);
58 back->AddChild(fNameBox);
62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
89 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
111 ResizeTo(MAX(fImageView->Frame().right, fNameBox->Frame().right) + 20,
122 fNameBox->Frame().bottom + 10);
H A DMiscEditors.cpp98 fNameBox = new BTextControl(r, "name", "Name: ", "", NULL,
100 fNameBox->SetDivider(be_plain_font->StringWidth("Name: ") + 5);
101 AddChild(fNameBox);
159 be_plain_font->StringWidth(fNameBox->Text()) + 15.0;

Completed in 56 milliseconds