Package elisa :: Package plugins :: Package poblesec :: Package base :: Module grid :: Class DoubleRowGridHorizontal

Class DoubleRowGridHorizontal

source code


DOCME

Instance Methods
 
__init__(self, widget_class, columns=5, widget_args=[], widget_kwargs={}) source code
    Inherited from pigment.widgets.grid_horizontal.GridHorizontal
 
compute_opacity(self, row, column) source code
 
compute_x(self, row, column) source code
 
compute_y(self, row, column) source code
 
do_drag_motion(self, x, y, z, button, time, pressure) source code
 
do_scrolled(self, x, y, z, direction, time) source code
 
handle_input(self, manager, event) source code
 
visible_range_start__set(self, visible_range_start) source code
Class Variables
    Inherited from pigment.widgets.grid_horizontal.GridHorizontal
  visible_range_start = property(List.visible_range_start__get, ...
Method Details

__init__(self, widget_class, columns=5, widget_args=[], widget_kwargs={})
(Constructor)

source code 
Overrides: pigment.widgets.grid_horizontal.GridHorizontal.__init__