diff options
Diffstat (limited to 'dropdown.go')
| -rw-r--r-- | dropdown.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dropdown.go b/dropdown.go index 81746c6..e69e2bf 100644 --- a/dropdown.go +++ b/dropdown.go @@ -1,5 +1,10 @@ package gui +// functions to create 'Dropdown' and 'Combobox' +// Combobox is a Dropdown you can edit +// Thererfore, AddDropdownName() is used on both combobox and dropdown nodes +// since it is the same. confusing names? maybe... + import ( "git.wit.org/wit/gui/toolkit" ) |
