New upstream version 3.23.0
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GtkToolButton: GTK+ 3 Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||||
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
||||
<link rel="prev" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem">
|
||||
<link rel="next" href="GtkMenuToolButton.html" title="GtkMenuToolButton">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -320,12 +320,12 @@ label.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>label</p></td>
|
||||
<td class="parameter_description"><p>a string that will be used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> a string that will be used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>icon_widget</p></td>
|
||||
<td class="parameter_description"><p>a widget that will be used as the button contents, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> a widget that will be used as the button contents, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -403,7 +403,7 @@ also <code class="literal">NULL</code>, <em class="parameter"><code>button</code
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>label</p></td>
|
||||
<td class="parameter_description"><p>a string that will be used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> a string that will be used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -436,7 +436,7 @@ string is owned by GTK+, and must not be modified or freed.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tool-button-get-label.returns"></a><h4>Returns</h4>
|
||||
<p>The label, or <code class="literal">NULL</code>. </p>
|
||||
<p> The label, or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.4</p>
|
||||
@ -537,7 +537,7 @@ The stock_id property only has an effect if not overridden by non-<code class="l
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>stock_id</p></td>
|
||||
<td class="parameter_description"><p>a name of a stock item, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> a name of a stock item, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -605,7 +605,7 @@ overridden by non-<code class="literal">NULL</code> <a class="link" href="GtkToo
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>icon_name</p></td>
|
||||
<td class="parameter_description"><p>the name of the themed icon. </p></td>
|
||||
<td class="parameter_description"><p> the name of the themed icon. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -637,7 +637,7 @@ see <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-name" titl
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tool-button-get-icon-name.returns"></a><h4>Returns</h4>
|
||||
<p>the icon name or <code class="literal">NULL</code> if the tool button has
|
||||
<p> the icon name or <code class="literal">NULL</code> if the tool button has
|
||||
no themed icon. </p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -672,7 +672,7 @@ gtk_tool_button_set_icon_widget (<em class="parameter"><code><a class="link" hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>icon_widget</p></td>
|
||||
<td class="parameter_description"><p>the widget used as icon, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> the widget used as icon, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -705,7 +705,7 @@ See <a class="link" href="GtkToolButton.html#gtk-tool-button-set-icon-widget" ti
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tool-button-get-icon-widget.returns"></a><h4>Returns</h4>
|
||||
<p>The widget used as icon
|
||||
<p> The widget used as icon
|
||||
on <em class="parameter"><code>button</code></em>
|
||||
, or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
@ -743,7 +743,7 @@ determined by the <a class="link" href="GtkToolButton.html#GtkToolButton--stock-
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>label_widget</p></td>
|
||||
<td class="parameter_description"><p>the widget used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p> the widget used as label, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -776,7 +776,7 @@ See <a class="link" href="GtkToolButton.html#gtk-tool-button-set-label-widget" t
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tool-button-get-label-widget.returns"></a><h4>Returns</h4>
|
||||
<p>The widget used as label
|
||||
<p> The widget used as label
|
||||
on <em class="parameter"><code>button</code></em>
|
||||
, or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
@ -936,6 +936,6 @@ or activated with the keyboard.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user