MCPcopy Create free account
hub / github.com/KLayout/klayout / show_toolbox

Method show_toolbox

src/laybasic/laybasic/layMove.cc:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void
182MoveService::show_toolbox (bool visible)
183{
184 lay::EditorOptionsPage *tb = toolbox_widget ();
185 if (tb) {
186 tb->set_visible (visible);
187 }
188}
189
190lay::EditorOptionsPage *
191MoveService::toolbox_widget ()

Callers

nothing calls this directly

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected