MexAspectFrame

MexAspectFrame

Synopsis

struct              MexAspectFrame;
struct              MexAspectFrameClass;
ClutterActor *      mex_aspect_frame_new                (void);
void                mex_aspect_frame_set_expand         (MexAspectFrame *frame,
                                                         gboolean expand);
gboolean            mex_aspect_frame_get_expand         (MexAspectFrame *frame);
void                mex_aspect_frame_set_ratio          (MexAspectFrame *frame,
                                                         gfloat ratio);
gfloat              mex_aspect_frame_get_ratio          (MexAspectFrame *frame);
                    MexAspectFramePrivate;

Description

Details

struct MexAspectFrame

struct MexAspectFrame {
  MxBin parent;

  MexAspectFramePrivate *priv;
};

struct MexAspectFrameClass

struct MexAspectFrameClass {
  MxBinClass parent_class;
};

mex_aspect_frame_new ()

ClutterActor *      mex_aspect_frame_new                (void);

mex_aspect_frame_set_expand ()

void                mex_aspect_frame_set_expand         (MexAspectFrame *frame,
                                                         gboolean expand);

mex_aspect_frame_get_expand ()

gboolean            mex_aspect_frame_get_expand         (MexAspectFrame *frame);

mex_aspect_frame_set_ratio ()

void                mex_aspect_frame_set_ratio          (MexAspectFrame *frame,
                                                         gfloat ratio);

mex_aspect_frame_get_ratio ()

gfloat              mex_aspect_frame_get_ratio          (MexAspectFrame *frame);

MexAspectFramePrivate

typedef struct _MexAspectFramePrivate MexAspectFramePrivate;