Method summary
- dockable_bind(self, dock_control)
- dockable_close(self, dock_control, force)
- dockable_dclick(self, dock_control, event)
- dockable_get_control(self, parent)
- dockable_init_dockcontrol(self, dock_control)
- dockable_menu(self, dock_control, event)
- dockable_should_close(self)
- dockable_tab_activated(self, dock_control, activated)
Methods
- dockable_bind(self, dock_control)
Handles the dockable being bound to a specified DockControl.
- dockable_close(self, dock_control, force)
Returns whether or not it is OK to close the control.
- dockable_dclick(self, dock_control, event)
Handles the user double-clicking on the DockControl. A result of False indicates the event was not handled; all other results indicate that the event was handled successfully.
- dockable_get_control(self, parent)
Gets a control that can be docked into a DockWindow.
- dockable_init_dockcontrol(self, dock_control)
Allows the object to override the default DockControl settings.
- dockable_should_close(self)
Should the current DockControl be closed before creating the new one.
- dockable_tab_activated(self, dock_control, activated)
Handles a notebook tab being activated or deactivated.
'dock_control' is the control being activated or deactivated.
If 'activated' is True, the control is being activated; otherwise the control is being deactivated.