diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 14:39:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 14:39:19 -0400 |
| commit | 27033459a2c08c10ec12f33253ae9d6abdb76c0a (patch) | |
| tree | cc01bd6664c62f9a2c1416c565ca561ba4b4f40c | |
| parent | 14149505389e961c0d979e7910587b9b98d692c8 (diff) | |
Removed Window.Center() from futureplans.md now that that's done.
| -rw-r--r-- | futureplans.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/futureplans.md b/futureplans.md index 4deeb4a..e5a94a9 100644 --- a/futureplans.md +++ b/futureplans.md @@ -25,8 +25,6 @@ general list: - Listbox/Combobox.Index(n) - Index(n) is the name used by reflect.Value; use a different one? - figure out where to auto-place windows in Cocoa (also window coordinates are still not flipped properly so (0,0) on screen is the bottom-left) - - also provide a method to center windows; Cocoa provides one for us but - - GTK+ too: gtk_window_set_position(window, GTK_WIN_POS_CENTER) (via http://stackoverflow.com/questions/16832581/how-to-make-a-gtkwindow-background-transparent-on-linux) - make Combobox and Listbox satisfy sort.Interface? - should a noneditable Combobox be allowed to return to unselected mode by the user? - provide a way for MouseEvent/KeyEvent to signal that the keypress caused the Area to gain/lose focus |
