mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -05:00
2008-04-04 Matthew Allum <mallum@openedhand.com>
* README: Add a note on new show-on-set-parent prop and stage subclassing.
This commit is contained in:
parent
f859135082
commit
8dac049d2e
@ -1,3 +1,8 @@
|
|||||||
|
2008-04-04 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* README:
|
||||||
|
Add a note on new show-on-set-parent prop and stage subclassing.
|
||||||
|
|
||||||
2008-04-04 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-04-04 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Bug #864 - Allow instantiating and subclassing of ClutterStage
|
Bug #864 - Allow instantiating and subclassing of ClutterStage
|
||||||
|
12
README
12
README
@ -146,9 +146,15 @@ wanting to port to newer releases (See NEWS for general new feature info).
|
|||||||
Release Notes for Clutter 0.8
|
Release Notes for Clutter 0.8
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
* Clutter now features support for multiple stages assuming supported by the
|
* Actors now have a new 'show-on-set-parent' property set to TRUE by
|
||||||
backend. See test-multistage.c for example of usage. This does not change
|
default. With this property set to TRUE, actors will automatically
|
||||||
the automatic creation of the default stage.
|
automatically have clutter_actor_show() called on them when a parent
|
||||||
|
is set (i.e added to a container).
|
||||||
|
|
||||||
|
* Clutter now features support for multiple stages assuming supported
|
||||||
|
by the backend. See test-multistage.c for example of usage. This
|
||||||
|
does not change the automatic creation of the default stage. Stages
|
||||||
|
can now also be subclassed
|
||||||
|
|
||||||
* There is now an experimental native Win32 WGL backend.
|
* There is now an experimental native Win32 WGL backend.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user