Module button

Module button 

Source
Expand description

Allow your users to perform actions by pressing a button.

A Button has some local State.

Structs§

Appearance
The appearance of a button.
Button
A generic widget that produces a message when pressed.
State
The local state of a Button.

Traits§

StyleSheet
A set of rules that dictate the style of a button.

Functions§

draw
Draws a Button.
layout
Computes the layout of a Button.
mouse_interaction
Returns the mouse::Interaction of a Button.
update
Processes the given Event and updates the State of a Button accordingly.