2007-10-30 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-layout.c: Fix documentation, with regards to the containers handling of the children implementing the ClutterLayout interface.
This commit is contained in:
parent
6fd7fbf460
commit
4b0139ce0e
@ -1,3 +1,9 @@
|
|||||||
|
2007-10-30 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-layout.c: Fix documentation, with regards to
|
||||||
|
the containers handling of the children implementing the
|
||||||
|
ClutterLayout interface.
|
||||||
|
|
||||||
2007-10-29 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-10-29 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -73,10 +73,10 @@
|
|||||||
* will be queried multiple times until it's satisfied with the size
|
* will be queried multiple times until it's satisfied with the size
|
||||||
* given.
|
* given.
|
||||||
*
|
*
|
||||||
* A #ClutterGroup subclass that honours the #ClutterLayout interface
|
* A #ClutterContainer implementation that honours the #ClutterLayout
|
||||||
* should check whether an actor is implementing this interface when
|
* interface should check whether an actor is implementing this interface
|
||||||
* adding it, by using the %CLUTTER_IS_LAYOUT type check macro. If the
|
* when adding it, by using the %CLUTTER_IS_LAYOUT type check macro. If the
|
||||||
* actor does implement the interface, the #ClutterGroup should get
|
* actor does implement the interface, the #ClutterContainer should get
|
||||||
* the supported layouts using clutter_layout_get_layout_flags() and
|
* the supported layouts using clutter_layout_get_layout_flags() and
|
||||||
* verify which layout is compatible with the group's own layout; for
|
* verify which layout is compatible with the group's own layout; for
|
||||||
* instance, vertical containers should check for actors implementing the
|
* instance, vertical containers should check for actors implementing the
|
||||||
|
Loading…
Reference in New Issue
Block a user