package stk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class type Button.button_boxSource

method box : Stk.Box.box
method flex : Stk.Flex.flex
method add_space : Stk.Flex.space
method add_text_button : ?onclick:(unit -> unit) -> string -> button * Stk.Text.label
method add_button : ?onclick:(unit -> unit) -> unit -> button