Add text-visibility accessors for ClutterText
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 11:40:55 +0000 (11:40 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Dec 2008 11:40:55 +0000 (11:40 +0000)
commitd5df1bebcf28cb035ea9529fbc1352c8300f7e25
tree519bbce2a8190496776a3f986c1b6f2544fa4d9a
parent64af7bafe387571d7087dd4c99b4f459c1ca41c0
Add text-visibility accessors for ClutterText

A ClutterText can be put in "password mode" by setting the
text as "invisible": every character inside the Text actor's
contents will be replaced when building the Pango layout with
a specific Unicode character.

The Unicode character is set to '*' by default, but the user
can be changed using the provided API.
clutter/clutter-text.c
clutter/clutter-text.h