MexScrollIndicator

MexScrollIndicator

Synopsis

struct              MexScrollIndicator;
struct              MexScrollIndicatorClass;
ClutterActor *      mex_scroll_indicator_new            (void);
void                mex_scroll_indicator_set_adjustment (MexScrollIndicator *scroll,
                                                         MxAdjustment *adjustment);
MxAdjustment *      mex_scroll_indicator_get_adjustment (MexScrollIndicator *scroll);
                    MexScrollIndicatorPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MexScrollIndicator

Implemented Interfaces

MexScrollIndicator implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.

Properties

  "adjustment"               MxAdjustment*         : Read / Write

Description

Details

struct MexScrollIndicator

struct MexScrollIndicator;

struct MexScrollIndicatorClass

struct MexScrollIndicatorClass {
  MxWidgetClass parent_class;
};

mex_scroll_indicator_new ()

ClutterActor *      mex_scroll_indicator_new            (void);

mex_scroll_indicator_set_adjustment ()

void                mex_scroll_indicator_set_adjustment (MexScrollIndicator *scroll,
                                                         MxAdjustment *adjustment);

mex_scroll_indicator_get_adjustment ()

MxAdjustment *      mex_scroll_indicator_get_adjustment (MexScrollIndicator *scroll);

MexScrollIndicatorPrivate

typedef struct _MexScrollIndicatorPrivate MexScrollIndicatorPrivate;

Property Details

The "adjustment" property

  "adjustment"               MxAdjustment*         : Read / Write

The MxAdjustment this indicator visualises.