|
__init__(self,
title=' Main ' ,
screen=None,
fraction=0.5,
frame=None,
excl=0,
auto=False,
**kwds)
Create a new Window. |
|
|
|
close(self)
Close this window (by a click of the close button). |
|
|
|
cascade(self)
Cascade window placement (from the top left screen corner). |
|
|
|
front(self,
focus=False)
Order this window to the front. |
|
|
|
full(self,
full)
Enter or exit full screen mode for this window. |
|
|
|
hide(self,
hide)
Hide or unhide this window. |
|
|
|
limit(self,
width=3840,
height=4160)
Limit this window's content size. |
|
|
|
zoom(self,
zoom)
Toggle, zoom or un-zoom this window. |
|
|
|
windowClose_(self)
Closing window callback. |
|
|
|
|
|
windowKey_(self,
key)
Callback window becomes/resigns Key . |
|
|
|
windowMain_(self,
main)
Callback window becomes/resigns Main . |
|
|
|
windowPrint_(self)
Print window callback. |
|
|
|
windowResize_(self)
Resizing window callback. |
|
|
|
windowScreen_(self,
change)
Called window when screen or screen profile changed
Main . |
|
|
|
windowZoomOK_(self,
frame=None)
Callback Is it OK to zoom window? |
|
|
Inherited from baseTypes._Type2 :
__str__
Inherited from baseTypes._Type0 :
__repr__ ,
type2strepr
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
alpha
Get this window's alpha value (float ).
|
|
frame
Get this window's frame (Rect).
|
|
isBuiltIn
Is this window's screen built-in (bool or
None if unknown)?
|
|
isExternal
Is this window's screen external (bool or
None if unknown)?
|
|
isFull
Get this window's full screen mode or zoomed state (bool
or None if unknown).
|
|
isFullScreen
Get this window's full screen mode (bool or
None if unknown).
|
|
isHidden
Get this window's hidden state (bool ).
|
|
isKey
Get this window's Key state (bool ).
|
|
isMain
Get this window's Main state (bool ).
|
|
isPrintable
Get this window's printable state (bool ).
|
|
isVisible
Get this window's visible state (bool ).
|
|
isZoomed
Get this window's zoomed state (bool ).
|
|
NSview
Get this window's view (NSView... ).
|
|
opaque
Get this window's opaque setting (bool ).
|
|
PMview
Get this window's print view (NSView... ).
|
|
ratio
Get this window's contents' aspect ratio (2-tuple (w,
h) ).
|
|
screen
Get the screen of this window (Screen) or
None if this window is off-screen.
|
|
transparent
Has this window been made transparent (bool )?
|
|
transparentTitlebar
Is this window's title bar transparent (bool )?
|
Inherited from baseTypes._Type2 :
title
Inherited from baseTypes._Type1 :
NSdelegate ,
app
Inherited from baseTypes._Type0 :
NS ,
NSDelegate
Inherited from internals._Objectype :
typename
Inherited from object :
__class__
|