Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── ClutterActor
╰── MxWidget
╰── MxBin
╰── MxFrame
Implemented Interfaces
MxFrame implements
ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
Functions
mx_frame_new ()
ClutterActor *
mx_frame_new (void
);
Create a new MxFrame
Types and Values
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);
};