MCPcopy Create free account
hub / github.com/MyGUI/mygui / notifyMouseLostFocus

Method notifyMouseLostFocus

UnitTests/UnitTest_ChildAttach/DemoKeeper.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void DemoKeeper::notifyMouseLostFocus(MyGUI::Widget* _sender, MyGUI::Widget* _new)
22 {
23 MyGUI::ImageBox* image = _sender->castType<MyGUI::ImageBox>();
24 image->setItemName("Dead");
25 image->setVisible(true);
26 mTextBoxTest->setCaption("0");
27 }
28
29 void DemoKeeper::setupResources()
30 {

Callers

nothing calls this directly

Calls 3

setItemNameMethod · 0.45
setVisibleMethod · 0.45
setCaptionMethod · 0.45

Tested by

no test coverage detected