MxFloatingWidget

MxFloatingWidget

Synopsis

struct              MxFloatingWidget;
struct              MxFloatingWidgetClass;

Object Hierarchy

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

Implemented Interfaces

MxFloatingWidget implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.

Description

Details

struct MxFloatingWidget

struct MxFloatingWidget;

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


struct MxFloatingWidgetClass

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);
};