gtktoggleaction.sgml

来自「This GTK+ version 2.12.3. GTK+ is a mult」· SGML 代码 · 共 101 行

SGML
101
字号
<!-- ##### 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><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkToggleAction ##### --><para>The <structname>GtkToggleAction</structname> struct contains only private members and should not be accessed directly.</para><!-- ##### SIGNAL GtkToggleAction::toggled ##### --><para></para>@toggleaction: the object which received the signal.<!-- ##### ARG GtkToggleAction:active ##### --><para></para><!-- ##### ARG GtkToggleAction:draw-as-radio ##### --><para></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: 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?