Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── ClutterActor ╰── MxWidget ╰── MxFloatingWidget ├── MxMenu ╰── MxTooltip
MxFloatingWidget implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.
struct MxFloatingWidget;
The contents of this structure are private and should only be accessed through the public API.
struct MxFloatingWidgetClass { MxWidgetClass parent_class; void (*floating_pick) (ClutterActor *actor, const ClutterColor *color); void (*floating_paint) (ClutterActor *actor); /* padding for future expansion */ void (*_padding_0) (void); void (*_padding_1) (void); void (*_padding_2) (void); void (*_padding_3) (void); void (*_padding_4) (void); };