| Top |
| MxAdjustment * | horizontal-adjustment | Read / Write |
| MxAdjustment * | vertical-adjustment | Read / Write |
MxScrollable is implemented by MxBoxLayout, MxItemView, MxKineticScrollView, MxListView and MxViewport.
void mx_scrollable_set_adjustments (MxScrollable *scrollable,MxAdjustment *hadjustment,MxAdjustment *vadjustment);
void mx_scrollable_get_adjustments (MxScrollable *scrollable,MxAdjustment **hadjustment,MxAdjustment **vadjustment);
Gets the adjustment objects that store the offsets of the scrollable widget into its possible scrolling area.
typedef struct _MxScrollable MxScrollable;
This is an opaque structure whose members cannot be directly accessed.
“horizontal-adjustment” property“horizontal-adjustment” MxAdjustment *
The MxAdjustment for horizontal scrolling.
Flags: Read / Write
“vertical-adjustment” property“vertical-adjustment” MxAdjustment *
The MxAdjustment for vertical scrolling.
Flags: Read / Write