Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void WindowControl::SetHidden(bool hidden)
120
{
121
if (!hidden)
122
BringToFront();
123
124
BaseClass::SetHidden(hidden);
125
}
126
127
void WindowControl::Touch()
128
{
Callers
15
OnFinish
Function · 0.80
OnFinish
Method · 0.80
GWEN_CONTROL_CONSTRUCTOR
Function · 0.80
Layout
Method · 0.80
DragAndDrop_StartDragging
Method · 0.80
DragAndDrop_EndDragging
Method · 0.80
GetChildDock
Method · 0.80
OnRedundantChildDock
Method · 0.80
AddPage
Method · 0.80
OnTabPressed
Method · 0.80
HandleOverflow
Method · 0.80
SetClosable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected