Home | Trees | Indices | Help |
|
---|
|
Types OpenPanel and SavePanel,
wrapping ObjC NSOpenPanel
and NSSavePanel
.
Version: 25.02.19
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 = <pycocoa.internals.proxy_RO object at 0x7fce
|
|
PanelButton = PanelButton.Cancel Panel 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 ).
|
NSAlertDelegate
|
PanelButtonPanel button kinds (int ).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 23 14:01:04 2025 | http://epydoc.sourceforge.net |