Searched refs:fInputControl (Results 1 – 1 of 1) sorted by relevance
424 BTextControl* fInputControl; member in VimDialog2072 , fInputControl(NULL) in VimDialog()2163 fInputControl = new BTextControl(rect, "_iv_", NULL, fInputValue, NULL, in VimDialog()2165 fInputControl->TextView()->SetText(fInputValue); in VimDialog()2166 fInputControl->TextView()->SetWordWrap(false); in VimDialog()2167 AddChild(fInputControl); in VimDialog()2170 fInputControl->GetPreferredSize(&width, &height); in VimDialog()2171 fInputControl->MakeFocus(true); in VimDialog()2199 button->MakeFocus(fInputControl == NULL); in VimDialog()2225 vim_strncpy((char_u*)fInputValue, (char_u*)fInputControl->Text(), IOSIZE - 1); in Go()