| 29 | } |
| 30 | |
| 31 | ComboBox::ComboBox() : |
| 32 | m_active_item( NONE ), |
| 33 | m_highlighted_item( NONE ), |
| 34 | m_start_entry( 0 ) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | ComboBox::Ptr ComboBox::Create() { |
| 39 | return Ptr( new ComboBox ); |
nothing calls this directly
no outgoing calls
no test coverage detected