Phoenix Logo

phoenix_title wx.lib.agw.flatmenu.FMRendererVista

Windows Vista-like style.


class_hierarchy Class Hierarchy

Inheritance diagram for class 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 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.