~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/classPango_1_1AttrList.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.2.3)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111117014319-f1fkbllernpb5mi9
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Stop installing libtool .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8
8
</head>
9
9
<body>
10
 
<!-- Generated by Doxygen 1.7.3 -->
 
10
<!-- Generated by Doxygen 1.7.4 -->
11
11
<div id="top">
12
12
<div id="titlearea">
13
13
<table cellspacing="0" cellpadding="0">
14
14
 <tbody>
15
15
 <tr style="height: 56px;">
16
16
  <td style="padding-left: 0.5em;">
17
 
   <div id="projectname">pangomm&#160;<span id="projectnumber">2.28.3</span></div>
 
17
   <div id="projectname">pangomm&#160;<span id="projectnumber">2.28.4</span></div>
18
18
  </td>
19
19
 </tr>
20
20
 </tbody>
50
50
<a href="#pro-attribs">Protected Attributes</a> &#124;
51
51
<a href="#related">Related Functions</a> </div>
52
52
  <div class="headertitle">
53
 
<h1>Pango::AttrList Class Reference</h1> </div>
 
53
<div class="title">Pango::AttrList Class Reference</div> </div>
54
54
</div>
55
55
<div class="contents">
56
56
<!-- doxytag: class="Pango::AttrList" -->
57
 
<p>A <a class="el" href="classPango_1_1AttrList.html" title="A Pango::AttrList represents a list of attributes that apply to a section of text.">Pango::AttrList</a> represents a list of attributes that apply to a section of text. <a href="#_details">More...</a></p>
 
57
<p>A <a class="el" href="classPango_1_1AttrList.html" title="A Pango::AttrList represents a list of attributes that apply to a section of text.">Pango::AttrList</a> represents a list of attributes that apply to a section of text.  <a href="classPango_1_1AttrList.html#details">More...</a></p>
58
58
<div class="dynheader">
59
59
Collaboration diagram for Pango::AttrList:</div>
60
60
<div class="dyncontent">
98
98
<tr><td class="memItemLeft" align="right" valign="top">PangoAttrList*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1AttrList.html#ab3c35cd26ab826d87a8830564489f4bf">gobject_</a></td></tr>
99
99
<tr><td colspan="2"><h2><a name="related"></a>
100
100
Related Functions</h2></td></tr>
101
 
<tr><td colspan="2">(Note that these are not member functions.) <br/></td></tr>
 
101
<tr><td class="ititle" colspan="2"><p>(Note that these are not member functions.) </p>
 
102
</td></tr>
102
103
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1AttrList.html#a08cef97f39c0345e3cdbd7a13941d6f9">swap</a> (<a class="el" href="classPango_1_1AttrList.html">AttrList</a>&amp; lhs, <a class="el" href="classPango_1_1AttrList.html">AttrList</a>&amp; rhs)</td></tr>
103
104
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classPango_1_1AttrList.html">Pango::AttrList</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1AttrList.html#a3a2b309c291bbbd832da6ca496a5648d">wrap</a> (PangoAttrList* object, bool take_copy=false)</td></tr>
104
105
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#a3a2b309c291bbbd832da6ca496a5648d"></a><br/></td></tr>
105
106
</table>
106
 
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 
107
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
107
108
<div class="textblock"><p>A <a class="el" href="classPango_1_1AttrList.html" title="A Pango::AttrList represents a list of attributes that apply to a section of text.">Pango::AttrList</a> represents a list of attributes that apply to a section of text. </p>
108
109
<p>The attributes are, in general, allowed to overlap in an arbitrary fashion, however, if the attributes are manipulated only through <a class="el" href="classPango_1_1AttrList.html#a5a44a3cdf4ffa20ccfa7bc12b2a28d73">Pango::AttrList::change()</a>, the overlap between properties will meet stricter criteria.</p>
109
110
<p>Since the <a class="el" href="classPango_1_1AttrList.html" title="A Pango::AttrList represents a list of attributes that apply to a section of text.">Pango::AttrList</a> structure is stored as a linear list, it is not suitable for storing attributes for large amounts of text. In general, you should not use a single <a class="el" href="classPango_1_1AttrList.html" title="A Pango::AttrList represents a list of attributes that apply to a section of text.">Pango::AttrList</a> for more than one paragraph of text.</p>
211
212
<div class="memdoc">
212
213
 
213
214
<p>Constructs an attribute list by parsing a marked-up text (see markup format). </p>
214
 
<p>If <em>accel_marker</em> is nonzero, the given character will mark the character following it as an accelerator. For example, the accel marker might be an ampersand or underscore. All characters marked as an accelerator will receive a Pango::UNDERLINE_LOW attribute. Two <em>accel_marker</em> characters following each other produce a single literal <em>accel_marker</em> character.</p>
 
215
<p>If <em>accel_marker</em> is nonzero, the given character will mark the character following it as an accelerator. For example, the accel marker might be an ampersand or underscore. All characters marked as an accelerator will receive a <a class="el" href="group__pangommEnums.html#ggabbd069e35161c1ad698b7f1fe70aec57a10f84a67fc43406f330a66400baf2577">Pango::UNDERLINE_LOW</a> attribute. Two <em>accel_marker</em> characters following each other produce a single literal <em>accel_marker</em> character.</p>
215
216
<dl><dt><b>Parameters:</b></dt><dd>
216
217
  <table class="params">
217
218
    <tr><td class="paramname">markup_text</td><td>Markup to parse (see markup format). </td></tr>
260
261
<div class="memdoc">
261
262
 
262
263
<p>Constructs an attribute list by parsing a marked-up text (see markup format). </p>
263
 
<p><em>text</em> is set to the plaintext string. If <em>accel_marker</em> is nonzero, the given character will mark the character following it as an accelerator. For example, the accel marker might be an ampersand or underscore. All characters marked as an accelerator will receive a Pango::UNDERLINE_LOW attribute. The first character so marked will be returned in <em>accel_char</em>. Two <em>accel_marker</em> characters following each other produce a single literal <em>accel_marker</em> character.</p>
 
264
<p><em>text</em> is set to the plaintext string. If <em>accel_marker</em> is nonzero, the given character will mark the character following it as an accelerator. For example, the accel marker might be an ampersand or underscore. All characters marked as an accelerator will receive a <a class="el" href="group__pangommEnums.html#ggabbd069e35161c1ad698b7f1fe70aec57a10f84a67fc43406f330a66400baf2577">Pango::UNDERLINE_LOW</a> attribute. The first character so marked will be returned in <em>accel_char</em>. Two <em>accel_marker</em> characters following each other produce a single literal <em>accel_marker</em> character.</p>
264
265
<dl><dt><b>Parameters:</b></dt><dd>
265
266
  <table class="params">
266
267
    <tr><td class="paramname">markup_text</td><td>Markup to parse (see markup format). </td></tr>
603
604
<li>pangomm/attrlist.h</li>
604
605
</ul>
605
606
</div>
606
 
<hr class="footer"/><address class="footer"><small>Generated on Tue Sep 27 2011 13:34:23 for pangomm by&#160;
 
607
<hr class="footer"/><address class="footer"><small>Generated on Wed Oct 26 2011 13:10:53 for pangomm by&#160;
607
608
<a href="http://www.doxygen.org/index.html">
608
 
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
 
609
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
609
610
</body>
610
611
</html>