MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / toolbar_clear_actions

Function toolbar_clear_actions

Tactility/Source/lvgl/Toolbar.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void toolbar_clear_actions(lv_obj_t* obj) {
252 auto* toolbar = reinterpret_cast<Toolbar*>(obj);
253 lv_obj_clean(toolbar->action_container);
254 toolbar->action_count = 0;
255}
256
257} // namespace

Callers 2

updateViewsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected