summaryrefslogtreecommitdiffstatshomepage
path: root/radiobutton.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-1/+1
* CheckBox/RadioButton: Add support for having text on the left sideAlexander Neumann2017-12-121-0/+8
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* Fix some widgets that failed to honor Background, fixes #292Alexander Neumann2017-07-101-0/+2
* 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
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-8/+8
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-2/+2
* Improve data binding capabilities of radio buttonsAlexander Neumann2013-05-141-13/+30
* RadioButton: Add WS_GROUP style as requiredAlexander Neumann2013-05-081-10/+12
* RadioButton: Use CheckedChanged event for CheckedValue propertyAlexander Neumann2013-05-071-1/+1
* RadioButton: Add data binding supportAlexander Neumann2013-05-071-2/+75
* CheckBox/RadioButton: Workaround to avoid clipped text, thanks Michael TeichgräberAlexander Neumann2013-01-071-1/+1
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+2
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-1/+5
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-5/+1
* Remove winapi sub-package and use github.com/lxn/go-winapi insteadAlexander Neumann2012-02-201-1/+1
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+56