Changes between Initial Version and Version 1 of Ticket #14994, comment 8
- Timestamp:
- May 17, 2012, 12:47:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14994, comment 8
initial v1 1 1 > Why is !MappedTextBox in the public APIs at all? 2 2 3 I guess for the same reason that _FormWidgetMixin, _WidgetBase, etc. are: people may want to use the class directly. Like the guy that wrote this ticket.3 I guess for the same reason that _FormWidgetMixin, _WidgetBase, etc. are: people may want to use the class. Like the guy that wrote this ticket. 4 4 5 5 > It should be named _MappedTextBox like all of the other protected classes, no?