Home | Trees | Indices | Help |
|
---|
|
Types AutoResize, Window, MediaWindow, Screen, WindowStyle, wrapping ObjC NSWindow
,
etc.
Version: 25.01.31
Classes | |
AutoResizeErrorAutoResize option error.
|
|
Window Basic window Python Type, wrapping ObjC NSWindow .
|
|
WindowError Window error. |
|
WindowStyleError Window style error. |
|
MediaWindow Media window Python Type, wrapping ObjC NSWindow/NSView .
|
|
TextWindow Scrollable text window Python Type, wrapping ObjC NSWindow/NSView .
|
Functions | |||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.windows
|
|
AutoResize = AutoResize.HeightSizable=1< AutoResize options ( mask , wrapping
NSAutoresizingMaskOptions ).
|
|
BezelStyle = BezelStyle.Disclosure Bezel style constants ( int ).
|
|
Border = Border.Bezel Border type constants ( int ).
|
|
WindowStyle = WindowStyle.Closable Window style constants ( mask ).
|
|
NSWindowDelegate = <pycocoa.utils.module_property_RO object at
|
|
AutoResize.HeightSizable 0x10. |
|
AutoResize.MaxXMargin 0x4. |
|
AutoResize.MaxYMargin 0x20. |
|
AutoResize.MinXMargin 0x1. |
|
AutoResize.MinYMargin 0x8. |
|
AutoResize.NotSizable 0x0. |
|
AutoResize.Sizable 0x12. |
|
AutoResize.WidthSizable 0x2. |
|
BezelStyle.Disclosure 0x5. |
|
BezelStyle.HelpButton 0x9. |
|
BezelStyle.Inline 0xf. |
|
BezelStyle.NCircular 0x7. |
|
BezelStyle.Recessed 0xd. |
|
BezelStyle.RegularSquare 0x2. |
|
BezelStyle.RoundRect 0xc. |
|
BezelStyle.Rounded 0x1. |
|
BezelStyle.RoundedDisclosure 0xe. |
|
BezelStyle.ShadowlessSquare 0x6. |
|
BezelStyle.SmallSquare 0xa. |
|
BezelStyle.TexturedRounded 0xb. |
|
BezelStyle.TexturedSquare 0x8. |
|
Border.Bezel 0x2. |
|
Border.Groove 0x3. |
|
Border.Line 0x1. |
|
Border.No 0x0. |
|
WindowStyle.Closable 0x2. |
|
WindowStyle.Miniaturizable 0x4. |
|
WindowStyle.Resizable 0x8. |
|
WindowStyle.Titled 0x1. |
|
WindowStyle.Typical 0xf. |
|
WindowStyle.Utility 0x10. |
Function Details |
Return a combination of auto resize options, specified by name.
|
Return a combination of window styles, specified by name.
|
Get the Window instance for an ObjC |
Variables Details |
AutoResizeAutoResize options (mask , wrapping
NSAutoresizingMaskOptions ).
|
BezelStyleBezel style constants (int ).
|
BorderBorder type constants (int ).
|
WindowStyleWindow style constants (mask ).
|
NSWindowDelegate
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 5 15:29:03 2025 | http://epydoc.sourceforge.net |