More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-27 11:03:39 -04:00
parent b6055d8a35
commit f9699ff938
2 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,7 @@ func NewGroup(text string, control Control) Group {
// Text in a Textbox is unformatted, and scrollbars are applied automatically.
// TODO rename to TextBox? merge with TextField (but cannot use Invalid())? enable/disable line wrapping?
// TODO events
// TODO Tab key - insert horizontal tab or tab stop?
type Textbox interface {
Control

6
future
View File

@ -19,6 +19,12 @@ mac os x sizing is now completely broken
password fields: caps lock warnings
tab on windows
- windows xp: weird redraw issues on the bottom right corner of the first tab
tab, group, windows on windows
- all platforms: only resize when the size changed
- all platforms: redrawing issue on resizes
mac os x
Textbox
refuse first responder