Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ beginToItemSelected
Method
beginToItemSelected
MyGUIEngine/src/MyGUI_ListBox.cpp:905–909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
903
}
904
905
void ListBox::beginToItemSelected()
906
{
907
if (getIndexSelected() != ITEM_NONE)
908
beginToItemAt(getIndexSelected());
909
}
910
911
bool ListBox::isItemSelectedVisible(bool _fill)
912
{
Callers
8
ExportTabControl_BeginToItemSelected
Function · 0.45
ExportListBox_BeginToItemSelected
Function · 0.45
ExportComboBox_BeginToItemSelected
Function · 0.45
MyGUI_Managed_ListBox.h
File · 0.45
MyGUI_Managed_ComboBox.h
File · 0.45
BeginToItemSelected
Function · 0.45
beginToSelect
Method · 0.45
showBarSelectButton
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected