WX GUI Chooser

Can’t find this info anywhere, does anyone know the format for the
‘labels’ section of this control?

Regards,

Mark McCarron

On 16/05/13 22:56, Mark McCarron wrote:

Can’t find this info anywhere, does anyone know the format for the
‘labels’ section of this control?

They are strings. Something like:

[“LABEL-1”,“LABEL-B”,“LABEL-3”]

Iain

Can’t find this info anywhere, does anyone know the format for the
‘labels’ section of this control?

Regards,

Mark McCarron

The parameters within GRC are all required to be Python objects of some
sort. In this, it takes a Python “list” of strings:

[“A”, “B”, “C”, “D”, “E”]