phoenix_title wx.lib.imagebrowser.ImageView

Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None

wxWindow is the base class for all windows and represents any visible object on screen.


class_hierarchy Class Hierarchy

Inheritance diagram for class ImageView:

super_classes Known Superclasses

wx.Window


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

DrawImage

OnEraseBackground

OnPaint

OnSize

PaintBackground

SetBackgroundMode

SetBorderMode

SetValue

TileBackground

Tile bmp into the specified rectangle


api Class API

class ImageView(wx.Window)

Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None

wxWindow is the base class for all windows and represents any visible object on screen.


Methods

__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.BORDER_SUNKEN)

Initialize self. See help(type(self)) for accurate signature.



DrawImage(self, dc)


OnEraseBackground(self, evt)


OnPaint(self, event)


OnSize(self, event)


PaintBackground(self, dc, painter, rect=None)


SetBackgroundMode(self, mode)


SetBorderMode(self, mode)


SetValue(self, file_nm)


TileBackground(self, dc, bmp, x, y, w, h)

Tile bmp into the specified rectangle