Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + type Guide struct + Frame *Rect + ZIndex int64 + func (*Guide) Descriptor() ([]byte, []int) + func (*Guide) ProtoMessage() + func (m *Guide) GetFrame() *Rect + func (m *Guide) GetZIndex() int64 + func (m *Guide) Reset() + func (m *Guide) String() string + type Insets struct + Bottom float64 + Left float64 + Right float64 + Top float64 + func (*Insets) Descriptor() ([]byte, []int) + func (*Insets) ProtoMessage() + func (m *Insets) GetBottom() float64 + func (m *Insets) GetLeft() float64 + func (m *Insets) GetRight() float64 + func (m *Insets) GetTop() float64 + func (m *Insets) Reset() + func (m *Insets) String() string + type Point struct + X float64 + Y float64 + func (*Point) Descriptor() ([]byte, []int) + func (*Point) ProtoMessage() + func (m *Point) GetX() float64 + func (m *Point) GetY() float64 + func (m *Point) Reset() + func (m *Point) String() string + type Rect struct + Max *Point + Min *Point + func (*Rect) Descriptor() ([]byte, []int) + func (*Rect) ProtoMessage() + func (m *Rect) GetMax() *Point + func (m *Rect) GetMin() *Point + func (m *Rect) Reset() + func (m *Rect) String() string