Searched refs:IFWL_SpinButton (Results 1 – 3 of 3) sorted by relevance
11 class IFWL_SpinButton; variable31 class IFWL_SpinButton : public IFWL_Widget {33 static IFWL_SpinButton* Create(const CFWL_WidgetImpProperties& properties,40 IFWL_SpinButton();
17 IFWL_SpinButton* IFWL_SpinButton::Create( in Create()20 IFWL_SpinButton* pSpinButton = new IFWL_SpinButton; in Create()27 IFWL_SpinButton::IFWL_SpinButton() {} in IFWL_SpinButton() function in IFWL_SpinButton28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()32 FX_BOOL IFWL_SpinButton::IsButtonEnable(FX_BOOL bUp) { in IsButtonEnable()
689 IFWL_SpinButton* pSpin = IFWL_SpinButton::Create(prop, m_pInterface); in DrawDropDownButton()