Object Hierarchy
GObject
+----GInitiallyUnowned
+----ClutterActor
+----MxWidget
+----MxBin
+----MxFrame
Implemented Interfaces
MxFrame implements
ClutterScriptable, MxStylable, MxFocusable and ClutterContainer.
Details
MxFrame
typedef struct _MxFrame MxFrame;
The contents of this structure are private and should only be accessed
through the public API.
mx_frame_new ()
ClutterActor* mx_frame_new (void);
Create a new MxFrame
Returns : |
a newly allocated MxFrame
|