Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ widget_is_visible
Function
widget_is_visible
library/modules/Gui.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
static bool widget_is_visible(df::widget * w) {
274
return w && w->flag.bits.VISIBILITY_VISIBLE;
275
}
276
277
static size_t get_num_children(df::widget * w) {
278
if (!w)
Callers
2
get_visible_child
Function · 0.85
get_visible_child_container
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected