Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
630
void ComboBox::switchListBox()
631
{
632
if (!m_window)
633
openListBox();
634
else
635
closeListBox();
636
}
637
638
gfx::Rect ComboBox::getListBoxPos() const
639
{
Callers
1
onProcessMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected