MxFrame

MxFrame

Synopsis

struct              MxFrame;
struct              MxFrameClass;
ClutterActor *      mx_frame_new                        (void);

Object Hierarchy

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

Implemented Interfaces

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

Description

Details

struct MxFrame

struct MxFrame;

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


struct MxFrameClass

struct MxFrameClass {
  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);
};

mx_frame_new ()

ClutterActor *      mx_frame_new                        (void);

Create a new MxFrame

Returns :

a newly allocated MxFrame