Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DLayoutCell.cpp56 subscribeEvent(Window::EventChildAdded, in LayoutCell()
H A DLayoutContainer.cpp57 subscribeEvent(Window::EventChildAdded, in LayoutContainer()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DElement.cpp58 const String Element::EventChildAdded("ChildAdded"); member in CEGUI::Element
730 fireEvent(EventChildAdded, e, EventNamespace); in onChildAdded()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DElement.h288 static const String EventChildAdded; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DElement.pypp.cpp1668 , bp::make_getter( &CEGUI::Element::EventChildAdded in register_Element_class()