Documentation
¶
Overview ¶
Package scrollview is a generated protocol buffer package.
It is generated from these files:
gomatcha.io/matcha/pb/view/scrollview/scrollview.proto
It has these top-level messages:
View ScrollEvent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScrollEvent ¶
type ScrollEvent struct {
ContentOffset *matcha_layout.Point `protobuf:"bytes,1,opt,name=contentOffset" json:"contentOffset,omitempty"`
}
func (*ScrollEvent) Descriptor ¶
func (*ScrollEvent) Descriptor() ([]byte, []int)
func (*ScrollEvent) GetContentOffset ¶
func (m *ScrollEvent) GetContentOffset() *matcha_layout.Point
func (*ScrollEvent) ProtoMessage ¶
func (*ScrollEvent) ProtoMessage()
func (*ScrollEvent) Reset ¶
func (m *ScrollEvent) Reset()
func (*ScrollEvent) String ¶
func (m *ScrollEvent) String() string
type View ¶
type View struct { ScrollEnabled bool `protobuf:"varint,1,opt,name=scrollEnabled" json:"scrollEnabled,omitempty"` ShowsHorizontalScrollIndicator bool `protobuf:"varint,2,opt,name=showsHorizontalScrollIndicator" json:"showsHorizontalScrollIndicator,omitempty"` ShowsVerticalScrollIndicator bool `protobuf:"varint,3,opt,name=showsVerticalScrollIndicator" json:"showsVerticalScrollIndicator,omitempty"` }
func (*View) Descriptor ¶
func (*View) GetScrollEnabled ¶
func (*View) GetShowsHorizontalScrollIndicator ¶
func (*View) GetShowsVerticalScrollIndicator ¶
func (*View) ProtoMessage ¶
func (*View) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.