Import line: | GtkClutter = imports.gi.GtkClutter; |
GIR File: | GtkClutter-0.90.gir |
C documentation: | GtkClutterScrollable |
Interface : | Scrollable |
Implementations: | GtkClutter.Viewport |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
hadjustment : Gtk.Adjustment
The GtkAdjustment that determines the value of the horizontal position for this scrollable actor.
The GtkAdjustment that determines the value of the horizontal position for this scrollable actor.
|
GtkClutter.Scrollable | |
vadjustment : Gtk.Adjustment
The GtkAdjustment that determines the value of the vertical position for this scrollable actor.
The GtkAdjustment that determines the value of the vertical position for this scrollable actor.
|
GtkClutter.Scrollable |
Method / Constructor | Defined By | |
---|---|---|
get_adjustments
(Adjustment h_adjust, Adjustment v_adjust)
:
none
Retrieves the horizontal and vertical adjustments used to determine the position of the scrollable actor.
Retrieves the horizontal and vertical adjustments used to determine the position of the scrollable actor.
|
GtkClutter.Scrollable | |
set_adjustments
(Adjustment h_adjust, Adjustment v_adjust)
:
none
Sets the horizontal and vertical adjustments used to determine the position of the scrollable actor.
Sets the horizontal and vertical adjustments used to determine the position of the scrollable actor.
|
GtkClutter.Scrollable |
None |