Renderer Module
Functions and values
Function or value | Description |
|
|
|
|
|
|
Full Usage:
editMenu dispatch'
Parameters:
Msg -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
fileMenu dispatch
Parameters:
Msg -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
firstPress
Returns: bool
|
|
Full Usage:
getUserAppDir ()
Parameters:
unit
Returns: string
|
|
|
|
Full Usage:
isMac
Returns: bool
|
|
|
|
Full Usage:
makeCondItem cond label accelerator action
Parameters:
bool
label : string
accelerator : string option
action : KeyboardEvent -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeCondRoleItem cond label accelerator role
Parameters:
bool
label : string
accelerator : string option
role : MenuItemRole
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeDebugItem label accelerator option
Parameters:
string
accelerator : string option
option : KeyboardEvent -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeElmItem label accelerator action
Parameters:
string
accelerator : string
action : unit -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeItem label accelerator iAction
Parameters:
string
accelerator : string option
iAction : KeyboardEvent -> unit
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeMenu topLevel name table
Parameters:
bool
name : string
table : MenuItemConstructorOptions list
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeMenuGen visible topLevel name table
Parameters:
bool
topLevel : bool
name : string
table : MenuItemConstructorOptions list
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeRoleItem label accelerator role
Parameters:
string
accelerator : string option
role : MenuItemRole
Returns: MenuItemConstructorOptions
|
|
Full Usage:
makeWinDebugItem label accelerator option
Parameters:
string
accelerator : string option
option : KeyboardEvent -> unit
Returns: MenuItemConstructorOptions
|
|
|
|
|
|
|
|
Full Usage:
softInitialise model dispatch
Parameters:
'a
dispatch : 'b
|
|
|
|
|
|
|
|
Full Usage:
viewMenu dispatch
Parameters:
Msg -> unit
Returns: MenuItemConstructorOptions
|
|