python - wxPython - Optional Text Boxes -
how can add
textctrl
area allow input if checkbox ticked? otherwise textctrl area ignored.
bind event handler checkbox widget call textctrl's enable method, passing true or false based on status of checkbox.
how can add
textctrl
area allow input if checkbox ticked? otherwise textctrl area ignored.
bind event handler checkbox widget call textctrl's enable method, passing true or false based on status of checkbox.
Comments
Post a Comment