I can use self._mgr.GetArtProvider().SetMetric(wx.aui.AUI_DOCKART_GRADIENT_TYPE, wx.aui.AUI_GRADIENT_NONE) to change the style of the wx.aui.AuiManager ,
but I can’t changed the style of AuiNotebook? I just can found SetFlags
(self, flags) ,is this? And how? thanks!