MexResizingHBox

MexResizingHBox

Synopsis

struct              MexResizingHBox;
struct              MexResizingHBoxClass;
ClutterActor *      mex_resizing_hbox_new               (void);
void                mex_resizing_hbox_set_resizing_enabled
                                                        (MexResizingHBox *hbox,
                                                         gboolean enabled);
gboolean            mex_resizing_hbox_get_resizing_enabled
                                                        (MexResizingHBox *hbox);
void                mex_resizing_hbox_set_horizontal_depth_scale
                                                        (MexResizingHBox *hbox,
                                                         gfloat multiplier);
gfloat              mex_resizing_hbox_get_horizontal_depth_scale
                                                        (MexResizingHBox *hbox);
void                mex_resizing_hbox_set_vertical_depth_scale
                                                        (MexResizingHBox *hbox,
                                                         gfloat multiplier);
gfloat              mex_resizing_hbox_get_vertical_depth_scale
                                                        (MexResizingHBox *hbox);
void                mex_resizing_hbox_set_depth_index   (MexResizingHBox *hbox,
                                                         gint index);
gint                mex_resizing_hbox_get_depth_index   (MexResizingHBox *hbox);
void                mex_resizing_hbox_set_max_depth     (MexResizingHBox *hbox,
                                                         gint depth);
gint                mex_resizing_hbox_get_max_depth     (MexResizingHBox *hbox);
void                mex_resizing_hbox_set_depth_fade    (MexResizingHBox *hbox,
                                                         gboolean fade);
gboolean            mex_resizing_hbox_get_depth_fade    (MexResizingHBox *hbox);
                    MexResizingHBoxPrivate;

Description

Details

struct MexResizingHBox

struct MexResizingHBox {
  MxWidget parent;

  MexResizingHBoxPrivate *priv;
};

struct MexResizingHBoxClass

struct MexResizingHBoxClass {
  MxWidgetClass parent_class;
};

mex_resizing_hbox_new ()

ClutterActor *      mex_resizing_hbox_new               (void);

mex_resizing_hbox_set_resizing_enabled ()

void                mex_resizing_hbox_set_resizing_enabled
                                                        (MexResizingHBox *hbox,
                                                         gboolean enabled);

mex_resizing_hbox_get_resizing_enabled ()

gboolean            mex_resizing_hbox_get_resizing_enabled
                                                        (MexResizingHBox *hbox);

mex_resizing_hbox_set_horizontal_depth_scale ()

void                mex_resizing_hbox_set_horizontal_depth_scale
                                                        (MexResizingHBox *hbox,
                                                         gfloat multiplier);

mex_resizing_hbox_get_horizontal_depth_scale ()

gfloat              mex_resizing_hbox_get_horizontal_depth_scale
                                                        (MexResizingHBox *hbox);

mex_resizing_hbox_set_vertical_depth_scale ()

void                mex_resizing_hbox_set_vertical_depth_scale
                                                        (MexResizingHBox *hbox,
                                                         gfloat multiplier);

mex_resizing_hbox_get_vertical_depth_scale ()

gfloat              mex_resizing_hbox_get_vertical_depth_scale
                                                        (MexResizingHBox *hbox);

mex_resizing_hbox_set_depth_index ()

void                mex_resizing_hbox_set_depth_index   (MexResizingHBox *hbox,
                                                         gint index);

mex_resizing_hbox_get_depth_index ()

gint                mex_resizing_hbox_get_depth_index   (MexResizingHBox *hbox);

mex_resizing_hbox_set_max_depth ()

void                mex_resizing_hbox_set_max_depth     (MexResizingHBox *hbox,
                                                         gint depth);

mex_resizing_hbox_get_max_depth ()

gint                mex_resizing_hbox_get_max_depth     (MexResizingHBox *hbox);

mex_resizing_hbox_set_depth_fade ()

void                mex_resizing_hbox_set_depth_fade    (MexResizingHBox *hbox,
                                                         gboolean fade);

mex_resizing_hbox_get_depth_fade ()

gboolean            mex_resizing_hbox_get_depth_fade    (MexResizingHBox *hbox);

MexResizingHBoxPrivate

typedef struct _MexResizingHBoxPrivate MexResizingHBoxPrivate;