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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkTextMark.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-23 06:36:41 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (72.2.8 sid) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923063641-69c7g7h68iy4u5o3
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<link rel="chapter" href="gtk-migrating-GtkBuilder.html" title="Migrating from libglade to GtkBuilder">
50
50
<link rel="chapter" href="gtk-migrating-tooltips.html" title="Migrating from GtkTooltips to GtkTooltip">
51
51
<link rel="chapter" href="gtk-migrating-entry-icons.html" title="Migrating from SexyIconEntry to GtkEntry">
 
52
<link rel="chapter" href="gtk-migrating-label-links.html" title="Migrating from SexyUrlLabel to GtkLabel">
 
53
<link rel="chapter" href="gtk-migrating-ClientSideWindows.html" title="Migrating to client-side windows">
52
54
<link rel="part" href="pt05.html" title="Part V. GTK+ Tools">
53
55
<link rel="glossary" href="glossary.html" title="Glossary">
54
56
<link rel="index" href="api-index-full.html" title="Index of all symbols">
61
63
<link rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12">
62
64
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
63
65
<link rel="index" href="api-index-2-16.html" title="Index of new symbols in 2.16">
 
66
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
64
67
</head>
65
68
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
66
69
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
159
162
mark, a mark with <em class="firstterm">left gravity</em> will be moved to the
160
163
beginning of the newly-inserted text, and a mark with <em class="firstterm">right
161
164
gravity</em> will be moved to the end.
162
 
<sup>[<a name="id817447" href="#ftn.id817447" class="footnote">3</a>]</sup>
 
165
<sup>[<a name="id618777" href="#ftn.id618777" class="footnote">3</a>]</sup>
163
166
</p>
164
167
<p>
165
168
Marks are reference counted, but the reference count only controls the validity
431
434
</div>
432
435
<div class="footnotes">
433
436
<br><hr width="100" align="left">
434
 
<div class="footnote"><p><sup>[<a name="ftn.id817447" href="#id817447" class="para">3</a>] </sup>
 
437
<div class="footnote"><p><sup>[<a name="ftn.id618777" href="#id618777" class="para">3</a>] </sup>
435
438
"left" and "right" here refer to logical direction (left is the toward the start
436
439
of the buffer); in some languages such as Hebrew the logically-leftmost text is
437
440
not actually on the left when displayed.