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