Searched refs:IsValidValue (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp140 bool IsValidValue(int val) const function in class:BookWidgetsPage
475 wxCHECK_RET( IsValidValue(pos), _T("button should be disabled") );
489 wxCHECK_RET( IsValidValue(pos), _T("button should be disabled") );
498 wxCHECK_RET( IsValidValue(pos), _T("button should be disabled") );
505 event.Enable( IsValidValue(GetTextValue(m_textSelect)) );
510 event.Enable( IsValidValue(GetTextValue(m_textInsert)) );
515 event.Enable( IsValidValue(GetTextValue(m_textRemove)) );
H A Dspinbtn.cpp114 bool IsValidValue(int val) const function in class:SpinBtnWidgetsPage
298 if ( !IsValidValue(valOld) )
371 if ( !m_textValue->GetValue().ToLong(&val) || !IsValidValue(val) )
385 event.Enable( m_textValue->GetValue().ToLong(&val) && IsValidValue(val) );
H A Dslider.cpp152 bool IsValidValue(int val) const function in class:SliderWidgetsPage
430 if ( !IsValidValue(valOld) )
592 if ( !m_textValue->GetValue().ToLong(&val) || !IsValidValue(val) )
605 event.Enable( m_textValue->GetValue().ToLong(&val) && IsValidValue(val) );

Completed in 47 milliseconds