8000 MTextButton · area9innovation/flow9 Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0