ModernDockArt is a custom AuiDockArt class, that implements a look similar to Firefox and other recents applications.
Is uses the winxptheme module and XP themes whenever possible, so it should look good even if the user has a custom theme.
Note
This dock art is Windows only and will only work if you have installed Mark Hammond’s pywin32 module (https://sourceforge.net/projects/pywin32/).
wx.lib.agw.aui.dockart.AuiDefaultDockArt
Default class constructor. |
|
Draws the text in the pane caption. |
|
Draws the text caption background in the pane. |
|
Draws a pane button in the pane caption area. |
|
Initializes the dock art. |
|
Requests the user attention by intermittently highlighting the pane caption. |
ModernDockArt is a custom AuiDockArt class, that implements a look similar to Firefox and other recents applications.
Is uses the winxptheme module and XP themes whenever possible, so it should look good even if the user has a custom theme.
Note
This dock art is Windows only and will only work if you have installed Mark Hammond’s pywin32 module (https://sourceforge.net/projects/pywin32/).
Default class constructor.
win (wx.Window) – the window managed by AuiManager
.
Draws the text in the pane caption.
Draws the text caption background in the pane.
Draws a pane button in the pane caption area.
Initializes the dock art.
Requests the user attention by intermittently highlighting the pane caption.