Slider Module

class Slider.Slider(size)[source]

Bases: gobject._gobject.GObject

click_move(eb, w)[source]
click_press(eb, w)[source]
click_release(eb, w)[source]
get_cur_value()[source]
get_panel()[source]

Returns the slider object

init_values((left, right))[source]

This function can be called before the widget is initiated

no_overlap()[source]
on_change_l(widget)[source]
on_change_r(widget)[source]
set_value(l_r, value)[source]

Function called to set the value of the slider. Should update everything l_r = ‘left’ | ‘right’

to_coords(x)[source]

Return coordinates of the click in units (not px)

to_px(x)[source]

Returns coordinates in pixels

class Slider.Slider_private(parent, size)[source]

Bases: gtk.DrawingArea

expose(widget, event)[source]

Previous topic

Players Module

Next topic

State_player Module

This Page