Skip to content

MDialogButton

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

Flow Wiki

MDialogButton

  • MButtonOk

    • shortcut : string
    • fn : () -> void
  • MButtonCancel

    • shortcut : string
    • fn : () -> void
  • 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