ClutterHBox

ClutterHBox — Simple horizontal box

Synopsis




ClutterActor*       clutter_hbox_new                    (void);


Description

A ClutterHBox is a ClutterBox which lays all its children horizontally.

See ClutterBox for more details.

ClutterHBox is available since Clutter 0.4.

Details

clutter_hbox_new ()

ClutterActor*       clutter_hbox_new                    (void);

Creates a new horizontal layout box.

Returns : the newly created ClutterHBox

Since 0.4