Changes between Initial Version and Version 1 of Ticket #9823, comment 6
- Timestamp:
- Jun 18, 2013, 10:17:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9823, comment 6
initial v1 1 Technically, beside "Label" there should also be a "Value" property too.2 1 Looking at TextControl.cpp, which handle "Value" itself, and base Control.cpp, which handle "Label", "Enabled" and a generic "Value" properties show how one could do that. 3 2