Skip to content

MTextButton

Stanislav Podolia edited this page Aug 8, 2019 · 5 revisions

Flow Wiki

MTextButton


MBaselineCols([
	MTextButton("MTEXTBUTTON", nop, [], []),
	MFixedX(8.0),
	MTextButton("MTEXTBUTTON", nop, [], [THovering(make(true))]),
	MFixedX(8.0),
	MTextButton("MTEXTBUTTON", nop, [MButtonRaised()], []),
	MFixedX(8.0),
	MTextButton("MTEXTBUTTON", nop, [MButtonRaised()], [THovering(make(true))])
])

Buttons (see also under Icons)
Material Guidelines | Buttons

Clone this wiki locally