Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DCombobox.cpp123 …droplist->subscribeEvent(Window::EventHidden, Event::Subscriber(&CEGUI::Combobox::droplist_HiddenH… in initialiseComponents()
H A DMultiLineEditbox.cpp144 Window::EventHidden, Event::Subscriber( in initialiseComponents()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DWindow.h272 static const String EventHidden; variable
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DWindow.cpp111 const String Window::EventHidden("Hidden"); member in CEGUI::Window
2336 fireEvent(EventHidden, e, EventNamespace); in onHidden()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DWindow.pypp.cpp6277 , bp::make_getter( &CEGUI::Window::EventHidden in register_Window_class()