Toolbar

Toolbar provides a set of convenience UI controls for common operations on viewers.

Plugin Type: Global

Toolbar is a global plugin. Only one instance can be opened.

Usage

Hovering over an icon on the toolbar should provide you with usage tool tip.

It is customizable using ~/.ginga/plugin_Toolbar.cfg, where ~ is your HOME directory:

#
# Toolbar plugin preferences file
#
# Place this in file under ~/.ginga with the name "plugin_Toolbar.cfg"

# Accepted value: 'oneshot' or 'locked'
mode_type = 'oneshot'

Classes

Toolbar_Common(fv, fitsimage)

Toolbar_Ginga_Image(fv, chviewer)

A toolbar for the Ginga Image viewer.

Toolbar_Ginga_Plot(fv, chviewer)

A toolbar for the Ginga Plot viewer.

Toolbar_Ginga_Table(fv, chviewer)

A toolbar for the Ginga Table viewer.

Class Inheritance Diagram

Inheritance diagram of ginga.rv.plugins.Toolbar.Toolbar_Common, ginga.rv.plugins.Toolbar.Toolbar_Ginga_Image, ginga.rv.plugins.Toolbar.Toolbar_Ginga_Plot, ginga.rv.plugins.Toolbar.Toolbar_Ginga_Table