1.1.10. layers

1.1.10.1. class Layers

Layers.__init__(document)

Set up the layer management system.

document: The parent document instance.
Layers.set_active(layer, redraw=True)

Warning

no doctring or additional documentation, too bad.

Layers.set_active_from_index(index)

Warning

no doctring or additional documentation, too bad.

Layers.get_layer_from_index(index)

Warning

no doctring or additional documentation, too bad.

Layers.append_blank(width=0, height=0, fill=False)

Warning

no doctring or additional documentation, too bad.

Layers.append_blank_tracked()

Warning

no doctring or additional documentation, too bad.

Layers.append_from_path(path)

Warning

no doctring or additional documentation, too bad.

Layers.append_from_data(data, width, height)

Warning

no doctring or additional documentation, too bad.

Layers.append_from_pixbuf(pixbuf)

Warning

no doctring or additional documentation, too bad.

Layers.duplicate_active()

Warning

no doctring or additional documentation, too bad.

Layers.swap_up_active()

Warning

no doctring or additional documentation, too bad.

Layers.swap_down_active()

Warning

no doctring or additional documentation, too bad.

Layers.remove(layer)

Warning

no doctring or additional documentation, too bad.

Layers.remove_active()

Warning

no doctring or additional documentation, too bad.

Layers.update_pre()

Warning

no doctring or additional documentation, too bad.

Layers.update_prelower()
Creates a preload of all layers before the active layer.
Layers.update_preupper()
Creates a preload of all layers after the active layer.
Layers.get_noalpha()

Warning

no doctring or additional documentation, too bad.

Table Of Contents

Previous topic

1.1.9. layer

Next topic

1.1.11. log

This Page