microGUI.Widgets.Gauge

Classes

Gauge

A superclass of basic resources for most widgets.

Module Contents

class microGUI.Widgets.Gauge.Gauge

Bases: microGUI.Widgets.Basic.Basic

A superclass of basic resources for most widgets.

The Basic superclass provides basic resources for all widgets.

It provides the fundamental events for:
  • getting/losing focus activating button press

  • release

  • repeat

Also, Basic supports:
  • toggle buttons

  • autohighlighting

and provides properties for:
  • margins

  • bevel colors

  • outline and inline colors

  • draw color

  • fill color

  • fill pattern.