MCPcopy Create free account
hub / github.com/MyGUI/mygui / beginToItemFirst

Method beginToItemFirst

MyGUIEngine/src/MyGUI_ListBox.cpp:893–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891 }
892
893 void ListBox::beginToItemFirst()
894 {
895 if (getItemCount())
896 beginToItemAt(0);
897 }
898
899 void ListBox::beginToItemLast()
900 {

Callers 15

BeginToItemFirstFunction · 0.45
beginToStartMethod · 0.45
OnInitialiseMethod · 0.45
OnInitialiseMethod · 0.45
OnInitialiseMethod · 0.45
onFillValuesMethod · 0.45
onFillValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected