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

/haiku/src/kits/interface/
H A DColorControl.cpp56 fBlueText(NULL),
68 fBlueText(NULL),
116 fBlueText = (BTextControl*)FindView("_blue");
164 fBlueText = new BTextControl(textRect, "_blue", blue, "0",
167 fBlueText->SetDivider(labelWidth);
170 fBlueText->TextView()->DisallowChar(i);
172 fBlueText->TextView()->AllowChar(i);
173 fBlueText->TextView()->SetMaxBytes(3);
177 AddChild(fBlueText);
183 fBlueText
[all...]
/haiku/headers/os/interface/
H A DColorControl.h126 BTextControl* fBlueText; member in class:BColorControl

Completed in 32 milliseconds