Class pinnacle.snowcap.integration.QuitPrompt : snowcap.widget.Program ​
A quit prompt.
When opened, pressing ENTER will quit the compositor.
Fields ​
border_radius ​
border_radius: number
The radius of the prompt's corners.
border_thickness ​
border_thickness: number
THe thickness of the prompt border.
background_color ​
background_color: snowcap.widget.Color
The color of the prompt background.
border_color ​
border_color: snowcap.widget.Color
The color of the prompt border.
font ​
font: snowcap.widget.Font
The font of the prompt.
width ​
width: integer
The width of the prompt.
height ​
height: integer
The height of the prompt.
Functions ​
method show ​
function pinnacle.snowcap.integration.QuitPrompt:show()Shows this quit prompt.