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

/haiku/src/apps/pulse/
H A DConfigView.cpp66 fIconWidthControl = NULL;
139 fIconWidthControl = new BTextControl(rect, "Width",
142 AddChild(fIconWidthControl);
143 fIconWidthControl->SetDivider(be_plain_font->StringWidth(
144 fIconWidthControl->Label()) + 5.0f);
148 fIconWidthControl->TextView()->DisallowChar(c);
150 fIconWidthControl->TextView()->SetMaxBytes(2);
153 fIconWidthControl->GetPreferredSize(&width, &height);
154 fIconWidthControl->ResizeTo(fIconWidthControl
[all...]
H A DConfigView.h58 BTextControl* fIconWidthControl; member in class:ConfigView

Completed in 79 milliseconds