| 111 | } |
| 112 | |
| 113 | bool CButtonUI::Activate() |
| 114 | { |
| 115 | if( !CControlUI::Activate() ) return false; |
| 116 | if( m_pManager != NULL ) m_pManager->SendNotify(this, DUI_MSGTYPE_CLICK); |
| 117 | return true; |
| 118 | } |
| 119 | |
| 120 | void CButtonUI::SetEnabled(bool bEnable) |
| 121 | { |
nothing calls this directly
no test coverage detected