Home
last modified time | relevance | path

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:"), in ExtensionWindow()
124 fExtensionControl->SetModificationMessage( in ExtensionWindow()
126 fExtensionControl->SetAlignment(B_ALIGN_LEFT, B_ALIGN_LEFT); in ExtensionWindow()
129 BTextView* textView = fExtensionControl->TextView(); in ExtensionWindow()
146 .AddTextControl(fExtensionControl, 0, 0, B_ALIGN_HORIZONTAL_UNSET, 1, 2) in ExtensionWindow()
156 fExtensionControl->MakeFocus(true); in ExtensionWindow()
174 bool enabled = fExtensionControl->Text() != NULL in MessageReceived()
175 && fExtensionControl->Text()[0] != '\0'; in MessageReceived()
179 enabled = strcmp(fExtensionControl->Text(), fExtension.String()); in MessageReceived()
189 const char* newExtension = fExtensionControl->Text(); in MessageReceived()
H A DExtensionWindow.h32 BTextControl* fExtensionControl; variable