.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.imagebrowser
.. highlight:: python
.. _wx.lib.imagebrowser.ImageView:
==========================================================================================================================================
|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
=================================
.. raw:: html

Inheritance diagram for class
ImageView:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Window`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.imagebrowser.ImageView.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.imagebrowser.ImageView.DrawImage`
:meth:`~wx.lib.imagebrowser.ImageView.OnEraseBackground`
:meth:`~wx.lib.imagebrowser.ImageView.OnPaint`
:meth:`~wx.lib.imagebrowser.ImageView.OnSize`
:meth:`~wx.lib.imagebrowser.ImageView.PaintBackground`
:meth:`~wx.lib.imagebrowser.ImageView.SetBackgroundMode`
:meth:`~wx.lib.imagebrowser.ImageView.SetBorderMode`
:meth:`~wx.lib.imagebrowser.ImageView.SetValue`
:meth:`~wx.lib.imagebrowser.ImageView.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.
.. method:: __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.BORDER_SUNKEN )
Initialize self. See help(type(self)) for accurate signature.
.. method:: DrawImage(self, dc)
.. method:: OnEraseBackground(self, evt)
.. method:: OnPaint(self, event)
.. method:: OnSize(self, event)
.. method:: PaintBackground(self, dc, painter, rect=None)
.. method:: SetBackgroundMode(self, mode)
.. method:: SetBorderMode(self, mode)
.. method:: SetValue(self, file_nm)
.. method:: TileBackground(self, dc, bmp, x,y,w,h)
Tile bmp into the specified rectangle