| 196 | } |
| 197 | |
| 198 | bool ComboBox::IsDropDownDisplayed() const { |
| 199 | return GetState() == State::ACTIVE; |
| 200 | } |
| 201 | |
| 202 | void ComboBox::HandleMouseEnter( int /*x*/, int /*y*/ ) { |
| 203 | if( GetState() == State::NORMAL ) { |
no outgoing calls
no test coverage detected