summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtktreeitem.sgml
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-10-25 19:58:51 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-10-25 19:58:51 +0000
commit356df7f65002a47516b542ace1fe88badf9d4965 (patch)
treeeffb19a2188dff1b081eb353c61afa2539db64fa /docs/reference/gtk/tmpl/gtktreeitem.sgml
parent3a7a64aa46ea1c312c06e17a177c81fddfa93683 (diff)
downloadgdk-pixbuf-356df7f65002a47516b542ace1fe88badf9d4965.tar.gz
Make this function take an index and a GtkToolItem.
Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktreeitem.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtktreeitem.sgml28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/reference/gtk/tmpl/gtktreeitem.sgml b/docs/reference/gtk/tmpl/gtktreeitem.sgml
index 4719f5ad5..6f404c54f 100644
--- a/docs/reference/gtk/tmpl/gtktreeitem.sgml
+++ b/docs/reference/gtk/tmpl/gtktreeitem.sgml
@@ -26,20 +26,6 @@ prior to including the GTK+ header files. Use #GtkTreeView instead.
</para>
-<!-- ##### SIGNAL GtkTreeItem::collapse ##### -->
-<para>
-
-</para>
-
-@treeitem: the object which received the signal.
-
-<!-- ##### SIGNAL GtkTreeItem::expand ##### -->
-<para>
-
-</para>
-
-@treeitem: the object which received the signal.
-
<!-- ##### MACRO GTK_TREE_ITEM_SUBTREE ##### -->
<para>
@@ -114,3 +100,17 @@ prior to including the GTK+ header files. Use #GtkTreeView instead.
@tree_item:
+<!-- ##### SIGNAL GtkTreeItem::collapse ##### -->
+<para>
+
+</para>
+
+@treeitem: the object which received the signal.
+
+<!-- ##### SIGNAL GtkTreeItem::expand ##### -->
+<para>
+
+</para>
+
+@treeitem: the object which received the signal.
+