Initial import of the Text actor from Tidy
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 11:12:48 +0000 (11:12 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Dec 2008 11:12:48 +0000 (11:12 +0000)
commita98720ae19f4892676c043bb6e4f2258eb201827
tree6c89bcd6028da5edd8cc1092b8f1f0deff66aad7
parent4973b684a619ad62ed4bad0103cdd38a3f34ccba
Initial import of the Text actor from Tidy

The TidyText actor is meant as a replacement for both ClutterLabel
and ClutterText.

Any text-displaying and editing actor should derive from ClutterText
and implement the various visual cues to differentiate the editable
from the non-editable state. Those visual cues usually belong to
a high-level toolkit, especially if themeing is involved.
clutter/Makefile.am
clutter/clutter-text.c [new file with mode: 0644]
clutter/clutter-text.h [new file with mode: 0644]
clutter/clutter.h
tests/interactive/Makefile.am
tests/interactive/test-text.c [new file with mode: 0644]