summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-10-01 22:43:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-01 22:43:30 +0000
commitcd6f16f5bb2ed41e114586cef1b4a57838afce3b (patch)
treea8f3bb27dc5e7cadb291882e228e66bf373d0280 /docs
parentfeb412c194717ccd1eb1350052879751da1b3a51 (diff)
downloadgdk-pixbuf-cd6f16f5bb2ed41e114586cef1b4a57838afce3b.tar.gz
Add gtkcellview.h and gtkcellviewmenuitem.h.
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog21
-rw-r--r--docs/reference/gtk/gtk-docs.sgml12
-rw-r--r--docs/reference/gtk/gtk-sections.txt129
-rw-r--r--docs/reference/gtk/tmpl/gtkcelllayout.sgml117
-rw-r--r--docs/reference/gtk/tmpl/gtkcombobox.sgml122
-rw-r--r--docs/reference/gtk/tmpl/gtkcomboboxentry.sgml42
-rw-r--r--docs/reference/gtk/tmpl/gtkentrycompletion.sgml145
-rw-r--r--docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml9
-rw-r--r--docs/reference/gtk/tmpl/gtktreemodelfilter.sgml154
9 files changed, 749 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 6b02be675..a2273e9cb 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,24 @@
+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.
+
2003-10-01 Matthias Clasen <maclas@gmx.de>
* gdk/tmpl/keys.sgml: Add two missing signals.
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index 68559ecc4..291064710 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -20,6 +20,8 @@
<!ENTITY GtkColorSelection SYSTEM "xml/gtkcolorsel.xml">
<!ENTITY GtkColorSelectionDialog SYSTEM "xml/gtkcolorseldlg.xml">
<!ENTITY GtkCombo SYSTEM "xml/gtkcombo.xml">
+<!ENTITY GtkComboBox SYSTEM "xml/gtkcombobox.xml">
+<!ENTITY GtkComboBoxEntry SYSTEM "xml/gtkcomboboxentry.xml">
<!ENTITY GtkContainer SYSTEM "xml/gtkcontainer.xml">
<!ENTITY GtkCTree SYSTEM "xml/gtkctree.xml">
<!ENTITY GtkCurve SYSTEM "xml/gtkcurve.xml">
@@ -28,6 +30,7 @@
<!ENTITY GtkEditable SYSTEM "xml/gtkeditable.xml">
<!ENTITY GtkOldEditable SYSTEM "xml/gtkoldeditable.xml">
<!ENTITY GtkEntry SYSTEM "xml/gtkentry.xml">
+<!ENTITY GtkEntryCompletion SYSTEM "xml/gtkentrycompletion.xml">
<!ENTITY GtkEventBox SYSTEM "xml/gtkeventbox.xml">
<!ENTITY GtkExpander SYSTEM "xml/gtkexpander.xml">
<!ENTITY GtkFileSelection SYSTEM "xml/gtkfilesel.xml">
@@ -111,11 +114,13 @@
<!ENTITY GtkTreeModel SYSTEM "xml/gtktreemodel.xml">
<!ENTITY GtkTreeSortable SYSTEM "xml/gtktreesortable.xml">
<!ENTITY GtkTreeModelSort SYSTEM "xml/gtktreemodelsort.xml">
+<!ENTITY GtkTreeModelFilter SYSTEM "xml/gtktreemodelfilter.xml">
<!ENTITY GtkTreeSelection SYSTEM "xml/gtktreeselection.xml">
<!ENTITY GtkTreeStore SYSTEM "xml/gtktreestore.xml">
<!ENTITY GtkTreeViewColumn SYSTEM "xml/gtktreeviewcolumn.xml">
<!ENTITY GtkTreeView SYSTEM "xml/gtktreeview.xml">
<!ENTITY GtkUIManager SYSTEM "xml/gtkuimanager.xml">
+<!ENTITY GtkCellLayout SYSTEM "xml/gtkcelllayout.xml">
<!ENTITY GtkCellRenderer SYSTEM "xml/gtkcellrenderer.xml">
<!ENTITY GtkCellEditable SYSTEM "xml/gtkcelleditable.xml">
<!ENTITY GtkCellRendererPixbuf SYSTEM "xml/gtkcellrendererpixbuf.xml">
@@ -339,6 +344,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
<chapter id="NumericEntry">
<title>Numeric/Text Data Entry</title>
&GtkEntry;
+ &GtkEntryCompletion;
&GtkHScale;
&GtkVScale;
&GtkSpinButton;
@@ -366,6 +372,8 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
&GtkTreeDND;
&GtkTreeSortable;
&GtkTreeModelSort;
+ &GtkTreeModelFilter;
+ &GtkCellLayout;
&GtkCellRenderer;
&GtkCellEditable;
&GtkCellRendererPixbuf;
@@ -378,7 +386,8 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
<chapter id="MenusAndCombos">
<title>Menus, Combo Box, Toolbar</title>
&GtkCombo;
- &GtkItemFactory;
+ &GtkComboBox;
+ &GtkComboBoxEntry;
&GtkMenu;
&GtkMenuBar;
&GtkMenuItem;
@@ -500,6 +509,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
<chapter id="DeprecatedObjects">
<title>Deprecated</title>
+ &GtkItemFactory;
&GtkCList;
&GtkCTree;
&GtkList;
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 6e2f7db2a..d6ed50d68 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -639,6 +639,51 @@ gtk_combo_get_type
</SECTION>
<SECTION>
+<FILE>gtkcombobox</FILE>
+<TITLE>GtkComboBox</TITLE>
+GtkComboBox
+gtk_combo_box_new
+gtk_combo_box_set_wrap_width
+gtk_combo_box_set_row_span_column
+gtk_combo_box_set_column_span_column
+gtk_combo_box_get_active
+gtk_combo_box_set_active
+gtk_combo_box_get_model
+gtk_combo_box_new_text
+gtk_combo_box_append_text
+gtk_combo_box_insert_text
+gtk_combo_box_prepend_text
+<SUBSECTION Standard>
+GTK_TYPE_COMBO_BOX
+GTK_COMBO_BOX
+GTK_COMBO_BOX_CLASS
+GTK_IS_COMBO_BOX
+GTK_IS_COMBO_BOX_CLASS
+GTK_COMBO_BOX_GET_CLASS
+<SUBSECTION Private>
+GtkComboBoxPrivate
+gtk_combo_box_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gtkcomboboxentry</FILE>
+<TITLE>GtkComboBoxEntry</TITLE>
+GtkComboBoxEntry
+gtk_combo_box_entry_new
+gtk_combo_box_entry_get_text_column
+<SUBSECTION Standard>
+GTK_TYPE_COMBO_BOX_ENTRY
+GTK_COMBO_BOX_ENTRY
+GTK_COMBO_BOX_ENTRY_CLASS
+GTK_IS_COMBO_BOX_ENTRY
+GTK_IS_COMBO_BOX_ENTRY_CLASS
+GTK_COMBO_BOX_ENTRY_GET_CLASS
+<SUBSECTION Private>
+GtkComboBoxEntryPrivate
+gtk_combo_box_entry_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkcontainer</FILE>
<TITLE>GtkContainer</TITLE>
GtkContainer
@@ -928,6 +973,8 @@ gtk_entry_get_layout
gtk_entry_get_layout_offsets
gtk_entry_get_max_length
gtk_entry_get_visibility
+gtk_entry_set_completion
+gtk_entry_get_completion
<SUBSECTION Standard>
GTK_ENTRY
GTK_IS_ENTRY
@@ -940,6 +987,36 @@ gtk_entry_get_type
</SECTION>
<SECTION>
+<FILE>gtkentrycompletion</FILE>
+<TITLE>GtkEntryCompletion</TITLE>
+GtkEntryCompletion
+GtkEntryCompletionMatchFunc
+gtk_entry_completion_new
+gtk_entry_completion_get_entry
+gtk_entry_completion_set_model
+gtk_entry_completion_get_model
+gtk_entry_completion_set_match_func
+gtk_entry_completion_set_minimum_key_length
+gtk_entry_completion_get_minimum_key_length
+gtk_entry_completion_complete
+gtk_entry_completion_insert_action_text
+gtk_entry_completion_insert_action_markup
+gtk_entry_completion_delete_action
+gtk_entry_completion_set_text_column
+<SUBSECTION Standard>
+GTK_TYPE_ENTRY_COMPLETION
+GTK_ENTRY_COMPLETION
+GTK_ENTRY_COMPLETION_CLASS
+GTK_IS_ENTRY_COMPLETION
+GTK_IS_ENTRY_COMPLETION_CLASS
+GTK_ENTRY_COMPLETION_GET_CLASS
+GTK_ENTRY_COMPLETION_GET_PRIVATE
+<SUBSECTION Private>
+GtkEntryCompletionPrivate
+gtk_entry_completion_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkeventbox</FILE>
<TITLE>GtkEventBox</TITLE>
GtkEventBox
@@ -3324,6 +3401,35 @@ gtk_tree_model_sort_get_type
</SECTION>
<SECTION>
+<FILE>gtktreemodelfilter</FILE>
+<TITLE>GtkTreeModelFilter</TITLE>
+GtkTreeModelFilter
+GtkTreeModelFilterVisibleFunc
+GtkTreeModelFilterModifyFunc
+gtk_tree_model_filter_new
+gtk_tree_model_filter_set_visible_func
+gtk_tree_model_filter_set_modify_func
+gtk_tree_model_filter_set_visible_column
+gtk_tree_model_filter_get_model
+gtk_tree_model_filter_convert_child_iter_to_iter
+gtk_tree_model_filter_convert_iter_to_child_iter
+gtk_tree_model_filter_convert_child_path_to_path
+gtk_tree_model_filter_convert_path_to_child_path
+gtk_tree_model_filter_refilter
+gtk_tree_model_filter_clear_cache
+<SUBSECTION Standard>
+GTK_TYPE_TREE_MODEL_FILTER
+GTK_TREE_MODEL_FILTER
+GTK_TREE_MODEL_FILTER_CLASS
+GTK_IS_TREE_MODEL_FILTER
+GTK_IS_TREE_MODEL_FILTER_CLASS
+GTK_TREE_MODEL_FILTER_GET_CLASS
+<SUBSECTION Private>
+GtkTreeModelFilterPrivate
+gtk_tree_model_filter_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtktreeselection</FILE>
<TITLE>GtkTreeSelection</TITLE>
GtkTreeSelection
@@ -3614,6 +3720,28 @@ GTK_TREE_DRAG_SOURCE_GET_IFACE
</SECTION>
<SECTION>
+<FILE>gtkcelllayout</FILE>
+<TITLE>GtkCellLayout</TITLE>
+GtkCellLayout
+GtkCellLayoutIface
+GtkCellLayoutDataFunc
+gtk_cell_layout_pack_start
+gtk_cell_layout_pack_end
+gtk_cell_layout_clear
+gtk_cell_layout_set_attributes
+gtk_cell_layout_add_attribute
+gtk_cell_layout_set_cell_data_func
+gtk_cell_layout_clear_attributes
+<SUBSECTION Standard>
+GTK_TYPE_CELL_LAYOUT
+GTK_CELL_LAYOUT
+GTK_IS_CELL_LAYOUT
+GTK_CELL_LAYOUT_GET_IFACE
+<SUBSECTION Private>
+gtk_cell_layout_get_type
+</SECTION>
+
+<SECTION>
<FILE>gtkcellrenderer</FILE>
<TITLE>GtkCellRenderer</TITLE>
GtkCellRendererState
@@ -4722,6 +4850,7 @@ GtkPositionType
GtkPreviewType
GtkReliefStyle
GtkResizeMode
+GtkScrollStep
GtkScrollType
GtkSelectionMode
GtkShadowType
diff --git a/docs/reference/gtk/tmpl/gtkcelllayout.sgml b/docs/reference/gtk/tmpl/gtkcelllayout.sgml
new file mode 100644
index 000000000..430c336ff
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkcelllayout.sgml
@@ -0,0 +1,117 @@
+<!-- ##### SECTION Title ##### -->
+GtkCellLayout
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkCellLayout ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT GtkCellLayoutIface ##### -->
+<para>
+
+</para>
+
+@g_iface:
+@pack_start:
+@pack_end:
+@clear:
+@add_attribute:
+@set_cell_data_func:
+@clear_attributes:
+
+<!-- ##### USER_FUNCTION GtkCellLayoutDataFunc ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@tree_model:
+@iter:
+@data:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_pack_start ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@expand:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_pack_end ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@expand:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_clear ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_set_attributes ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@Varargs:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_add_attribute ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@attribute:
+@column:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_set_cell_data_func ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+@func:
+@func_data:
+@destroy:
+
+
+<!-- ##### FUNCTION gtk_cell_layout_clear_attributes ##### -->
+<para>
+
+</para>
+
+@cell_layout:
+@cell:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkcombobox.sgml b/docs/reference/gtk/tmpl/gtkcombobox.sgml
new file mode 100644
index 000000000..ebfe4f206
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkcombobox.sgml
@@ -0,0 +1,122 @@
+<!-- ##### SECTION Title ##### -->
+GtkComboBox
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkComboBox ##### -->
+<para>
+
+</para>
+
+@parent_instance:
+
+<!-- ##### FUNCTION gtk_combo_box_new ##### -->
+<para>
+
+</para>
+
+@model:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_wrap_width ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@width:
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_row_span_column ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@row_span:
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_column_span_column ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@column_span:
+
+
+<!-- ##### FUNCTION gtk_combo_box_get_active ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_combo_box_set_active ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@index:
+
+
+<!-- ##### FUNCTION gtk_combo_box_get_model ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_combo_box_new_text ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_combo_box_append_text ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@text:
+
+
+<!-- ##### FUNCTION gtk_combo_box_insert_text ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@position:
+@text:
+
+
+<!-- ##### FUNCTION gtk_combo_box_prepend_text ##### -->
+<para>
+
+</para>
+
+@combo_box:
+@text:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml
new file mode 100644
index 000000000..cdae313dd
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml
@@ -0,0 +1,42 @@
+<!-- ##### SECTION Title ##### -->
+GtkComboBoxEntry
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkComboBoxEntry ##### -->
+<para>
+
+</para>
+
+@parent_instance:
+
+<!-- ##### FUNCTION gtk_combo_box_entry_new ##### -->
+<para>
+
+</para>
+
+@model:
+@text_column:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_combo_box_entry_get_text_column ##### -->
+<para>
+
+</para>
+
+@entry_box:
+@Returns:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml
new file mode 100644
index 000000000..801fdf8ca
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml
@@ -0,0 +1,145 @@
+<!-- ##### SECTION Title ##### -->
+GtkEntryCompletion
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkEntryCompletion ##### -->
+<para>
+
+</para>
+
+@parent_instance:
+
+<!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
+<para>
+
+</para>
+
+@completion:
+@key:
+@iter:
+@user_data:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_get_entry ##### -->
+<para>
+
+</para>
+
+@entry:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_set_model ##### -->
+<para>
+
+</para>
+
+@completion:
+@model:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_get_model ##### -->
+<para>
+
+</para>
+
+@completion:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_set_match_func ##### -->
+<para>
+
+</para>
+
+@completion:
+@func:
+@func_data:
+@func_notify:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_set_minimum_key_length ##### -->
+<para>
+
+</para>
+
+@completion:
+@length:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_get_minimum_key_length ##### -->
+<para>
+
+</para>
+
+@completion:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_complete ##### -->
+<para>
+
+</para>
+
+@completion:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_insert_action_text ##### -->
+<para>
+
+</para>
+
+@completion:
+@index:
+@text:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_insert_action_markup ##### -->
+<para>
+
+</para>
+
+@completion:
+@index:
+@markup:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_delete_action ##### -->
+<para>
+
+</para>
+
+@completion:
+@index:
+
+
+<!-- ##### FUNCTION gtk_entry_completion_set_text_column ##### -->
+<para>
+
+</para>
+
+@completion:
+@column:
+
+
diff --git a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml
index ba2312c82..d95ad9116 100644
--- a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml
@@ -1,5 +1,5 @@
<!-- ##### SECTION Title ##### -->
-gtktoggletoolbutton
+GtkToggleToolButton
<!-- ##### SECTION Short_Description ##### -->
A #GtkToolItem containing a toggle button.
@@ -47,6 +47,13 @@ A #GtkToolItem containing a toggle button.
</para>
+<!-- ##### SIGNAL GtkToggleToolButton::toggled ##### -->
+<para>
+
+</para>
+
+@toggletoolbutton: the object which received the signal.
+
<!-- ##### FUNCTION gtk_toggle_tool_button_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml
new file mode 100644
index 000000000..c90343a41
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml
@@ -0,0 +1,154 @@
+<!-- ##### SECTION Title ##### -->
+GtkTreeModelFilter
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkTreeModelFilter ##### -->
+<para>
+
+</para>
+
+@parent:
+
+<!-- ##### USER_FUNCTION GtkTreeModelFilterVisibleFunc ##### -->
+<para>
+
+</para>
+
+@model:
+@iter:
+@data:
+@Returns:
+
+
+<!-- ##### USER_FUNCTION GtkTreeModelFilterModifyFunc ##### -->
+<para>
+
+</para>
+
+@model:
+@iter:
+@value:
+@column:
+@data:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_new ##### -->
+<para>
+
+</para>
+
+@child_model:
+@root:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_set_visible_func ##### -->
+<para>
+
+</para>
+
+@filter:
+@func:
+@data:
+@destroy:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_set_modify_func ##### -->
+<para>
+
+</para>
+
+@filter:
+@n_columns:
+@types:
+@func:
+@data:
+@destroy:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_set_visible_column ##### -->
+<para>
+
+</para>
+
+@filter:
+@column:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_get_model ##### -->
+<para>
+
+</para>
+
+@filter:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_convert_child_iter_to_iter ##### -->
+<para>
+
+</para>
+
+@filter:
+@filter_iter:
+@child_iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_convert_iter_to_child_iter ##### -->
+<para>
+
+</para>
+
+@filter:
+@child_iter:
+@filter_iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_convert_child_path_to_path ##### -->
+<para>
+
+</para>
+
+@filter:
+@child_path:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_convert_path_to_child_path ##### -->
+<para>
+
+</para>
+
+@path:
+@filter_path:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_refilter ##### -->
+<para>
+
+</para>
+
+@filter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_filter_clear_cache ##### -->
+<para>
+
+</para>
+
+@filter:
+
+