Panel() -> None Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None
A panel is a window on which controls are placed.
Initialize self. See help(type(self)) for accurate signature. |
|
Set the text displayed in the label. |
|
For determinante mode (non-pulse) set the max value that the gauge can |
|
For determinante mode (non-pulse) update the progress indicator to the |
|
Show (if necessary) and begin displaying progress |
|
Stop showing progress |
Panel() -> None Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None
A panel is a window on which controls are placed.
Initialize self. See help(type(self)) for accurate signature.
Set the text displayed in the label.
For determinante mode (non-pulse) set the max value that the gauge can be set to. Defaults to 100.
For determinante mode (non-pulse) update the progress indicator to the given value. For example, if the job is 45% done then pass 45 to this method (as long as the range is still set to 100.)
Show (if necessary) and begin displaying progress
Stop showing progress