New upstream version 3.24.10
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="WindowWidgets.html" title="Windows">
|
||||
<link rel="prev" href="GtkAboutDialog.html" title="GtkAboutDialog">
|
||||
<link rel="next" href="GtkInvisible.html" title="GtkInvisible">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -1620,7 +1620,7 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-CONTENT:CAPS"></a>GTK_ASSISTANT_PAGE_CONTENT</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The page has regular contents. Both the
|
||||
Back and forward buttons will be shown.</p>
|
||||
Back and forward buttons will be shown.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1628,8 +1628,8 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-INTRO:CAPS"></a>GTK_ASSISTANT_PAGE_INTRO</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The page contains an introduction to the
|
||||
assistant task. Only the Forward button will be shown if there is a
|
||||
next page.</p>
|
||||
assistant task. Only the Forward button will be shown if there is a
|
||||
next page.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1637,7 +1637,7 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-CONFIRM:CAPS"></a>GTK_ASSISTANT_PAGE_CONFIRM</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The page lets the user confirm or deny the
|
||||
changes. The Back and Apply buttons will be shown.</p>
|
||||
changes. The Back and Apply buttons will be shown.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1645,7 +1645,7 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-SUMMARY:CAPS"></a>GTK_ASSISTANT_PAGE_SUMMARY</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The page informs the user of the changes
|
||||
done. Only the Close button will be shown.</p>
|
||||
done. Only the Close button will be shown.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1653,8 +1653,8 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-PROGRESS:CAPS"></a>GTK_ASSISTANT_PAGE_PROGRESS</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Used for tasks that take a long time to
|
||||
complete, blocks the assistant until the page is marked as complete.
|
||||
Only the back button will be shown.</p>
|
||||
complete, blocks the assistant until the page is marked as complete.
|
||||
Only the back button will be shown.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1662,8 +1662,8 @@ See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_ass
|
||||
<td class="enum_member_name"><p><a name="GTK-ASSISTANT-PAGE-CUSTOM:CAPS"></a>GTK_ASSISTANT_PAGE_CUSTOM</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Used for when other page types are not
|
||||
appropriate. No buttons will be shown, and the application must
|
||||
add its own buttons through <a class="link" href="GtkAssistant.html#gtk-assistant-add-action-widget" title="gtk_assistant_add_action_widget ()"><code class="function">gtk_assistant_add_action_widget()</code></a>.</p>
|
||||
appropriate. No buttons will be shown, and the application must
|
||||
add its own buttons through <a class="link" href="GtkAssistant.html#gtk-assistant-add-action-widget" title="gtk_assistant_add_action_widget ()"><code class="function">gtk_assistant_add_action_widget()</code></a>.</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
@ -1939,6 +1939,6 @@ necessary before showing <em class="parameter"><code>page</code></em>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user