MCPcopy Create free account
hub / github.com/audacity/audacity / AddRadioButton

Method AddRadioButton

libraries/lib-shuttlegui/ShuttleGui.cpp:602–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602wxRadioButton * ShuttleGuiBase::AddRadioButton(
603 const TranslatableString &Prompt, int selector, int initValue)
604{
605 return DoAddRadioButton( Prompt, wxRB_GROUP, selector, initValue );
606}
607
608wxRadioButton * ShuttleGuiBase::AddRadioButtonToGroup(
609 const TranslatableString &Prompt, int selector, int initValue)

Callers 5

PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
OnPreferencesMethod · 0.80
PopulateOrExchangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected