MexContentTile

MexContentTile

Synopsis

struct              MexContentTile;
struct              MexContentTileClass;
ClutterActor *      mex_content_tile_new                (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxBin
                           +----MexTile
                                 +----MexContentTile

Implemented Interfaces

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

Properties

  "thumb-height"             gint                  : Read / Write
  "thumb-width"              gint                  : Read / Write

Signals

  "focus-in"                                       : Run First
  "focus-out"                                      : Run First

Description

Details

struct MexContentTile

struct MexContentTile;

struct MexContentTileClass

struct MexContentTileClass {
  MexTileClass parent_class;
};

mex_content_tile_new ()

ClutterActor *      mex_content_tile_new                (void);

Property Details

The "thumb-height" property

  "thumb-height"             gint                  : Read / Write

Scale the height of the thumbnail while loading.

Allowed values: >= G_MAXULONG

Default value: -1


The "thumb-width" property

  "thumb-width"              gint                  : Read / Write

Scale the width of the thumbnail while loading.

Allowed values: >= G_MAXULONG

Default value: -1

Signal Details

The "focus-in" signal

void                user_function                      (MexContentTile *mexcontenttile,
                                                        gpointer        user_data)           : Run First

The "focus-out" signal

void                user_function                      (MexContentTile *mexcontenttile,
                                                        gpointer        user_data)           : Run First