Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 v0.1.0 Aug 1, 2017 Changes in this version + type AnimatedStyle struct + BackgroundColor comm.ColorNotifier + BorderColor comm.ColorNotifier + BorderWidth comm.Float64Notifier + CornerRadius comm.Float64Notifier + ShadowColor comm.ColorNotifier + ShadowOffset layout.PointNotifier + ShadowRadius comm.Float64Notifier + Style Style + Transparency comm.Float64Notifier + func (as *AnimatedStyle) Notify(f func()) comm.Id + func (as *AnimatedStyle) PaintStyle() Style + func (as *AnimatedStyle) Unnotify(id comm.Id) + type Painter interface + PaintStyle func() Style + type Style struct + BackgroundColor color.Color + BorderColor color.Color + BorderWidth float64 + CornerRadius float64 + ShadowColor color.Color + ShadowOffset layout.Point + ShadowRadius float64 + Transparency float64 + func (s *Style) MarshalProtobuf() *paint.Style + func (s *Style) Notify(func()) comm.Id + func (s *Style) PaintStyle() Style + func (s *Style) Unnotify(id comm.Id)