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

/haiku/src/apps/resedit/
H A DInternalEditors.h26 const char * GetID(void) const { return fIDBox->Text(); }
27 void SetID(const char *idstring) { fIDBox->SetText(idstring); }
35 void EnableID(const bool &value) { fIDBox->SetEnabled(value); }
36 bool IsIDEnabled(void) const { return fIDBox->IsEnabled(); }
42 BTextControl *fIDBox, member in class:StringEditView
84 BTextControl *fIDBox; member in class:ImageEditor
H A DImageEditor.cpp46 fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
49 fIDBox->SetDivider(labelwidth + 5);
50 back->AddChild(fIDBox);
52 r = fIDBox->Frame();
H A DMiscEditors.cpp89 fIDBox = new BTextControl(BRect(10, 10, 10 + (strwidth + labelwidth) + 15,
92 fIDBox->SetDivider(labelwidth + 5);
93 AddChild(fIDBox);
95 r = fIDBox->Frame();

Completed in 48 milliseconds