Table Of Contents

Previous topic

statbmp

Next topic

stattext

This Page

phoenix_title GenStaticBitmap


class_hierarchy Inheritance Diagram

Inheritance diagram for class GenStaticBitmap

Inheritance diagram of GenStaticBitmap


super_classes Known Superclasses

PyControl


method_summary Methods Summary

__init__  
AcceptsFocus Overridden base class virtual.
DoGetBestSize Overridden base class virtual. Determines the best size of the
GetBitmap  
GetDefaultAttributes Overridden base class virtual. By default we should use
OnEraseBackground  
OnPaint  
SetBitmap  
ShouldInheritColours Overridden base class virtual. If the parent has non-default

api Class API



class GenStaticBitmap(PyControl)

Methods



__init__(self, parent, ID, bitmap, pos = DefaultPosition, size = DefaultSize, style = 0, name = "genstatbmp")


AcceptsFocus(self)

Overridden base class virtual.



DoGetBestSize(self)

Overridden base class virtual. Determines the best size of the control based on the bitmap size.



GetBitmap(self)


GetDefaultAttributes(self)

Overridden base class virtual. By default we should use the same font/colour attributes as the native StaticBitmap.



OnEraseBackground(self, event)


OnPaint(self, event)


SetBitmap(self, bitmap)


ShouldInheritColours(self)

Overridden base class virtual. If the parent has non-default colours then we want this control to inherit them.