diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-30 23:02:02 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-30 23:02:02 -0400 |
| commit | 77bf566ebbcb62acd4d08d905d9542d6ff9b6b80 (patch) | |
| tree | eeb8e72bc3bf57f5be7f0c0af4319189ac6de838 /redo/proposals/sidebar.md | |
| parent | 155899c65ed32245e2ccad4197a10c77017d835b (diff) | |
...in with the new.
Diffstat (limited to 'redo/proposals/sidebar.md')
| -rw-r--r-- | redo/proposals/sidebar.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/redo/proposals/sidebar.md b/redo/proposals/sidebar.md deleted file mode 100644 index fa23392..0000000 --- a/redo/proposals/sidebar.md +++ /dev/null @@ -1,32 +0,0 @@ -# Sidebar Control - -```go -type Sidebar interface { - Control - - AppendCategory(text string) - DeleteCategory(index int) - - AppendItem(category int, name string) - DeleteItem(category int, index int) - - Selection() (category int, index int) // or Selected()? - Select(category int, index int) - - OnSelected(func()) -} -``` - -Simple two-level sidebars. - -Could have images on each item in the future. - -## Mac OS X -Source List NSTableView (need to see how this will work) - -## GTK+ -GTK_STYLE_CLASS_SIDEBAR (available in 3.4); see how GtkPlacesSidebar implements this - - other programs that do: Rhythmbox - -## Windows -???? |
