microGUI.Widgets
Submodules
- microGUI.Widgets.BarGraph
- microGUI.Widgets.Basic
- microGUI.Widgets.Bkgd
- microGUI.Widgets.Calendar
- microGUI.Widgets.Client
- microGUI.Widgets.Clock
- microGUI.Widgets.Compound
- microGUI.Widgets.Container
- microGUI.Widgets.Disjoint
- microGUI.Widgets.FontSel
- microGUI.Widgets.Gauge
- microGUI.Widgets.Graphic
- microGUI.Widgets.Group
- microGUI.Widgets.ImageArea
- microGUI.Widgets.Label
- microGUI.Widgets.MTrend
- microGUI.Widgets.Meter
- microGUI.Widgets.OSContainer
- microGUI.Widgets.Pane
- microGUI.Widgets.PanelGroup
- microGUI.Widgets.PrintSel
- microGUI.Widgets.Raw
- microGUI.Widgets.Region
- microGUI.Widgets.ScrollArea
- microGUI.Widgets.Separator
- microGUI.Widgets.Timer
- microGUI.Widgets.Trend
- microGUI.Widgets.UpDown
- microGUI.Widgets.Widget
Classes
Anchor flags for |
|
Indicates where the balloon with the |
|
Support for flags |
Package Contents
- class microGUI.Widgets.AnchorStyles(*args, **kwds)
Bases:
enum.FlagAnchor flags for
WidgetresourcemicroGUI.Widget.Arguments.anchor_flags().Anchor flags specify how the widget is anchored to its parent.
Enumerator LeftAnchoredRight
Anchors the widget’s left extent to the right edge of its parent’s canvas.
RightAnchoredRight
Anchors the widget’s right extent to the right edge of its parent’s canvas.
TopAnchoredBottom
Anchors the widget’s top extent to the bottom edge of its parent’s canvas.
BottomAnchoredBottom
Anchors the widget’s bottom extent to the bottom edge of its parent’s canvas.
LeftAnchoredLeft
Anchors the widget’s left extent to the left edge of its parent’s canvas.
RightAnchoredLeft
Anchors the widget’s right extent to the left edge of its parent’s canvas.
TopAnchoredTop
Anchors the widget’s top extent to the top edge of its parent’s canvas.
BottomAnchoredTop
Anchors the widget’s bottom extent to the top edge of its parent’s canvas.
BalloonsOn
If a child widget has been assigned a balloon, pop up the balloon as soon as the pointer passes over the child widget; otherwise delay the pop-up for 1.25 seconds.
Bottom
The widget is anchored to the bottom edge of its container.
Left
The widget is anchored to the left edge of its container.
NoWhere
The widget is not anchored to any edges of its container.
Right
The widget is anchored to the right edge of its container.
Top
The widget is anchored to the top edge of its container.
- LeftAnchoredRight
- RightAnchoredRight
- TopAnchoredBottom
- BottomAnchoredBottom
- LeftAnchoredLeft
- RightAnchoredLeft
- TopAnchoredTop
- BottomAnchoredTop
- BalloonsOn
- Bottom
- Left
- NoneAnchoredNone
- Right
- Top
- All
- class microGUI.Widgets.BalloonPosition(*args, **kwds)
Bases:
enum.FlagIndicates where the balloon with the
Label’s text pops up.Apply to
microGUI.Widgets.Label.Label.BalloonPositionproperty.See also
microGUI.Widgets.Label.Label.BalloonPositionmicroGUI.Widgets.Label.Label.Arguments.balloon_position
Enumerator Inplace
keep
Labelballoon inplace.Top
place
Labelballoon to top.Left
place
Labelballoon to left.Right
place
Labelballoon to right.Bottom
place
Labelballoon to bottom.- Inplace
- Top
- Left
- Right
- Bottom