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

Function setTextSelection

MyGUIEngine/include/MyGUI_ISubWidgetText.h:36–38  ·  view source on GitHub ↗

Set text selection */

Source from the content-addressed store, hash-verified

34
35 /** Set text selection */
36 virtual void setTextSelection(size_t /*_start*/, size_t /*_end*/)
37 {
38 }
39
40 // интенсивность выделенного текста
41 virtual bool getSelectBackground() const

Callers 2

onKeyButtonPressedMethod · 0.85
setPropertyOverrideMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected