MexInfoPanel

MexInfoPanel

Synopsis

enum                MexInfoPanelMode;
struct              MexInfoPanel;
struct              MexInfoPanelClass;
ClutterActor *      mex_info_panel_new                  (MexInfoPanelMode mode);
void                mex_info_panel_set_media            (MexInfoPanel *panel,
                                                         ClutterMedia *media);
                    MexInfoPanelPrivate;

Object Hierarchy

  GEnum
   +----MexInfoPanelMode
  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxBin
                           +----MxFrame
                                 +----MexInfoPanel

Implemented Interfaces

MexInfoPanel implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, ClutterContainer, MxFocusable and MexContentView.

Properties

  "mode"                     MexInfoPanelMode      : Read / Write / Construct Only

Description

Details

enum MexInfoPanelMode

typedef enum
{
  MEX_INFO_PANEL_MODE_FULL,
  MEX_INFO_PANEL_MODE_SIMPLE
} MexInfoPanelMode;

struct MexInfoPanel

struct MexInfoPanel;

struct MexInfoPanelClass

struct MexInfoPanelClass {
  MxFrameClass parent_class;
};

mex_info_panel_new ()

ClutterActor *      mex_info_panel_new                  (MexInfoPanelMode mode);

mex_info_panel_set_media ()

void                mex_info_panel_set_media            (MexInfoPanel *panel,
                                                         ClutterMedia *media);

MexInfoPanelPrivate

typedef struct _MexInfoPanelPrivate MexInfoPanelPrivate;

Property Details

The "mode" property

  "mode"                     MexInfoPanelMode      : Read / Write / Construct Only

Display mode for the info panel.

Default value: MEX_INFO_PANEL_MODE_FULL