| Method Summary |
| |
__init__(self,
caption,
imageindex,
tabangle,
enabled)
Default Class Constructor. |
| |
Enable(self,
enabled)
Sets the tab enabled or disabled. |
| |
GetCaption(self)
Returns the tab caption. |
| |
GetColour(self)
Returns the tab colour. |
| |
GetEnabled(self)
Returns whether the tab is enabled or not. |
| |
GetImageIndex(self)
Returns the tab umage index. |
| |
GetPosition(self)
Returns the tab position. |
| |
GetRegion(self)
Returns the tab region. |
| |
GetSize(self)
Returns the tab size. |
| |
GetTabAngle(self)
Returns the tab angle. |
| |
GetXRect(self)
Returns the button 'X' area rect. |
| |
SetCaption(self,
value)
Sets the tab caption. |
| |
SetColour(self,
color)
Sets the tab colour. |
| |
SetImageIndex(self,
value)
Sets the tab image index. |
| |
SetPosition(self,
value)
Sets the tab position. |
| |
SetRegion(self,
points)
Sets the tab region. |
| |
SetSize(self,
value)
Sets the tab size. |
| |
SetTabAngle(self,
value)
Sets the tab header angle (0 <= tab <= 15 degrees). |
| |
SetXRect(self,
xrect)
Sets the button 'X' area rect. |