MxFrame

MxFrame

Synopsis

                    MxFrame;
                    MxFrameClass;
ClutterActor *      mx_frame_new                        (void);

Object Hierarchy

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

Implemented Interfaces

MxFrame implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, ClutterContainer and MxFocusable.

Description

Details

MxFrame

typedef struct _MxFrame MxFrame;

The contents of this structure are private and should only be accessed through the public API.


MxFrameClass

typedef struct {
  MxBinClass parent_class;

  /* padding for future expansion */
  void (*_padding_0) (void);
  void (*_padding_1) (void);
  void (*_padding_2) (void);
  void (*_padding_3) (void);
  void (*_padding_4) (void);
} MxFrameClass;


mx_frame_new ()

ClutterActor *      mx_frame_new                        (void);

Create a new MxFrame

Returns :

a newly allocated MxFrame