Inherits from
- ApplicationWindow: enthought.pyface.application_window.ApplicationWindow
Attributes
- background_image
The workarea background image.
background_image = Instance(ImageResource, ImageResource('background'))
- tile_background_image
Should we tile the workarea background image? The alternative is to scale it. Be warned that scaling the image allows for 'pretty' images, but is MUCH slower than tiling.
tile_background_image = Bool(True)
Method summary
- create_child_window(self, title = None, is_mdi = True, float = True)
Methods
- create_child_window(self, title = None, is_mdi = True, float = True)
Create a child window.