Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DEnums.h98HTF_RIGHT_ALIGNED, //!< Right of text should be aligned with the right of the destination ar… enumerator
H A DXMLEnumHelper.h374 case HTF_RIGHT_ALIGNED: in toString()
406 return HTF_RIGHT_ALIGNED; in fromString()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DEnums.pkg61 HTF_RIGHT_ALIGNED,
/dports/graphics/cegui/cegui-0.8.7/cegui/src/WindowRendererSets/Core/
H A DEditbox.cpp217 if (d_textFormatting == HTF_RIGHT_ALIGNED) in calculateTextOffset()
527 format == HTF_RIGHT_ALIGNED || in isUnsupportedFormat()
H A DStaticText.cpp171 case HTF_RIGHT_ALIGNED: in renderScrolledText()
508 case HTF_RIGHT_ALIGNED: in setupStringFormatter()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DPyCEGUI_enumerations.pypp.cpp104 .value("HTF_RIGHT_ALIGNED", CEGUI::HTF_RIGHT_ALIGNED) in register_enumerations()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DTextComponent.cpp219 case HTF_RIGHT_ALIGNED: in setupStringFormatter()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp67595 tolua_constant(tolua_S,"HTF_RIGHT_ALIGNED",CEGUI::HTF_RIGHT_ALIGNED); in tolua_CEGUI_open()