summaryrefslogtreecommitdiffstatshomepage
path: root/listbox.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Missed a file in some previous commitAlexander Neumann2019-02-251-0/+24
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* Add more properties to some widgetsAlexander Neumann2017-02-271-2/+22
* set listbox default to single selectionU-ultrahorst\elmar2015-12-191-11/+18
* listbox: add multi selection and horizontal scrollU-ultrahorst\elmar2015-12-181-11/+11
* Enable multiple selections on listboxcsd01172015-12-171-1/+34
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* ListBox: Add HasCurrentItem propertyAlexander Neumann2014-01-161-0/+15
* ListBox: Fix handling of index -1 in SetCurrentIndexAlexander Neumann2014-01-161-5/+1
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-26/+25
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-3/+5
* ListBox: Replace DblClicked event with ItemActivatedAlexander Neumann2013-07-101-6/+26
* ListBox: In SetModel, reset items also if mdl is nilAlexander Neumann2013-05-091-3/+1
* ComboBox, ListBox: Add support for []string modelsAlexander Neumann2013-05-051-6/+16
* ComboBox, ListBox: Fixes for Go 1.1 64 bitAlexander Neumann2013-05-011-2/+2
* ListBox: Add support for new reflect based modelsAlexander Neumann2013-04-301-3/+56
* ListBox: Remember previous value of CurrentIndex on selection change.Alexander Neumann2013-04-171-0/+1
* ListBox: Don't restrict height to full linesAlexander Neumann2012-11-041-1/+1
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-5/+5
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+3
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-4/+3
* remove unneeded functionzhubicen2012-05-201-70/+7
* list modelzhubicen2012-05-101-3/+136
* run gofmt on listbox.gozhubicen2012-05-091-193/+191
* Both listbox.go and examples/listbox/listbox.go are missing copyright headerszhubicen2012-05-091-57/+65
* fix typozhubicen2012-05-081-1/+1
* fix compiling errorzhubicen2012-04-261-9/+17
* more function of listboxzhubicen2012-04-251-26/+54
* workable listboxzhubicen2012-04-221-6/+5
* Support ListBox (in progress)zhubicen2012-04-211-0/+152