AGW Logo

agw_title FMRendererVista

Windows Vista-like style.

hierarchy Inheritance Diagram

Inheritance diagram for: FMRendererVista

Inheritance diagram of FMRendererVista


method_summary Methods Summary

__init__Default class constructor.
DrawButtonColourDraws a button using the Vista theme.

API Class API

class FMRendererVista(FMRendererMSOffice2007)[source]

Windows Vista-like style.



__init__()[source]

Default class constructor.



DrawButtonColour(dc, rect, state, colour)[source]

Draws a button using the Vista theme.

Parameters:
  • dc – an instance of wx.DC;
  • rect – the an instance of wx.Rect, representing the button client rectangle;
  • state (integer) – the button state;
  • colour – a valid wx.Colour instance.
Tree

Table Of Contents

Previous topic

FMRendererMgr

Next topic

FMRendererXP