~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gdk/tmpl/colors.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-02 15:59:27 UTC
  • mfrom: (72.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20100602155927-uwh99v2582rw3r8z
Tags: 2.21.1-1ubuntu1
* debian/patches/070_mandatory-relibtoolize.patch:
  - refreshed
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly (lp: #558841)
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
@red: The red component of the color. This is
61
61
  a value between 0 and 65535, with 65535 indicating
62
62
  full intensitiy.
63
 
@green: The blue component of the color.
64
 
@blue: The green component of the color.
 
63
@green: The green component of the color.
 
64
@blue: The blue component of the color.
65
65
 
66
66
<!-- ##### STRUCT GdkColormap ##### -->
67
67
<para>
68
68
The colormap structure contains the following public fields.
69
69
</para>
70
70
 
71
 
@size: For pseudo-color colormaps, the number of colors
72
 
  in the colormap.
73
 
@colors: An array containing the current values in the
74
 
  colormap. This can be used to map from pixel values
75
 
  back to RGB values. This is only meaningful for
76
 
  pseudo-color colormaps.
77
71
 
78
72
<!-- ##### FUNCTION gdk_colormap_new ##### -->
79
73
<para>