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

Method beginToItemLast

MyGUIEngine/src/MyGUI_ListBox.cpp:899–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 }
898
899 void ListBox::beginToItemLast()
900 {
901 if (getItemCount())
902 beginToItemAt(getItemCount() - 1);
903 }
904
905 void ListBox::beginToItemSelected()
906 {

Callers 7

BeginToItemLastFunction · 0.45
beginToEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected