MCPcopy Create free account
hub / github.com/TankOs/SFGUI / ComboBox

Method ComboBox

src/SFGUI/ComboBox.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31ComboBox::ComboBox() :
32 m_active_item( NONE ),
33 m_highlighted_item( NONE ),
34 m_start_entry( 0 )
35{
36}
37
38ComboBox::Ptr ComboBox::Create() {
39 return Ptr( new ComboBox );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected