Attributes
- help_image
Image for toolbar icons
help_image = Instance(ImageResource, ImageResource('help_action'))
- library
The implementation instance
library = None
- traits_help_handler
Default Traits help handler
traits_help_handler = Function
Method summary
- __init__(self, **kw)
- start(self, application)
- stop(self, application)
- traits_show_help(self, info, control)
Methods
- __init__(self, **kw)
Creates a new plug-in.
- start(self, application)
Starts the plug-in.
Called exactly once when the plug-in is first required.
- stop(self, application)
Stops the plug-in.
Called exactly once when either the plug-in is manually stopped or the application exits.
- traits_show_help(self, info, control)
Function to show help for Traits-based views.