Home | History | Annotate | Download | only in fxedit

Lines Matching refs:bAuto

872 void CFX_Edit::SetAutoReturn(FX_BOOL bAuto, FX_BOOL bPaint) {
873 m_pVT->SetAutoReturn(bAuto);
884 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto, FX_BOOL bPaint) {
885 m_pVT->SetAutoFontSize(bAuto);
896 void CFX_Edit::SetAutoScroll(FX_BOOL bAuto, FX_BOOL bPaint) {
897 m_bEnableScroll = bAuto;