Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
386
void BITMAP_BUTTON::SetIsCheckButton()
387
{
388
setFlag( wxCONTROL_CHECKABLE );
389
}
390
391
392
void BITMAP_BUTTON::SetIsRadioButton()
Callers
11
PROPERTIES_FRAME
Method · 0.80
TUNER_SLIDER
Method · 0.80
DIALOG_SHEET_PIN_PROPERTIES
Method · 0.80
DIALOG_LABEL_PROPERTIES
Method · 0.80
DIALOG_FIELD_PROPERTIES
Method · 0.80
DIALOG_TEXT_PROPERTIES
Method · 0.80
DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS
Method · 0.80
DIALOG_TEXTBOX_PROPERTIES
Method · 0.80
DIALOG_TEXT_PROPERTIES
Method · 0.80
DIALOG_DIMENSION_PROPERTIES
Method · 0.80
DIALOG_TABLECELL_PROPERTIES
Method · 0.80
Calls
1
setFlag
Function · 0.85
Tested by
no test coverage detected