andlabs-ui/examples/widgetgallery
Pietro Gagliardi 3a742b136a Expanded the widgetgallery README. 2015-01-22 16:04:56 -05:00
..
README Expanded the widgetgallery README. 2015-01-22 16:04:56 -05:00
icons.go Added a widget gallery example. 2014-08-30 23:32:12 -04:00
main.go Whoops, forgot to document NewStandaloneLabel()'s demise and amend the example program. Fixed. 2014-10-18 17:40:29 -04:00
widgetgallery.png Added a widget gallery example. 2014-08-30 23:32:12 -04:00

README

This is not a single-file example; both main.go and icons.go need to be built together. icons.go is a separate file because it contains the binary data for the icons. At some point in the future the file will not contain any package ui-related code (if it doesn't already), and will only be responsible for parsing the images and producing the structure for the embedded Table (if even).