glooey.buttons

Widgets that react to being clicked on.

Classes

Button(*args, **kwargs)

A widget that is meant for the user to click on.

Checkbox([is_checked])

A button that can be in one of two states: checked and unchecked.

RadioButton([peers, is_checked])

A checkbox in a group of checkboxes, where only one can be checked at any given time.

Rollover(controller, initial_state[, predicate])