MexContentButton

MexContentButton

Synopsis

struct              MexContentButton;
struct              MexContentButtonClass;
ClutterActor *      mex_content_button_new              (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxBin
                           +----MxButton
                                 +----MexContentButton

Implemented Interfaces

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

Properties

  "media-url"                gchar*                : Read / Write
  "mime-type"                gchar*                : Read / Write
  "primary-text"             gchar*                : Read / Write
  "secondary-text"           gchar*                : Read / Write

Description

Details

struct MexContentButton

struct MexContentButton;

struct MexContentButtonClass

struct MexContentButtonClass {
  MxButtonClass parent_class;
};

mex_content_button_new ()

ClutterActor *      mex_content_button_new              (void);

Property Details

The "media-url" property

  "media-url"                gchar*                : Read / Write

URL of the media this button represents.

Default value: NULL


The "mime-type" property

  "mime-type"                gchar*                : Read / Write

Mime-type this button represents.

Default value: NULL


The "primary-text" property

  "primary-text"             gchar*                : Read / Write

Text to use for the primary label.

Default value: NULL


The "secondary-text" property

  "secondary-text"           gchar*                : Read / Write

Text to use for the secondary label.

Default value: NULL