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

Method hide

Demos/Demo_ItemBox/ToolTip.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void ToolTip::hide()
44 {
45 mMainWidget->setVisible(false);
46 }
47
48 void ToolTip::move(const MyGUI::IntPoint& _point)
49 {

Callers 2

createSceneMethod · 0.45
notifyToolTipMethod · 0.45

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected