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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp110 fHexTextControl = new BTextControl(NULL, "#", NULL,
113 fHexTextControl->TextView()->SetMaxBytes(6);
117 fHexTextControl->TextView()->DisallowChar(j);
165 .Add(fHexTextControl->CreateLabelLayoutItem())
166 .Add(fHexTextControl->CreateTextViewLayoutItem())
179 fHexTextControl->SetTarget(this);
506 return fHexTextControl->TextView()->Text();
515 return _SetText(fHexTextControl, text);
H A DColorPickerView.h77 BTextControl* fHexTextControl; member in class:ColorPickerView

Completed in 40 milliseconds