m_NetDisplayOption=newwxRadioBox(this,ID_NET_SORTING_OPTION,_("Net list options:"),wxDefaultPosition,wxDefaultSize,m_NetDisplayOptionNChoices,m_NetDisplayOptionChoices,1,wxRA_SPECIFY_COLS);
m_NetDisplayOption->SetSelection(2);
m_NetDisplayOption->SetToolTip(_("Nets can be sorted:\nBy alphabetic order\nBy number of pads in the net (advanced)"));
<propertyname="choices">"Show all, alphabetic""Show all, advanced""Filtered, alphabetic""Filtered, advanced"</property>