| Home | Trees | Indices | Help |
|
|---|
|
|
Types OpenPanel and SavePanel,
wrapping ObjC NSOpenPanel and NSSavePanel.
Version: 20.11.18
| Classes | |
|
AlertPanel Python Type to show an alert, wrapping ObjC NSAlert.
|
|
|
BrowserPanel Python Type to show a URL or file. |
|
|
ErrorPanel Python Type to show an NSError alert, wrapping ObjC
NSAlert.
|
|
|
OpenPanel Python Type to select a file, wrapping ObjC NSOpenPanel.
|
|
|
SavePanel Python Type to save a file, wrapping ObjC NSSavePanel.
|
|
|
TextPanel Scrollable text panel Python Type, wrapping ObjC NSAlert.
|
|
| Variables | |
__all__ = _ALL_LAZY.panels
|
|
AlertStyle = AlertStyle.CriticalAlert level constants ( int).
|
|
PanelButton = PanelButton.CancelPanel button kinds ( int).
|
|
|
AlertStyle.Critical 2. |
|
|
AlertStyle.Info 1. |
|
|
AlertStyle.Warning 0. |
|
|
PanelButton.Cancel 0. |
|
|
PanelButton.Close 1. |
|
|
PanelButton.Error -3. |
|
|
PanelButton.OK 1. |
|
|
PanelButton.Other 2. |
|
|
PanelButton.Suppressed -2. |
|
|
PanelButton.TimedOut -1. |
|
| Variables Details |
AlertStyleAlert level constants (int).
|
PanelButtonPanel button kinds (int).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Nov 2 16:59:01 2021 | http://epydoc.sourceforge.net |