Return the value of the selected list element as a string.
Since it will be used as a Label it needs to be a string representable
object. When a "non str" object is added to the Layer as a label
the Viewport throws an exception. wxwigets seems to store all values as
strings now.
|