Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DEnums.h103HTF_WORDWRAP_CENTRE_ALIGNED, //!< text should be horizontally centred within the destination area… enumerator
H A DXMLEnumHelper.h389 case HTF_WORDWRAP_CENTRE_ALIGNED: in toString()
415 return HTF_WORDWRAP_CENTRE_ALIGNED; in fromString()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DEnums.pkg66 HTF_WORDWRAP_CENTRE_ALIGNED,
/dports/graphics/cegui/cegui-0.8.7/cegui/src/WindowRendererSets/Core/
H A DStaticText.cpp166 case HTF_WORDWRAP_CENTRE_ALIGNED: in renderScrolledText()
535 case HTF_WORDWRAP_CENTRE_ALIGNED: in setupStringFormatter()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DPyCEGUI_enumerations.pypp.cpp109 .value("HTF_WORDWRAP_CENTRE_ALIGNED", CEGUI::HTF_WORDWRAP_CENTRE_ALIGNED) in register_enumerations()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DTextComponent.cpp235 case HTF_WORDWRAP_CENTRE_ALIGNED: in setupStringFormatter()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp67600 tolua_constant(tolua_S,"HTF_WORDWRAP_CENTRE_ALIGNED",CEGUI::HTF_WORDWRAP_CENTRE_ALIGNED); in tolua_CEGUI_open()