~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/clutter/xml/clutter-text.xml

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-06 21:02:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090906210203-pqjxypxpcvdp4vr7
Tags: 1.0.4-0ubuntu1
* New upstream release (LP: #425339)
  - Depend on GObject-Introspection 0.6.4, to fix the generation of
    introspection data from uninstalled libraries
  - Fix a crash when closing multiple stages
  - Help gtk-doc pick up ClutterInterval as an object
  - Do not premultiply the color twice inside the CoglPango renderer
  - Fix keyboard navigation of works inside ClutterText
  - Allow key events to bubble up to its parent container if the
    event contains the control modifier is detected
  - Documentation fixes
  - Build fixes
  - Update the MingW script for building Clutter on Windows
  - Update the build instructions for OS X
  - On X11, make sure to destroy the stage Window when switching to
    a foreign one
  - Fix a bug where clutter_actor_apply_relative_transform() was no
    using the right vertex to perform the transformation
* debian/control: bump gobject-introspection and related from 0.6.3 to
  0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
<!ENTITY version "1.0.0">
 
4
<!ENTITY version "1.0.4">
5
5
]>
6
6
 
7
7
<refentry id="ClutterText">
481
481
<indexterm zone="clutter-text-get-color" role="1.0"><primary sortas="text_get_color">clutter_text_get_color</primary></indexterm><programlisting><link linkend="void">void</link>                clutter_text_get_color              (<link linkend="ClutterText">ClutterText</link> *self,
482
482
                                                         <link linkend="ClutterColor">ClutterColor</link> *color);</programlisting>
483
483
<para>
484
 
Retrieves the text color as set by <link linkend="clutter-text-get-color"><function>clutter_text_get_color()</function></link>.</para>
 
484
Retrieves the text color as set by <link linkend="clutter-text-set-color"><function>clutter_text_set_color()</function></link>.</para>
485
485
<para>
486
486
</para><variablelist role="params">
487
487
<varlistentry><term><parameter>self</parameter>&#160;:</term>