chaco.tools.toolbars.toolbar_buttons module

class chaco.tools.toolbars.toolbar_buttons.CopyToClipboardButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.

class chaco.tools.toolbars.toolbar_buttons.ExportDataToClipboardButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.

class chaco.tools.toolbars.toolbar_buttons.IndexAxisLogButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.

class chaco.tools.toolbars.toolbar_buttons.SaveAsButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.

class chaco.tools.toolbars.toolbar_buttons.ToolbarButton(*args, **kw)

Bases: enable.tools.toolbars.toolbar_buttons.Button

class chaco.tools.toolbars.toolbar_buttons.ValueAxisLogButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.

class chaco.tools.toolbars.toolbar_buttons.ZoomResetButton(*args, **kw)

Bases: chaco.tools.toolbars.toolbar_buttons.ToolbarButton

perform(event)

Called when the button is depressed.

‘event’ is the Enable mouse event that triggered this call.