diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-07-14 23:09:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-07-14 23:09:32 +0000 |
commit | 225b8ccea750746a2be1eeda9bde8222882865b7 (patch) | |
tree | 95d9876a1eea81824d2dabca9b27ba33b62210cb /docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml | |
parent | a0829aa4993d4c646166c4f6f9367e828ff348ce (diff) | |
download | gtk+-225b8ccea750746a2be1eeda9bde8222882865b7.tar.gz |
New templates.
2003-07-15 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkseparatortoolitem.sgml:
* gtk/tmpl/gtkradiotoolbutton.sgml:
* gtk/tmpl/gtktoggletoolbutton.sgml: New templates.
* gtk/gtk-docs.sgml: Include gtkseparatortoolitem.xml, gtkradiotoolbutton.xml and
gtktoggletoolbutton.xml.
* gtk/gtk.types: Add gtk_separator_tool_item_get_type, gtk_radio_tool_button_get_type and
gtk_toggle_tool_button_get_type.
* gtk/gtk-sections.txt: Add GtkSeparatorToolItem, GtkRadioToolButton and GtkToggleToolButton
sections.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml new file mode 100644 index 0000000000..13154e4054 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml @@ -0,0 +1,57 @@ +<!-- ##### SECTION Title ##### --> +gtktoggletoolbutton + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### STRUCT GtkToggleToolButton ##### --> +<para> + +</para> + + +<!-- ##### 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: + + |