Searched refs:fExtensionControl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp122 fExtensionControl = new BTextControl(B_TRANSLATE("Extension:"),
124 fExtensionControl->SetModificationMessage(
126 fExtensionControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT);
129 BTextView* textView = fExtensionControl->TextView();
146 .AddTextControl(fExtensionControl, 0, 0, B_ALIGN_HORIZONTAL_UNSET, 1, 2)
156 fExtensionControl->MakeFocus(true);
174 bool enabled = fExtensionControl->Text() != NULL
175 && fExtensionControl->Text()[0] != '\0';
179 enabled = strcmp(fExtensionControl->Text(), fExtension.String());
189 const char* newExtension = fExtensionControl
[all...]
H A DExtensionWindow.h32 BTextControl* fExtensionControl; member in class:ExtensionWindow

Completed in 47 milliseconds