MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SetHidden

Method SetHidden

examples/ThirdPartyLibs/Gwen/Controls/WindowControl.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void WindowControl::SetHidden(bool hidden)
120{
121 if (!hidden)
122 BringToFront();
123
124 BaseClass::SetHidden(hidden);
125}
126
127void WindowControl::Touch()
128{

Callers 15

OnFinishFunction · 0.80
OnFinishMethod · 0.80
GWEN_CONTROL_CONSTRUCTORFunction · 0.80
LayoutMethod · 0.80
GetChildDockMethod · 0.80
OnRedundantChildDockMethod · 0.80
AddPageMethod · 0.80
OnTabPressedMethod · 0.80
HandleOverflowMethod · 0.80
SetClosableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected