ClutterHBox

ClutterHBox — Simple horizontal box

Synopsis




                    ClutterHBox;
                    ClutterHBoxClass;
ClutterActor*       clutter_hbox_new                    (void);


Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----ClutterBox
                     +----ClutterHBox

Implemented Interfaces

ClutterHBox implements ClutterContainer.

Description

FIXME

ClutterHBox is available since Clutter 0.4.

Details

ClutterHBox

typedef struct _ClutterHBox ClutterHBox;


ClutterHBoxClass

typedef struct {
  ClutterBoxClass parent_class;
} ClutterHBoxClass;


clutter_hbox_new ()

ClutterActor*       clutter_hbox_new                    (void);

Creates a new horizontal layout box.

Returns : the newly created ClutterHBox

Since 0.4