Searched refs:AllowChar (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp29 AllowChar('-');
82 AllowChar('.');
196 AllowChar(c);
/haiku/src/apps/drivesetup/
H A DCreateParametersPanel.cpp155 fSizeTextControl->TextView()->AllowChar(i);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp492 tv->AllowChar(i);
494 tv->AllowChar(B_BACKSPACE);
496 tv->AllowChar('.');
H A DPageSetupDlg.cpp183 fScaling->TextView()->AllowChar('0' + num);
H A DJobSetupDlg.cpp187 textView->AllowChar('0' + num);
H A DPreview.cpp829 fPageNumber->TextView()->AllowChar('0' + num);
/haiku/src/kits/interface/
H A DColorControl.cpp144 fRedText->TextView()->AllowChar(i);
158 fGreenText->TextView()->AllowChar(i);
172 fBlueText->TextView()->AllowChar(i);
H A DTextView.cpp2483 BTextView::AllowChar(uint32 character) function in class:BTextView
/haiku/headers/os/interface/
H A DTextView.h198 void AllowChar(uint32 character);

Completed in 158 milliseconds