More future plans.

This commit is contained in:
Pietro Gagliardi 2014-08-30 11:07:53 -04:00
parent b9ea3714a6
commit fecf53827a
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Area
keyboard scrolling
OpenTextAreaAt() to allow editing of text blocks from within Areas (only after I add TextArea; it will use TextAreas themselves, rather than providing its own)
OpenTextFieldAt(): more platform-specific finished editing options; escape key for cancelling too?
bounds checking in Select()
Tree
Mac OS X: make sure newScrollView() has the correct parameters for Table and Tree (and that Area has the appropriate ones from both)

View File

@ -44,7 +44,6 @@ type Table interface {
// Selected and Select get and set the currently selected item in the Table.
// Selected returns -1 if no item is selected.
// Pass -1 to Select to deselect all items.
// TODO bounds checking
Selected() int
Select(index int)