MxFloatingWidget

MxFloatingWidget

Synopsis

                    MxFloatingWidget;
                    MxFloatingWidgetClass;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----MxWidget
                     +----MxFloatingWidget
                           +----MxMenu
                           +----MxTooltip

Implemented Interfaces

MxFloatingWidget implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.

Description

Details

MxFloatingWidget

typedef struct _MxFloatingWidget MxFloatingWidget;

The contents of this structure are private and should only be accessed through the public API.


MxFloatingWidgetClass

typedef struct {
  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);
} MxFloatingWidgetClass;