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

Method beginToStart

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 static_cast<ListBox*>(this)->beginToItemAt(_index);
306 }
307 void MemberObsolete<ListBox>::beginToStart()
308 {
309 static_cast<ListBox*>(this)->beginToItemFirst();
310 }
311 void MemberObsolete<ListBox>::beginToEnd()
312 {
313 static_cast<ListBox*>(this)->beginToItemLast();

Callers

nothing calls this directly

Calls 1

beginToItemFirstMethod · 0.45

Tested by

no test coverage detected