diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-11 20:37:59 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-11 20:37:59 -0500 |
| commit | f8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 (patch) | |
| tree | 82dedf4d37f0f6d31e88ebb2ca1ce6499dead261 /proposals/sidebar.md | |
| parent | e34c561ed5bedeb180437ec165882b98d70d38c1 (diff) | |
LET'S GET THIS FINAL REWRITE EVER STARTED
Diffstat (limited to 'proposals/sidebar.md')
| -rw-r--r-- | proposals/sidebar.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/proposals/sidebar.md b/proposals/sidebar.md deleted file mode 100644 index fa23392..0000000 --- a/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 -???? |
