Cells_gtk Module

class Cells_gtk.CellsPanel(state)[source]

A class displaying a cell panel with lot of options to edit them

add_cell(name, cell)[source]
click(tup)[source]
delete_cell(name)[source]

Function that delete a cell

draw(im)[source]

Function that return an image with the cells that have to be displayed

hide_show_change(q, qq=None)[source]
hide_show_new_cell_panel(celltype=None)[source]
hide_show_panel(hide=None)[source]

hide=None means ‘switch state’

init_panel()[source]

Initialize the panel in the background. This is required to load cells from a file

rb_toggled(w, cell)[source]

Function called when the user clicks on a radiobutton to select another cell

set_image_move(tup)[source]

Function called when the users keeps the left button pressed on the viewer panel

unclick()[source]

Function that forward the signal that the user has released the click to all cells

Previous topic

Cells Module

Next topic

Cells_menu_gtk Module

This Page