diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-31 21:09:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-31 21:09:07 -0400 |
| commit | 00fa09945dc9abaf894d98cebe7d47656b84de2f (patch) | |
| tree | 533bc0845d924ebdea0012a73286aae24168625c | |
| parent | f93fc522cc26068db95b24be45249bfdde585984 (diff) | |
Decided not to rename Stack to Box because Box means a lot of different things; described problems with that in futureplans.md.
| -rw-r--r-- | futureplans.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/futureplans.md b/futureplans.md index 5652776..35d5a40 100644 --- a/futureplans.md +++ b/futureplans.md @@ -75,7 +75,8 @@ far off: - tab stops - http://blogs.msdn.com/b/oldnewthing/archive/2003/10/21/55384.aspx - related: if an Area is the only control, it may or may not ge tkeyboard focus; it doesn't on Windows XP, for instance -- rename Stack to Box? +- using the name Stack means we'll need to figure out what to call what are effectively tabless notebooks (probably that) + - I won't rename Stack to Box because Box means a lot of different things (for example, in GTK+ it's Stack, but in Cocoa it's groupbox) - maybe change multiple selection lists to checkbox lists? - windows HIG refernece: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511485.aspx - conflicting, confusing info - gtk+ HIG reference: https://developer.gnome.org/hig-book/3.4/controls-lists.html.en |
