 
       wx.lib.agw.flatnotebook.FNBRendererMgr¶
  wx.lib.agw.flatnotebook.FNBRendererMgr¶This class represents a manager that handles all the 6 renderers defined and calls the appropriate one when drawing is needed.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetRenderer | Returns the current renderer based on the style selected. | 
 Class API¶
 Class API¶FNBRendererMgr(object)¶This class represents a manager that handles all the 6 renderers defined and calls the appropriate one when drawing is needed.
__init__(self)¶Default class constructor.
GetRenderer(self, style)¶Returns the current renderer based on the style selected.
| Parameters: | style – represents one of the 6 implemented styles for FlatNotebook,
namely one of these bits:
 | 
|---|