MCPcopy Create free account
hub / github.com/KiCad/kicad-source-mirror / SetIsCheckButton

Method SetIsCheckButton

common/widgets/bitmap_button.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385
386void BITMAP_BUTTON::SetIsCheckButton()
387{
388 setFlag( wxCONTROL_CHECKABLE );
389}
390
391
392void BITMAP_BUTTON::SetIsRadioButton()

Calls 1

setFlagFunction · 0.85

Tested by

no test coverage detected