summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html')
-rw-r--r--gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html404
1 files changed, 0 insertions, 404 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html b/gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html
deleted file mode 100644
index 28f6f2c..0000000
--- a/gtk+-mingw/share/gtk-doc/html/gtk3/GtkActionable.html
+++ /dev/null
@@ -1,404 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GtkActionable</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
-<link rel="up" href="Application.html" title="Application support">
-<link rel="prev" href="GtkApplicationWindow.html" title="GtkApplicationWindow">
-<link rel="next" href="migrating.html" title="Part V. Migrating from Previous Versions of GTK+">
-<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
-<tr valign="middle">
-<td><a accesskey="p" href="GtkApplicationWindow.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
-<td><a accesskey="u" href="Application.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">GTK+ 3 Reference Manual</th>
-<td><a accesskey="n" href="migrating.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
-</tr>
-<tr><td colspan="5" class="shortcuts">
-<a href="#GtkActionable.synopsis" class="shortcut">Top</a>
-  | 
- <a href="#GtkActionable.description" class="shortcut">Description</a>
-  | 
- <a href="#GtkActionable.object-hierarchy" class="shortcut">Object Hierarchy</a>
-  | 
- <a href="#GtkActionable.prerequisites" class="shortcut">Prerequisites</a>
-  | 
- <a href="#GtkActionable.implementations" class="shortcut">Known Implementations</a>
-  | 
- <a href="#GtkActionable.properties" class="shortcut">Properties</a>
-</td></tr>
-</table>
-<div class="refentry">
-<a name="GtkActionable"></a><div class="titlepage"></div>
-<div class="refnamediv"><table width="100%"><tr>
-<td valign="top">
-<h2><span class="refentrytitle"><a name="GtkActionable.top_of_page"></a>GtkActionable</span></h2>
-<p>GtkActionable — An interface for widgets that can be associated
- with actions</p>
-</td>
-<td valign="top" align="right"></td>
-</tr></table></div>
-<div class="refsynopsisdiv">
-<a name="GtkActionable.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
-#include &lt;gtk/gtk.h&gt;
-
- <a class="link" href="GtkActionable.html#GtkActionable-struct" title="GtkActionable">GtkActionable</a>;
-struct <a class="link" href="GtkActionable.html#GtkActionableInterface" title="struct GtkActionableInterface">GtkActionableInterface</a>;
-
-const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkActionable.html#gtk-actionable-get-action-name" title="gtk_actionable_get_action_name ()">gtk_actionable_get_action_name</a> (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>);
-<span class="returnvalue">void</span> <a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()">gtk_actionable_set_action_name</a> (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);
-
-<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * <a class="link" href="GtkActionable.html#gtk-actionable-get-action-target-value" title="gtk_actionable_get_action_target_value ()">gtk_actionable_get_action_target_value</a>
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>);
-<span class="returnvalue">void</span> <a class="link" href="GtkActionable.html#gtk-actionable-set-action-target-value" title="gtk_actionable_set_action_target_value ()">gtk_actionable_set_action_target_value</a>
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *target_value</code></em>);
-<span class="returnvalue">void</span> <a class="link" href="GtkActionable.html#gtk-actionable-set-action-target" title="gtk_actionable_set_action_target ()">gtk_actionable_set_action_target</a> (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format_string</code></em>,
- <em class="parameter"><code>...</code></em>);
-
-<span class="returnvalue">void</span> <a class="link" href="GtkActionable.html#gtk-actionable-set-detailed-action-name" title="gtk_actionable_set_detailed_action_name ()">gtk_actionable_set_detailed_action_name</a>
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *detailed_action_name</code></em>);
-</pre>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.object-hierarchy"></a><h2>Object Hierarchy</h2>
-<pre class="synopsis">
- GInterface
- +----GtkActionable
-</pre>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.prerequisites"></a><h2>Prerequisites</h2>
-<p>
-GtkActionable requires
- <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>.</p>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.implementations"></a><h2>Known Implementations</h2>
-<p>
-GtkActionable is implemented by
- <a class="link" href="GtkButton.html" title="GtkButton">GtkButton</a>, <a class="link" href="GtkCheckButton.html" title="GtkCheckButton">GtkCheckButton</a>, <a class="link" href="GtkColorButton.html" title="GtkColorButton">GtkColorButton</a>, <a class="link" href="GtkFontButton.html" title="GtkFontButton">GtkFontButton</a>, <a class="link" href="GtkLinkButton.html" title="GtkLinkButton">GtkLinkButton</a>, <a class="link" href="GtkLockButton.html" title="GtkLockButton">GtkLockButton</a>, <a class="link" href="GtkMenuToolButton.html" title="GtkMenuToolButton">GtkMenuToolButton</a>, <a class="link" href="GtkRadioButton.html" title="GtkRadioButton">GtkRadioButton</a>, <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton">GtkRadioToolButton</a>, <a class="link" href="GtkScaleButton.html" title="GtkScaleButton">GtkScaleButton</a>, <a class="link" href="GtkSwitch.html" title="GtkSwitch">GtkSwitch</a>, <a class="link" href="GtkToggleButton.html" title="GtkToggleButton">GtkToggleButton</a>, <a class="link" href="GtkToggleToolButton.html" title="GtkToggleToolButton">GtkToggleToolButton</a>, <a class="link" href="GtkToolButton.html" title="GtkToolButton">GtkToolButton</a> and <a class="link" href="GtkVolumeButton.html" title="GtkVolumeButton">GtkVolumeButton</a>.</p>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.properties"></a><h2>Properties</h2>
-<pre class="synopsis">
- "<a class="link" href="GtkActionable.html#GtkActionable--action-name" title='The "action-name" property'>action-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
- "<a class="link" href="GtkActionable.html#GtkActionable--action-target" title='The "action-target" property'>action-target</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>* : Read / Write
-</pre>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.description"></a><h2>Description</h2>
-<p>
-This interface provides a convenient way of associating widgets with
-actions on a <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> or <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>.
-</p>
-<p>
-It primarily consists of two properties: <a class="link" href="GtkActionable.html#GtkActionable--action-name" title='The "action-name" property'><span class="type">"action-name"</span></a>
-and <a class="link" href="GtkActionable.html#GtkActionable--action-target" title='The "action-target" property'><span class="type">"action-target"</span></a>. There are also some convenience APIs
-for setting these properties.
-</p>
-<p>
-This interface is presently only meaningful if used on a widget that
-is (or will be) located inside of a <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> and can
-only be used to associate the widget with actions on that window, or
-its associated <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>.
-</p>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.details"></a><h2>Details</h2>
-<div class="refsect2">
-<a name="GtkActionable-struct"></a><h3>GtkActionable</h3>
-<pre class="programlisting">typedef struct _GtkActionable GtkActionable;</pre>
-<p>
-An opaque pointer type.
-</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="GtkActionableInterface"></a><h3>struct GtkActionableInterface</h3>
-<pre class="programlisting">struct GtkActionableInterface {
- GTypeInterface g_iface;
-
- const gchar * (* get_action_name) (GtkActionable *actionable);
- void (* set_action_name) (GtkActionable *actionable,
- const gchar *action_name);
- GVariant * (* get_action_target_value) (GtkActionable *actionable);
- void (* set_action_target_value) (GtkActionable *actionable,
- GVariant *action_target_value);
-};
-</pre>
-<p>
-The interface vtable for <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GtkActionableInterface.g-iface"></a>g_iface</code></em>;</span></p></td>
-<td></td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="structfield"><code><a name="GtkActionableInterface.get-action-name"></a>get_action_name</code></em> ()</span></p></td>
-<td>virtual pointer for <a class="link" href="GtkActionable.html#gtk-actionable-get-action-name" title="gtk_actionable_get_action_name ()"><code class="function">gtk_actionable_get_action_name()</code></a>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="structfield"><code><a name="GtkActionableInterface.set-action-name"></a>set_action_name</code></em> ()</span></p></td>
-<td>virtual pointer for <a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()"><code class="function">gtk_actionable_set_action_name()</code></a>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="structfield"><code><a name="GtkActionableInterface.get-action-target-value"></a>get_action_target_value</code></em> ()</span></p></td>
-<td>virtual pointer for <a class="link" href="GtkActionable.html#gtk-actionable-get-action-target-value" title="gtk_actionable_get_action_target_value ()"><code class="function">gtk_actionable_get_action_target_value()</code></a>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="structfield"><code><a name="GtkActionableInterface.set-action-target-value"></a>set_action_target_value</code></em> ()</span></p></td>
-<td>virtual pointer for gtk_actionable_set_action_target_value</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-get-action-name"></a><h3>gtk_actionable_get_action_name ()</h3>
-<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_actionable_get_action_name (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>);</pre>
-<p>
-Gets the action name for <em class="parameter"><code>actionable</code></em>.
-</p>
-<p>
-See <a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()"><code class="function">gtk_actionable_set_action_name()</code></a> for more information.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the action name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is set</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-set-action-name"></a><h3>gtk_actionable_set_action_name ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span> gtk_actionable_set_action_name (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *action_name</code></em>);</pre>
-<p>
-Specifies the name of the action with which this widget should be
-associated. If <em class="parameter"><code>action_name</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the widget will be
-unassociated from any previous action.
-</p>
-<p>
-Usually this function is used when the widget is located (or will be
-located) within the hierarchy of a <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a>.
-</p>
-<p>
-Names are of the form "win.save" or "app.quit" for actions on the
-containing <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> or its associated <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>,
-respectively. This is the same form used for actions in the <a href="http://library.gnome.org/devel/gio/unstable/GMenu.html"><span class="type">GMenu</span></a>
-associated with the window.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>action_name</code></em> :</span></p></td>
-<td>an action name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
-</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-get-action-target-value"></a><h3>gtk_actionable_get_action_target_value ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * gtk_actionable_get_action_target_value
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>);</pre>
-<p>
-Gets the current target value of <em class="parameter"><code>actionabe</code></em>.
-</p>
-<p>
-See <code class="function">gtk_actionable_set_target_value()</code> for more information.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the current target value. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
-</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-set-action-target-value"></a><h3>gtk_actionable_set_action_target_value ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span> gtk_actionable_set_action_target_value
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *target_value</code></em>);</pre>
-<p>
-Sets the target value of an actionable widget.
-</p>
-<p>
-If <em class="parameter"><code>target_value</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the target value is unset.
-</p>
-<p>
-The target value has two purposes. First, it is used as the
-parameter to activation of the action associated with the
-<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget. Second, it is used to determine if the widget
-should be rendered as "active" - the widget is active if the state
-is equal to the given target.
-</p>
-<p>
-Consider the example of associating a set of buttons with a <a href="http://library.gnome.org/devel/gio/unstable/GAction.html"><span class="type">GAction</span></a>
-with string state in a typical "radio button" situation. Each button
-will be associated with the same action, but with a different target
-value for that action. Clicking on a particular button will activate
-the action with the target of that button, which will typically cause
-the action's state to change to that value. Since the action's state
-is now equal to the target value of the button, the button will now
-be rendered as active (and the other buttons, with different targets,
-rendered inactive).
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>target_value</code></em> :</span></p></td>
-<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> to set as the target value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
-</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-set-action-target"></a><h3>gtk_actionable_set_action_target ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span> gtk_actionable_set_action_target (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format_string</code></em>,
- <em class="parameter"><code>...</code></em>);</pre>
-<p>
-Sets the target of an actionable widget.
-</p>
-<p>
-This is a convenience function that calls <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#g-variant-new"><code class="function">g_variant_new()</code></a> for
-<em class="parameter"><code>format_string</code></em> and uses the result to call
-<a class="link" href="GtkActionable.html#gtk-actionable-set-action-target-value" title="gtk_actionable_set_action_target_value ()"><code class="function">gtk_actionable_set_action_target_value()</code></a>.
-</p>
-<p>
-If you are setting a string-valued target and want to set the action
-name at the same time, you can use
-<a class="link" href="GtkActionable.html#gtk-actionable-set-detailed-action-name" title="gtk_actionable_set_detailed_action_name ()"><code class="function">gtk_actionable_set_detailed_action_name()</code></a>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>format_string</code></em> :</span></p></td>
-<td>a GVariant format string</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
-<td>arguments appropriate for <em class="parameter"><code>format_string</code></em>
-</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="gtk-actionable-set-detailed-action-name"></a><h3>gtk_actionable_set_detailed_action_name ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span> gtk_actionable_set_detailed_action_name
- (<em class="parameter"><code><a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> *actionable</code></em>,
- <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *detailed_action_name</code></em>);</pre>
-<p>
-Sets the action-name and associated string target value of an
-actionable widget.
-</p>
-<p>
-This allows for the effect of both <a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()"><code class="function">gtk_actionable_set_action_name()</code></a>
-and <code class="function">gtk_actionable_set_target()</code> in the common case that the target is
-string-valued.
-</p>
-<p>
-<em class="parameter"><code>detailed_action_name</code></em> is a string of the form
-<code class="literal">"action::target"</code> where <code class="literal">action</code>
-is the action name and <code class="literal">target</code> is the string to use
-as the target.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>actionable</code></em> :</span></p></td>
-<td>a <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widget</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>detailed_action_name</code></em> :</span></p></td>
-<td>the detailed action name</td>
-</tr>
-</tbody>
-</table></div>
-<p class="since">Since 3.4</p>
-</div>
-</div>
-<div class="refsect1">
-<a name="GtkActionable.property-details"></a><h2>Property Details</h2>
-<div class="refsect2">
-<a name="GtkActionable--action-name"></a><h3>The <code class="literal">"action-name"</code> property</h3>
-<pre class="programlisting"> "action-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
-<p>The name of the associated action, like 'app.quit'.</p>
-<p>Default value: NULL</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="GtkActionable--action-target"></a><h3>The <code class="literal">"action-target"</code> property</h3>
-<pre class="programlisting"> "action-target" <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>* : Read / Write</pre>
-<p>The parameter for action invocations.</p>
-<p>Allowed values: GVariant&lt;*&gt;</p>
-<p>Default value: NULL</p>
-</div>
-</div>
-</div>
-<div class="footer">
-<hr>
- Generated by GTK-Doc V1.18.1</div>
-</body>
-</html> \ No newline at end of file