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

Method hide

Tools/LayoutEditor/EditorToolTip.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void EditorToolTip::hide()
149 {
150 mMainWidget->setVisible(false);
151 }
152
153 void EditorToolTip::move(const MyGUI::IntPoint& _point)
154 {

Callers 3

notifyToolTipMethod · 0.45
notifyToolTipMethod · 0.45
notifyToolTipMethod · 0.45

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected