Attributes
- container
This is a Python property because this is not a HasTraits subclass.
container = property(get_container, set_container)
Method summary
- __init__(self, is_image = False, bgcolor = 'white', image_default_origin = 'top left', *args, **kw)
- close(self)
- get_container(self)
- iconize(self, iconize)
- maximize(self, maximize)
- raise_window(self)
- set_container(self, container)
- set_size(self, width, height)
- set_title(self, title)
Methods
- __init__(self, is_image = False, bgcolor = 'white', image_default_origin = 'top left', *args, **kw)
- close(self)
- get_container(self)
- iconize(self, iconize)
Iconizes the window if iconize is True.
- maximize(self, maximize)
If maximize is True, maximizes the window size; restores if False.
- raise_window(self)
Raises this window to the top of the window hierarchy.
- set_container(self, container)
- set_size(self, width, height)
- set_title(self, title)