MCPcopy 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
273static bool widget_is_visible(df::widget * w) {
274 return w && w->flag.bits.VISIBILITY_VISIBLE;
275}
276
277static size_t get_num_children(df::widget * w) {
278 if (!w)

Callers 2

get_visible_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected