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

Method set_action_title

src/laybasic/laybasic/layAbstractMenu.cc:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void
297AbstractMenuItem::set_action_title (const std::string &s)
298{
299 mp_action->set_title (s);
300}
301
302void
303AbstractMenuItem::set_has_submenu ()

Callers 1

find_itemMethod · 0.80

Calls 1

set_titleMethod · 0.45

Tested by

no test coverage detected