summaryrefslogtreecommitdiffstatshomepage
path: root/tabpage.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: allow manually drawing tab widgetad/pkg/walk/manual-draw-tabwidgetAnthony Dong2019-05-081-0/+13
* global: replace class namesJason A. Donenfeld2019-05-081-1/+1
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-2/+3
* More GraphicsEffects changesAlexander Neumann2017-11-211-12/+0
* TabPage: Add FocusEffectAlexander Neumann2017-04-171-0/+12
* TabPage: Add Image propertyAlexander Neumann2017-04-171-0/+33
* TabWidget: Draw title for current TabPage + some cleanupAlexander Neumann2017-04-161-6/+14
* First steps towards support for transparent TabWidgetsAlexander Neumann2017-04-161-3/+5
* Improve background handlingAlexander Neumann2017-03-071-1/+3
* 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
* TabWidget: Add support for tab page image, fixes #74Alexander Neumann2013-11-221-16/+15
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-7/+7
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Group imports everywhereAlexander Neumann2013-07-241-2/+6
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* Don't store Property values in widgetsAlexander Neumann2013-05-011-5/+2
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-6/+8
* TabPage: Do not dispose of shared background brushAlexander Neumann2012-11-051-10/+0
* Add some properties to many widgetsAlexander Neumann2012-10-301-2/+15
* Propagate enabled state to child widgetsAlexander Neumann2012-10-011-0/+8
* Make widgets inherit font from their parentAlexander Neumann2012-10-011-0/+10
* TabPage: Use SystemColorBrush for backgroundAlexander Neumann2012-09-171-6/+5
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* TabPage: By default use COLOR_WINDOW for backgroundAlexander Neumann2012-08-071-4/+17
* Fix recently introduced events bugAlexander Neumann2012-02-241-1/+1
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-6/+3
* 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/+71