|  |  |  | Mx Toolkit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
GObject +----GInitiallyUnowned +----ClutterActor +----MxWidget +----MxBin +----MxFrame
MxFrame implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
struct MxFrame;
The contents of this structure are private and should only be accessed through the public API.
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);
};
ClutterActor *      mx_frame_new                        (void);
Create a new MxFrame
| Returns : | a newly allocated MxFrame |