MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / switchListBox

Method switchListBox

src/ui/combobox.cpp:630–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void ComboBox::switchListBox()
631{
632 if (!m_window)
633 openListBox();
634 else
635 closeListBox();
636}
637
638gfx::Rect ComboBox::getListBoxPos() const
639{

Callers 1

onProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected