 
       wx.lib.agw.aui.aui_utilities.TabDragImage¶
  wx.lib.agw.aui.aui_utilities.TabDragImage¶This class handles the creation of a custom image in case of drag and drop of a notebook tab.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| CreateBitmap | Actually creates the drag and drop bitmap. | 
 Class API¶
 Class API¶TabDragImage(wx.DragImage)¶This class handles the creation of a custom image in case of drag and drop of a notebook tab.
__init__(self, notebook, page, button_state, tabArt)¶Default class constructor.
For internal use: do not call it in your code!
| Parameters: | 
 | 
|---|
CreateBitmap(self, notebook, page, button_state, tabArt)¶Actually creates the drag and drop bitmap.
| Parameters: | 
 | 
|---|