Home | Trees | Indices | Help |
|
---|
|
Types AutoResize, Window, MediaWindow, Screen, WindowStyle, wrapping ObjC NSWindow
,
etc.
Version: 25.04.03
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=16 or 1< AutoResize options ( mask , wrapping
NSAutoresizingMaskOptions ).
|
|
BezelStyle = BezelStyle.Circular Bezel style constants ( int ).
|
|
Border = Border.Bezel Border type constants ( int ).
|
|
WindowStyle = WindowStyle.Closable Window style constants ( mask ).
|
|
NSWindowDelegate = <ObjCDelegate(_NSWindowDelegate of 0x600001
|
|
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.Circular 7 |
|
BezelStyle.Disclosure 5 |
|
BezelStyle.HelpButton 9 |
|
BezelStyle.Inline 15 |
|
BezelStyle.Recessed 13 |
|
BezelStyle.RegularSquare 2 |
|
BezelStyle.RoundRect 12 |
|
BezelStyle.Rounded 1 |
|
BezelStyle.RoundedDisclosure 14 |
|
BezelStyle.ShadowlessSquare 6 |
|
BezelStyle.SmallSquare 10 |
|
BezelStyle.TexturedRounded 11 |
|
BezelStyle.TexturedSquare 8 |
|
Border.Bezel 2 |
|
Border.Groove 3 |
|
Border.Line 1 |
|
Border.No 0 |
|
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 Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |