Table Of Contents

Previous topic

FMRendererMSOffice2007

Next topic

FMRendererXP

This Page

phoenix_title FMRendererVista

Windows Vista-like style.


class_hierarchy Inheritance Diagram

Inheritance diagram for class FMRendererVista

Inheritance diagram of FMRendererVista


method_summary Methods Summary

__init__ Default class constructor.
DrawButtonColour Draws a button using the Vista theme.

api Class API



class FMRendererVista(FMRendererMSOffice2007)

Windows Vista-like style.


Methods



__init__(self)

Default class constructor.



DrawButtonColour(self, dc, rect, state, colour)

Draws a button using the Vista theme.

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