forked from AuroraMiddleware/gtk
1952300896
Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
93 lines
1.4 KiB
Plaintext
93 lines
1.4 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkToggleAction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
an action which can be toggled between two states
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an
|
|
"active" state specifying whether the action has been checked or not.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkToggleAction ##### -->
|
|
<para>
|
|
The <structname>GtkToggleAction</structname> struct contains only
|
|
private members and should not be accessed directly.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@label:
|
|
@tooltip:
|
|
@stock_id:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_toggled ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_set_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@is_active:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_get_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_set_draw_as_radio ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@draw_as_radio:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_action_get_draw_as_radio ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@action:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkToggleAction::toggled ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@toggleaction: the object which received the signal.
|
|
|
|
<!-- ##### ARG GtkToggleAction:draw-as-radio ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|