summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-11-14 16:37:32 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-14 16:37:32 +0000
commit5dd656fa8d7da168ef2c11e0238f77a8e406db17 (patch)
tree0512285a8d28f9ad0442c010d7f7e34d595102bc /docs/reference/gtk
parent30beffe1d1bd2ee1671bde8485dde9dc90f85ac3 (diff)
downloadgtk+-5dd656fa8d7da168ef2c11e0238f77a8e406db17.tar.gz
Add some new template files to cvs
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r--docs/reference/gtk/tmpl/gtkoldeditable.sgml191
-rw-r--r--docs/reference/gtk/tmpl/gtktreemodelsort.sgml97
2 files changed, 288 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkoldeditable.sgml b/docs/reference/gtk/tmpl/gtkoldeditable.sgml
new file mode 100644
index 0000000000..b7fc2edbb6
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtkoldeditable.sgml
@@ -0,0 +1,191 @@
+<!-- ##### SECTION Title ##### -->
+GtkOldEditable
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkOldEditable ##### -->
+<para>
+
+</para>
+
+@current_pos:
+@selection_start_pos:
+@selection_end_pos:
+@has_selection:
+
+<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
+<para>
+
+</para>
+
+@editable:
+@time:
+
+
+<!-- ##### FUNCTION gtk_old_editable_claim_selection ##### -->
+<para>
+
+</para>
+
+@old_editable:
+@claim:
+@time:
+
+
+<!-- ##### FUNCTION gtk_old_editable_changed ##### -->
+<para>
+
+</para>
+
+@old_editable:
+
+
+<!-- ##### SIGNAL GtkOldEditable::activate ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+
+<!-- ##### SIGNAL GtkOldEditable::changed ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+
+<!-- ##### SIGNAL GtkOldEditable::copy-clipboard ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+
+<!-- ##### SIGNAL GtkOldEditable::cut-clipboard ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+
+<!-- ##### SIGNAL GtkOldEditable::delete-text ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkOldEditable::insert-text ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+
+<!-- ##### SIGNAL GtkOldEditable::kill-char ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::kill-line ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::kill-word ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::move-cursor ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkOldEditable::move-page ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkOldEditable::move-to-column ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::move-to-row ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::move-word ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkOldEditable::paste-clipboard ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+
+<!-- ##### SIGNAL GtkOldEditable::set-editable ##### -->
+<para>
+
+</para>
+
+@oldeditable: the object which received the signal.
+@arg1:
+
+<!-- ##### ARG GtkOldEditable:text_position ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkOldEditable:editable ##### -->
+<para>
+
+</para>
+
diff --git a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml
new file mode 100644
index 0000000000..6eddb40c1f
--- /dev/null
+++ b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml
@@ -0,0 +1,97 @@
+<!-- ##### SECTION Title ##### -->
+GtkTreeModelSort
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT GtkTreeModelSort ##### -->
+<para>
+
+</para>
+
+@parent:
+
+<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
+<para>
+
+</para>
+
+@a:
+@b:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_new ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_new_with_model ##### -->
+<para>
+
+</para>
+
+@model:
+@func:
+@sort_col:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_set_model ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@model:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_set_sort_col ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@sort_col:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_set_compare ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@func:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_resort ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_path ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@path:
+@Returns:
+
+