MexSlideShow

MexSlideShow

Synopsis

struct              MexSlideShow;
struct              MexSlideShowClass;
ClutterActor *      mex_slide_show_new                  (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxBin
                           +----MxFrame
                                 +----MexSlideShow

Implemented Interfaces

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

Signals

  "close-request"                                  : Run Last

Description

Details

struct MexSlideShow

struct MexSlideShow;

struct MexSlideShowClass

struct MexSlideShowClass {
  MxFrameClass parent_class;
};

mex_slide_show_new ()

ClutterActor *      mex_slide_show_new                  (void);

Signal Details

The "close-request" signal

void                user_function                      (MexSlideShow *mexslideshow,
                                                        gpointer      user_data)         : Run Last