comparison codeDoc/ideas.txt @ 123:d3b2cefd46c9

minSizeChange() allows run-time changes to widgets' minimal size (except for shrinking in a GridLayoutWidget). FloatingAreaWidget: correct resize limiters AStringContent: allows space and ignores modifier keys
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 04 Jan 2009 17:35:15 +0000
parents 46c63cb1c74f
children 9f035cd139c6
comparison
equal deleted inserted replaced
122:f96e8d18c00a 123:d3b2cefd46c9
27 -> all widgets need a highlighted state to show focus 27 -> all widgets need a highlighted state to show focus
28 -> may require moving through a lot of widgets 28 -> may require moving through a lot of widgets
29 -> with complicated substructures, may not be very intuitive 29 -> with complicated substructures, may not be very intuitive
30 -> limit to popup menus? 30 -> limit to popup menus?
31 -> these keyboard events only passed if activated by code outside the WidgetManager and no text input callback is active? 31 -> these keyboard events only passed if activated by code outside the WidgetManager and no text input callback is active?
32
33 Content:
34 -> Per-content undo support?