Searched defs:bEnable (Results 1 – 7 of 7) sorted by relevance
121 void EnableMessageBox(FX_BOOL bEnable) override { m_bMsgBoxEnable = bEnable; } in EnableMessageBox()
118 void EnableMessageBox(FX_BOOL bEnable) override {} in EnableMessageBox()
28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()146 FWL_ERR CFWL_SpinButtonImp::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()
141 void EnableNotify(FX_BOOL bEnable) { m_bEnableNotify = bEnable; } in EnableNotify()
122 volatile uint8_t bEnable; /*This flag shall decide whether to perform Write/Read operation */ member
982 void CPWL_Wnd::EnableWindow(FX_BOOL bEnable) { in EnableWindow()
1090 FWL_ERR FWL_EnabelWidget(IFWL_Widget* widget, FX_BOOL bEnable) { in FWL_EnabelWidget()