diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-06 20:30:13 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-06 20:30:13 -0500 |
| commit | d6f289bc86814a9a77eba0dd1740d2ee911a59f2 (patch) | |
| tree | ebf121044150fe742a11a998ef2dff2ce4e0caf1 /todo.md | |
| parent | 4630eaa84b782b7e3f4bb285925e0b59fe451e71 (diff) | |
Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported Orientation and its values accordingly.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ so I don't forget: - [Windows, Mac OS X] should ListBox have a border style? - [Windows] a different border on LineEdits? - padding and spacing in Stack -- change Stack/Listbox constructors so that there's a separate constructor for each variant, rather than passing in parameters? +- change Listbox constructor so that there's a separate constructor for each variant, rather than passing in parameters - allow Combobox to have initial settings - Combobox and Listbox insertions and deletions should allow bulk (...string) - Combobox/Listbox.DeleteAll |
