forked from AuroraMiddleware/gtk
cd6f16f5bb
2003-10-02 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and gtkcellviewmenuitem.h. * gtk/tmpl/gtkentrycompletion.sgml: * gtk/tmpl/gtktreemodelfilter.sgml: * gtk/tmpl/gtkcelllayout.sgml: * gtk/tmpl/gtkcombobox.sgml: * gtk/tmpl/gtkcomboboxentry.sgml: New templates. * gtk/gtk-sections.txt: * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry. * gtk/tmpl/gtktreednd.sgml: Add short description. * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter. * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title.
92 lines
1.8 KiB
Plaintext
92 lines
1.8 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkToggleToolButton
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A #GtkToolItem containing a toggle button.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GtkToggleToolButton is a #GtkToolItem that contains a toggle
|
|
button.
|
|
</para>
|
|
|
|
<para>
|
|
Use gtk_toggle_tool_button_new() to create a new
|
|
#GtkToggleToolButton. Use gtk_toggle_tool_button_new_from_stock() to
|
|
create a new #GtkToggleToolButton containing a stock item.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
<varlistentry>
|
|
<term>#GtkToolbar</term>
|
|
<listitem><para>The toolbar widget</para></listitem>
|
|
<term>#GtkToolButton</term>
|
|
<listitem>
|
|
<para>
|
|
The parent class of #GtkToggleToolButton. The properties
|
|
"label_widget", "label", "icon_widget", and "stock_id" on
|
|
#GtkToolButton determine the label and icon used on
|
|
#GtkToggleToolButton<!-- -->s.
|
|
</para>
|
|
</listitem>
|
|
<term>#GtkSeparatorToolItem</term>
|
|
<listitem>
|
|
<para>A subclass of #GtkToolItem that separates groups of
|
|
items on a toolbar.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkToggleToolButton ##### -->
|
|
<para>
|
|
The #GtkToggleToolButton struct contains only private data and
|
|
should only be accessed through the functions described below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### SIGNAL GtkToggleToolButton::toggled ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@toggletoolbutton: the object which received the signal.
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_tool_button_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_tool_button_new_from_stock ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@stock_id:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_tool_button_set_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@button:
|
|
@is_active:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_toggle_tool_button_get_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@button:
|
|
@Returns:
|
|
|
|
|