AGW Logo

agw_title VC71TabArt

A class to draw tabs using the Visual Studio 2003 (VC71) style.

hierarchy Inheritance Diagram

Inheritance diagram for: VC71TabArt

Inheritance diagram of VC71TabArt


supclasses Known Superclasses


method_summary Methods Summary

__init__Default class constructor.
CloneClones the art object.
DrawTabDraws a single tab.

API Class API

class VC71TabArt(AuiDefaultTabArt)[source]

A class to draw tabs using the Visual Studio 2003 (VC71) style.



__init__()[source]

Default class constructor.



Clone()[source]

Clones the art object.



DrawTab(dc, wnd, page, in_rect, close_button_state, paint_control=False)[source]

Draws a single tab.

Parameters:
  • dc – a wx.DC device context;
  • wnd – a wx.Window instance object;
  • page – the tab control page associated with the tab;
  • in_rect – rectangle the tab should be confined to;
  • close_button_state – the state of the close button on the tab;
  • paint_control – whether to draw the control inside a tab (if any) on a wx.MemoryDC.
Tree

Table Of Contents

Previous topic

FF2TabArt

Next topic

VC8TabArt