1.2.2. colorbar

1.2.2.1. class Colorbar

Colorbar.__init__(parent)
Create the colorbar.
Colorbar.getpalette()
Get palette from file, return Python list.
Colorbar.item(hexcolor)

Put a color in the colorbar.

hexcolor: hexadecimal color like 57ABFF.
Colorbar.clicked(widget, event, hexcolor)

Callback for each color.

widget: Callback gtkwidget.
event: Callback gtkevent.
hexcolor: hexadecimal color like 57ABFF.

Table Of Contents

Previous topic

1.2.1. canvas

Next topic

1.2.3. cursor

This Page