phoenix_title wx.lib.imagebrowser.ImagePanel

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

A panel is a window on which controls are placed.


class_hierarchy Class Hierarchy

Inheritance diagram for class ImagePanel:

super_classes Known Superclasses

wx.Panel


method_summary Methods Summary

__init__

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

OnSetBorderMode

OnSetImgBackground

SetBackgroundMode

SetBorderMode

SetValue


api Class API

class ImagePanel(wx.Panel)

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

A panel is a window on which controls are placed.


Methods

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

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



OnSetBorderMode(self, event)


OnSetImgBackground(self, event)


SetBackgroundMode(self, mode)


SetBorderMode(self, mode)


SetValue(self, file_nm)