MexInfoPanel

MexInfoPanel

Synopsis

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

Object Hierarchy

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

Implemented Interfaces

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

Properties

  "mode"                     MexInfoPanelMode      : Read / Write / Construct Only

Description

Details

struct MexInfoPanel

struct MexInfoPanel;

struct MexInfoPanelClass

struct MexInfoPanelClass {
  MxFrameClass parent_class;
};

enum MexInfoPanelMode

typedef enum {
  MEX_INFO_PANEL_MODE_FULL,
  MEX_INFO_PANEL_MODE_SIMPLE
} MexInfoPanelMode;

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);

Property Details

The "mode" property

  "mode"                     MexInfoPanelMode      : Read / Write / Construct Only

Display mode for the info panel.

Default value: MEX_INFO_PANEL_MODE_FULL