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_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);
MexResizingHBoxPrivate
typedef struct _MexResizingHBoxPrivate MexResizingHBoxPrivate;