diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 16dcef7193..d0308b0368 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2007-06-15 Matthias Clasen + + * gtk/tmpl/gtktreeview.sgml: Fix up cross-references + + * gtk/gtk-sections.txt: + * gtk/Makefile.am: Updates + 2007-06-14 Johan Dahlin * gtk/tmpl/gtktreeview.sgml (linkend): inlinegraphic instead of diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml index ea692aaead..faf41a4b72 100644 --- a/docs/reference/gtk/tmpl/gtktreeview.sgml +++ b/docs/reference/gtk/tmpl/gtktreeview.sgml @@ -11,9 +11,9 @@ linkend="GtkTreeModel">GtkTreeModel interface. -Please refer to the tree widget conceptual overview -for an overview of all the objects and data types related to the tree widget and how -they work together. +Please refer to the tree widget conceptual +overview for an overview of all the objects and data types related +to the tree widget and how they work together. @@ -23,17 +23,23 @@ These are: - Widget coordinates -- coordinates relative to the widget (usually widget->window. - Bin window coordinates -- coordinates relative to the window that GtkTreeView renders to. - Tree coordinates -- coordinates relative to the entire scrollable area of GtkTreeView. These coordinates start at (0, 0) for row 0 of the tree. + Widget coordinates -- coordinates relative to the widget + (usually widget->window. + Bin window coordinates -- coordinates relative to the window + that GtkTreeView renders to. + Tree coordinates -- coordinates relative to the entire scrollable + area of GtkTreeView. These coordinates start at (0, 0) for row 0 of the + tree. Several functions are available for converting between the different -coordinate systems. The most common translations are between widget and bin window coordinates and between bin window and tree coordinates. For the former -you can use gtk_tree_view_convert_widget_to_bin_window_coords () -(and vice versa), for the latter gtk_tree_view_convert_bin_window_to_tree_coords () (and vice versa). +coordinate systems. The most common translations are between widget and bin +window coordinates and between bin window and tree coordinates. For the +former you can use gtk_tree_view_convert_widget_to_bin_window_coords() +(and vice versa), for the latter gtk_tree_view_convert_bin_window_to_tree_coords() +(and vice versa). @@ -939,6 +945,78 @@ has some similarity to strcmp() returning 0 for equal strings. @wy: + + + + + +@tree_view: +@bx: +@by: +@tx: +@ty: + + + + + + + +@tree_view: +@bx: +@by: +@wx: +@wy: + + + + + + + +@tree_view: +@tx: +@ty: +@bx: +@by: + + + + + + + +@tree_view: +@tx: +@ty: +@wx: +@wy: + + + + + + + +@tree_view: +@wx: +@wy: +@bx: +@by: + + + + + + + +@tree_view: +@wx: +@wy: +@tx: +@ty: + +