Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module foldpanelbar :: Class CaptionBarStyle |
|
Method Summary | |
---|---|
Default constructor for this class. | |
Checks if the caption colour of the caption bar is set. | |
Checks if the caption bar font is set. | |
Checks if the caption style of the caption bar is set. | |
Checks if the first colour of the caption bar is set. | |
Returns the caption colour for the caption bar. | |
Returns the font for the caption bar. | |
Returns the caption style for the caption bar. | |
Returns the first colour for the caption bar. | |
Returns the second colour for the caption bar. | |
Resets Default CaptionBarStyle. | |
Checks if the second colour of the caption bar is set. | |
Sets caption colour for the caption bar. | |
Sets font for the caption bar. | |
Sets caption style for the caption bar. | |
Sets first colour for the caption bar. | |
Sets second colour for the caption bar. |
Method Details |
---|
__init__(self)
Default constructor for this class. |
CaptionColourUsed(self)Checks if the caption colour of the caption bar is set. |
CaptionFontUsed(self)Checks if the caption bar font is set. |
CaptionStyleUsed(self)Checks if the caption style of the caption bar is set. |
FirstColourUsed(self)Checks if the first colour of the caption bar is set. |
GetCaptionColour(self)Returns the caption colour for the caption bar. Please be warned this will result in an assertion failure when this property is not previously set. See also SetCaptionColour(), CaptionColourUsed() |
GetCaptionFont(self)Returns the font for the caption bar. Please be warned this will result in an assertion failure when this property is not previously set. See also SetCaptionFont(), CaptionFontUsed() |
GetCaptionStyle(self)Returns the caption style for the caption bar. Please be warned this will result in an assertion failure when this property is not previously set. See also SetCaptionStyle(), CaptionStyleUsed() |
GetFirstColour(self)Returns the first colour for the caption bar. Please be warned this will result in an assertion failure when this property is not previously set. See also SetCaptionFirstColour(), CaptionFirstColourUsed() |
GetSecondColour(self)Returns the second colour for the caption bar. Please be warned this will result in an assertion failure when this property is not previously set. See also SetCaptionSecondColour(), CaptionSecondColourUsed() |
ResetDefaults(self)Resets Default CaptionBarStyle. |
SecondColourUsed(self)Checks if the second colour of the caption bar is set. |
SetCaptionColour(self, colour)Sets caption colour for the caption bar. If this is not set, the colour property is undefined and will not be used. Use CaptionColourUsed() to check if this style is used. |
SetCaptionFont(self, font)Sets font for the caption bar. If this is not set, the font property is undefined and will not be used. Use CaptionFontUsed() to check if this style is used. |
SetCaptionStyle(self, style)Sets caption style for the caption bar. If this is not set, the property is undefined and will not be used. Use CaptionStyleUsed() to check if this style is used. The following styles can be applied: - CAPTIONBAR_GRADIENT_V: Draws a vertical gradient from top to bottom - CAPTIONBAR_GRADIENT_H: Draws a horizontal gradient from left to right - CAPTIONBAR_SINGLE: Draws a single filled rectangle to draw the caption - CAPTIONBAR_RECTANGLE: Draws a single colour with a rectangle around the caption - CAPTIONBAR_FILLED_RECTANGLE: Draws a filled rectangle and a border around it |
SetFirstColour(self, colour)Sets first colour for the caption bar. If this is not set, the colour property is undefined and will not be used. Use FirstColourUsed() to check if this style is used. |
SetSecondColour(self, colour)Sets second colour for the caption bar. If this is not set, the colour property is undefined and will not be used. Use SecondColourUsed() to check if this style is used. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:24 2005 | http://epydoc.sf.net |