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

Method cell_box_color

src/laybasic/laybasic/layLayoutViewBase.cc:4734–4741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4732}
4733
4734void
4735LayoutViewBase::cell_box_color (tl::Color c)
4736{
4737 if (c != m_box_color) {
4738 m_box_color = c;
4739 update_content ();
4740 }
4741}
4742
4743void
4744LayoutViewBase::cell_box_text_transform (bool xform)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected