Home
last modified time | relevance | path

Searched refs:text_selection_element (Results 1 – 1 of 1) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DWidgetTextInput.cpp73 …ElementTextSelection* text_selection_element = dynamic_cast< ElementTextSelection* >(selection_ele… in WidgetTextInput() local
74 if (text_selection_element != NULL) in WidgetTextInput()
76 text_selection_element->SetWidget(this); in WidgetTextInput()
77 parent->AppendChild(text_selection_element, false); in WidgetTextInput()
78 text_selection_element->RemoveReference(); in WidgetTextInput()