microGUI.Widgets.Label ====================== .. py:module:: microGUI.Widgets.Label Classes ------- .. autoapisummary:: microGUI.Widgets.Label.Label Module Contents --------------- .. py:class:: Label Bases: :py:obj:`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. .. seealso:: - :py:class:`~microGUI.Widgets.Button.Button` - :py:attr:`~microGUI.Widgets.Button.Button.Text`