2007-08-05 Matthew Allum <mallum@openedhand.com>
* README: * clutter/clutter-actor.c: Document show/hide_all behaviour correctly.
This commit is contained in:
parent
f13707632c
commit
e1d439f9c9
3
README
3
README
@ -132,6 +132,9 @@ wanting to port to newer releases (See NEWS for general new feature info).
|
|||||||
Release Notes for Clutter 0.4.0
|
Release Notes for Clutter 0.4.0
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
* clutter_actor_show_all does not recurse for groups at least (this is to
|
||||||
|
match the original group_show_all behaviour)
|
||||||
|
|
||||||
* FIXME
|
* FIXME
|
||||||
|
|
||||||
Release Notes for Clutter 0.3.1
|
Release Notes for Clutter 0.3.1
|
||||||
|
@ -153,8 +153,7 @@ clutter_actor_show (ClutterActor *self)
|
|||||||
* clutter_actor_show_all:
|
* clutter_actor_show_all:
|
||||||
* @self: a #ClutterActor
|
* @self: a #ClutterActor
|
||||||
*
|
*
|
||||||
* Recursively show an actor, and any child actor if @self has
|
* Call show() on all children of a actor (if any).
|
||||||
* child actors.
|
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* Since: 0.2
|
||||||
*/
|
*/
|
||||||
@ -205,8 +204,7 @@ clutter_actor_hide (ClutterActor *self)
|
|||||||
* clutter_actor_hide_all:
|
* clutter_actor_hide_all:
|
||||||
* @self: a #ClutterActor
|
* @self: a #ClutterActor
|
||||||
*
|
*
|
||||||
* Recursively hides an actor, and any child actor if @self
|
* Call hide() on all child actors (if any).
|
||||||
* has child actors.
|
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* Since: 0.2
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user