diff options
author | Philippe Normand <pnormand@igalia.com> | 2011-02-04 12:33:53 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-06-13 16:15:22 +0100 |
commit | 494629d4b9eac31afa3910ef130404030656bc4e (patch) | |
tree | ba0f515af8f94aa8fea110fba748eb00be0aa6be /doc | |
parent | 74a9b7106038b74690856fe45b658edbab5d6a8b (diff) | |
download | clutter-494629d4b9eac31afa3910ef130404030656bc4e.tar.gz |
clutter-text: new clutter_text_get_layout_offsets API
This new function can be used to retrieve the coordinates where the
ClutterText will draw the PangoLayout representing the text.
http://bugzilla.clutter-project.org/show_bug.cgi?id=2553
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/clutter/clutter-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/clutter/clutter-sections.txt b/doc/reference/clutter/clutter-sections.txt index 414b0e002..44fd85ddd 100644 --- a/doc/reference/clutter/clutter-sections.txt +++ b/doc/reference/clutter/clutter-sections.txt @@ -1826,6 +1826,7 @@ clutter_text_get_cursor_size clutter_text_activate clutter_text_position_to_coords clutter_text_set_preedit_string +clutter_text_get_layout_offsets <SUBSECTION Standard> CLUTTER_IS_TEXT |