]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtktreeview.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtktreeview.sgml
index faf41a4b72908bdf374e3d0a7200398cbb50b963..549b2e62125802f01d4df3a3bc9dcfa2d88992cc 100644 (file)
@@ -42,6 +42,33 @@ former you can use gtk_tree_view_convert_widget_to_bin_window_coords()
 (and vice versa).
 </para>
 
+<refsect2 id="GtkTreeView-BUILDER-UI">
+<title>GtkTreeView as GtkBuildable</title>
+<para>
+The GtkTreeView implementation of the GtkBuildable interface accepts
+GtkTreeViewColumn objects as &lt;child&gt; elements in UI definitions.
+</para>
+<example>
+<title>A UI definition fragment with GtkTreeView</title>
+<programlisting><![CDATA[
+<object class="GtkTreeView" id="treeview">
+  <property name="model">liststore1</property>
+  <child>
+    <object class="GtkTreeViewColumn" id="test-column">
+      <property name="title">Test</property>
+      <child>
+        <object class="GtkCellRendererText" id="test-renderer"/>
+        <attributes>
+          <attribute name="text">1</attribute>
+        </attributes>
+      </child>
+    </object>
+  </child>
+</object>
+]]></programlisting>
+</example>
+</refsect2>
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 #GtkTreeViewColumn, #GtkTreeSelection, #GtkTreeDnd, #GtkTreeMode, #GtkTreeSortable, #GtkTreeModelSort, #GtkListStore, #GtkTreeStore, #GtkCellRenderer, #GtkCellEditable, #GtkCellRendererPixbuf, #GtkCellRendererText, #GtkCellRendererToggle
@@ -50,6 +77,9 @@ former you can use gtk_tree_view_convert_widget_to_bin_window_coords()
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkTreeView ##### -->
 <para>
 
@@ -281,6 +311,11 @@ former you can use gtk_tree_view_convert_widget_to_bin_window_coords()
 
 </para>
 
+<!-- ##### ARG GtkTreeView:tooltip-column ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkTreeView:vadjustment ##### -->
 <para>
 
@@ -415,6 +450,7 @@ has some similarity to strcmp() returning 0 for equal strings.
 
 </para>
 
+@void: 
 @Returns: 
 
 
@@ -921,30 +957,6 @@ has some similarity to strcmp() returning 0 for equal strings.
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_tree_view_widget_to_tree_coords ##### -->
-<para>
-
-</para>
-
-@tree_view: 
-@wx: 
-@wy: 
-@tx: 
-@ty: 
-
-
-<!-- ##### FUNCTION gtk_tree_view_tree_to_widget_coords ##### -->
-<para>
-
-</para>
-
-@tree_view: 
-@tx: 
-@ty: 
-@wx: 
-@wy: 
-
-
 <!-- ##### FUNCTION gtk_tree_view_convert_bin_window_to_tree_coords ##### -->
 <para>
 
@@ -1331,6 +1343,15 @@ returns.
 @enable: 
 
 
+<!-- ##### FUNCTION gtk_tree_view_is_rubber_banding_active ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_tree_view_get_enable_tree_lines ##### -->
 <para>
 
@@ -1351,13 +1372,13 @@ returns.
 
 <!-- ##### ENUM GtkTreeViewGridLines ##### -->
 <para>
-
+Used to indicate which grid lines to draw in a tree view.
 </para>
 
-@GTK_TREE_VIEW_GRID_LINES_NONE: 
-@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL: 
-@GTK_TREE_VIEW_GRID_LINES_VERTICAL: 
-@GTK_TREE_VIEW_GRID_LINES_BOTH: 
+@GTK_TREE_VIEW_GRID_LINES_NONE: No grid lines.
+@GTK_TREE_VIEW_GRID_LINES_HORIZONTAL: Horizontal grid lines.
+@GTK_TREE_VIEW_GRID_LINES_VERTICAL: Vertical grid lines.
+@GTK_TREE_VIEW_GRID_LINES_BOTH: Horizontal and vertical grid lines.
 
 <!-- ##### FUNCTION gtk_tree_view_get_grid_lines ##### -->
 <para>
@@ -1377,3 +1398,58 @@ returns.
 @grid_lines: 
 
 
+<!-- ##### FUNCTION gtk_tree_view_set_tooltip_row ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@tooltip: 
+@path: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_tooltip_cell ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@tooltip: 
+@path: 
+@column: 
+@cell: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_get_tooltip_context ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@x: 
+@y: 
+@keyboard_tip: 
+@model: 
+@path: 
+@iter: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_get_tooltip_column ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_tooltip_column ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@column: 
+
+