MexContentBox

MexContentBox

Synopsis

struct              MexContentBox;
struct              MexContentBoxClass;
ClutterActor *      mex_content_box_new                 (void);
gboolean            mex_content_box_get_open            (MexContentBox *box);
void                mex_content_box_set_important       (MexContentBox *box,
                                                         gboolean important);
gboolean            mex_content_box_get_important       (MexContentBox *box);
                    MexContentBoxPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MexContentBox

Implemented Interfaces

MexContentBox implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, MexContentView and MxFocusable.

Properties

  "action-list-width"        gint                  : Read / Write
  "important"                gboolean              : Read / Write
  "open"                     gboolean              : Read
  "thumb-width"              gint                  : Read / Write

Description

Details

struct MexContentBox

struct MexContentBox;

struct MexContentBoxClass

struct MexContentBoxClass {
  MxWidgetClass parent_class;
};

mex_content_box_new ()

ClutterActor *      mex_content_box_new                 (void);

mex_content_box_get_open ()

gboolean            mex_content_box_get_open            (MexContentBox *box);

mex_content_box_set_important ()

void                mex_content_box_set_important       (MexContentBox *box,
                                                         gboolean important);

mex_content_box_get_important ()

gboolean            mex_content_box_get_important       (MexContentBox *box);

MexContentBoxPrivate

typedef struct _MexContentBoxPrivate MexContentBoxPrivate;

Property Details

The "action-list-width" property

  "action-list-width"        gint                  : Read / Write

Width of the action list, or -1 to use the natural width.

Allowed values: >= -1

Default value: -1


The "important" property

  "important"                gboolean              : Read / Write

Sets the "important" property of the internal MxTile.

Default value: FALSE


The "open" property

  "open"                     gboolean              : Read

Whether the action buttons and info panel are visible.

Default value: FALSE


The "thumb-width" property

  "thumb-width"              gint                  : Read / Write

Width of the thumbail.

Allowed values: >= -1

Default value: 426