Home | Trees | Indices | Help |
|
---|
|
Types OpenPanel and SavePanel,
wrapping ObjC NSOpenPanel
and NSSavePanel
.
Version: 25.04.03
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.Critical Alert level constants ( int ).
|
|
NSAlertDelegate = <ObjCDelegate(_NSAlertDelegate of 0x60000190
|
|
PanelButton = PanelButton.Cancel Panel button kinds ( int ).
|
|
AlertStyle.Critical 2 |
|
AlertStyle.Info 1 |
|
AlertStyle.Informational 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 ).
|
NSAlertDelegate
|
PanelButtonPanel button kinds (int ).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |