microGUI.Widgets.Label

Classes

Label

A text, bitmap, or image label.

Module Contents

class microGUI.Widgets.Label.Label

Bases: microGUI.Widgets.Basic.Basic

A text, bitmap, or image label.

The Label class provides a text string, bitmap, or image for labeling other widgets. You can have text pop up in a balloon to provide further meaning to the label.

See also

  • Button

  • Text