Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2017 Changes in this version + type Event struct + StyledText *matcha_text.StyledText + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) GetStyledText() *matcha_text.StyledText + func (m *Event) Reset() + func (m *Event) String() string + type FocusEvent struct + Focused bool + func (*FocusEvent) Descriptor() ([]byte, []int) + func (*FocusEvent) ProtoMessage() + func (m *FocusEvent) GetFocused() bool + func (m *FocusEvent) Reset() + func (m *FocusEvent) String() string + type SubmitEvent struct + func (*SubmitEvent) Descriptor() ([]byte, []int) + func (*SubmitEvent) ProtoMessage() + func (m *SubmitEvent) Reset() + func (m *SubmitEvent) String() string + type View struct + Focused bool + KeyboardAppearance matcha_keyboard.Appearance + KeyboardReturnType matcha_keyboard.ReturnType + KeyboardType matcha_keyboard.Type + Multiline bool + PlaceholderText *matcha_text.StyledText + SecureTextEntry bool + StyledText *matcha_text.StyledText + func (*View) Descriptor() ([]byte, []int) + func (*View) ProtoMessage() + func (m *View) GetFocused() bool + func (m *View) GetKeyboardAppearance() matcha_keyboard.Appearance + func (m *View) GetKeyboardReturnType() matcha_keyboard.ReturnType + func (m *View) GetKeyboardType() matcha_keyboard.Type + func (m *View) GetMultiline() bool + func (m *View) GetPlaceholderText() *matcha_text.StyledText + func (m *View) GetSecureTextEntry() bool + func (m *View) GetStyledText() *matcha_text.StyledText + func (m *View) Reset() + func (m *View) String() string