New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
||||
<link rel="prev" href="GtkCellEditable.html" title="GtkCellEditable">
|
||||
<link rel="next" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo">
|
||||
<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">
|
||||
@ -71,7 +71,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a></td>
|
||||
<td class="property_type"><span class="type">GdkModifierType</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-mods" title="The “accel-mods” property">accel-mods</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -226,7 +226,7 @@ in the same way as they are in menus.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererAccel--accel-mods"></a><h3>The <code class="literal">“accel-mods”</code> property</h3>
|
||||
<pre class="programlisting"> “accel-mods” <a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a></pre>
|
||||
<pre class="programlisting"> “accel-mods” <span class="type">GdkModifierType</span></pre>
|
||||
<p>The modifier mask of the accelerator.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p class="since">Since: 2.10</p>
|
||||
@ -290,7 +290,7 @@ user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRe
|
||||
user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
|
||||
<span class="type">gchar</span> *path_string,
|
||||
<span class="type">guint</span> accel_key,
|
||||
<a href="https://developer.gnome.org/gdk4/GdkSurface.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods,
|
||||
<span class="type">GdkModifierType</span> accel_mods,
|
||||
<span class="type">guint</span> hardware_keycode,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Gets emitted when the user has selected a new accelerator.</p>
|
||||
@ -342,6 +342,6 @@ user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRe
|
||||
</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