Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplyStyle ¶
type ReplyStyle struct { *material.Theme Background color.RGBA TextColor color.RGBA // CollapseMetadata should be set to true if this reply can be rendered // without the author being displayed. CollapseMetadata bool }
func Reply ¶
func Reply(th *material.Theme) ReplyStyle
func (ReplyStyle) Layout ¶
func (r ReplyStyle) Layout(gtx layout.Context, reply *forest.Reply, author *forest.Identity) layout.Dimensions
Click to show internal directories.
Click to hide internal directories.