Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ beginToItemFirst
Method
beginToItemFirst
MyGUIEngine/src/MyGUI_ComboBox.cpp:499–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
void ComboBox::beginToItemFirst()
500
{
501
if (getItemCount())
502
beginToItemAt(0);
503
}
504
505
void ComboBox::beginToItemLast()
506
{
Callers
1
notifyEditTextChange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected