How to remove initial wx.RadioBox selection?

后端 未结 4 385
有刺的猬
有刺的猬 2021-01-22 08:13

I have the following code :

myList =[\'a\',\'b\']
rb=wx.RadioBox(self.panel, -1, \"Options :\", (0, 0), wx.DefaultSize,myList, 2, wx.RA_SPECIFY_COLS)
         


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-01-22 08:48

    Call the the radiobox SetSelection method with a parameter value of -1

提交回复
热议问题