Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/elements/
H A DScrollablePane.pkg29 float getVerticalStepSize() const;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DScrollablePane.h316 float getVerticalStepSize(void) const;
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DScrollablePane.cpp189 float ScrollablePane::getVerticalStepSize(void) const in getVerticalStepSize() function in CEGUI::ScrollablePane
553 …&ScrollablePane::setVerticalStepSize, &ScrollablePane::getVerticalStepSize, 0.1f /* TODO: Inconsis… in addScrollablePaneProperties()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DScrollablePane.pypp.cpp1667 , getVerticalStepSize_function_type( &::CEGUI::ScrollablePane::getVerticalStepSize ) in register_ScrollablePane_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp41405 float tolua_ret = (float) self->getVerticalStepSize(); in tolua_CEGUI_CEGUI_ScrollablePane_getVerticalStepSize00()