New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtkbase.html" title="Part III. GTK+ Core Reference">
|
||||
<link rel="prev" href="gtk3-Bindings.html" title="Bindings">
|
||||
<link rel="next" href="gtk3-Selections.html" title="Selections">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -187,7 +187,7 @@ extra availible space.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-DELETE-WORD-ENDS:CAPS"></a>GTK_DELETE_WORD_ENDS</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Delete only the portion of the word to the
|
||||
left/right of cursor if we’re in the middle of a word.</p>
|
||||
left/right of cursor if we’re in the middle of a word.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -202,9 +202,9 @@ left/right of cursor if we’re in the middle of a word.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-DELETE-DISPLAY-LINES:CAPS"></a>GTK_DELETE_DISPLAY_LINES</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Delete display-lines. Display-lines
|
||||
refers to the visible lines, with respect to to the current line
|
||||
breaks. As opposed to paragraphs, which are defined by line
|
||||
breaks in the input.</p>
|
||||
refers to the visible lines, with respect to to the current line
|
||||
breaks. As opposed to paragraphs, which are defined by line
|
||||
breaks in the input.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -212,7 +212,7 @@ breaks in the input.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-DELETE-DISPLAY-LINE-ENDS:CAPS"></a>GTK_DELETE_DISPLAY_LINE_ENDS</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Delete only the portion of the
|
||||
display-line to the left/right of cursor.</p>
|
||||
display-line to the left/right of cursor.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -220,7 +220,7 @@ display-line to the left/right of cursor.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-DELETE-PARAGRAPH-ENDS:CAPS"></a>GTK_DELETE_PARAGRAPH_ENDS</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Delete to the end of the
|
||||
paragraph. Like C-k in Emacs (or its reverse).</p>
|
||||
paragraph. Like C-k in Emacs (or its reverse).</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -802,11 +802,11 @@ tabs of a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span clas
|
||||
<td class="enum_member_name"><p><a name="GTK-SELECTION-BROWSE:CAPS"></a>GTK_SELECTION_BROWSE</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Exactly one element is selected.
|
||||
In some circumstances, such as initially or during a search
|
||||
operation, it’s possible for no element to be selected with
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-SELECTION-BROWSE:CAPS"><code class="literal">GTK_SELECTION_BROWSE</code></a>. What is really enforced is that the user
|
||||
can’t deselect a currently selected element except by selecting
|
||||
another element.</p>
|
||||
In some circumstances, such as initially or during a search
|
||||
operation, it’s possible for no element to be selected with
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-SELECTION-BROWSE:CAPS"><code class="literal">GTK_SELECTION_BROWSE</code></a>. What is really enforced is that the user
|
||||
can’t deselect a currently selected element except by selecting
|
||||
another element.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -814,9 +814,9 @@ another element.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-SELECTION-MULTIPLE:CAPS"></a>GTK_SELECTION_MULTIPLE</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Any number of elements may be selected.
|
||||
The Ctrl key may be used to enlarge the selection, and Shift
|
||||
key to select between the focus and the child pointed to.
|
||||
Some widgets may also allow Click-drag to select a range of elements.</p>
|
||||
The Ctrl key may be used to enlarge the selection, and Shift
|
||||
key to select between the focus and the child pointed to.
|
||||
Some widgets may also allow Click-drag to select a range of elements.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1039,7 +1039,7 @@ visible, and vice versa.</p>
|
||||
<td class="enum_member_name"><p><a name="GTK-TOOLBAR-BOTH-HORIZ:CAPS"></a>GTK_TOOLBAR_BOTH_HORIZ</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Buttons display icons and text alongside each
|
||||
other, rather than vertically stacked</p>
|
||||
other, rather than vertically stacked</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1081,6 +1081,6 @@ other, rather than vertically stacked</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user