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

Method setActivateOnClick

MyGUIEngine/src/MyGUI_ListBox.cpp:1055–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053 }
1054
1055 void ListBox::setActivateOnClick(bool activateOnClick)
1056 {
1057 mActivateOnClick = activateOnClick;
1058 }
1059
1060 Widget* ListBox::getWidgetByIndex(size_t _index)
1061 {

Callers 1

initialiseOverrideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected