The AuiPaneDockArtGradients enumeration provides the following values:
Description | Value |
---|---|
wx.aui.AUI_GRADIENT_NONE |
No gradient on the captions, in other words a solid colour. |
wx.aui.AUI_GRADIENT_VERTICAL |
Vertical gradient on the captions, in other words a gradal change in colours from top to bottom. |
wx.aui.AUI_GRADIENT_HORIZONTAL |
Horizontal gradient on the captions, in other words a gradual change in colours from left to right. |