gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn">
         | 
| 10 10 | 
             
            <link rel="next" href="gtk-GtkTreeView-drag-and-drop.html" title="GtkTreeView drag-and-drop">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -36,7 +36,7 @@ | |
| 36 36 | 
             
                              <a href="#GtkTreeView.signals" class="shortcut">Signals</a>
         | 
| 37 37 | 
             
            </td></tr>
         | 
| 38 38 | 
             
            </table>
         | 
| 39 | 
            -
            <div class="refentry" | 
| 39 | 
            +
            <div class="refentry">
         | 
| 40 40 | 
             
            <a name="GtkTreeView"></a><div class="titlepage"></div>
         | 
| 41 41 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 42 42 | 
             
            <td valign="top">
         | 
| @@ -45,12 +45,12 @@ | |
| 45 45 | 
             
            </td>
         | 
| 46 46 | 
             
            <td valign="top" align="right"><img src="list-and-tree.png"></td>
         | 
| 47 47 | 
             
            </tr></table></div>
         | 
| 48 | 
            -
            <div class="refsynopsisdiv" | 
| 48 | 
            +
            <div class="refsynopsisdiv">
         | 
| 49 49 | 
             
            <a name="GtkTreeView.synopsis"></a><h2>Synopsis</h2>
         | 
| 50 50 | 
             
            <pre class="synopsis">
         | 
| 51 51 | 
             
            #include <gtk/gtk.h>
         | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 53 | 
            +
            struct              <a class="link" href="GtkTreeView.html#GtkTreeView-struct" title="struct GtkTreeView">GtkTreeView</a>;
         | 
| 54 54 | 
             
            enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition">GtkTreeViewDropPosition</a>;
         | 
| 55 55 | 
             
                                <a class="link" href="GtkTreeView.html#GtkTreeViewPrivate" title="GtkTreeViewPrivate">GtkTreeViewPrivate</a>;
         | 
| 56 56 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a class="link" href="GtkTreeView.html#GtkTreeViewColumnDropFunc" title="GtkTreeViewColumnDropFunc ()">*GtkTreeViewColumnDropFunc</a>)        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -59,12 +59,12 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi | |
| 59 59 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *next_column</code></em>,
         | 
| 60 60 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 61 61 | 
             
            <span class="returnvalue">void</span>                (<a class="link" href="GtkTreeView.html#GtkTreeViewMappingFunc" title="GtkTreeViewMappingFunc ()">*GtkTreeViewMappingFunc</a>)           (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 62 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 62 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 63 63 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
         | 
| 64 64 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()">*GtkTreeViewSearchEqualFunc</a>)       (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
         | 
| 65 65 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
         | 
| 66 66 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 67 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 67 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 68 68 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> search_data</code></em>);
         | 
| 69 69 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkTreeView.html#gtk-tree-view-new" title="gtk_tree_view_new ()">gtk_tree_view_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 70 70 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-level-indentation" title="gtk_tree_view_get_level_indentation ()">gtk_tree_view_get_level_indentation</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| @@ -133,63 +133,63 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi | |
| 133 133 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tree_x</code></em>,
         | 
| 134 134 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tree_y</code></em>);
         | 
| 135 135 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-scroll-to-cell" title="gtk_tree_view_scroll_to_cell ()">gtk_tree_view_scroll_to_cell</a>        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 136 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 136 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 137 137 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 138 138 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
         | 
| 139 139 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
         | 
| 140 140 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);
         | 
| 141 141 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-cursor" title="gtk_tree_view_set_cursor ()">gtk_tree_view_set_cursor</a>            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 142 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 142 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 143 143 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
         | 
| 144 144 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);
         | 
| 145 145 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-cursor-on-cell" title="gtk_tree_view_set_cursor_on_cell ()">gtk_tree_view_set_cursor_on_cell</a>    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 146 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 146 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 147 147 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
         | 
| 148 148 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *focus_cell</code></em>,
         | 
| 149 149 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);
         | 
| 150 150 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-cursor" title="gtk_tree_view_get_cursor ()">gtk_tree_view_get_cursor</a>            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 151 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 151 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 152 152 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **focus_column</code></em>);
         | 
| 153 153 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()">gtk_tree_view_row_activated</a>         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 154 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 154 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 155 155 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);
         | 
| 156 156 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-expand-all" title="gtk_tree_view_expand_all ()">gtk_tree_view_expand_all</a>            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 157 157 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-collapse-all" title="gtk_tree_view_collapse_all ()">gtk_tree_view_collapse_all</a>          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 158 158 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-expand-to-path" title="gtk_tree_view_expand_to_path ()">gtk_tree_view_expand_to_path</a>        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 159 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 159 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
         | 
| 160 160 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-expand-row" title="gtk_tree_view_expand_row ()">gtk_tree_view_expand_row</a>            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 161 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 161 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 162 162 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_all</code></em>);
         | 
| 163 163 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-collapse-row" title="gtk_tree_view_collapse_row ()">gtk_tree_view_collapse_row</a>          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 164 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 164 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
         | 
| 165 165 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-map-expanded-rows" title="gtk_tree_view_map_expanded_rows ()">gtk_tree_view_map_expanded_rows</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 166 166 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewMappingFunc" title="GtkTreeViewMappingFunc ()"><span class="type">GtkTreeViewMappingFunc</span></a> func</code></em>,
         | 
| 167 167 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 168 168 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-row-expanded" title="gtk_tree_view_row_expanded ()">gtk_tree_view_row_expanded</a>          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 169 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 169 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
         | 
| 170 170 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-reorderable" title="gtk_tree_view_set_reorderable ()">gtk_tree_view_set_reorderable</a>       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 171 171 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
         | 
| 172 172 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-reorderable" title="gtk_tree_view_get_reorderable ()">gtk_tree_view_get_reorderable</a>       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 173 173 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at-pos" title="gtk_tree_view_get_path_at_pos ()">gtk_tree_view_get_path_at_pos</a>       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 174 174 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 175 175 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
         | 
| 176 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 176 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 177 177 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **column</code></em>,
         | 
| 178 178 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_x</code></em>,
         | 
| 179 179 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_y</code></em>);
         | 
| 180 180 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-cell-area" title="gtk_tree_view_get_cell_area ()">gtk_tree_view_get_cell_area</a>         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 181 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 181 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 182 182 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 183 183 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
         | 
| 184 184 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-background-area" title="gtk_tree_view_get_background_area ()">gtk_tree_view_get_background_area</a>   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 185 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 185 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 186 186 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 187 187 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
         | 
| 188 188 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-visible-rect" title="gtk_tree_view_get_visible_rect ()">gtk_tree_view_get_visible_rect</a>      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 189 189 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);
         | 
| 190 190 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-visible-range" title="gtk_tree_view_get_visible_range ()">gtk_tree_view_get_visible_range</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 191 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 192 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 191 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
         | 
| 192 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);
         | 
| 193 193 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a>        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 194 194 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-widget-to-tree-coords" title="gtk_tree_view_widget_to_tree_coords ()">gtk_tree_view_widget_to_tree_coords</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 195 195 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
         | 
| @@ -239,31 +239,31 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi | |
| 239 239 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ty</code></em>);
         | 
| 240 240 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-enable-model-drag-dest" title="gtk_tree_view_enable_model_drag_dest ()">gtk_tree_view_enable_model_drag_dest</a>
         | 
| 241 241 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 242 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 242 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 243 243 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
         | 
| 244 244 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
         | 
| 245 245 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-enable-model-drag-source" title="gtk_tree_view_enable_model_drag_source ()">gtk_tree_view_enable_model_drag_source</a>
         | 
| 246 246 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 247 247 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
         | 
| 248 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 248 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 249 249 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
         | 
| 250 250 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
         | 
| 251 251 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-unset-rows-drag-source" title="gtk_tree_view_unset_rows_drag_source ()">gtk_tree_view_unset_rows_drag_source</a>
         | 
| 252 252 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 253 253 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-unset-rows-drag-dest" title="gtk_tree_view_unset_rows_drag_dest ()">gtk_tree_view_unset_rows_drag_dest</a>  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 254 254 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-drag-dest-row" title="gtk_tree_view_set_drag_dest_row ()">gtk_tree_view_set_drag_dest_row</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 255 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 255 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 256 256 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> pos</code></em>);
         | 
| 257 257 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-drag-dest-row" title="gtk_tree_view_get_drag_dest_row ()">gtk_tree_view_get_drag_dest_row</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 258 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 258 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 259 259 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);
         | 
| 260 260 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-dest-row-at-pos" title="gtk_tree_view_get_dest_row_at_pos ()">gtk_tree_view_get_dest_row_at_pos</a>   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 261 261 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
         | 
| 262 262 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
         | 
| 263 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 263 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 264 264 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);
         | 
| 265 265 | 
             
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="GtkTreeView.html#gtk-tree-view-create-row-drag-icon" title="gtk_tree_view_create_row_drag_icon ()">gtk_tree_view_create_row_drag_icon</a>  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 266 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 266 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
         | 
| 267 267 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-enable-search" title="gtk_tree_view_set_enable_search ()">gtk_tree_view_set_enable_search</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 268 268 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable_search</code></em>);
         | 
| 269 269 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-enable-search" title="gtk_tree_view_get_enable_search ()">gtk_tree_view_get_enable_search</a>     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| @@ -299,7 +299,7 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi | |
| 299 299 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-hover-expand" title="gtk_tree_view_set_hover_expand ()">gtk_tree_view_set_hover_expand</a>      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 300 300 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);
         | 
| 301 301 | 
             
            <span class="returnvalue">void</span>                (<a class="link" href="GtkTreeView.html#GtkTreeDestroyCountFunc" title="GtkTreeDestroyCountFunc ()">*GtkTreeDestroyCountFunc</a>)          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 302 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 302 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 303 303 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> children</code></em>,
         | 
| 304 304 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
         | 
| 305 305 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-destroy-count-func" title="gtk_tree_view_set_destroy_count_func ()">gtk_tree_view_set_destroy_count_func</a>
         | 
| @@ -308,7 +308,7 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi | |
| 308 308 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 309 309 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
         | 
| 310 310 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()">*GtkTreeViewRowSeparatorFunc</a>)      (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
         | 
| 311 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 311 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 312 312 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
         | 
| 313 313 | 
             
            <a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="returnvalue">GtkTreeViewRowSeparatorFunc</span></a>  <a class="link" href="GtkTreeView.html#gtk-tree-view-get-row-separator-func" title="gtk_tree_view_get_row_separator_func ()">gtk_tree_view_get_row_separator_func</a>
         | 
| 314 314 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| @@ -331,10 +331,10 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" | |
| 331 331 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> grid_lines</code></em>);
         | 
| 332 332 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-row" title="gtk_tree_view_set_tooltip_row ()">gtk_tree_view_set_tooltip_row</a>       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 333 333 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
         | 
| 334 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 334 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
         | 
| 335 335 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-cell" title="gtk_tree_view_set_tooltip_cell ()">gtk_tree_view_set_tooltip_cell</a>      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 336 336 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
         | 
| 337 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 337 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 338 338 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 339 339 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);
         | 
| 340 340 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkTreeView.html#gtk-tree-view-get-tooltip-context" title="gtk_tree_view_get_tooltip_context ()">gtk_tree_view_get_tooltip_context</a>   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -342,14 +342,14 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" | |
| 342 342 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
         | 
| 343 343 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
         | 
| 344 344 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
         | 
| 345 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 346 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 345 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 346 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
         | 
| 347 347 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkTreeView.html#gtk-tree-view-get-tooltip-column" title="gtk_tree_view_get_tooltip_column ()">gtk_tree_view_get_tooltip_column</a>    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
         | 
| 348 348 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-column" title="gtk_tree_view_set_tooltip_column ()">gtk_tree_view_set_tooltip_column</a>    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 349 349 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
         | 
| 350 350 | 
             
            </pre>
         | 
| 351 351 | 
             
            </div>
         | 
| 352 | 
            -
            <div class="refsect1" | 
| 352 | 
            +
            <div class="refsect1">
         | 
| 353 353 | 
             
            <a name="GtkTreeView.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 354 354 | 
             
            <pre class="synopsis">
         | 
| 355 355 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -360,13 +360,13 @@ enum                <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" | |
| 360 360 | 
             
                                       +----GtkTreeView
         | 
| 361 361 | 
             
            </pre>
         | 
| 362 362 | 
             
            </div>
         | 
| 363 | 
            -
            <div class="refsect1" | 
| 363 | 
            +
            <div class="refsect1">
         | 
| 364 364 | 
             
            <a name="GtkTreeView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 365 365 | 
             
            <p>
         | 
| 366 366 | 
             
            GtkTreeView implements
         | 
| 367 367 | 
             
             AtkImplementorIface and  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
         | 
| 368 368 | 
             
            </div>
         | 
| 369 | 
            -
            <div class="refsect1" | 
| 369 | 
            +
            <div class="refsect1">
         | 
| 370 370 | 
             
            <a name="GtkTreeView.properties"></a><h2>Properties</h2>
         | 
| 371 371 | 
             
            <pre class="synopsis">
         | 
| 372 372 | 
             
              "<a class="link" href="GtkTreeView.html#GtkTreeView--enable-grid-lines" title='The "enable-grid-lines" property'>enable-grid-lines</a>"        <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a>  : Read / Write
         | 
| @@ -390,7 +390,7 @@ GtkTreeView implements | |
| 390 390 | 
             
              "<a class="link" href="GtkTreeView.html#GtkTreeView--vadjustment" title='The "vadjustment" property'>vadjustment</a>"              <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write
         | 
| 391 391 | 
             
            </pre>
         | 
| 392 392 | 
             
            </div>
         | 
| 393 | 
            -
            <div class="refsect1" | 
| 393 | 
            +
            <div class="refsect1">
         | 
| 394 394 | 
             
            <a name="GtkTreeView.style-properties"></a><h2>Style Properties</h2>
         | 
| 395 395 | 
             
            <pre class="synopsis">
         | 
| 396 396 | 
             
              "<a class="link" href="GtkTreeView.html#GtkTreeView--s-allow-rules" title='The "allow-rules" style property'>allow-rules</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| @@ -407,28 +407,28 @@ GtkTreeView implements | |
| 407 407 | 
             
              "<a class="link" href="GtkTreeView.html#GtkTreeView--s-vertical-separator" title='The "vertical-separator" style property'>vertical-separator</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 408 408 | 
             
            </pre>
         | 
| 409 409 | 
             
            </div>
         | 
| 410 | 
            -
            <div class="refsect1" | 
| 410 | 
            +
            <div class="refsect1">
         | 
| 411 411 | 
             
            <a name="GtkTreeView.signals"></a><h2>Signals</h2>
         | 
| 412 412 | 
             
            <pre class="synopsis">
         | 
| 413 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-columns-changed" title='The "columns-changed" signal'>columns-changed</a>"                                : Run Last
         | 
| 414 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-cursor-changed" title='The "cursor-changed" signal'>cursor-changed</a>"                                 : Run Last
         | 
| 415 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-expand-collapse-cursor-row" title='The "expand-collapse-cursor-row" signal'>expand-collapse-cursor-row</a>"                     :  | 
| 416 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>"                                    :  | 
| 417 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-activated" title='The "row-activated" signal'>row-activated</a>"                                  :  | 
| 418 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-collapsed" title='The "row-collapsed" signal'>row-collapsed</a>"                                  : Run Last
         | 
| 419 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-expanded" title='The "row-expanded" signal'>row-expanded</a>"                                   : Run Last
         | 
| 420 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-all" title='The "select-all" signal'>select-all</a>"                                     :  | 
| 421 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-parent" title='The "select-cursor-parent" signal'>select-cursor-parent</a>"                           :  | 
| 422 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-row" title='The "select-cursor-row" signal'>select-cursor-row</a>"                              :  | 
| 423 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         :  | 
| 424 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-start-interactive-search" title='The "start-interactive-search" signal'>start-interactive-search</a>"                       :  | 
| 425 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-test-collapse-row" title='The "test-collapse-row" signal'>test-collapse-row</a>"                              : Run Last
         | 
| 426 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-test-expand-row" title='The "test-expand-row" signal'>test-expand-row</a>"                                : Run Last
         | 
| 427 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-toggle-cursor-row" title='The "toggle-cursor-row" signal'>toggle-cursor-row</a>"                              :  | 
| 428 | 
            -
              "<a class="link" href="GtkTreeView.html#GtkTreeView-unselect-all" title='The "unselect-all" signal'>unselect-all</a>"                                   :  | 
| 413 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-columns-changed" title='The "columns-changed" signal'>columns-changed</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 414 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-cursor-changed" title='The "cursor-changed" signal'>cursor-changed</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 415 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-expand-collapse-cursor-row" title='The "expand-collapse-cursor-row" signal'>expand-collapse-cursor-row</a>"                     : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 416 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>"                                    : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 417 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-activated" title='The "row-activated" signal'>row-activated</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 418 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-collapsed" title='The "row-collapsed" signal'>row-collapsed</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 419 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-row-expanded" title='The "row-expanded" signal'>row-expanded</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 420 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-all" title='The "select-all" signal'>select-all</a>"                                     : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 421 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-parent" title='The "select-cursor-parent" signal'>select-cursor-parent</a>"                           : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 422 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-row" title='The "select-cursor-row" signal'>select-cursor-row</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 423 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 424 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-start-interactive-search" title='The "start-interactive-search" signal'>start-interactive-search</a>"                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 425 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-test-collapse-row" title='The "test-collapse-row" signal'>test-collapse-row</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 426 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-test-expand-row" title='The "test-expand-row" signal'>test-expand-row</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 427 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-toggle-cursor-row" title='The "toggle-cursor-row" signal'>toggle-cursor-row</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 428 | 
            +
              "<a class="link" href="GtkTreeView.html#GtkTreeView-unselect-all" title='The "unselect-all" signal'>unselect-all</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 429 429 | 
             
            </pre>
         | 
| 430 430 | 
             
            </div>
         | 
| 431 | 
            -
            <div class="refsect1" | 
| 431 | 
            +
            <div class="refsect1">
         | 
| 432 432 | 
             
            <a name="GtkTreeView.description"></a><h2>Description</h2>
         | 
| 433 433 | 
             
            <p>
         | 
| 434 434 | 
             
            Widget that displays any object that implements the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel">GtkTreeModel</a> interface.
         | 
| @@ -462,7 +462,7 @@ former you can use <a class="link" href="GtkTreeView.html#gtk-tree-view-convert- | |
| 462 462 | 
             
            (and vice versa), for the latter <a class="link" href="GtkTreeView.html#gtk-tree-view-convert-bin-window-to-tree-coords" title="gtk_tree_view_convert_bin_window_to_tree_coords ()"><code class="function">gtk_tree_view_convert_bin_window_to_tree_coords()</code></a>
         | 
| 463 463 | 
             
            (and vice versa).
         | 
| 464 464 | 
             
            </p>
         | 
| 465 | 
            -
            <div class="refsect2" | 
| 465 | 
            +
            <div class="refsect2">
         | 
| 466 466 | 
             
            <a name="GtkTreeView-BUILDER-UI"></a><h3>GtkTreeView as GtkBuildable</h3>
         | 
| 467 467 | 
             
            <p>
         | 
| 468 468 | 
             
            The GtkTreeView implementation of the GtkBuildable interface accepts
         | 
| @@ -470,7 +470,7 @@ GtkTreeViewColumn objects as <child> elements and exposes the | |
| 470 470 | 
             
            internal GtkTreeSelection in UI definitions.
         | 
| 471 471 | 
             
            </p>
         | 
| 472 472 | 
             
            <div class="example">
         | 
| 473 | 
            -
            <a name=" | 
| 473 | 
            +
            <a name="id904394"></a><p class="title"><b>Example 23. A UI definition fragment with GtkTreeView</b></p>
         | 
| 474 474 | 
             
            <div class="example-contents">
         | 
| 475 475 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 476 476 | 
             
                <tbody>
         | 
| @@ -522,16 +522,16 @@ internal GtkTreeSelection in UI definitions. | |
| 522 522 | 
             
            <br class="example-break">
         | 
| 523 523 | 
             
            </div>
         | 
| 524 524 | 
             
            </div>
         | 
| 525 | 
            -
            <div class="refsect1" | 
| 525 | 
            +
            <div class="refsect1">
         | 
| 526 526 | 
             
            <a name="GtkTreeView.details"></a><h2>Details</h2>
         | 
| 527 | 
            -
            <div class="refsect2" | 
| 528 | 
            -
            <a name="GtkTreeView-struct"></a><h3>GtkTreeView</h3>
         | 
| 529 | 
            -
            <pre class="programlisting"> | 
| 527 | 
            +
            <div class="refsect2">
         | 
| 528 | 
            +
            <a name="GtkTreeView-struct"></a><h3>struct GtkTreeView</h3>
         | 
| 529 | 
            +
            <pre class="programlisting">struct GtkTreeView;</pre>
         | 
| 530 530 | 
             
            <p>
         | 
| 531 531 | 
             
            </p>
         | 
| 532 532 | 
             
            </div>
         | 
| 533 533 | 
             
            <hr>
         | 
| 534 | 
            -
            <div class="refsect2" | 
| 534 | 
            +
            <div class="refsect2">
         | 
| 535 535 | 
             
            <a name="GtkTreeViewDropPosition"></a><h3>enum GtkTreeViewDropPosition</h3>
         | 
| 536 536 | 
             
            <pre class="programlisting">typedef enum
         | 
| 537 537 | 
             
            {
         | 
| @@ -575,7 +575,7 @@ An enum for determining where a dropped row goes. | |
| 575 575 | 
             
            </table></div>
         | 
| 576 576 | 
             
            </div>
         | 
| 577 577 | 
             
            <hr>
         | 
| 578 | 
            -
            <div class="refsect2" | 
| 578 | 
            +
            <div class="refsect2">
         | 
| 579 579 | 
             
            <a name="GtkTreeViewPrivate"></a><h3>GtkTreeViewPrivate</h3>
         | 
| 580 580 | 
             
            <pre class="programlisting">typedef struct _GtkTreeViewPrivate GtkTreeViewPrivate;</pre>
         | 
| 581 581 | 
             
            <p>
         | 
| @@ -584,7 +584,7 @@ structure is not publically available. | |
| 584 584 | 
             
            </p>
         | 
| 585 585 | 
             
            </div>
         | 
| 586 586 | 
             
            <hr>
         | 
| 587 | 
            -
            <div class="refsect2" | 
| 587 | 
            +
            <div class="refsect2">
         | 
| 588 588 | 
             
            <a name="GtkTreeViewColumnDropFunc"></a><h3>GtkTreeViewColumnDropFunc ()</h3>
         | 
| 589 589 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*GtkTreeViewColumnDropFunc)        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 590 590 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| @@ -611,8 +611,7 @@ spot to the user. | |
| 611 611 | 
             
            </tr>
         | 
| 612 612 | 
             
            <tr>
         | 
| 613 613 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 614 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> being dragged
         | 
| 615 | 
            -
            </td>
         | 
| 614 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> being dragged</td>
         | 
| 616 615 | 
             
            </tr>
         | 
| 617 616 | 
             
            <tr>
         | 
| 618 617 | 
             
            <td><p><span class="term"><em class="parameter"><code>prev_column</code></em> :</span></p></td>
         | 
| @@ -626,23 +625,21 @@ spot to the user. | |
| 626 625 | 
             
            </tr>
         | 
| 627 626 | 
             
            <tr>
         | 
| 628 627 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 629 | 
            -
            <td>user data
         | 
| 630 | 
            -
            </td>
         | 
| 628 | 
            +
            <td>user data</td>
         | 
| 631 629 | 
             
            </tr>
         | 
| 632 630 | 
             
            <tr>
         | 
| 633 631 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 634 632 | 
             
            <td>
         | 
| 635 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <a class="link" href="glossary.html#column" title="column"><span class="type">column</span></a> can be dropped in this spot
         | 
| 636 | 
            -
            </td>
         | 
| 633 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <a class="link" href="glossary.html#column" title="column"><span class="type">column</span></a> can be dropped in this spot</td>
         | 
| 637 634 | 
             
            </tr>
         | 
| 638 635 | 
             
            </tbody>
         | 
| 639 636 | 
             
            </table></div>
         | 
| 640 637 | 
             
            </div>
         | 
| 641 638 | 
             
            <hr>
         | 
| 642 | 
            -
            <div class="refsect2" | 
| 639 | 
            +
            <div class="refsect2">
         | 
| 643 640 | 
             
            <a name="GtkTreeViewMappingFunc"></a><h3>GtkTreeViewMappingFunc ()</h3>
         | 
| 644 641 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkTreeViewMappingFunc)           (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 645 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 642 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 646 643 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
         | 
| 647 644 | 
             
            <p>
         | 
| 648 645 | 
             
            Function used for <a class="link" href="GtkTreeView.html#gtk-tree-view-map-expanded-rows" title="gtk_tree_view_map_expanded_rows ()"><span class="type">gtk_tree_view_map_expanded_rows</span></a>.
         | 
| @@ -657,24 +654,22 @@ Function used for <a class="link" href="GtkTreeView.html#gtk-tree-view-map-expan | |
| 657 654 | 
             
            </tr>
         | 
| 658 655 | 
             
            <tr>
         | 
| 659 656 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 660 | 
            -
            <td>The path that's expanded
         | 
| 661 | 
            -
            </td>
         | 
| 657 | 
            +
            <td>The path that's expanded</td>
         | 
| 662 658 | 
             
            </tr>
         | 
| 663 659 | 
             
            <tr>
         | 
| 664 660 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 665 | 
            -
            <td>user data
         | 
| 666 | 
            -
            </td>
         | 
| 661 | 
            +
            <td>user data</td>
         | 
| 667 662 | 
             
            </tr>
         | 
| 668 663 | 
             
            </tbody>
         | 
| 669 664 | 
             
            </table></div>
         | 
| 670 665 | 
             
            </div>
         | 
| 671 666 | 
             
            <hr>
         | 
| 672 | 
            -
            <div class="refsect2" | 
| 667 | 
            +
            <div class="refsect2">
         | 
| 673 668 | 
             
            <a name="GtkTreeViewSearchEqualFunc"></a><h3>GtkTreeViewSearchEqualFunc ()</h3>
         | 
| 674 669 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*GtkTreeViewSearchEqualFunc)       (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
         | 
| 675 670 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
         | 
| 676 671 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 677 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 672 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 678 673 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> search_data</code></em>);</pre>
         | 
| 679 674 | 
             
            <p>
         | 
| 680 675 | 
             
            A function used for checking whether a row in <em class="parameter"><code>model</code></em> matches
         | 
| @@ -687,8 +682,7 @@ has some similarity to <code class="function">strcmp()</code> returning 0 for eq | |
| 687 682 | 
             
            <tbody>
         | 
| 688 683 | 
             
            <tr>
         | 
| 689 684 | 
             
            <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
         | 
| 690 | 
            -
            <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> being searched
         | 
| 691 | 
            -
            </td>
         | 
| 685 | 
            +
            <td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> being searched</td>
         | 
| 692 686 | 
             
            </tr>
         | 
| 693 687 | 
             
            <tr>
         | 
| 694 688 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| @@ -697,14 +691,12 @@ has some similarity to <code class="function">strcmp()</code> returning 0 for eq | |
| 697 691 | 
             
            </tr>
         | 
| 698 692 | 
             
            <tr>
         | 
| 699 693 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 700 | 
            -
            <td>the key string to compare with
         | 
| 701 | 
            -
            </td>
         | 
| 694 | 
            +
            <td>the key string to compare with</td>
         | 
| 702 695 | 
             
            </tr>
         | 
| 703 696 | 
             
            <tr>
         | 
| 704 697 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 705 | 
            -
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 706 | 
            -
             | 
| 707 | 
            -
            </td>
         | 
| 698 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing the row of <em class="parameter"><code>model</code></em> that should be compared
         | 
| 699 | 
            +
            with <em class="parameter"><code>key</code></em>.</td>
         | 
| 708 700 | 
             
            </tr>
         | 
| 709 701 | 
             
            <tr>
         | 
| 710 702 | 
             
            <td><p><span class="term"><em class="parameter"><code>search_data</code></em> :</span></p></td>
         | 
| @@ -714,14 +706,13 @@ has some similarity to <code class="function">strcmp()</code> returning 0 for eq | |
| 714 706 | 
             
            <tr>
         | 
| 715 707 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 716 708 | 
             
            <td>
         | 
| 717 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the row matches, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise | 
| 718 | 
            -
            </td>
         | 
| 709 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the row matches, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise.</td>
         | 
| 719 710 | 
             
            </tr>
         | 
| 720 711 | 
             
            </tbody>
         | 
| 721 712 | 
             
            </table></div>
         | 
| 722 713 | 
             
            </div>
         | 
| 723 714 | 
             
            <hr>
         | 
| 724 | 
            -
            <div class="refsect2" | 
| 715 | 
            +
            <div class="refsect2">
         | 
| 725 716 | 
             
            <a name="gtk-tree-view-new"></a><h3>gtk_tree_view_new ()</h3>
         | 
| 726 717 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_tree_view_new                   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 727 718 | 
             
            <p>
         | 
| @@ -731,13 +722,12 @@ Creates a new <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span | |
| 731 722 | 
             
            <col align="left" valign="top">
         | 
| 732 723 | 
             
            <tbody><tr>
         | 
| 733 724 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 734 | 
            -
            <td> | 
| 735 | 
            -
            </td>
         | 
| 725 | 
            +
            <td>A newly created <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> widget.</td>
         | 
| 736 726 | 
             
            </tr></tbody>
         | 
| 737 727 | 
             
            </table></div>
         | 
| 738 728 | 
             
            </div>
         | 
| 739 729 | 
             
            <hr>
         | 
| 740 | 
            -
            <div class="refsect2" | 
| 730 | 
            +
            <div class="refsect2">
         | 
| 741 731 | 
             
            <a name="gtk-tree-view-get-level-indentation"></a><h3>gtk_tree_view_get_level_indentation ()</h3>
         | 
| 742 732 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_get_level_indentation (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 743 733 | 
             
            <p>
         | 
| @@ -749,22 +739,19 @@ in <em class="parameter"><code>tree_view</code></em>. | |
| 749 739 | 
             
            <tbody>
         | 
| 750 740 | 
             
            <tr>
         | 
| 751 741 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 752 | 
            -
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 753 | 
            -
            </td>
         | 
| 742 | 
            +
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 754 743 | 
             
            </tr>
         | 
| 755 744 | 
             
            <tr>
         | 
| 756 745 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 757 | 
            -
            <td> | 
| 758 | 
            -
            <em class="parameter"><code>tree_view</code></em>.  A return value of 0 means that this feature is disabled | 
| 759 | 
            -
             | 
| 760 | 
            -
            </td>
         | 
| 746 | 
            +
            <td>the amount of extra indentation for child levels in
         | 
| 747 | 
            +
            <em class="parameter"><code>tree_view</code></em>.  A return value of 0 means that this feature is disabled.</td>
         | 
| 761 748 | 
             
            </tr>
         | 
| 762 749 | 
             
            </tbody>
         | 
| 763 750 | 
             
            </table></div>
         | 
| 764 751 | 
             
            <p class="since">Since 2.12</p>
         | 
| 765 752 | 
             
            </div>
         | 
| 766 753 | 
             
            <hr>
         | 
| 767 | 
            -
            <div class="refsect2" | 
| 754 | 
            +
            <div class="refsect2">
         | 
| 768 755 | 
             
            <a name="gtk-tree-view-get-show-expanders"></a><h3>gtk_tree_view_get_show_expanders ()</h3>
         | 
| 769 756 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_show_expanders    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 770 757 | 
             
            <p>
         | 
| @@ -775,22 +762,20 @@ Returns whether or not expanders are drawn in <em class="parameter"><code>tree_v | |
| 775 762 | 
             
            <tbody>
         | 
| 776 763 | 
             
            <tr>
         | 
| 777 764 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 778 | 
            -
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 779 | 
            -
            </td>
         | 
| 765 | 
            +
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 780 766 | 
             
            </tr>
         | 
| 781 767 | 
             
            <tr>
         | 
| 782 768 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 783 | 
            -
            <td> | 
| 784 | 
            -
             | 
| 785 | 
            -
             | 
| 786 | 
            -
            </td>
         | 
| 769 | 
            +
            <td>
         | 
| 770 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if expanders are drawn in <em class="parameter"><code>tree_view</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 771 | 
            +
            otherwise.</td>
         | 
| 787 772 | 
             
            </tr>
         | 
| 788 773 | 
             
            </tbody>
         | 
| 789 774 | 
             
            </table></div>
         | 
| 790 775 | 
             
            <p class="since">Since 2.12</p>
         | 
| 791 776 | 
             
            </div>
         | 
| 792 777 | 
             
            <hr>
         | 
| 793 | 
            -
            <div class="refsect2" | 
| 778 | 
            +
            <div class="refsect2">
         | 
| 794 779 | 
             
            <a name="gtk-tree-view-set-level-indentation"></a><h3>gtk_tree_view_set_level_indentation ()</h3>
         | 
| 795 780 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_level_indentation (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 796 781 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> indentation</code></em>);</pre>
         | 
| @@ -811,15 +796,14 @@ This does not have any visible effects for lists. | |
| 811 796 | 
             
            </tr>
         | 
| 812 797 | 
             
            <tr>
         | 
| 813 798 | 
             
            <td><p><span class="term"><em class="parameter"><code>indentation</code></em> :</span></p></td>
         | 
| 814 | 
            -
            <td>the amount, in pixels, of extra indentation in <em class="parameter"><code>tree_view</code></em | 
| 815 | 
            -
            </td>
         | 
| 799 | 
            +
            <td>the amount, in pixels, of extra indentation in <em class="parameter"><code>tree_view</code></em>.</td>
         | 
| 816 800 | 
             
            </tr>
         | 
| 817 801 | 
             
            </tbody>
         | 
| 818 802 | 
             
            </table></div>
         | 
| 819 803 | 
             
            <p class="since">Since 2.12</p>
         | 
| 820 804 | 
             
            </div>
         | 
| 821 805 | 
             
            <hr>
         | 
| 822 | 
            -
            <div class="refsect2" | 
| 806 | 
            +
            <div class="refsect2">
         | 
| 823 807 | 
             
            <a name="gtk-tree-view-set-show-expanders"></a><h3>gtk_tree_view_set_show_expanders ()</h3>
         | 
| 824 808 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_show_expanders    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 825 809 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
         | 
| @@ -843,15 +827,14 @@ This does not have any visible effects for lists. | |
| 843 827 | 
             
            <tr>
         | 
| 844 828 | 
             
            <td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td>
         | 
| 845 829 | 
             
            <td>
         | 
| 846 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable expander drawing, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise | 
| 847 | 
            -
            </td>
         | 
| 830 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable expander drawing, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
         | 
| 848 831 | 
             
            </tr>
         | 
| 849 832 | 
             
            </tbody>
         | 
| 850 833 | 
             
            </table></div>
         | 
| 851 834 | 
             
            <p class="since">Since 2.12</p>
         | 
| 852 835 | 
             
            </div>
         | 
| 853 836 | 
             
            <hr>
         | 
| 854 | 
            -
            <div class="refsect2" | 
| 837 | 
            +
            <div class="refsect2">
         | 
| 855 838 | 
             
            <a name="gtk-tree-view-new-with-model"></a><h3>gtk_tree_view_new_with_model ()</h3>
         | 
| 856 839 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_tree_view_new_with_model        (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
         | 
| 857 840 | 
             
            <p>
         | 
| @@ -862,19 +845,17 @@ Creates a new <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span | |
| 862 845 | 
             
            <tbody>
         | 
| 863 846 | 
             
            <tr>
         | 
| 864 847 | 
             
            <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
         | 
| 865 | 
            -
            <td>the model | 
| 866 | 
            -
            </td>
         | 
| 848 | 
            +
            <td>the model.</td>
         | 
| 867 849 | 
             
            </tr>
         | 
| 868 850 | 
             
            <tr>
         | 
| 869 851 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 870 | 
            -
            <td> | 
| 871 | 
            -
            </td>
         | 
| 852 | 
            +
            <td>A newly created <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> widget.</td>
         | 
| 872 853 | 
             
            </tr>
         | 
| 873 854 | 
             
            </tbody>
         | 
| 874 855 | 
             
            </table></div>
         | 
| 875 856 | 
             
            </div>
         | 
| 876 857 | 
             
            <hr>
         | 
| 877 | 
            -
            <div class="refsect2" | 
| 858 | 
            +
            <div class="refsect2">
         | 
| 878 859 | 
             
            <a name="gtk-tree-view-get-model"></a><h3>gtk_tree_view_get_model ()</h3>
         | 
| 879 860 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> *      gtk_tree_view_get_model             (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 880 861 | 
             
            <p>
         | 
| @@ -891,14 +872,14 @@ model is unset. | |
| 891 872 | 
             
            </tr>
         | 
| 892 873 | 
             
            <tr>
         | 
| 893 874 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 894 | 
            -
            <td> | 
| 875 | 
            +
            <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 895 876 | 
             
            </td>
         | 
| 896 877 | 
             
            </tr>
         | 
| 897 878 | 
             
            </tbody>
         | 
| 898 879 | 
             
            </table></div>
         | 
| 899 880 | 
             
            </div>
         | 
| 900 881 | 
             
            <hr>
         | 
| 901 | 
            -
            <div class="refsect2" | 
| 882 | 
            +
            <div class="refsect2">
         | 
| 902 883 | 
             
            <a name="gtk-tree-view-set-model"></a><h3>gtk_tree_view_set_model ()</h3>
         | 
| 903 884 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_model             (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 904 885 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
         | 
| @@ -912,19 +893,18 @@ then it will unset the old model. | |
| 912 893 | 
             
            <tbody>
         | 
| 913 894 | 
             
            <tr>
         | 
| 914 895 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 915 | 
            -
            <td>A <span class="type">GtkTreeNode</span | 
| 916 | 
            -
            </td>
         | 
| 896 | 
            +
            <td>A <span class="type">GtkTreeNode</span>.</td>
         | 
| 917 897 | 
             
            </tr>
         | 
| 918 898 | 
             
            <tr>
         | 
| 919 899 | 
             
            <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
         | 
| 920 | 
            -
            <td> | 
| 900 | 
            +
            <td>The model. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 921 901 | 
             
            </td>
         | 
| 922 902 | 
             
            </tr>
         | 
| 923 903 | 
             
            </tbody>
         | 
| 924 904 | 
             
            </table></div>
         | 
| 925 905 | 
             
            </div>
         | 
| 926 906 | 
             
            <hr>
         | 
| 927 | 
            -
            <div class="refsect2" | 
| 907 | 
            +
            <div class="refsect2">
         | 
| 928 908 | 
             
            <a name="gtk-tree-view-get-selection"></a><h3>gtk_tree_view_get_selection ()</h3>
         | 
| 929 909 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"><span class="returnvalue">GtkTreeSelection</span></a> *  gtk_tree_view_get_selection         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 930 910 | 
             
            <p>
         | 
| @@ -935,19 +915,18 @@ Gets the <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection">< | |
| 935 915 | 
             
            <tbody>
         | 
| 936 916 | 
             
            <tr>
         | 
| 937 917 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 938 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 939 | 
            -
            </td>
         | 
| 918 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 940 919 | 
             
            </tr>
         | 
| 941 920 | 
             
            <tr>
         | 
| 942 921 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 943 | 
            -
            <td> | 
| 922 | 
            +
            <td>A <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"><span class="type">GtkTreeSelection</span></a> object. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 944 923 | 
             
            </td>
         | 
| 945 924 | 
             
            </tr>
         | 
| 946 925 | 
             
            </tbody>
         | 
| 947 926 | 
             
            </table></div>
         | 
| 948 927 | 
             
            </div>
         | 
| 949 928 | 
             
            <hr>
         | 
| 950 | 
            -
            <div class="refsect2" | 
| 929 | 
            +
            <div class="refsect2">
         | 
| 951 930 | 
             
            <a name="gtk-tree-view-get-hadjustment"></a><h3>gtk_tree_view_get_hadjustment ()</h3>
         | 
| 952 931 | 
             
            <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> *     gtk_tree_view_get_hadjustment       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 953 932 | 
             
            <p>
         | 
| @@ -963,15 +942,15 @@ Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c | |
| 963 942 | 
             
            </tr>
         | 
| 964 943 | 
             
            <tr>
         | 
| 965 944 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 966 | 
            -
            <td> | 
| 967 | 
            -
            used.
         | 
| 945 | 
            +
            <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 946 | 
            +
            if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 968 947 | 
             
            </td>
         | 
| 969 948 | 
             
            </tr>
         | 
| 970 949 | 
             
            </tbody>
         | 
| 971 950 | 
             
            </table></div>
         | 
| 972 951 | 
             
            </div>
         | 
| 973 952 | 
             
            <hr>
         | 
| 974 | 
            -
            <div class="refsect2" | 
| 953 | 
            +
            <div class="refsect2">
         | 
| 975 954 | 
             
            <a name="gtk-tree-view-set-hadjustment"></a><h3>gtk_tree_view_set_hadjustment ()</h3>
         | 
| 976 955 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_hadjustment       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 977 956 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
         | 
| @@ -988,14 +967,14 @@ Sets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c | |
| 988 967 | 
             
            </tr>
         | 
| 989 968 | 
             
            <tr>
         | 
| 990 969 | 
             
            <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
         | 
| 991 | 
            -
            <td> | 
| 970 | 
            +
            <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 992 971 | 
             
            </td>
         | 
| 993 972 | 
             
            </tr>
         | 
| 994 973 | 
             
            </tbody>
         | 
| 995 974 | 
             
            </table></div>
         | 
| 996 975 | 
             
            </div>
         | 
| 997 976 | 
             
            <hr>
         | 
| 998 | 
            -
            <div class="refsect2" | 
| 977 | 
            +
            <div class="refsect2">
         | 
| 999 978 | 
             
            <a name="gtk-tree-view-get-vadjustment"></a><h3>gtk_tree_view_get_vadjustment ()</h3>
         | 
| 1000 979 | 
             
            <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> *     gtk_tree_view_get_vadjustment       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1001 980 | 
             
            <p>
         | 
| @@ -1011,15 +990,15 @@ Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c | |
| 1011 990 | 
             
            </tr>
         | 
| 1012 991 | 
             
            <tr>
         | 
| 1013 992 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1014 | 
            -
            <td> | 
| 1015 | 
            -
            used.
         | 
| 993 | 
            +
            <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 994 | 
            +
            if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1016 995 | 
             
            </td>
         | 
| 1017 996 | 
             
            </tr>
         | 
| 1018 997 | 
             
            </tbody>
         | 
| 1019 998 | 
             
            </table></div>
         | 
| 1020 999 | 
             
            </div>
         | 
| 1021 1000 | 
             
            <hr>
         | 
| 1022 | 
            -
            <div class="refsect2" | 
| 1001 | 
            +
            <div class="refsect2">
         | 
| 1023 1002 | 
             
            <a name="gtk-tree-view-set-vadjustment"></a><h3>gtk_tree_view_set_vadjustment ()</h3>
         | 
| 1024 1003 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_vadjustment       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1025 1004 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
         | 
| @@ -1036,14 +1015,14 @@ Sets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c | |
| 1036 1015 | 
             
            </tr>
         | 
| 1037 1016 | 
             
            <tr>
         | 
| 1038 1017 | 
             
            <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
         | 
| 1039 | 
            -
            <td> | 
| 1018 | 
            +
            <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1040 1019 | 
             
            </td>
         | 
| 1041 1020 | 
             
            </tr>
         | 
| 1042 1021 | 
             
            </tbody>
         | 
| 1043 1022 | 
             
            </table></div>
         | 
| 1044 1023 | 
             
            </div>
         | 
| 1045 1024 | 
             
            <hr>
         | 
| 1046 | 
            -
            <div class="refsect2" | 
| 1025 | 
            +
            <div class="refsect2">
         | 
| 1047 1026 | 
             
            <a name="gtk-tree-view-get-headers-visible"></a><h3>gtk_tree_view_get_headers_visible ()</h3>
         | 
| 1048 1027 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_headers_visible   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1049 1028 | 
             
            <p>
         | 
| @@ -1054,19 +1033,17 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 1054 1033 | 
             
            <tbody>
         | 
| 1055 1034 | 
             
            <tr>
         | 
| 1056 1035 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1057 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1058 | 
            -
            </td>
         | 
| 1036 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1059 1037 | 
             
            </tr>
         | 
| 1060 1038 | 
             
            <tr>
         | 
| 1061 1039 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1062 | 
            -
            <td> | 
| 1063 | 
            -
            </td>
         | 
| 1040 | 
            +
            <td>Whether the headers are visible or not.</td>
         | 
| 1064 1041 | 
             
            </tr>
         | 
| 1065 1042 | 
             
            </tbody>
         | 
| 1066 1043 | 
             
            </table></div>
         | 
| 1067 1044 | 
             
            </div>
         | 
| 1068 1045 | 
             
            <hr>
         | 
| 1069 | 
            -
            <div class="refsect2" | 
| 1046 | 
            +
            <div class="refsect2">
         | 
| 1070 1047 | 
             
            <a name="gtk-tree-view-set-headers-visible"></a><h3>gtk_tree_view_set_headers_visible ()</h3>
         | 
| 1071 1048 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_headers_visible   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1072 1049 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> headers_visible</code></em>);</pre>
         | 
| @@ -1078,20 +1055,18 @@ Sets the visibility state of the headers. | |
| 1078 1055 | 
             
            <tbody>
         | 
| 1079 1056 | 
             
            <tr>
         | 
| 1080 1057 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1081 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1082 | 
            -
            </td>
         | 
| 1058 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1083 1059 | 
             
            </tr>
         | 
| 1084 1060 | 
             
            <tr>
         | 
| 1085 1061 | 
             
            <td><p><span class="term"><em class="parameter"><code>headers_visible</code></em> :</span></p></td>
         | 
| 1086 1062 | 
             
            <td>
         | 
| 1087 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the headers are visible
         | 
| 1088 | 
            -
            </td>
         | 
| 1063 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the headers are visible</td>
         | 
| 1089 1064 | 
             
            </tr>
         | 
| 1090 1065 | 
             
            </tbody>
         | 
| 1091 1066 | 
             
            </table></div>
         | 
| 1092 1067 | 
             
            </div>
         | 
| 1093 1068 | 
             
            <hr>
         | 
| 1094 | 
            -
            <div class="refsect2" | 
| 1069 | 
            +
            <div class="refsect2">
         | 
| 1095 1070 | 
             
            <a name="gtk-tree-view-columns-autosize"></a><h3>gtk_tree_view_columns_autosize ()</h3>
         | 
| 1096 1071 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_columns_autosize      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1097 1072 | 
             
            <p>
         | 
| @@ -1102,13 +1077,12 @@ treeview has been realized. | |
| 1102 1077 | 
             
            <col align="left" valign="top">
         | 
| 1103 1078 | 
             
            <tbody><tr>
         | 
| 1104 1079 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1105 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1106 | 
            -
            </td>
         | 
| 1080 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1107 1081 | 
             
            </tr></tbody>
         | 
| 1108 1082 | 
             
            </table></div>
         | 
| 1109 1083 | 
             
            </div>
         | 
| 1110 1084 | 
             
            <hr>
         | 
| 1111 | 
            -
            <div class="refsect2" | 
| 1085 | 
            +
            <div class="refsect2">
         | 
| 1112 1086 | 
             
            <a name="gtk-tree-view-get-headers-clickable"></a><h3>gtk_tree_view_get_headers_clickable ()</h3>
         | 
| 1113 1087 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_headers_clickable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1114 1088 | 
             
            <p>
         | 
| @@ -1119,13 +1093,12 @@ Returns whether all header columns are clickable. | |
| 1119 1093 | 
             
            <tbody>
         | 
| 1120 1094 | 
             
            <tr>
         | 
| 1121 1095 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1122 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1123 | 
            -
            </td>
         | 
| 1096 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1124 1097 | 
             
            </tr>
         | 
| 1125 1098 | 
             
            <tr>
         | 
| 1126 1099 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1127 | 
            -
            <td> | 
| 1128 | 
            -
             | 
| 1100 | 
            +
            <td>
         | 
| 1101 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all header columns are clickable, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 1129 1102 | 
             
            </td>
         | 
| 1130 1103 | 
             
            </tr>
         | 
| 1131 1104 | 
             
            </tbody>
         | 
| @@ -1133,7 +1106,7 @@ Returns whether all header columns are clickable. | |
| 1133 1106 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1134 1107 | 
             
            </div>
         | 
| 1135 1108 | 
             
            <hr>
         | 
| 1136 | 
            -
            <div class="refsect2" | 
| 1109 | 
            +
            <div class="refsect2">
         | 
| 1137 1110 | 
             
            <a name="gtk-tree-view-set-headers-clickable"></a><h3>gtk_tree_view_set_headers_clickable ()</h3>
         | 
| 1138 1111 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_headers_clickable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1139 1112 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| @@ -1145,20 +1118,18 @@ Allow the column title buttons to be clicked. | |
| 1145 1118 | 
             
            <tbody>
         | 
| 1146 1119 | 
             
            <tr>
         | 
| 1147 1120 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1148 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1149 | 
            -
            </td>
         | 
| 1121 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1150 1122 | 
             
            </tr>
         | 
| 1151 1123 | 
             
            <tr>
         | 
| 1152 1124 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 1153 1125 | 
             
            <td>
         | 
| 1154 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the columns are clickable | 
| 1155 | 
            -
            </td>
         | 
| 1126 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the columns are clickable.</td>
         | 
| 1156 1127 | 
             
            </tr>
         | 
| 1157 1128 | 
             
            </tbody>
         | 
| 1158 1129 | 
             
            </table></div>
         | 
| 1159 1130 | 
             
            </div>
         | 
| 1160 1131 | 
             
            <hr>
         | 
| 1161 | 
            -
            <div class="refsect2" | 
| 1132 | 
            +
            <div class="refsect2">
         | 
| 1162 1133 | 
             
            <a name="gtk-tree-view-set-rules-hint"></a><h3>gtk_tree_view_set_rules_hint ()</h3>
         | 
| 1163 1134 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_rules_hint        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1164 1135 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| @@ -1187,14 +1158,13 @@ generally). | |
| 1187 1158 | 
             
            <tr>
         | 
| 1188 1159 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 1189 1160 | 
             
            <td>
         | 
| 1190 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tree requires reading across rows
         | 
| 1191 | 
            -
            </td>
         | 
| 1161 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tree requires reading across rows</td>
         | 
| 1192 1162 | 
             
            </tr>
         | 
| 1193 1163 | 
             
            </tbody>
         | 
| 1194 1164 | 
             
            </table></div>
         | 
| 1195 1165 | 
             
            </div>
         | 
| 1196 1166 | 
             
            <hr>
         | 
| 1197 | 
            -
            <div class="refsect2" | 
| 1167 | 
            +
            <div class="refsect2">
         | 
| 1198 1168 | 
             
            <a name="gtk-tree-view-get-rules-hint"></a><h3>gtk_tree_view_get_rules_hint ()</h3>
         | 
| 1199 1169 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_rules_hint        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1200 1170 | 
             
            <p>
         | 
| @@ -1210,14 +1180,14 @@ Gets the setting set by <a class="link" href="GtkTreeView.html#gtk-tree-view-set | |
| 1210 1180 | 
             
            </tr>
         | 
| 1211 1181 | 
             
            <tr>
         | 
| 1212 1182 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1213 | 
            -
            <td> | 
| 1214 | 
            -
            </td>
         | 
| 1183 | 
            +
            <td>
         | 
| 1184 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if rules are useful for the user of this tree</td>
         | 
| 1215 1185 | 
             
            </tr>
         | 
| 1216 1186 | 
             
            </tbody>
         | 
| 1217 1187 | 
             
            </table></div>
         | 
| 1218 1188 | 
             
            </div>
         | 
| 1219 1189 | 
             
            <hr>
         | 
| 1220 | 
            -
            <div class="refsect2" | 
| 1190 | 
            +
            <div class="refsect2">
         | 
| 1221 1191 | 
             
            <a name="gtk-tree-view-append-column"></a><h3>gtk_tree_view_append_column ()</h3>
         | 
| 1222 1192 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_append_column         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1223 1193 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
         | 
| @@ -1231,24 +1201,21 @@ GTK_TREE_VIEW_COLUMN_FIXED. | |
| 1231 1201 | 
             
            <tbody>
         | 
| 1232 1202 | 
             
            <tr>
         | 
| 1233 1203 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1234 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1235 | 
            -
            </td>
         | 
| 1204 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1236 1205 | 
             
            </tr>
         | 
| 1237 1206 | 
             
            <tr>
         | 
| 1238 1207 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1239 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to add | 
| 1240 | 
            -
            </td>
         | 
| 1208 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to add.</td>
         | 
| 1241 1209 | 
             
            </tr>
         | 
| 1242 1210 | 
             
            <tr>
         | 
| 1243 1211 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1244 | 
            -
            <td> | 
| 1245 | 
            -
            </td>
         | 
| 1212 | 
            +
            <td>The number of columns in <em class="parameter"><code>tree_view</code></em> after appending.</td>
         | 
| 1246 1213 | 
             
            </tr>
         | 
| 1247 1214 | 
             
            </tbody>
         | 
| 1248 1215 | 
             
            </table></div>
         | 
| 1249 1216 | 
             
            </div>
         | 
| 1250 1217 | 
             
            <hr>
         | 
| 1251 | 
            -
            <div class="refsect2" | 
| 1218 | 
            +
            <div class="refsect2">
         | 
| 1252 1219 | 
             
            <a name="gtk-tree-view-remove-column"></a><h3>gtk_tree_view_remove_column ()</h3>
         | 
| 1253 1220 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_remove_column         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1254 1221 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
         | 
| @@ -1260,24 +1227,21 @@ Removes <em class="parameter"><code>column</code></em> from <em class="parameter | |
| 1260 1227 | 
             
            <tbody>
         | 
| 1261 1228 | 
             
            <tr>
         | 
| 1262 1229 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1263 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1264 | 
            -
            </td>
         | 
| 1230 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1265 1231 | 
             
            </tr>
         | 
| 1266 1232 | 
             
            <tr>
         | 
| 1267 1233 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1268 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to remove | 
| 1269 | 
            -
            </td>
         | 
| 1234 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to remove.</td>
         | 
| 1270 1235 | 
             
            </tr>
         | 
| 1271 1236 | 
             
            <tr>
         | 
| 1272 1237 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1273 | 
            -
            <td> | 
| 1274 | 
            -
            </td>
         | 
| 1238 | 
            +
            <td>The number of columns in <em class="parameter"><code>tree_view</code></em> after removing.</td>
         | 
| 1275 1239 | 
             
            </tr>
         | 
| 1276 1240 | 
             
            </tbody>
         | 
| 1277 1241 | 
             
            </table></div>
         | 
| 1278 1242 | 
             
            </div>
         | 
| 1279 1243 | 
             
            <hr>
         | 
| 1280 | 
            -
            <div class="refsect2" | 
| 1244 | 
            +
            <div class="refsect2">
         | 
| 1281 1245 | 
             
            <a name="gtk-tree-view-insert-column"></a><h3>gtk_tree_view_insert_column ()</h3>
         | 
| 1282 1246 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_insert_column         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1283 1247 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| @@ -1293,29 +1257,25 @@ set to be GTK_TREE_VIEW_COLUMN_FIXED. | |
| 1293 1257 | 
             
            <tbody>
         | 
| 1294 1258 | 
             
            <tr>
         | 
| 1295 1259 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1296 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1297 | 
            -
            </td>
         | 
| 1260 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1298 1261 | 
             
            </tr>
         | 
| 1299 1262 | 
             
            <tr>
         | 
| 1300 1263 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1301 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be inserted | 
| 1302 | 
            -
            </td>
         | 
| 1264 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be inserted.</td>
         | 
| 1303 1265 | 
             
            </tr>
         | 
| 1304 1266 | 
             
            <tr>
         | 
| 1305 1267 | 
             
            <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
         | 
| 1306 | 
            -
            <td>The position to insert <em class="parameter"><code>column</code></em> in | 
| 1307 | 
            -
            </td>
         | 
| 1268 | 
            +
            <td>The position to insert <em class="parameter"><code>column</code></em> in.</td>
         | 
| 1308 1269 | 
             
            </tr>
         | 
| 1309 1270 | 
             
            <tr>
         | 
| 1310 1271 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1311 | 
            -
            <td> | 
| 1312 | 
            -
            </td>
         | 
| 1272 | 
            +
            <td>The number of columns in <em class="parameter"><code>tree_view</code></em> after insertion.</td>
         | 
| 1313 1273 | 
             
            </tr>
         | 
| 1314 1274 | 
             
            </tbody>
         | 
| 1315 1275 | 
             
            </table></div>
         | 
| 1316 1276 | 
             
            </div>
         | 
| 1317 1277 | 
             
            <hr>
         | 
| 1318 | 
            -
            <div class="refsect2" | 
| 1278 | 
            +
            <div class="refsect2">
         | 
| 1319 1279 | 
             
            <a name="gtk-tree-view-insert-column-with-attributes"></a><h3>gtk_tree_view_insert_column_with_attributes ()</h3>
         | 
| 1320 1280 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_insert_column_with_attributes
         | 
| 1321 1281 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -1340,34 +1300,29 @@ property set to be GTK_TREE_VIEW_COLUMN_FIXED. | |
| 1340 1300 | 
             
            </tr>
         | 
| 1341 1301 | 
             
            <tr>
         | 
| 1342 1302 | 
             
            <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
         | 
| 1343 | 
            -
            <td>The position to insert the new column in | 
| 1344 | 
            -
            </td>
         | 
| 1303 | 
            +
            <td>The position to insert the new column in.</td>
         | 
| 1345 1304 | 
             
            </tr>
         | 
| 1346 1305 | 
             
            <tr>
         | 
| 1347 1306 | 
             
            <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
         | 
| 1348 | 
            -
            <td>The title to set the header to | 
| 1349 | 
            -
            </td>
         | 
| 1307 | 
            +
            <td>The title to set the header to.</td>
         | 
| 1350 1308 | 
             
            </tr>
         | 
| 1351 1309 | 
             
            <tr>
         | 
| 1352 1310 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 1353 | 
            -
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a | 
| 1354 | 
            -
            </td>
         | 
| 1311 | 
            +
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>.</td>
         | 
| 1355 1312 | 
             
            </tr>
         | 
| 1356 1313 | 
             
            <tr>
         | 
| 1357 1314 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 1358 | 
            -
            <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of attributes | 
| 1359 | 
            -
            </td>
         | 
| 1315 | 
            +
            <td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of attributes.</td>
         | 
| 1360 1316 | 
             
            </tr>
         | 
| 1361 1317 | 
             
            <tr>
         | 
| 1362 1318 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1363 | 
            -
            <td> | 
| 1364 | 
            -
            </td>
         | 
| 1319 | 
            +
            <td>The number of columns in <em class="parameter"><code>tree_view</code></em> after insertion.</td>
         | 
| 1365 1320 | 
             
            </tr>
         | 
| 1366 1321 | 
             
            </tbody>
         | 
| 1367 1322 | 
             
            </table></div>
         | 
| 1368 1323 | 
             
            </div>
         | 
| 1369 1324 | 
             
            <hr>
         | 
| 1370 | 
            -
            <div class="refsect2" | 
| 1325 | 
            +
            <div class="refsect2">
         | 
| 1371 1326 | 
             
            <a name="gtk-tree-view-insert-column-with-data-func"></a><h3>gtk_tree_view_insert_column_with_data_func ()</h3>
         | 
| 1372 1327 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_insert_column_with_data_func
         | 
| 1373 1328 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -1395,23 +1350,19 @@ If <em class="parameter"><code>tree_view</code></em> has "fixed_height" mode ena | |
| 1395 1350 | 
             
            </tr>
         | 
| 1396 1351 | 
             
            <tr>
         | 
| 1397 1352 | 
             
            <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
         | 
| 1398 | 
            -
            <td>Position to insert, -1 for append
         | 
| 1399 | 
            -
            </td>
         | 
| 1353 | 
            +
            <td>Position to insert, -1 for append</td>
         | 
| 1400 1354 | 
             
            </tr>
         | 
| 1401 1355 | 
             
            <tr>
         | 
| 1402 1356 | 
             
            <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
         | 
| 1403 | 
            -
            <td>column title
         | 
| 1404 | 
            -
            </td>
         | 
| 1357 | 
            +
            <td>column title</td>
         | 
| 1405 1358 | 
             
            </tr>
         | 
| 1406 1359 | 
             
            <tr>
         | 
| 1407 1360 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 1408 | 
            -
            <td>cell renderer for column
         | 
| 1409 | 
            -
            </td>
         | 
| 1361 | 
            +
            <td>cell renderer for column</td>
         | 
| 1410 1362 | 
             
            </tr>
         | 
| 1411 1363 | 
             
            <tr>
         | 
| 1412 1364 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 1413 | 
            -
            <td>function to set attributes of cell renderer
         | 
| 1414 | 
            -
            </td>
         | 
| 1365 | 
            +
            <td>function to set attributes of cell renderer</td>
         | 
| 1415 1366 | 
             
            </tr>
         | 
| 1416 1367 | 
             
            <tr>
         | 
| 1417 1368 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| @@ -1425,14 +1376,13 @@ If <em class="parameter"><code>tree_view</code></em> has "fixed_height" mode ena | |
| 1425 1376 | 
             
            </tr>
         | 
| 1426 1377 | 
             
            <tr>
         | 
| 1427 1378 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1428 | 
            -
            <td> | 
| 1429 | 
            -
            </td>
         | 
| 1379 | 
            +
            <td>number of columns in the tree view post-insert</td>
         | 
| 1430 1380 | 
             
            </tr>
         | 
| 1431 1381 | 
             
            </tbody>
         | 
| 1432 1382 | 
             
            </table></div>
         | 
| 1433 1383 | 
             
            </div>
         | 
| 1434 1384 | 
             
            <hr>
         | 
| 1435 | 
            -
            <div class="refsect2" | 
| 1385 | 
            +
            <div class="refsect2">
         | 
| 1436 1386 | 
             
            <a name="gtk-tree-view-get-column"></a><h3>gtk_tree_view_get_column ()</h3>
         | 
| 1437 1387 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * gtk_tree_view_get_column            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1438 1388 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
         | 
| @@ -1444,25 +1394,23 @@ Gets the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn" | |
| 1444 1394 | 
             
            <tbody>
         | 
| 1445 1395 | 
             
            <tr>
         | 
| 1446 1396 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1447 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1448 | 
            -
            </td>
         | 
| 1397 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1449 1398 | 
             
            </tr>
         | 
| 1450 1399 | 
             
            <tr>
         | 
| 1451 1400 | 
             
            <td><p><span class="term"><em class="parameter"><code>n</code></em> :</span></p></td>
         | 
| 1452 | 
            -
            <td>The position of the column, counting from 0 | 
| 1453 | 
            -
            </td>
         | 
| 1401 | 
            +
            <td>The position of the column, counting from 0.</td>
         | 
| 1454 1402 | 
             
            </tr>
         | 
| 1455 1403 | 
             
            <tr>
         | 
| 1456 1404 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1457 | 
            -
            <td> | 
| 1458 | 
            -
            range of columns.
         | 
| 1405 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
         | 
| 1406 | 
            +
            position is outside the range of columns. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1459 1407 | 
             
            </td>
         | 
| 1460 1408 | 
             
            </tr>
         | 
| 1461 1409 | 
             
            </tbody>
         | 
| 1462 1410 | 
             
            </table></div>
         | 
| 1463 1411 | 
             
            </div>
         | 
| 1464 1412 | 
             
            <hr>
         | 
| 1465 | 
            -
            <div class="refsect2" | 
| 1413 | 
            +
            <div class="refsect2">
         | 
| 1466 1414 | 
             
            <a name="gtk-tree-view-get-columns"></a><h3>gtk_tree_view_get_columns ()</h3>
         | 
| 1467 1415 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             gtk_tree_view_get_columns           (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1468 1416 | 
             
            <p>
         | 
| @@ -1479,14 +1427,14 @@ The returned list must be freed with <a href="http://library.gnome.org/devel/gli | |
| 1479 1427 | 
             
            </tr>
         | 
| 1480 1428 | 
             
            <tr>
         | 
| 1481 1429 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1482 | 
            -
            <td> | 
| 1430 | 
            +
            <td>A list of <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> s. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTreeViewColumn][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
         | 
| 1483 1431 | 
             
            </td>
         | 
| 1484 1432 | 
             
            </tr>
         | 
| 1485 1433 | 
             
            </tbody>
         | 
| 1486 1434 | 
             
            </table></div>
         | 
| 1487 1435 | 
             
            </div>
         | 
| 1488 1436 | 
             
            <hr>
         | 
| 1489 | 
            -
            <div class="refsect2" | 
| 1437 | 
            +
            <div class="refsect2">
         | 
| 1490 1438 | 
             
            <a name="gtk-tree-view-move-column-after"></a><h3>gtk_tree_view_move_column_after ()</h3>
         | 
| 1491 1439 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_move_column_after     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1492 1440 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| @@ -1505,19 +1453,18 @@ Moves <em class="parameter"><code>column</code></em> to be after to <em class="p | |
| 1505 1453 | 
             
            </tr>
         | 
| 1506 1454 | 
             
            <tr>
         | 
| 1507 1455 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1508 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved | 
| 1509 | 
            -
            </td>
         | 
| 1456 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved.</td>
         | 
| 1510 1457 | 
             
            </tr>
         | 
| 1511 1458 | 
             
            <tr>
         | 
| 1512 1459 | 
             
            <td><p><span class="term"><em class="parameter"><code>base_column</code></em> :</span></p></td>
         | 
| 1513 | 
            -
            <td> | 
| 1460 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved relative to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1514 1461 | 
             
            </td>
         | 
| 1515 1462 | 
             
            </tr>
         | 
| 1516 1463 | 
             
            </tbody>
         | 
| 1517 1464 | 
             
            </table></div>
         | 
| 1518 1465 | 
             
            </div>
         | 
| 1519 1466 | 
             
            <hr>
         | 
| 1520 | 
            -
            <div class="refsect2" | 
| 1467 | 
            +
            <div class="refsect2">
         | 
| 1521 1468 | 
             
            <a name="gtk-tree-view-set-expander-column"></a><h3>gtk_tree_view_set_expander_column ()</h3>
         | 
| 1522 1469 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_expander_column   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1523 1470 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
         | 
| @@ -1541,19 +1488,18 @@ expander column to a hidden column. | |
| 1541 1488 | 
             
            <tr>
         | 
| 1542 1489 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1543 1490 | 
             
            <td>
         | 
| 1544 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or the column to draw the expander arrow at | 
| 1545 | 
            -
            </td>
         | 
| 1491 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or the column to draw the expander arrow at.</td>
         | 
| 1546 1492 | 
             
            </tr>
         | 
| 1547 1493 | 
             
            </tbody>
         | 
| 1548 1494 | 
             
            </table></div>
         | 
| 1549 1495 | 
             
            </div>
         | 
| 1550 1496 | 
             
            <hr>
         | 
| 1551 | 
            -
            <div class="refsect2" | 
| 1497 | 
            +
            <div class="refsect2">
         | 
| 1552 1498 | 
             
            <a name="gtk-tree-view-get-expander-column"></a><h3>gtk_tree_view_get_expander_column ()</h3>
         | 
| 1553 1499 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * gtk_tree_view_get_expander_column   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1554 1500 | 
             
            <p>
         | 
| 1555 | 
            -
            Returns the column that is the current expander column. | 
| 1556 | 
            -
            column has the expander arrow drawn next to it.
         | 
| 1501 | 
            +
            Returns the column that is the current expander column.
         | 
| 1502 | 
            +
            This column has the expander arrow drawn next to it.
         | 
| 1557 1503 | 
             
            </p>
         | 
| 1558 1504 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1559 1505 | 
             
            <col align="left" valign="top">
         | 
| @@ -1565,14 +1511,14 @@ column has the expander arrow drawn next to it. | |
| 1565 1511 | 
             
            </tr>
         | 
| 1566 1512 | 
             
            <tr>
         | 
| 1567 1513 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1568 | 
            -
            <td> | 
| 1514 | 
            +
            <td>The expander column. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1569 1515 | 
             
            </td>
         | 
| 1570 1516 | 
             
            </tr>
         | 
| 1571 1517 | 
             
            </tbody>
         | 
| 1572 1518 | 
             
            </table></div>
         | 
| 1573 1519 | 
             
            </div>
         | 
| 1574 1520 | 
             
            <hr>
         | 
| 1575 | 
            -
            <div class="refsect2" | 
| 1521 | 
            +
            <div class="refsect2">
         | 
| 1576 1522 | 
             
            <a name="gtk-tree-view-set-column-drag-function"></a><h3>gtk_tree_view_set_column_drag_function ()</h3>
         | 
| 1577 1523 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_column_drag_function
         | 
| 1578 1524 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -1595,29 +1541,28 @@ dropped everywhere. | |
| 1595 1541 | 
             
            <tbody>
         | 
| 1596 1542 | 
             
            <tr>
         | 
| 1597 1543 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1598 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1599 | 
            -
            </td>
         | 
| 1544 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1600 1545 | 
             
            </tr>
         | 
| 1601 1546 | 
             
            <tr>
         | 
| 1602 1547 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 1603 | 
            -
            <td> | 
| 1548 | 
            +
            <td>A function to determine which columns are reorderable, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1604 1549 | 
             
            </td>
         | 
| 1605 1550 | 
             
            </tr>
         | 
| 1606 1551 | 
             
            <tr>
         | 
| 1607 1552 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 1608 | 
            -
            <td> | 
| 1553 | 
            +
            <td>User data to be passed to <em class="parameter"><code>func</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1609 1554 | 
             
            </td>
         | 
| 1610 1555 | 
             
            </tr>
         | 
| 1611 1556 | 
             
            <tr>
         | 
| 1612 1557 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 1613 | 
            -
            <td> | 
| 1558 | 
            +
            <td>Destroy notifier for <em class="parameter"><code>user_data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1614 1559 | 
             
            </td>
         | 
| 1615 1560 | 
             
            </tr>
         | 
| 1616 1561 | 
             
            </tbody>
         | 
| 1617 1562 | 
             
            </table></div>
         | 
| 1618 1563 | 
             
            </div>
         | 
| 1619 1564 | 
             
            <hr>
         | 
| 1620 | 
            -
            <div class="refsect2" | 
| 1565 | 
            +
            <div class="refsect2">
         | 
| 1621 1566 | 
             
            <a name="gtk-tree-view-scroll-to-point"></a><h3>gtk_tree_view_scroll_to_point ()</h3>
         | 
| 1622 1567 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_scroll_to_point       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1623 1568 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tree_x</code></em>,
         | 
| @@ -1642,22 +1587,20 @@ If either <em class="parameter"><code>tree_x</code></em> or <em class="parameter | |
| 1642 1587 | 
             
            </tr>
         | 
| 1643 1588 | 
             
            <tr>
         | 
| 1644 1589 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_x</code></em> :</span></p></td>
         | 
| 1645 | 
            -
            <td>X coordinate of new top-left pixel of visible area, or -1
         | 
| 1646 | 
            -
            </td>
         | 
| 1590 | 
            +
            <td>X coordinate of new top-left pixel of visible area, or -1</td>
         | 
| 1647 1591 | 
             
            </tr>
         | 
| 1648 1592 | 
             
            <tr>
         | 
| 1649 1593 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_y</code></em> :</span></p></td>
         | 
| 1650 | 
            -
            <td>Y coordinate of new top-left pixel of visible area, or -1
         | 
| 1651 | 
            -
            </td>
         | 
| 1594 | 
            +
            <td>Y coordinate of new top-left pixel of visible area, or -1</td>
         | 
| 1652 1595 | 
             
            </tr>
         | 
| 1653 1596 | 
             
            </tbody>
         | 
| 1654 1597 | 
             
            </table></div>
         | 
| 1655 1598 | 
             
            </div>
         | 
| 1656 1599 | 
             
            <hr>
         | 
| 1657 | 
            -
            <div class="refsect2" | 
| 1600 | 
            +
            <div class="refsect2">
         | 
| 1658 1601 | 
             
            <a name="gtk-tree-view-scroll-to-cell"></a><h3>gtk_tree_view_scroll_to_cell ()</h3>
         | 
| 1659 1602 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_scroll_to_cell        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1660 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1603 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 1661 1604 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 1662 1605 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
         | 
| 1663 1606 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
         | 
| @@ -1687,42 +1630,38 @@ path will be modified to reflect this change. | |
| 1687 1630 | 
             
            <tbody>
         | 
| 1688 1631 | 
             
            <tr>
         | 
| 1689 1632 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1690 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1691 | 
            -
            </td>
         | 
| 1633 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1692 1634 | 
             
            </tr>
         | 
| 1693 1635 | 
             
            <tr>
         | 
| 1694 1636 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1695 | 
            -
            <td> | 
| 1637 | 
            +
            <td>The path of the row to move to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1696 1638 | 
             
            </td>
         | 
| 1697 1639 | 
             
            </tr>
         | 
| 1698 1640 | 
             
            <tr>
         | 
| 1699 1641 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1700 | 
            -
            <td> | 
| 1642 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to move horizontally to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1701 1643 | 
             
            </td>
         | 
| 1702 1644 | 
             
            </tr>
         | 
| 1703 1645 | 
             
            <tr>
         | 
| 1704 1646 | 
             
            <td><p><span class="term"><em class="parameter"><code>use_align</code></em> :</span></p></td>
         | 
| 1705 | 
            -
            <td>whether to use alignment arguments, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a | 
| 1706 | 
            -
            </td>
         | 
| 1647 | 
            +
            <td>whether to use alignment arguments, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
         | 
| 1707 1648 | 
             
            </tr>
         | 
| 1708 1649 | 
             
            <tr>
         | 
| 1709 1650 | 
             
            <td><p><span class="term"><em class="parameter"><code>row_align</code></em> :</span></p></td>
         | 
| 1710 | 
            -
            <td>The vertical alignment of the row specified by <em class="parameter"><code>path</code></em | 
| 1711 | 
            -
            </td>
         | 
| 1651 | 
            +
            <td>The vertical alignment of the row specified by <em class="parameter"><code>path</code></em>.</td>
         | 
| 1712 1652 | 
             
            </tr>
         | 
| 1713 1653 | 
             
            <tr>
         | 
| 1714 1654 | 
             
            <td><p><span class="term"><em class="parameter"><code>col_align</code></em> :</span></p></td>
         | 
| 1715 | 
            -
            <td>The horizontal alignment of the column specified by <em class="parameter"><code>column</code></em | 
| 1716 | 
            -
            </td>
         | 
| 1655 | 
            +
            <td>The horizontal alignment of the column specified by <em class="parameter"><code>column</code></em>.</td>
         | 
| 1717 1656 | 
             
            </tr>
         | 
| 1718 1657 | 
             
            </tbody>
         | 
| 1719 1658 | 
             
            </table></div>
         | 
| 1720 1659 | 
             
            </div>
         | 
| 1721 1660 | 
             
            <hr>
         | 
| 1722 | 
            -
            <div class="refsect2" | 
| 1661 | 
            +
            <div class="refsect2">
         | 
| 1723 1662 | 
             
            <a name="gtk-tree-view-set-cursor"></a><h3>gtk_tree_view_set_cursor ()</h3>
         | 
| 1724 1663 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_cursor            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1725 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1664 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 1726 1665 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
         | 
| 1727 1666 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
         | 
| 1728 1667 | 
             
            <p>
         | 
| @@ -1749,28 +1688,27 @@ and the function will return without failing. | |
| 1749 1688 | 
             
            </tr>
         | 
| 1750 1689 | 
             
            <tr>
         | 
| 1751 1690 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1752 | 
            -
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1691 | 
            +
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
         | 
| 1753 1692 | 
             
            </td>
         | 
| 1754 1693 | 
             
            </tr>
         | 
| 1755 1694 | 
             
            <tr>
         | 
| 1756 1695 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
         | 
| 1757 | 
            -
            <td> | 
| 1696 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1758 1697 | 
             
            </td>
         | 
| 1759 1698 | 
             
            </tr>
         | 
| 1760 1699 | 
             
            <tr>
         | 
| 1761 1700 | 
             
            <td><p><span class="term"><em class="parameter"><code>start_editing</code></em> :</span></p></td>
         | 
| 1762 1701 | 
             
            <td>
         | 
| 1763 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited | 
| 1764 | 
            -
            </td>
         | 
| 1702 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</td>
         | 
| 1765 1703 | 
             
            </tr>
         | 
| 1766 1704 | 
             
            </tbody>
         | 
| 1767 1705 | 
             
            </table></div>
         | 
| 1768 1706 | 
             
            </div>
         | 
| 1769 1707 | 
             
            <hr>
         | 
| 1770 | 
            -
            <div class="refsect2" | 
| 1708 | 
            +
            <div class="refsect2">
         | 
| 1771 1709 | 
             
            <a name="gtk-tree-view-set-cursor-on-cell"></a><h3>gtk_tree_view_set_cursor_on_cell ()</h3>
         | 
| 1772 1710 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_cursor_on_cell    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1773 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1711 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 1774 1712 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
         | 
| 1775 1713 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *focus_cell</code></em>,
         | 
| 1776 1714 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
         | 
| @@ -1801,34 +1739,33 @@ and the function will return without failing. | |
| 1801 1739 | 
             
            </tr>
         | 
| 1802 1740 | 
             
            <tr>
         | 
| 1803 1741 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1804 | 
            -
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1742 | 
            +
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
         | 
| 1805 1743 | 
             
            </td>
         | 
| 1806 1744 | 
             
            </tr>
         | 
| 1807 1745 | 
             
            <tr>
         | 
| 1808 1746 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
         | 
| 1809 | 
            -
            <td> | 
| 1747 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1810 1748 | 
             
            </td>
         | 
| 1811 1749 | 
             
            </tr>
         | 
| 1812 1750 | 
             
            <tr>
         | 
| 1813 1751 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus_cell</code></em> :</span></p></td>
         | 
| 1814 | 
            -
            <td> | 
| 1752 | 
            +
            <td>A <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1815 1753 | 
             
            </td>
         | 
| 1816 1754 | 
             
            </tr>
         | 
| 1817 1755 | 
             
            <tr>
         | 
| 1818 1756 | 
             
            <td><p><span class="term"><em class="parameter"><code>start_editing</code></em> :</span></p></td>
         | 
| 1819 1757 | 
             
            <td>
         | 
| 1820 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited | 
| 1821 | 
            -
            </td>
         | 
| 1758 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</td>
         | 
| 1822 1759 | 
             
            </tr>
         | 
| 1823 1760 | 
             
            </tbody>
         | 
| 1824 1761 | 
             
            </table></div>
         | 
| 1825 1762 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1826 1763 | 
             
            </div>
         | 
| 1827 1764 | 
             
            <hr>
         | 
| 1828 | 
            -
            <div class="refsect2" | 
| 1765 | 
            +
            <div class="refsect2">
         | 
| 1829 1766 | 
             
            <a name="gtk-tree-view-get-cursor"></a><h3>gtk_tree_view_get_cursor ()</h3>
         | 
| 1830 1767 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_get_cursor            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1831 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1768 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 1832 1769 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **focus_column</code></em>);</pre>
         | 
| 1833 1770 | 
             
            <p>
         | 
| 1834 1771 | 
             
            Fills in <em class="parameter"><code>path</code></em> and <em class="parameter"><code>focus_column</code></em> with the current path and focus column.  If
         | 
| @@ -1836,7 +1773,7 @@ the cursor isn't currently set, then *<em class="parameter"><code>path</code></e | |
| 1836 1773 | 
             
            currently has focus, then *<em class="parameter"><code>focus_column</code></em> will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
         | 
| 1837 1774 | 
             
            </p>
         | 
| 1838 1775 | 
             
            <p>
         | 
| 1839 | 
            -
            The returned <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1776 | 
            +
            The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> must be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a> when
         | 
| 1840 1777 | 
             
            you are done with it.
         | 
| 1841 1778 | 
             
            </p>
         | 
| 1842 1779 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1849,22 +1786,22 @@ you are done with it. | |
| 1849 1786 | 
             
            </tr>
         | 
| 1850 1787 | 
             
            <tr>
         | 
| 1851 1788 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1852 | 
            -
            <td> | 
| 1789 | 
            +
            <td>A pointer to be filled with the current cursor path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1853 1790 | 
             
            </td>
         | 
| 1854 1791 | 
             
            </tr>
         | 
| 1855 1792 | 
             
            <tr>
         | 
| 1856 1793 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
         | 
| 1857 | 
            -
            <td> | 
| 1794 | 
            +
            <td>A pointer to be filled with the current focus column, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 1858 1795 | 
             
            </td>
         | 
| 1859 1796 | 
             
            </tr>
         | 
| 1860 1797 | 
             
            </tbody>
         | 
| 1861 1798 | 
             
            </table></div>
         | 
| 1862 1799 | 
             
            </div>
         | 
| 1863 1800 | 
             
            <hr>
         | 
| 1864 | 
            -
            <div class="refsect2" | 
| 1801 | 
            +
            <div class="refsect2">
         | 
| 1865 1802 | 
             
            <a name="gtk-tree-view-row-activated"></a><h3>gtk_tree_view_row_activated ()</h3>
         | 
| 1866 1803 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_row_activated         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1867 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1804 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 1868 1805 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
         | 
| 1869 1806 | 
             
            <p>
         | 
| 1870 1807 | 
             
            Activates the cell determined by <em class="parameter"><code>path</code></em> and <em class="parameter"><code>column</code></em>.
         | 
| @@ -1879,19 +1816,17 @@ Activates the cell determined by <em class="parameter"><code>path</code></em> an | |
| 1879 1816 | 
             
            </tr>
         | 
| 1880 1817 | 
             
            <tr>
         | 
| 1881 1818 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1882 | 
            -
            <td>The <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1883 | 
            -
            </td>
         | 
| 1819 | 
            +
            <td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to be activated.</td>
         | 
| 1884 1820 | 
             
            </tr>
         | 
| 1885 1821 | 
             
            <tr>
         | 
| 1886 1822 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 1887 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be activated | 
| 1888 | 
            -
            </td>
         | 
| 1823 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be activated.</td>
         | 
| 1889 1824 | 
             
            </tr>
         | 
| 1890 1825 | 
             
            </tbody>
         | 
| 1891 1826 | 
             
            </table></div>
         | 
| 1892 1827 | 
             
            </div>
         | 
| 1893 1828 | 
             
            <hr>
         | 
| 1894 | 
            -
            <div class="refsect2" | 
| 1829 | 
            +
            <div class="refsect2">
         | 
| 1895 1830 | 
             
            <a name="gtk-tree-view-expand-all"></a><h3>gtk_tree_view_expand_all ()</h3>
         | 
| 1896 1831 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_expand_all            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1897 1832 | 
             
            <p>
         | 
| @@ -1901,13 +1836,12 @@ Recursively expands all nodes in the <em class="parameter"><code>tree_view</code | |
| 1901 1836 | 
             
            <col align="left" valign="top">
         | 
| 1902 1837 | 
             
            <tbody><tr>
         | 
| 1903 1838 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1904 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1905 | 
            -
            </td>
         | 
| 1839 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1906 1840 | 
             
            </tr></tbody>
         | 
| 1907 1841 | 
             
            </table></div>
         | 
| 1908 1842 | 
             
            </div>
         | 
| 1909 1843 | 
             
            <hr>
         | 
| 1910 | 
            -
            <div class="refsect2" | 
| 1844 | 
            +
            <div class="refsect2">
         | 
| 1911 1845 | 
             
            <a name="gtk-tree-view-collapse-all"></a><h3>gtk_tree_view_collapse_all ()</h3>
         | 
| 1912 1846 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_collapse_all          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 1913 1847 | 
             
            <p>
         | 
| @@ -1917,16 +1851,15 @@ Recursively collapses all visible, expanded nodes in <em class="parameter"><code | |
| 1917 1851 | 
             
            <col align="left" valign="top">
         | 
| 1918 1852 | 
             
            <tbody><tr>
         | 
| 1919 1853 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1920 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1921 | 
            -
            </td>
         | 
| 1854 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1922 1855 | 
             
            </tr></tbody>
         | 
| 1923 1856 | 
             
            </table></div>
         | 
| 1924 1857 | 
             
            </div>
         | 
| 1925 1858 | 
             
            <hr>
         | 
| 1926 | 
            -
            <div class="refsect2" | 
| 1859 | 
            +
            <div class="refsect2">
         | 
| 1927 1860 | 
             
            <a name="gtk-tree-view-expand-to-path"></a><h3>gtk_tree_view_expand_to_path ()</h3>
         | 
| 1928 1861 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_expand_to_path        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1929 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1862 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
         | 
| 1930 1863 | 
             
            <p>
         | 
| 1931 1864 | 
             
            Expands the row at <em class="parameter"><code>path</code></em>. This will also expand all parent rows of
         | 
| 1932 1865 | 
             
            <em class="parameter"><code>path</code></em> as necessary.
         | 
| @@ -1936,23 +1869,21 @@ Expands the row at <em class="parameter"><code>path</code></em>. This will also | |
| 1936 1869 | 
             
            <tbody>
         | 
| 1937 1870 | 
             
            <tr>
         | 
| 1938 1871 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 1939 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 1940 | 
            -
            </td>
         | 
| 1872 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 1941 1873 | 
             
            </tr>
         | 
| 1942 1874 | 
             
            <tr>
         | 
| 1943 1875 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1944 | 
            -
            <td>path to a row | 
| 1945 | 
            -
            </td>
         | 
| 1876 | 
            +
            <td>path to a row.</td>
         | 
| 1946 1877 | 
             
            </tr>
         | 
| 1947 1878 | 
             
            </tbody>
         | 
| 1948 1879 | 
             
            </table></div>
         | 
| 1949 1880 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1950 1881 | 
             
            </div>
         | 
| 1951 1882 | 
             
            <hr>
         | 
| 1952 | 
            -
            <div class="refsect2" | 
| 1883 | 
            +
            <div class="refsect2">
         | 
| 1953 1884 | 
             
            <a name="gtk-tree-view-expand-row"></a><h3>gtk_tree_view_expand_row ()</h3>
         | 
| 1954 1885 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_expand_row            (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1955 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1886 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 1956 1887 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_all</code></em>);</pre>
         | 
| 1957 1888 | 
             
            <p>
         | 
| 1958 1889 | 
             
            Opens the row so its children are visible.
         | 
| @@ -1967,27 +1898,25 @@ Opens the row so its children are visible. | |
| 1967 1898 | 
             
            </tr>
         | 
| 1968 1899 | 
             
            <tr>
         | 
| 1969 1900 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 1970 | 
            -
            <td>path to a row
         | 
| 1971 | 
            -
            </td>
         | 
| 1901 | 
            +
            <td>path to a row</td>
         | 
| 1972 1902 | 
             
            </tr>
         | 
| 1973 1903 | 
             
            <tr>
         | 
| 1974 1904 | 
             
            <td><p><span class="term"><em class="parameter"><code>open_all</code></em> :</span></p></td>
         | 
| 1975 | 
            -
            <td>whether to recursively expand, or just expand immediate children
         | 
| 1976 | 
            -
            </td>
         | 
| 1905 | 
            +
            <td>whether to recursively expand, or just expand immediate children</td>
         | 
| 1977 1906 | 
             
            </tr>
         | 
| 1978 1907 | 
             
            <tr>
         | 
| 1979 1908 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1980 | 
            -
            <td> | 
| 1981 | 
            -
            </td>
         | 
| 1909 | 
            +
            <td>
         | 
| 1910 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row existed and had children</td>
         | 
| 1982 1911 | 
             
            </tr>
         | 
| 1983 1912 | 
             
            </tbody>
         | 
| 1984 1913 | 
             
            </table></div>
         | 
| 1985 1914 | 
             
            </div>
         | 
| 1986 1915 | 
             
            <hr>
         | 
| 1987 | 
            -
            <div class="refsect2" | 
| 1916 | 
            +
            <div class="refsect2">
         | 
| 1988 1917 | 
             
            <a name="gtk-tree-view-collapse-row"></a><h3>gtk_tree_view_collapse_row ()</h3>
         | 
| 1989 1918 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_collapse_row          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 1990 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1919 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
         | 
| 1991 1920 | 
             
            <p>
         | 
| 1992 1921 | 
             
            Collapses a row (hides its child rows, if they exist).
         | 
| 1993 1922 | 
             
            </p>
         | 
| @@ -2006,14 +1935,14 @@ Collapses a row (hides its child rows, if they exist). | |
| 2006 1935 | 
             
            </tr>
         | 
| 2007 1936 | 
             
            <tr>
         | 
| 2008 1937 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2009 | 
            -
            <td> | 
| 2010 | 
            -
            </td>
         | 
| 1938 | 
            +
            <td>
         | 
| 1939 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row was collapsed.</td>
         | 
| 2011 1940 | 
             
            </tr>
         | 
| 2012 1941 | 
             
            </tbody>
         | 
| 2013 1942 | 
             
            </table></div>
         | 
| 2014 1943 | 
             
            </div>
         | 
| 2015 1944 | 
             
            <hr>
         | 
| 2016 | 
            -
            <div class="refsect2" | 
| 1945 | 
            +
            <div class="refsect2">
         | 
| 2017 1946 | 
             
            <a name="gtk-tree-view-map-expanded-rows"></a><h3>gtk_tree_view_map_expanded_rows ()</h3>
         | 
| 2018 1947 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_map_expanded_rows     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2019 1948 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewMappingFunc" title="GtkTreeViewMappingFunc ()"><span class="type">GtkTreeViewMappingFunc</span></a> func</code></em>,
         | 
| @@ -2031,22 +1960,21 @@ Calls <em class="parameter"><code>func</code></em> on all expanded rows. | |
| 2031 1960 | 
             
            </tr>
         | 
| 2032 1961 | 
             
            <tr>
         | 
| 2033 1962 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 2034 | 
            -
            <td>A function to be called
         | 
| 1963 | 
            +
            <td>A function to be called. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
         | 
| 2035 1964 | 
             
            </td>
         | 
| 2036 1965 | 
             
            </tr>
         | 
| 2037 1966 | 
             
            <tr>
         | 
| 2038 1967 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 2039 | 
            -
            <td>User data to be passed to the function | 
| 2040 | 
            -
            </td>
         | 
| 1968 | 
            +
            <td>User data to be passed to the function.</td>
         | 
| 2041 1969 | 
             
            </tr>
         | 
| 2042 1970 | 
             
            </tbody>
         | 
| 2043 1971 | 
             
            </table></div>
         | 
| 2044 1972 | 
             
            </div>
         | 
| 2045 1973 | 
             
            <hr>
         | 
| 2046 | 
            -
            <div class="refsect2" | 
| 1974 | 
            +
            <div class="refsect2">
         | 
| 2047 1975 | 
             
            <a name="gtk-tree-view-row-expanded"></a><h3>gtk_tree_view_row_expanded ()</h3>
         | 
| 2048 1976 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_row_expanded          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2049 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 1977 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
         | 
| 2050 1978 | 
             
            <p>
         | 
| 2051 1979 | 
             
            Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the node pointed to by <em class="parameter"><code>path</code></em> is expanded in <em class="parameter"><code>tree_view</code></em>.
         | 
| 2052 1980 | 
             
            </p>
         | 
| @@ -2055,24 +1983,22 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 2055 1983 | 
             
            <tbody>
         | 
| 2056 1984 | 
             
            <tr>
         | 
| 2057 1985 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 2058 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 2059 | 
            -
            </td>
         | 
| 1986 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 2060 1987 | 
             
            </tr>
         | 
| 2061 1988 | 
             
            <tr>
         | 
| 2062 1989 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2063 | 
            -
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2064 | 
            -
            </td>
         | 
| 1990 | 
            +
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to test expansion state.</td>
         | 
| 2065 1991 | 
             
            </tr>
         | 
| 2066 1992 | 
             
            <tr>
         | 
| 2067 1993 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2068 | 
            -
            <td> | 
| 2069 | 
            -
            </td>
         | 
| 1994 | 
            +
            <td>
         | 
| 1995 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <span class="type">path</span> is expanded.</td>
         | 
| 2070 1996 | 
             
            </tr>
         | 
| 2071 1997 | 
             
            </tbody>
         | 
| 2072 1998 | 
             
            </table></div>
         | 
| 2073 1999 | 
             
            </div>
         | 
| 2074 2000 | 
             
            <hr>
         | 
| 2075 | 
            -
            <div class="refsect2" | 
| 2001 | 
            +
            <div class="refsect2">
         | 
| 2076 2002 | 
             
            <a name="gtk-tree-view-set-reorderable"></a><h3>gtk_tree_view_set_reorderable ()</h3>
         | 
| 2077 2003 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_reorderable       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2078 2004 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
         | 
| @@ -2097,20 +2023,18 @@ handle drag and drop manually. | |
| 2097 2023 | 
             
            <tbody>
         | 
| 2098 2024 | 
             
            <tr>
         | 
| 2099 2025 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 2100 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 2101 | 
            -
            </td>
         | 
| 2026 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 2102 2027 | 
             
            </tr>
         | 
| 2103 2028 | 
             
            <tr>
         | 
| 2104 2029 | 
             
            <td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
         | 
| 2105 2030 | 
             
            <td>
         | 
| 2106 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the tree can be reordered | 
| 2107 | 
            -
            </td>
         | 
| 2031 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the tree can be reordered.</td>
         | 
| 2108 2032 | 
             
            </tr>
         | 
| 2109 2033 | 
             
            </tbody>
         | 
| 2110 2034 | 
             
            </table></div>
         | 
| 2111 2035 | 
             
            </div>
         | 
| 2112 2036 | 
             
            <hr>
         | 
| 2113 | 
            -
            <div class="refsect2" | 
| 2037 | 
            +
            <div class="refsect2">
         | 
| 2114 2038 | 
             
            <a name="gtk-tree-view-get-reorderable"></a><h3>gtk_tree_view_get_reorderable ()</h3>
         | 
| 2115 2039 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_reorderable       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 2116 2040 | 
             
            <p>
         | 
| @@ -2127,19 +2051,19 @@ Retrieves whether the user can reorder the tree via drag-and-drop. See | |
| 2127 2051 | 
             
            </tr>
         | 
| 2128 2052 | 
             
            <tr>
         | 
| 2129 2053 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2130 | 
            -
            <td> | 
| 2131 | 
            -
            </td>
         | 
| 2054 | 
            +
            <td>
         | 
| 2055 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tree can be reordered.</td>
         | 
| 2132 2056 | 
             
            </tr>
         | 
| 2133 2057 | 
             
            </tbody>
         | 
| 2134 2058 | 
             
            </table></div>
         | 
| 2135 2059 | 
             
            </div>
         | 
| 2136 2060 | 
             
            <hr>
         | 
| 2137 | 
            -
            <div class="refsect2" | 
| 2061 | 
            +
            <div class="refsect2">
         | 
| 2138 2062 | 
             
            <a name="gtk-tree-view-get-path-at-pos"></a><h3>gtk_tree_view_get_path_at_pos ()</h3>
         | 
| 2139 2063 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_path_at_pos       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2140 2064 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 2141 2065 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
         | 
| 2142 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2066 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 2143 2067 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **column</code></em>,
         | 
| 2144 2068 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_x</code></em>,
         | 
| 2145 2069 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_y</code></em>);</pre>
         | 
| @@ -2150,7 +2074,7 @@ That is, <em class="parameter"><code>x</code></em> and <em class="parameter"><co | |
| 2150 2074 | 
             
            come from an event on the <em class="parameter"><code>tree_view</code></em> only where <code class="literal">event->window ==
         | 
| 2151 2075 | 
             
            gtk_tree_view_get_bin_window ()</code>. It is primarily for
         | 
| 2152 2076 | 
             
            things like popup menus. If <em class="parameter"><code>path</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
         | 
| 2153 | 
            -
            with the <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2077 | 
            +
            with the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> at that point.  This path should be freed with
         | 
| 2154 2078 | 
             
            <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>.  If <em class="parameter"><code>column</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
         | 
| 2155 2079 | 
             
            with the column at that point.  <em class="parameter"><code>cell_x</code></em> and <em class="parameter"><code>cell_y</code></em> return the coordinates
         | 
| 2156 2080 | 
             
            relative to the cell background (i.e. the <em class="parameter"><code>background_area</code></em> passed to
         | 
| @@ -2168,52 +2092,49 @@ GtkWidget::query-tooltip), please see | |
| 2168 2092 | 
             
            <tbody>
         | 
| 2169 2093 | 
             
            <tr>
         | 
| 2170 2094 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 2171 | 
            -
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 2172 | 
            -
            </td>
         | 
| 2095 | 
            +
            <td>A <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 2173 2096 | 
             
            </tr>
         | 
| 2174 2097 | 
             
            <tr>
         | 
| 2175 2098 | 
             
            <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
         | 
| 2176 | 
            -
            <td>The x position to be identified (relative to bin_window) | 
| 2177 | 
            -
            </td>
         | 
| 2099 | 
            +
            <td>The x position to be identified (relative to bin_window).</td>
         | 
| 2178 2100 | 
             
            </tr>
         | 
| 2179 2101 | 
             
            <tr>
         | 
| 2180 2102 | 
             
            <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
         | 
| 2181 | 
            -
            <td>The y position to be identified (relative to bin_window) | 
| 2182 | 
            -
            </td>
         | 
| 2103 | 
            +
            <td>The y position to be identified (relative to bin_window).</td>
         | 
| 2183 2104 | 
             
            </tr>
         | 
| 2184 2105 | 
             
            <tr>
         | 
| 2185 2106 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2186 | 
            -
            <td> | 
| 2107 | 
            +
            <td>A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2187 2108 | 
             
            </td>
         | 
| 2188 2109 | 
             
            </tr>
         | 
| 2189 2110 | 
             
            <tr>
         | 
| 2190 2111 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 2191 | 
            -
            <td> | 
| 2112 | 
            +
            <td>A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2192 2113 | 
             
            </td>
         | 
| 2193 2114 | 
             
            </tr>
         | 
| 2194 2115 | 
             
            <tr>
         | 
| 2195 2116 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_x</code></em> :</span></p></td>
         | 
| 2196 | 
            -
            <td> | 
| 2117 | 
            +
            <td>A pointer where the X coordinate relative to the cell can be placed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2197 2118 | 
             
            </td>
         | 
| 2198 2119 | 
             
            </tr>
         | 
| 2199 2120 | 
             
            <tr>
         | 
| 2200 2121 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_y</code></em> :</span></p></td>
         | 
| 2201 | 
            -
            <td> | 
| 2122 | 
            +
            <td>A pointer where the Y coordinate relative to the cell can be placed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2202 2123 | 
             
            </td>
         | 
| 2203 2124 | 
             
            </tr>
         | 
| 2204 2125 | 
             
            <tr>
         | 
| 2205 2126 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2206 | 
            -
            <td> | 
| 2207 | 
            -
            </td>
         | 
| 2127 | 
            +
            <td>
         | 
| 2128 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a row exists at that coordinate.</td>
         | 
| 2208 2129 | 
             
            </tr>
         | 
| 2209 2130 | 
             
            </tbody>
         | 
| 2210 2131 | 
             
            </table></div>
         | 
| 2211 2132 | 
             
            </div>
         | 
| 2212 2133 | 
             
            <hr>
         | 
| 2213 | 
            -
            <div class="refsect2" | 
| 2134 | 
            +
            <div class="refsect2">
         | 
| 2214 2135 | 
             
            <a name="gtk-tree-view-get-cell-area"></a><h3>gtk_tree_view_get_cell_area ()</h3>
         | 
| 2215 2136 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_get_cell_area         (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2216 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2137 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 2217 2138 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 2218 2139 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
         | 
| 2219 2140 | 
             
            <p>
         | 
| @@ -2237,27 +2158,26 @@ realized. | |
| 2237 2158 | 
             
            </tr>
         | 
| 2238 2159 | 
             
            <tr>
         | 
| 2239 2160 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2240 | 
            -
            <td> | 
| 2161 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2241 2162 | 
             
            </td>
         | 
| 2242 2163 | 
             
            </tr>
         | 
| 2243 2164 | 
             
            <tr>
         | 
| 2244 2165 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 2245 | 
            -
            <td> | 
| 2166 | 
            +
            <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2246 2167 | 
             
            </td>
         | 
| 2247 2168 | 
             
            </tr>
         | 
| 2248 2169 | 
             
            <tr>
         | 
| 2249 2170 | 
             
            <td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
         | 
| 2250 | 
            -
            <td>rectangle to fill with cell rect
         | 
| 2251 | 
            -
            </td>
         | 
| 2171 | 
            +
            <td>rectangle to fill with cell rect</td>
         | 
| 2252 2172 | 
             
            </tr>
         | 
| 2253 2173 | 
             
            </tbody>
         | 
| 2254 2174 | 
             
            </table></div>
         | 
| 2255 2175 | 
             
            </div>
         | 
| 2256 2176 | 
             
            <hr>
         | 
| 2257 | 
            -
            <div class="refsect2" | 
| 2177 | 
            +
            <div class="refsect2">
         | 
| 2258 2178 | 
             
            <a name="gtk-tree-view-get-background-area"></a><h3>gtk_tree_view_get_background_area ()</h3>
         | 
| 2259 2179 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_get_background_area   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2260 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2180 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 2261 2181 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 2262 2182 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
         | 
| 2263 2183 | 
             
            <p>
         | 
| @@ -2281,24 +2201,23 @@ itself, excluding surrounding borders and the tree expander area. | |
| 2281 2201 | 
             
            </tr>
         | 
| 2282 2202 | 
             
            <tr>
         | 
| 2283 2203 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2284 | 
            -
            <td> | 
| 2204 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2285 2205 | 
             
            </td>
         | 
| 2286 2206 | 
             
            </tr>
         | 
| 2287 2207 | 
             
            <tr>
         | 
| 2288 2208 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 2289 | 
            -
            <td> | 
| 2209 | 
            +
            <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordiantes. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2290 2210 | 
             
            </td>
         | 
| 2291 2211 | 
             
            </tr>
         | 
| 2292 2212 | 
             
            <tr>
         | 
| 2293 2213 | 
             
            <td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
         | 
| 2294 | 
            -
            <td>rectangle to fill with cell background rect
         | 
| 2295 | 
            -
            </td>
         | 
| 2214 | 
            +
            <td>rectangle to fill with cell background rect</td>
         | 
| 2296 2215 | 
             
            </tr>
         | 
| 2297 2216 | 
             
            </tbody>
         | 
| 2298 2217 | 
             
            </table></div>
         | 
| 2299 2218 | 
             
            </div>
         | 
| 2300 2219 | 
             
            <hr>
         | 
| 2301 | 
            -
            <div class="refsect2" | 
| 2220 | 
            +
            <div class="refsect2">
         | 
| 2302 2221 | 
             
            <a name="gtk-tree-view-get-visible-rect"></a><h3>gtk_tree_view_get_visible_rect ()</h3>
         | 
| 2303 2222 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_get_visible_rect      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2304 2223 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
         | 
| @@ -2319,18 +2238,17 @@ scrollable area of the tree. | |
| 2319 2238 | 
             
            </tr>
         | 
| 2320 2239 | 
             
            <tr>
         | 
| 2321 2240 | 
             
            <td><p><span class="term"><em class="parameter"><code>visible_rect</code></em> :</span></p></td>
         | 
| 2322 | 
            -
            <td>rectangle to fill
         | 
| 2323 | 
            -
            </td>
         | 
| 2241 | 
            +
            <td>rectangle to fill</td>
         | 
| 2324 2242 | 
             
            </tr>
         | 
| 2325 2243 | 
             
            </tbody>
         | 
| 2326 2244 | 
             
            </table></div>
         | 
| 2327 2245 | 
             
            </div>
         | 
| 2328 2246 | 
             
            <hr>
         | 
| 2329 | 
            -
            <div class="refsect2" | 
| 2247 | 
            +
            <div class="refsect2">
         | 
| 2330 2248 | 
             
            <a name="gtk-tree-view-get-visible-range"></a><h3>gtk_tree_view_get_visible_range ()</h3>
         | 
| 2331 2249 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_visible_range     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2332 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2333 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2250 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
         | 
| 2251 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);</pre>
         | 
| 2334 2252 | 
             
            <p>
         | 
| 2335 2253 | 
             
            Sets <em class="parameter"><code>start_path</code></em> and <em class="parameter"><code>end_path</code></em> to be the first and last visible path.
         | 
| 2336 2254 | 
             
            Note that there may be invisible paths in between.
         | 
| @@ -2348,32 +2266,31 @@ The paths should be freed with <a class="link" href="GtkTreeModel.html#gtk-tree- | |
| 2348 2266 | 
             
            </tr>
         | 
| 2349 2267 | 
             
            <tr>
         | 
| 2350 2268 | 
             
            <td><p><span class="term"><em class="parameter"><code>start_path</code></em> :</span></p></td>
         | 
| 2351 | 
            -
            <td> | 
| 2269 | 
            +
            <td>Return location for start of region, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2352 2270 | 
             
            </td>
         | 
| 2353 2271 | 
             
            </tr>
         | 
| 2354 2272 | 
             
            <tr>
         | 
| 2355 2273 | 
             
            <td><p><span class="term"><em class="parameter"><code>end_path</code></em> :</span></p></td>
         | 
| 2356 | 
            -
            <td> | 
| 2274 | 
            +
            <td>Return location for end of region, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2357 2275 | 
             
            </td>
         | 
| 2358 2276 | 
             
            </tr>
         | 
| 2359 2277 | 
             
            <tr>
         | 
| 2360 2278 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2361 | 
            -
            <td> | 
| 2362 | 
            -
             | 
| 2363 | 
            -
            </td>
         | 
| 2279 | 
            +
            <td>
         | 
| 2280 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if valid paths were placed in <em class="parameter"><code>start_path</code></em> and <em class="parameter"><code>end_path</code></em>.</td>
         | 
| 2364 2281 | 
             
            </tr>
         | 
| 2365 2282 | 
             
            </tbody>
         | 
| 2366 2283 | 
             
            </table></div>
         | 
| 2367 2284 | 
             
            <p class="since">Since 2.8</p>
         | 
| 2368 2285 | 
             
            </div>
         | 
| 2369 2286 | 
             
            <hr>
         | 
| 2370 | 
            -
            <div class="refsect2" | 
| 2287 | 
            +
            <div class="refsect2">
         | 
| 2371 2288 | 
             
            <a name="gtk-tree-view-get-bin-window"></a><h3>gtk_tree_view_get_bin_window ()</h3>
         | 
| 2372 2289 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gtk_tree_view_get_bin_window        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 2373 2290 | 
             
            <p>
         | 
| 2374 | 
            -
            Returns the window that <em class="parameter"><code>tree_view</code></em> renders to. | 
| 2375 | 
            -
            compare to <code class="literal">event->window</code> | 
| 2376 | 
            -
            <em class="parameter"><code>tree_view</code></em> is on the right window.
         | 
| 2291 | 
            +
            Returns the window that <em class="parameter"><code>tree_view</code></em> renders to.
         | 
| 2292 | 
            +
            This is used primarily to compare to <code class="literal">event->window</code>
         | 
| 2293 | 
            +
            to confirm that the event on <em class="parameter"><code>tree_view</code></em> is on the right window.
         | 
| 2377 2294 | 
             
            </p>
         | 
| 2378 2295 | 
             
            <div class="variablelist"><table border="0">
         | 
| 2379 2296 | 
             
            <col align="left" valign="top">
         | 
| @@ -2385,21 +2302,22 @@ compare to <code class="literal">event->window</code> to confirm that the eve | |
| 2385 2302 | 
             
            </tr>
         | 
| 2386 2303 | 
             
            <tr>
         | 
| 2387 2304 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2388 | 
            -
            <td> | 
| 2305 | 
            +
            <td>A <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when <em class="parameter"><code>tree_view</code></em>
         | 
| 2306 | 
            +
            hasn't been realized yet. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 2389 2307 | 
             
            </td>
         | 
| 2390 2308 | 
             
            </tr>
         | 
| 2391 2309 | 
             
            </tbody>
         | 
| 2392 2310 | 
             
            </table></div>
         | 
| 2393 2311 | 
             
            </div>
         | 
| 2394 2312 | 
             
            <hr>
         | 
| 2395 | 
            -
            <div class="refsect2" | 
| 2313 | 
            +
            <div class="refsect2">
         | 
| 2396 2314 | 
             
            <a name="gtk-tree-view-widget-to-tree-coords"></a><h3>gtk_tree_view_widget_to_tree_coords ()</h3>
         | 
| 2397 2315 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_widget_to_tree_coords (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2398 2316 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
         | 
| 2399 2317 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
         | 
| 2400 2318 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *tx</code></em>,
         | 
| 2401 2319 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ty</code></em>);</pre>
         | 
| 2402 | 
            -
            <div class="warning"  | 
| 2320 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 2403 2321 | 
             
            <h3 class="title">Warning</h3>
         | 
| 2404 2322 | 
             
            <p><code class="literal">gtk_tree_view_widget_to_tree_coords</code> has been deprecated since version 2.12 and should not be used in newly-written code. Due to historial reasons the name of this function is
         | 
| 2405 2323 | 
             
            incorrect.  For converting coordinates relative to the widget to
         | 
| @@ -2420,36 +2338,32 @@ tree (the full scrollable area of the tree). | |
| 2420 2338 | 
             
            </tr>
         | 
| 2421 2339 | 
             
            <tr>
         | 
| 2422 2340 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2423 | 
            -
            <td>X coordinate relative to bin_window
         | 
| 2424 | 
            -
            </td>
         | 
| 2341 | 
            +
            <td>X coordinate relative to bin_window</td>
         | 
| 2425 2342 | 
             
            </tr>
         | 
| 2426 2343 | 
             
            <tr>
         | 
| 2427 2344 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2428 | 
            -
            <td>Y coordinate relative to bin_window
         | 
| 2429 | 
            -
            </td>
         | 
| 2345 | 
            +
            <td>Y coordinate relative to bin_window</td>
         | 
| 2430 2346 | 
             
            </tr>
         | 
| 2431 2347 | 
             
            <tr>
         | 
| 2432 2348 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2433 | 
            -
            <td>return location for tree X coordinate
         | 
| 2434 | 
            -
            </td>
         | 
| 2349 | 
            +
            <td>return location for tree X coordinate</td>
         | 
| 2435 2350 | 
             
            </tr>
         | 
| 2436 2351 | 
             
            <tr>
         | 
| 2437 2352 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2438 | 
            -
            <td>return location for tree Y coordinate
         | 
| 2439 | 
            -
            </td>
         | 
| 2353 | 
            +
            <td>return location for tree Y coordinate</td>
         | 
| 2440 2354 | 
             
            </tr>
         | 
| 2441 2355 | 
             
            </tbody>
         | 
| 2442 2356 | 
             
            </table></div>
         | 
| 2443 2357 | 
             
            </div>
         | 
| 2444 2358 | 
             
            <hr>
         | 
| 2445 | 
            -
            <div class="refsect2" | 
| 2359 | 
            +
            <div class="refsect2">
         | 
| 2446 2360 | 
             
            <a name="gtk-tree-view-tree-to-widget-coords"></a><h3>gtk_tree_view_tree_to_widget_coords ()</h3>
         | 
| 2447 2361 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_tree_to_widget_coords (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2448 2362 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tx</code></em>,
         | 
| 2449 2363 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ty</code></em>,
         | 
| 2450 2364 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wx</code></em>,
         | 
| 2451 2365 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wy</code></em>);</pre>
         | 
| 2452 | 
            -
            <div class="warning"  | 
| 2366 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 2453 2367 | 
             
            <h3 class="title">Warning</h3>
         | 
| 2454 2368 | 
             
            <p><code class="literal">gtk_tree_view_tree_to_widget_coords</code> has been deprecated since version 2.12 and should not be used in newly-written code. Due to historial reasons the name of this function is
         | 
| 2455 2369 | 
             
            incorrect.  For converting bin_window coordinates to coordinates relative
         | 
| @@ -2470,29 +2384,25 @@ to bin_window coordinates. | |
| 2470 2384 | 
             
            </tr>
         | 
| 2471 2385 | 
             
            <tr>
         | 
| 2472 2386 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2473 | 
            -
            <td>tree X coordinate
         | 
| 2474 | 
            -
            </td>
         | 
| 2387 | 
            +
            <td>tree X coordinate</td>
         | 
| 2475 2388 | 
             
            </tr>
         | 
| 2476 2389 | 
             
            <tr>
         | 
| 2477 2390 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2478 | 
            -
            <td>tree Y coordinate
         | 
| 2479 | 
            -
            </td>
         | 
| 2391 | 
            +
            <td>tree Y coordinate</td>
         | 
| 2480 2392 | 
             
            </tr>
         | 
| 2481 2393 | 
             
            <tr>
         | 
| 2482 2394 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2483 | 
            -
            <td>return location for X coordinate relative to bin_window
         | 
| 2484 | 
            -
            </td>
         | 
| 2395 | 
            +
            <td>return location for X coordinate relative to bin_window</td>
         | 
| 2485 2396 | 
             
            </tr>
         | 
| 2486 2397 | 
             
            <tr>
         | 
| 2487 2398 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2488 | 
            -
            <td>return location for Y coordinate relative to bin_window
         | 
| 2489 | 
            -
            </td>
         | 
| 2399 | 
            +
            <td>return location for Y coordinate relative to bin_window</td>
         | 
| 2490 2400 | 
             
            </tr>
         | 
| 2491 2401 | 
             
            </tbody>
         | 
| 2492 2402 | 
             
            </table></div>
         | 
| 2493 2403 | 
             
            </div>
         | 
| 2494 2404 | 
             
            <hr>
         | 
| 2495 | 
            -
            <div class="refsect2" | 
| 2405 | 
            +
            <div class="refsect2">
         | 
| 2496 2406 | 
             
            <a name="gtk-tree-view-convert-bin-window-to-tree-coords"></a><h3>gtk_tree_view_convert_bin_window_to_tree_coords ()</h3>
         | 
| 2497 2407 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_bin_window_to_tree_coords
         | 
| 2498 2408 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2514,30 +2424,26 @@ tree (the full scrollable area of the tree). | |
| 2514 2424 | 
             
            </tr>
         | 
| 2515 2425 | 
             
            <tr>
         | 
| 2516 2426 | 
             
            <td><p><span class="term"><em class="parameter"><code>bx</code></em> :</span></p></td>
         | 
| 2517 | 
            -
            <td>X coordinate relative to bin_window
         | 
| 2518 | 
            -
            </td>
         | 
| 2427 | 
            +
            <td>X coordinate relative to bin_window</td>
         | 
| 2519 2428 | 
             
            </tr>
         | 
| 2520 2429 | 
             
            <tr>
         | 
| 2521 2430 | 
             
            <td><p><span class="term"><em class="parameter"><code>by</code></em> :</span></p></td>
         | 
| 2522 | 
            -
            <td>Y coordinate relative to bin_window
         | 
| 2523 | 
            -
            </td>
         | 
| 2431 | 
            +
            <td>Y coordinate relative to bin_window</td>
         | 
| 2524 2432 | 
             
            </tr>
         | 
| 2525 2433 | 
             
            <tr>
         | 
| 2526 2434 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2527 | 
            -
            <td>return location for tree X coordinate
         | 
| 2528 | 
            -
            </td>
         | 
| 2435 | 
            +
            <td>return location for tree X coordinate</td>
         | 
| 2529 2436 | 
             
            </tr>
         | 
| 2530 2437 | 
             
            <tr>
         | 
| 2531 2438 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2532 | 
            -
            <td>return location for tree Y coordinate
         | 
| 2533 | 
            -
            </td>
         | 
| 2439 | 
            +
            <td>return location for tree Y coordinate</td>
         | 
| 2534 2440 | 
             
            </tr>
         | 
| 2535 2441 | 
             
            </tbody>
         | 
| 2536 2442 | 
             
            </table></div>
         | 
| 2537 2443 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2538 2444 | 
             
            </div>
         | 
| 2539 2445 | 
             
            <hr>
         | 
| 2540 | 
            -
            <div class="refsect2" | 
| 2446 | 
            +
            <div class="refsect2">
         | 
| 2541 2447 | 
             
            <a name="gtk-tree-view-convert-bin-window-to-widget-coords"></a><h3>gtk_tree_view_convert_bin_window_to_widget_coords ()</h3>
         | 
| 2542 2448 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_bin_window_to_widget_coords
         | 
| 2543 2449 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2559,30 +2465,26 @@ to widget relative coordinates. | |
| 2559 2465 | 
             
            </tr>
         | 
| 2560 2466 | 
             
            <tr>
         | 
| 2561 2467 | 
             
            <td><p><span class="term"><em class="parameter"><code>bx</code></em> :</span></p></td>
         | 
| 2562 | 
            -
            <td>bin_window X coordinate
         | 
| 2563 | 
            -
            </td>
         | 
| 2468 | 
            +
            <td>bin_window X coordinate</td>
         | 
| 2564 2469 | 
             
            </tr>
         | 
| 2565 2470 | 
             
            <tr>
         | 
| 2566 2471 | 
             
            <td><p><span class="term"><em class="parameter"><code>by</code></em> :</span></p></td>
         | 
| 2567 | 
            -
            <td>bin_window Y coordinate
         | 
| 2568 | 
            -
            </td>
         | 
| 2472 | 
            +
            <td>bin_window Y coordinate</td>
         | 
| 2569 2473 | 
             
            </tr>
         | 
| 2570 2474 | 
             
            <tr>
         | 
| 2571 2475 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2572 | 
            -
            <td>return location for widget X coordinate
         | 
| 2573 | 
            -
            </td>
         | 
| 2476 | 
            +
            <td>return location for widget X coordinate</td>
         | 
| 2574 2477 | 
             
            </tr>
         | 
| 2575 2478 | 
             
            <tr>
         | 
| 2576 2479 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2577 | 
            -
            <td>return location for widget Y coordinate
         | 
| 2578 | 
            -
            </td>
         | 
| 2480 | 
            +
            <td>return location for widget Y coordinate</td>
         | 
| 2579 2481 | 
             
            </tr>
         | 
| 2580 2482 | 
             
            </tbody>
         | 
| 2581 2483 | 
             
            </table></div>
         | 
| 2582 2484 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2583 2485 | 
             
            </div>
         | 
| 2584 2486 | 
             
            <hr>
         | 
| 2585 | 
            -
            <div class="refsect2" | 
| 2487 | 
            +
            <div class="refsect2">
         | 
| 2586 2488 | 
             
            <a name="gtk-tree-view-convert-tree-to-bin-window-coords"></a><h3>gtk_tree_view_convert_tree_to_bin_window_coords ()</h3>
         | 
| 2587 2489 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_tree_to_bin_window_coords
         | 
| 2588 2490 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2604,30 +2506,26 @@ to bin_window coordinates. | |
| 2604 2506 | 
             
            </tr>
         | 
| 2605 2507 | 
             
            <tr>
         | 
| 2606 2508 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2607 | 
            -
            <td>tree X coordinate
         | 
| 2608 | 
            -
            </td>
         | 
| 2509 | 
            +
            <td>tree X coordinate</td>
         | 
| 2609 2510 | 
             
            </tr>
         | 
| 2610 2511 | 
             
            <tr>
         | 
| 2611 2512 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2612 | 
            -
            <td>tree Y coordinate
         | 
| 2613 | 
            -
            </td>
         | 
| 2513 | 
            +
            <td>tree Y coordinate</td>
         | 
| 2614 2514 | 
             
            </tr>
         | 
| 2615 2515 | 
             
            <tr>
         | 
| 2616 2516 | 
             
            <td><p><span class="term"><em class="parameter"><code>bx</code></em> :</span></p></td>
         | 
| 2617 | 
            -
            <td>return location for X coordinate relative to bin_window
         | 
| 2618 | 
            -
            </td>
         | 
| 2517 | 
            +
            <td>return location for X coordinate relative to bin_window</td>
         | 
| 2619 2518 | 
             
            </tr>
         | 
| 2620 2519 | 
             
            <tr>
         | 
| 2621 2520 | 
             
            <td><p><span class="term"><em class="parameter"><code>by</code></em> :</span></p></td>
         | 
| 2622 | 
            -
            <td>return location for Y coordinate relative to bin_window
         | 
| 2623 | 
            -
            </td>
         | 
| 2521 | 
            +
            <td>return location for Y coordinate relative to bin_window</td>
         | 
| 2624 2522 | 
             
            </tr>
         | 
| 2625 2523 | 
             
            </tbody>
         | 
| 2626 2524 | 
             
            </table></div>
         | 
| 2627 2525 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2628 2526 | 
             
            </div>
         | 
| 2629 2527 | 
             
            <hr>
         | 
| 2630 | 
            -
            <div class="refsect2" | 
| 2528 | 
            +
            <div class="refsect2">
         | 
| 2631 2529 | 
             
            <a name="gtk-tree-view-convert-tree-to-widget-coords"></a><h3>gtk_tree_view_convert_tree_to_widget_coords ()</h3>
         | 
| 2632 2530 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_tree_to_widget_coords
         | 
| 2633 2531 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2649,30 +2547,26 @@ to widget coordinates. | |
| 2649 2547 | 
             
            </tr>
         | 
| 2650 2548 | 
             
            <tr>
         | 
| 2651 2549 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2652 | 
            -
            <td>X coordinate relative to the tree
         | 
| 2653 | 
            -
            </td>
         | 
| 2550 | 
            +
            <td>X coordinate relative to the tree</td>
         | 
| 2654 2551 | 
             
            </tr>
         | 
| 2655 2552 | 
             
            <tr>
         | 
| 2656 2553 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2657 | 
            -
            <td>Y coordinate relative to the tree
         | 
| 2658 | 
            -
            </td>
         | 
| 2554 | 
            +
            <td>Y coordinate relative to the tree</td>
         | 
| 2659 2555 | 
             
            </tr>
         | 
| 2660 2556 | 
             
            <tr>
         | 
| 2661 2557 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2662 | 
            -
            <td>return location for widget X coordinate
         | 
| 2663 | 
            -
            </td>
         | 
| 2558 | 
            +
            <td>return location for widget X coordinate</td>
         | 
| 2664 2559 | 
             
            </tr>
         | 
| 2665 2560 | 
             
            <tr>
         | 
| 2666 2561 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2667 | 
            -
            <td>return location for widget Y coordinate
         | 
| 2668 | 
            -
            </td>
         | 
| 2562 | 
            +
            <td>return location for widget Y coordinate</td>
         | 
| 2669 2563 | 
             
            </tr>
         | 
| 2670 2564 | 
             
            </tbody>
         | 
| 2671 2565 | 
             
            </table></div>
         | 
| 2672 2566 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2673 2567 | 
             
            </div>
         | 
| 2674 2568 | 
             
            <hr>
         | 
| 2675 | 
            -
            <div class="refsect2" | 
| 2569 | 
            +
            <div class="refsect2">
         | 
| 2676 2570 | 
             
            <a name="gtk-tree-view-convert-widget-to-bin-window-coords"></a><h3>gtk_tree_view_convert_widget_to_bin_window_coords ()</h3>
         | 
| 2677 2571 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_widget_to_bin_window_coords
         | 
| 2678 2572 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2694,30 +2588,26 @@ Converts widget coordinates to coordinates for the bin_window | |
| 2694 2588 | 
             
            </tr>
         | 
| 2695 2589 | 
             
            <tr>
         | 
| 2696 2590 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2697 | 
            -
            <td>X coordinate relative to the widget
         | 
| 2698 | 
            -
            </td>
         | 
| 2591 | 
            +
            <td>X coordinate relative to the widget</td>
         | 
| 2699 2592 | 
             
            </tr>
         | 
| 2700 2593 | 
             
            <tr>
         | 
| 2701 2594 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2702 | 
            -
            <td>Y coordinate relative to the widget
         | 
| 2703 | 
            -
            </td>
         | 
| 2595 | 
            +
            <td>Y coordinate relative to the widget</td>
         | 
| 2704 2596 | 
             
            </tr>
         | 
| 2705 2597 | 
             
            <tr>
         | 
| 2706 2598 | 
             
            <td><p><span class="term"><em class="parameter"><code>bx</code></em> :</span></p></td>
         | 
| 2707 | 
            -
            <td>return location for bin_window X coordinate
         | 
| 2708 | 
            -
            </td>
         | 
| 2599 | 
            +
            <td>return location for bin_window X coordinate</td>
         | 
| 2709 2600 | 
             
            </tr>
         | 
| 2710 2601 | 
             
            <tr>
         | 
| 2711 2602 | 
             
            <td><p><span class="term"><em class="parameter"><code>by</code></em> :</span></p></td>
         | 
| 2712 | 
            -
            <td>return location for bin_window Y coordinate
         | 
| 2713 | 
            -
            </td>
         | 
| 2603 | 
            +
            <td>return location for bin_window Y coordinate</td>
         | 
| 2714 2604 | 
             
            </tr>
         | 
| 2715 2605 | 
             
            </tbody>
         | 
| 2716 2606 | 
             
            </table></div>
         | 
| 2717 2607 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2718 2608 | 
             
            </div>
         | 
| 2719 2609 | 
             
            <hr>
         | 
| 2720 | 
            -
            <div class="refsect2" | 
| 2610 | 
            +
            <div class="refsect2">
         | 
| 2721 2611 | 
             
            <a name="gtk-tree-view-convert-widget-to-tree-coords"></a><h3>gtk_tree_view_convert_widget_to_tree_coords ()</h3>
         | 
| 2722 2612 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_convert_widget_to_tree_coords
         | 
| 2723 2613 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -2739,34 +2629,30 @@ tree (the full scrollable area of the tree). | |
| 2739 2629 | 
             
            </tr>
         | 
| 2740 2630 | 
             
            <tr>
         | 
| 2741 2631 | 
             
            <td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
         | 
| 2742 | 
            -
            <td>X coordinate relative to the widget
         | 
| 2743 | 
            -
            </td>
         | 
| 2632 | 
            +
            <td>X coordinate relative to the widget</td>
         | 
| 2744 2633 | 
             
            </tr>
         | 
| 2745 2634 | 
             
            <tr>
         | 
| 2746 2635 | 
             
            <td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
         | 
| 2747 | 
            -
            <td>Y coordinate relative to the widget
         | 
| 2748 | 
            -
            </td>
         | 
| 2636 | 
            +
            <td>Y coordinate relative to the widget</td>
         | 
| 2749 2637 | 
             
            </tr>
         | 
| 2750 2638 | 
             
            <tr>
         | 
| 2751 2639 | 
             
            <td><p><span class="term"><em class="parameter"><code>tx</code></em> :</span></p></td>
         | 
| 2752 | 
            -
            <td>return location for tree X coordinate
         | 
| 2753 | 
            -
            </td>
         | 
| 2640 | 
            +
            <td>return location for tree X coordinate</td>
         | 
| 2754 2641 | 
             
            </tr>
         | 
| 2755 2642 | 
             
            <tr>
         | 
| 2756 2643 | 
             
            <td><p><span class="term"><em class="parameter"><code>ty</code></em> :</span></p></td>
         | 
| 2757 | 
            -
            <td>return location for tree Y coordinate
         | 
| 2758 | 
            -
            </td>
         | 
| 2644 | 
            +
            <td>return location for tree Y coordinate</td>
         | 
| 2759 2645 | 
             
            </tr>
         | 
| 2760 2646 | 
             
            </tbody>
         | 
| 2761 2647 | 
             
            </table></div>
         | 
| 2762 2648 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2763 2649 | 
             
            </div>
         | 
| 2764 2650 | 
             
            <hr>
         | 
| 2765 | 
            -
            <div class="refsect2" | 
| 2651 | 
            +
            <div class="refsect2">
         | 
| 2766 2652 | 
             
            <a name="gtk-tree-view-enable-model-drag-dest"></a><h3>gtk_tree_view_enable_model_drag_dest ()</h3>
         | 
| 2767 2653 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_enable_model_drag_dest
         | 
| 2768 2654 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2769 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 2655 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 2770 2656 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
         | 
| 2771 2657 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
         | 
| 2772 2658 | 
             
            <p>
         | 
| @@ -2783,7 +2669,7 @@ this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable | |
| 2783 2669 | 
             
            </tr>
         | 
| 2784 2670 | 
             
            <tr>
         | 
| 2785 2671 | 
             
            <td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
         | 
| 2786 | 
            -
            <td>the table of targets that the drag will support
         | 
| 2672 | 
            +
            <td>the table of targets that the drag will support. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span>
         | 
| 2787 2673 | 
             
            </td>
         | 
| 2788 2674 | 
             
            </tr>
         | 
| 2789 2675 | 
             
            <tr>
         | 
| @@ -2794,19 +2680,18 @@ this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable | |
| 2794 2680 | 
             
            <tr>
         | 
| 2795 2681 | 
             
            <td><p><span class="term"><em class="parameter"><code>actions</code></em> :</span></p></td>
         | 
| 2796 2682 | 
             
            <td>the bitmask of possible actions for a drag from this
         | 
| 2797 | 
            -
             | 
| 2798 | 
            -
            </td>
         | 
| 2683 | 
            +
            widget</td>
         | 
| 2799 2684 | 
             
            </tr>
         | 
| 2800 2685 | 
             
            </tbody>
         | 
| 2801 2686 | 
             
            </table></div>
         | 
| 2802 2687 | 
             
            </div>
         | 
| 2803 2688 | 
             
            <hr>
         | 
| 2804 | 
            -
            <div class="refsect2" | 
| 2689 | 
            +
            <div class="refsect2">
         | 
| 2805 2690 | 
             
            <a name="gtk-tree-view-enable-model-drag-source"></a><h3>gtk_tree_view_enable_model_drag_source ()</h3>
         | 
| 2806 2691 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_enable_model_drag_source
         | 
| 2807 2692 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2808 2693 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
         | 
| 2809 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 2694 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
         | 
| 2810 2695 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
         | 
| 2811 2696 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
         | 
| 2812 2697 | 
             
            <p>
         | 
| @@ -2823,13 +2708,11 @@ method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" tit | |
| 2823 2708 | 
             
            </tr>
         | 
| 2824 2709 | 
             
            <tr>
         | 
| 2825 2710 | 
             
            <td><p><span class="term"><em class="parameter"><code>start_button_mask</code></em> :</span></p></td>
         | 
| 2826 | 
            -
            <td>Mask of allowed buttons to start drag
         | 
| 2827 | 
            -
            </td>
         | 
| 2711 | 
            +
            <td>Mask of allowed buttons to start drag</td>
         | 
| 2828 2712 | 
             
            </tr>
         | 
| 2829 2713 | 
             
            <tr>
         | 
| 2830 2714 | 
             
            <td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
         | 
| 2831 | 
            -
            <td>the table of targets that the drag will support
         | 
| 2832 | 
            -
            </td>
         | 
| 2715 | 
            +
            <td>the table of targets that the drag will support</td>
         | 
| 2833 2716 | 
             
            </tr>
         | 
| 2834 2717 | 
             
            <tr>
         | 
| 2835 2718 | 
             
            <td><p><span class="term"><em class="parameter"><code>n_targets</code></em> :</span></p></td>
         | 
| @@ -2839,14 +2722,13 @@ method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" tit | |
| 2839 2722 | 
             
            <tr>
         | 
| 2840 2723 | 
             
            <td><p><span class="term"><em class="parameter"><code>actions</code></em> :</span></p></td>
         | 
| 2841 2724 | 
             
            <td>the bitmask of possible actions for a drag from this
         | 
| 2842 | 
            -
             | 
| 2843 | 
            -
            </td>
         | 
| 2725 | 
            +
            widget</td>
         | 
| 2844 2726 | 
             
            </tr>
         | 
| 2845 2727 | 
             
            </tbody>
         | 
| 2846 2728 | 
             
            </table></div>
         | 
| 2847 2729 | 
             
            </div>
         | 
| 2848 2730 | 
             
            <hr>
         | 
| 2849 | 
            -
            <div class="refsect2" | 
| 2731 | 
            +
            <div class="refsect2">
         | 
| 2850 2732 | 
             
            <a name="gtk-tree-view-unset-rows-drag-source"></a><h3>gtk_tree_view_unset_rows_drag_source ()</h3>
         | 
| 2851 2733 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_unset_rows_drag_source
         | 
| 2852 2734 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| @@ -2865,7 +2747,7 @@ Undoes the effect of | |
| 2865 2747 | 
             
            </table></div>
         | 
| 2866 2748 | 
             
            </div>
         | 
| 2867 2749 | 
             
            <hr>
         | 
| 2868 | 
            -
            <div class="refsect2" | 
| 2750 | 
            +
            <div class="refsect2">
         | 
| 2869 2751 | 
             
            <a name="gtk-tree-view-unset-rows-drag-dest"></a><h3>gtk_tree_view_unset_rows_drag_dest ()</h3>
         | 
| 2870 2752 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_unset_rows_drag_dest  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 2871 2753 | 
             
            <p>
         | 
| @@ -2883,10 +2765,10 @@ Undoes the effect of | |
| 2883 2765 | 
             
            </table></div>
         | 
| 2884 2766 | 
             
            </div>
         | 
| 2885 2767 | 
             
            <hr>
         | 
| 2886 | 
            -
            <div class="refsect2" | 
| 2768 | 
            +
            <div class="refsect2">
         | 
| 2887 2769 | 
             
            <a name="gtk-tree-view-set-drag-dest-row"></a><h3>gtk_tree_view_set_drag_dest_row ()</h3>
         | 
| 2888 2770 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_drag_dest_row     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2889 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2771 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 2890 2772 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> pos</code></em>);</pre>
         | 
| 2891 2773 | 
             
            <p>
         | 
| 2892 2774 | 
             
            Sets the row that is highlighted for feedback.
         | 
| @@ -2901,22 +2783,21 @@ Sets the row that is highlighted for feedback. | |
| 2901 2783 | 
             
            </tr>
         | 
| 2902 2784 | 
             
            <tr>
         | 
| 2903 2785 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2904 | 
            -
            <td> | 
| 2786 | 
            +
            <td>The path of the row to highlight, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2905 2787 | 
             
            </td>
         | 
| 2906 2788 | 
             
            </tr>
         | 
| 2907 2789 | 
             
            <tr>
         | 
| 2908 2790 | 
             
            <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
         | 
| 2909 | 
            -
            <td>Specifies whether to drop before, after or into the row
         | 
| 2910 | 
            -
            </td>
         | 
| 2791 | 
            +
            <td>Specifies whether to drop before, after or into the row</td>
         | 
| 2911 2792 | 
             
            </tr>
         | 
| 2912 2793 | 
             
            </tbody>
         | 
| 2913 2794 | 
             
            </table></div>
         | 
| 2914 2795 | 
             
            </div>
         | 
| 2915 2796 | 
             
            <hr>
         | 
| 2916 | 
            -
            <div class="refsect2" | 
| 2797 | 
            +
            <div class="refsect2">
         | 
| 2917 2798 | 
             
            <a name="gtk-tree-view-get-drag-dest-row"></a><h3>gtk_tree_view_get_drag_dest_row ()</h3>
         | 
| 2918 2799 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_get_drag_dest_row     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2919 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2800 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 2920 2801 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);</pre>
         | 
| 2921 2802 | 
             
            <p>
         | 
| 2922 2803 | 
             
            Gets information about the row that is highlighted for feedback.
         | 
| @@ -2931,24 +2812,24 @@ Gets information about the row that is highlighted for feedback. | |
| 2931 2812 | 
             
            </tr>
         | 
| 2932 2813 | 
             
            <tr>
         | 
| 2933 2814 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2934 | 
            -
            <td> | 
| 2815 | 
            +
            <td>Return location for the path of the highlighted row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2935 2816 | 
             
            </td>
         | 
| 2936 2817 | 
             
            </tr>
         | 
| 2937 2818 | 
             
            <tr>
         | 
| 2938 2819 | 
             
            <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
         | 
| 2939 | 
            -
            <td> | 
| 2820 | 
            +
            <td>Return location for the drop position, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2940 2821 | 
             
            </td>
         | 
| 2941 2822 | 
             
            </tr>
         | 
| 2942 2823 | 
             
            </tbody>
         | 
| 2943 2824 | 
             
            </table></div>
         | 
| 2944 2825 | 
             
            </div>
         | 
| 2945 2826 | 
             
            <hr>
         | 
| 2946 | 
            -
            <div class="refsect2" | 
| 2827 | 
            +
            <div class="refsect2">
         | 
| 2947 2828 | 
             
            <a name="gtk-tree-view-get-dest-row-at-pos"></a><h3>gtk_tree_view_get_dest_row_at_pos ()</h3>
         | 
| 2948 2829 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_dest_row_at_pos   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 2949 2830 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
         | 
| 2950 2831 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
         | 
| 2951 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2832 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 2952 2833 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);</pre>
         | 
| 2953 2834 | 
             
            <p>
         | 
| 2954 2835 | 
             
            Determines the destination row for a given position.  <em class="parameter"><code>drag_x</code></em> and
         | 
| @@ -2966,40 +2847,37 @@ return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macro | |
| 2966 2847 | 
             
            </tr>
         | 
| 2967 2848 | 
             
            <tr>
         | 
| 2968 2849 | 
             
            <td><p><span class="term"><em class="parameter"><code>drag_x</code></em> :</span></p></td>
         | 
| 2969 | 
            -
            <td>the position to determine the destination row for
         | 
| 2970 | 
            -
            </td>
         | 
| 2850 | 
            +
            <td>the position to determine the destination row for</td>
         | 
| 2971 2851 | 
             
            </tr>
         | 
| 2972 2852 | 
             
            <tr>
         | 
| 2973 2853 | 
             
            <td><p><span class="term"><em class="parameter"><code>drag_y</code></em> :</span></p></td>
         | 
| 2974 | 
            -
            <td>the position to determine the destination row for
         | 
| 2975 | 
            -
            </td>
         | 
| 2854 | 
            +
            <td>the position to determine the destination row for</td>
         | 
| 2976 2855 | 
             
            </tr>
         | 
| 2977 2856 | 
             
            <tr>
         | 
| 2978 2857 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 2979 | 
            -
            <td> | 
| 2858 | 
            +
            <td>Return location for the path of the highlighted row, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2980 2859 | 
             
            </td>
         | 
| 2981 2860 | 
             
            </tr>
         | 
| 2982 2861 | 
             
            <tr>
         | 
| 2983 2862 | 
             
            <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
         | 
| 2984 | 
            -
            <td> | 
| 2863 | 
            +
            <td>Return location for the drop position, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2985 2864 | 
             
            </td>
         | 
| 2986 2865 | 
             
            </tr>
         | 
| 2987 2866 | 
             
            <tr>
         | 
| 2988 2867 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2989 | 
            -
            <td> | 
| 2990 | 
            -
            is indeed the case | 
| 2991 | 
            -
            </td>
         | 
| 2868 | 
            +
            <td>whether there is a row at the given position, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this
         | 
| 2869 | 
            +
            is indeed the case.</td>
         | 
| 2992 2870 | 
             
            </tr>
         | 
| 2993 2871 | 
             
            </tbody>
         | 
| 2994 2872 | 
             
            </table></div>
         | 
| 2995 2873 | 
             
            </div>
         | 
| 2996 2874 | 
             
            <hr>
         | 
| 2997 | 
            -
            <div class="refsect2" | 
| 2875 | 
            +
            <div class="refsect2">
         | 
| 2998 2876 | 
             
            <a name="gtk-tree-view-create-row-drag-icon"></a><h3>gtk_tree_view_create_row_drag_icon ()</h3>
         | 
| 2999 2877 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gtk_tree_view_create_row_drag_icon  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3000 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2878 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
         | 
| 3001 2879 | 
             
            <p>
         | 
| 3002 | 
            -
            Creates a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> representation of the row at <em class="parameter"><code>path</code></em>. | 
| 2880 | 
            +
            Creates a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> representation of the row at <em class="parameter"><code>path</code></em>.
         | 
| 3003 2881 | 
             
            This image is used for a drag icon.
         | 
| 3004 2882 | 
             
            </p>
         | 
| 3005 2883 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -3012,19 +2890,19 @@ This image is used for a drag icon. | |
| 3012 2890 | 
             
            </tr>
         | 
| 3013 2891 | 
             
            <tr>
         | 
| 3014 2892 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 3015 | 
            -
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 2893 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> in <em class="parameter"><code>tree_view</code></em>
         | 
| 3016 2894 | 
             
            </td>
         | 
| 3017 2895 | 
             
            </tr>
         | 
| 3018 2896 | 
             
            <tr>
         | 
| 3019 2897 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3020 | 
            -
            <td> | 
| 2898 | 
            +
            <td>a newly-allocated pixmap of the drag icon. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 3021 2899 | 
             
            </td>
         | 
| 3022 2900 | 
             
            </tr>
         | 
| 3023 2901 | 
             
            </tbody>
         | 
| 3024 2902 | 
             
            </table></div>
         | 
| 3025 2903 | 
             
            </div>
         | 
| 3026 2904 | 
             
            <hr>
         | 
| 3027 | 
            -
            <div class="refsect2" | 
| 2905 | 
            +
            <div class="refsect2">
         | 
| 3028 2906 | 
             
            <a name="gtk-tree-view-set-enable-search"></a><h3>gtk_tree_view_set_enable_search ()</h3>
         | 
| 3029 2907 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_enable_search     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3030 2908 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable_search</code></em>);</pre>
         | 
| @@ -3047,14 +2925,13 @@ using the "start-interactive-search" key binding. | |
| 3047 2925 | 
             
            <tr>
         | 
| 3048 2926 | 
             
            <td><p><span class="term"><em class="parameter"><code>enable_search</code></em> :</span></p></td>
         | 
| 3049 2927 | 
             
            <td>
         | 
| 3050 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the user can search interactively
         | 
| 3051 | 
            -
            </td>
         | 
| 2928 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the user can search interactively</td>
         | 
| 3052 2929 | 
             
            </tr>
         | 
| 3053 2930 | 
             
            </tbody>
         | 
| 3054 2931 | 
             
            </table></div>
         | 
| 3055 2932 | 
             
            </div>
         | 
| 3056 2933 | 
             
            <hr>
         | 
| 3057 | 
            -
            <div class="refsect2" | 
| 2934 | 
            +
            <div class="refsect2">
         | 
| 3058 2935 | 
             
            <a name="gtk-tree-view-get-enable-search"></a><h3>gtk_tree_view_get_enable_search ()</h3>
         | 
| 3059 2936 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_enable_search     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3060 2937 | 
             
            <p>
         | 
| @@ -3071,14 +2948,13 @@ by typing in text. | |
| 3071 2948 | 
             
            </tr>
         | 
| 3072 2949 | 
             
            <tr>
         | 
| 3073 2950 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3074 | 
            -
            <td> | 
| 3075 | 
            -
            </td>
         | 
| 2951 | 
            +
            <td>whether or not to let the user search interactively</td>
         | 
| 3076 2952 | 
             
            </tr>
         | 
| 3077 2953 | 
             
            </tbody>
         | 
| 3078 2954 | 
             
            </table></div>
         | 
| 3079 2955 | 
             
            </div>
         | 
| 3080 2956 | 
             
            <hr>
         | 
| 3081 | 
            -
            <div class="refsect2" | 
| 2957 | 
            +
            <div class="refsect2">
         | 
| 3082 2958 | 
             
            <a name="gtk-tree-view-get-search-column"></a><h3>gtk_tree_view_get_search_column ()</h3>
         | 
| 3083 2959 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_get_search_column     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3084 2960 | 
             
            <p>
         | 
| @@ -3094,14 +2970,13 @@ Gets the column searched on by the interactive search code. | |
| 3094 2970 | 
             
            </tr>
         | 
| 3095 2971 | 
             
            <tr>
         | 
| 3096 2972 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3097 | 
            -
            <td> | 
| 3098 | 
            -
            </td>
         | 
| 2973 | 
            +
            <td>the column the interactive search code searches in.</td>
         | 
| 3099 2974 | 
             
            </tr>
         | 
| 3100 2975 | 
             
            </tbody>
         | 
| 3101 2976 | 
             
            </table></div>
         | 
| 3102 2977 | 
             
            </div>
         | 
| 3103 2978 | 
             
            <hr>
         | 
| 3104 | 
            -
            <div class="refsect2" | 
| 2979 | 
            +
            <div class="refsect2">
         | 
| 3105 2980 | 
             
            <a name="gtk-tree-view-set-search-column"></a><h3>gtk_tree_view_set_search_column ()</h3>
         | 
| 3106 2981 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_search_column     (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3107 2982 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
         | 
| @@ -3128,14 +3003,13 @@ column is reset to -1 when the model is changed. | |
| 3128 3003 | 
             
            </tr>
         | 
| 3129 3004 | 
             
            <tr>
         | 
| 3130 3005 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 3131 | 
            -
            <td>the column of the model to search in, or -1 to disable searching
         | 
| 3132 | 
            -
            </td>
         | 
| 3006 | 
            +
            <td>the column of the model to search in, or -1 to disable searching</td>
         | 
| 3133 3007 | 
             
            </tr>
         | 
| 3134 3008 | 
             
            </tbody>
         | 
| 3135 3009 | 
             
            </table></div>
         | 
| 3136 3010 | 
             
            </div>
         | 
| 3137 3011 | 
             
            <hr>
         | 
| 3138 | 
            -
            <div class="refsect2" | 
| 3012 | 
            +
            <div class="refsect2">
         | 
| 3139 3013 | 
             
            <a name="gtk-tree-view-get-search-equal-func"></a><h3>gtk_tree_view_get_search_equal_func ()</h3>
         | 
| 3140 3014 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()"><span class="returnvalue">GtkTreeViewSearchEqualFunc</span></a>  gtk_tree_view_get_search_equal_func
         | 
| 3141 3015 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| @@ -3152,14 +3026,13 @@ Returns the compare function currently in use. | |
| 3152 3026 | 
             
            </tr>
         | 
| 3153 3027 | 
             
            <tr>
         | 
| 3154 3028 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3155 | 
            -
            <td> | 
| 3156 | 
            -
            </td>
         | 
| 3029 | 
            +
            <td>the currently used compare function for the search code.</td>
         | 
| 3157 3030 | 
             
            </tr>
         | 
| 3158 3031 | 
             
            </tbody>
         | 
| 3159 3032 | 
             
            </table></div>
         | 
| 3160 3033 | 
             
            </div>
         | 
| 3161 3034 | 
             
            <hr>
         | 
| 3162 | 
            -
            <div class="refsect2" | 
| 3035 | 
            +
            <div class="refsect2">
         | 
| 3163 3036 | 
             
            <a name="gtk-tree-view-set-search-equal-func"></a><h3>gtk_tree_view_set_search_equal_func ()</h3>
         | 
| 3164 3037 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_search_equal_func (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3165 3038 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()"><span class="type">GtkTreeViewSearchEqualFunc</span></a> search_equal_func</code></em>,
         | 
| @@ -3180,24 +3053,23 @@ that somewhat like <code class="function">strcmp()</code> returning 0 for equali | |
| 3180 3053 | 
             
            </tr>
         | 
| 3181 3054 | 
             
            <tr>
         | 
| 3182 3055 | 
             
            <td><p><span class="term"><em class="parameter"><code>search_equal_func</code></em> :</span></p></td>
         | 
| 3183 | 
            -
            <td>the compare function to use during the search
         | 
| 3184 | 
            -
            </td>
         | 
| 3056 | 
            +
            <td>the compare function to use during the search</td>
         | 
| 3185 3057 | 
             
            </tr>
         | 
| 3186 3058 | 
             
            <tr>
         | 
| 3187 3059 | 
             
            <td><p><span class="term"><em class="parameter"><code>search_user_data</code></em> :</span></p></td>
         | 
| 3188 | 
            -
            <td> | 
| 3060 | 
            +
            <td>user data to pass to <em class="parameter"><code>search_equal_func</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3189 3061 | 
             
            </td>
         | 
| 3190 3062 | 
             
            </tr>
         | 
| 3191 3063 | 
             
            <tr>
         | 
| 3192 3064 | 
             
            <td><p><span class="term"><em class="parameter"><code>search_destroy</code></em> :</span></p></td>
         | 
| 3193 | 
            -
            <td> | 
| 3065 | 
            +
            <td>Destroy notifier for <em class="parameter"><code>search_user_data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3194 3066 | 
             
            </td>
         | 
| 3195 3067 | 
             
            </tr>
         | 
| 3196 3068 | 
             
            </tbody>
         | 
| 3197 3069 | 
             
            </table></div>
         | 
| 3198 3070 | 
             
            </div>
         | 
| 3199 3071 | 
             
            <hr>
         | 
| 3200 | 
            -
            <div class="refsect2" | 
| 3072 | 
            +
            <div class="refsect2">
         | 
| 3201 3073 | 
             
            <a name="gtk-tree-view-get-search-entry"></a><h3>gtk_tree_view_get_search_entry ()</h3>
         | 
| 3202 3074 | 
             
            <pre class="programlisting"><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="returnvalue">GtkEntry</span></a> *          gtk_tree_view_get_search_entry      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3203 3075 | 
             
            <p>
         | 
| @@ -3215,8 +3087,7 @@ will be returned. | |
| 3215 3087 | 
             
            </tr>
         | 
| 3216 3088 | 
             
            <tr>
         | 
| 3217 3089 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3218 | 
            -
            <td> | 
| 3219 | 
            -
             | 
| 3090 | 
            +
            <td>the entry currently in use as search entry. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 3220 3091 | 
             
            </td>
         | 
| 3221 3092 | 
             
            </tr>
         | 
| 3222 3093 | 
             
            </tbody>
         | 
| @@ -3224,7 +3095,7 @@ will be returned. | |
| 3224 3095 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3225 3096 | 
             
            </div>
         | 
| 3226 3097 | 
             
            <hr>
         | 
| 3227 | 
            -
            <div class="refsect2" | 
| 3098 | 
            +
            <div class="refsect2">
         | 
| 3228 3099 | 
             
            <a name="gtk-tree-view-set-search-entry"></a><h3>gtk_tree_view_set_search_entry ()</h3>
         | 
| 3229 3100 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_search_entry      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3230 3101 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
         | 
| @@ -3245,7 +3116,7 @@ entry again. | |
| 3245 3116 | 
             
            </tr>
         | 
| 3246 3117 | 
             
            <tr>
         | 
| 3247 3118 | 
             
            <td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
         | 
| 3248 | 
            -
            <td> | 
| 3119 | 
            +
            <td>the entry the interactive search code of <em class="parameter"><code>tree_view</code></em> should use or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3249 3120 | 
             
            </td>
         | 
| 3250 3121 | 
             
            </tr>
         | 
| 3251 3122 | 
             
            </tbody>
         | 
| @@ -3253,36 +3124,16 @@ entry again. | |
| 3253 3124 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3254 3125 | 
             
            </div>
         | 
| 3255 3126 | 
             
            <hr>
         | 
| 3256 | 
            -
            <div class="refsect2" | 
| 3127 | 
            +
            <div class="refsect2">
         | 
| 3257 3128 | 
             
            <a name="GtkTreeViewSearchPositionFunc"></a><h3>GtkTreeViewSearchPositionFunc ()</h3>
         | 
| 3258 3129 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkTreeViewSearchPositionFunc)    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3259 3130 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *search_dialog</code></em>,
         | 
| 3260 3131 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
         | 
| 3261 3132 | 
             
            <p>
         | 
| 3262 3133 | 
             
            </p>
         | 
| 3263 | 
            -
            <div class="variablelist"><table border="0">
         | 
| 3264 | 
            -
            <col align="left" valign="top">
         | 
| 3265 | 
            -
            <tbody>
         | 
| 3266 | 
            -
            <tr>
         | 
| 3267 | 
            -
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 3268 | 
            -
            <td>
         | 
| 3269 | 
            -
            </td>
         | 
| 3270 | 
            -
            </tr>
         | 
| 3271 | 
            -
            <tr>
         | 
| 3272 | 
            -
            <td><p><span class="term"><em class="parameter"><code>search_dialog</code></em> :</span></p></td>
         | 
| 3273 | 
            -
            <td>
         | 
| 3274 | 
            -
            </td>
         | 
| 3275 | 
            -
            </tr>
         | 
| 3276 | 
            -
            <tr>
         | 
| 3277 | 
            -
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 3278 | 
            -
            <td>
         | 
| 3279 | 
            -
            </td>
         | 
| 3280 | 
            -
            </tr>
         | 
| 3281 | 
            -
            </tbody>
         | 
| 3282 | 
            -
            </table></div>
         | 
| 3283 3134 | 
             
            </div>
         | 
| 3284 3135 | 
             
            <hr>
         | 
| 3285 | 
            -
            <div class="refsect2" | 
| 3136 | 
            +
            <div class="refsect2">
         | 
| 3286 3137 | 
             
            <a name="gtk-tree-view-get-search-position-func"></a><h3>gtk_tree_view_get_search_position_func ()</h3>
         | 
| 3287 3138 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeView.html#GtkTreeViewSearchPositionFunc" title="GtkTreeViewSearchPositionFunc ()"><span class="returnvalue">GtkTreeViewSearchPositionFunc</span></a>  gtk_tree_view_get_search_position_func
         | 
| 3288 3139 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| @@ -3299,16 +3150,14 @@ Returns the positioning function currently in use. | |
| 3299 3150 | 
             
            </tr>
         | 
| 3300 3151 | 
             
            <tr>
         | 
| 3301 3152 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3302 | 
            -
            <td> | 
| 3303 | 
            -
             | 
| 3304 | 
            -
            </td>
         | 
| 3153 | 
            +
            <td>the currently used function for positioning the search dialog.</td>
         | 
| 3305 3154 | 
             
            </tr>
         | 
| 3306 3155 | 
             
            </tbody>
         | 
| 3307 3156 | 
             
            </table></div>
         | 
| 3308 3157 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3309 3158 | 
             
            </div>
         | 
| 3310 3159 | 
             
            <hr>
         | 
| 3311 | 
            -
            <div class="refsect2" | 
| 3160 | 
            +
            <div class="refsect2">
         | 
| 3312 3161 | 
             
            <a name="gtk-tree-view-set-search-position-func"></a><h3>gtk_tree_view_set_search_position_func ()</h3>
         | 
| 3313 3162 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_search_position_func
         | 
| 3314 3163 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -3328,18 +3177,18 @@ Sets the function to use when positioning the search dialog. | |
| 3328 3177 | 
             
            </tr>
         | 
| 3329 3178 | 
             
            <tr>
         | 
| 3330 3179 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 3331 | 
            -
            <td> | 
| 3332 | 
            -
             | 
| 3180 | 
            +
            <td>the function to use to position the search dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 3181 | 
            +
            to use the default search position function. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3333 3182 | 
             
            </td>
         | 
| 3334 3183 | 
             
            </tr>
         | 
| 3335 3184 | 
             
            <tr>
         | 
| 3336 3185 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 3337 | 
            -
            <td> | 
| 3186 | 
            +
            <td>user data to pass to <em class="parameter"><code>func</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3338 3187 | 
             
            </td>
         | 
| 3339 3188 | 
             
            </tr>
         | 
| 3340 3189 | 
             
            <tr>
         | 
| 3341 3190 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 3342 | 
            -
            <td> | 
| 3191 | 
            +
            <td>Destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3343 3192 | 
             
            </td>
         | 
| 3344 3193 | 
             
            </tr>
         | 
| 3345 3194 | 
             
            </tbody>
         | 
| @@ -3347,7 +3196,7 @@ Sets the function to use when positioning the search dialog. | |
| 3347 3196 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3348 3197 | 
             
            </div>
         | 
| 3349 3198 | 
             
            <hr>
         | 
| 3350 | 
            -
            <div class="refsect2" | 
| 3199 | 
            +
            <div class="refsect2">
         | 
| 3351 3200 | 
             
            <a name="gtk-tree-view-get-fixed-height-mode"></a><h3>gtk_tree_view_get_fixed_height_mode ()</h3>
         | 
| 3352 3201 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_fixed_height_mode (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3353 3202 | 
             
            <p>
         | 
| @@ -3363,16 +3212,15 @@ Returns whether fixed height mode is turned on for <em class="parameter"><code>t | |
| 3363 3212 | 
             
            </tr>
         | 
| 3364 3213 | 
             
            <tr>
         | 
| 3365 3214 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3366 | 
            -
            <td> | 
| 3367 | 
            -
             | 
| 3368 | 
            -
            </td>
         | 
| 3215 | 
            +
            <td>
         | 
| 3216 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em> is in fixed height mode</td>
         | 
| 3369 3217 | 
             
            </tr>
         | 
| 3370 3218 | 
             
            </tbody>
         | 
| 3371 3219 | 
             
            </table></div>
         | 
| 3372 3220 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3373 3221 | 
             
            </div>
         | 
| 3374 3222 | 
             
            <hr>
         | 
| 3375 | 
            -
            <div class="refsect2" | 
| 3223 | 
            +
            <div class="refsect2">
         | 
| 3376 3224 | 
             
            <a name="gtk-tree-view-set-fixed-height-mode"></a><h3>gtk_tree_view_set_fixed_height_mode ()</h3>
         | 
| 3377 3225 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_fixed_height_mode (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3378 3226 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
         | 
| @@ -3388,21 +3236,20 @@ columns are of type <a class="link" href="GtkTreeViewColumn.html#GTK-TREE-VIEW-C | |
| 3388 3236 | 
             
            <tbody>
         | 
| 3389 3237 | 
             
            <tr>
         | 
| 3390 3238 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 3391 | 
            -
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> | 
| 3239 | 
            +
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
         | 
| 3392 3240 | 
             
            </td>
         | 
| 3393 3241 | 
             
            </tr>
         | 
| 3394 3242 | 
             
            <tr>
         | 
| 3395 3243 | 
             
            <td><p><span class="term"><em class="parameter"><code>enable</code></em> :</span></p></td>
         | 
| 3396 3244 | 
             
            <td>
         | 
| 3397 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable fixed height mode
         | 
| 3398 | 
            -
            </td>
         | 
| 3245 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable fixed height mode</td>
         | 
| 3399 3246 | 
             
            </tr>
         | 
| 3400 3247 | 
             
            </tbody>
         | 
| 3401 3248 | 
             
            </table></div>
         | 
| 3402 3249 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3403 3250 | 
             
            </div>
         | 
| 3404 3251 | 
             
            <hr>
         | 
| 3405 | 
            -
            <div class="refsect2" | 
| 3252 | 
            +
            <div class="refsect2">
         | 
| 3406 3253 | 
             
            <a name="gtk-tree-view-get-hover-selection"></a><h3>gtk_tree_view_get_hover_selection ()</h3>
         | 
| 3407 3254 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_hover_selection   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3408 3255 | 
             
            <p>
         | 
| @@ -3418,16 +3265,15 @@ Returns whether hover selection mode is turned on for <em class="parameter"><cod | |
| 3418 3265 | 
             
            </tr>
         | 
| 3419 3266 | 
             
            <tr>
         | 
| 3420 3267 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3421 | 
            -
            <td> | 
| 3422 | 
            -
             | 
| 3423 | 
            -
            </td>
         | 
| 3268 | 
            +
            <td>
         | 
| 3269 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em> is in hover selection mode</td>
         | 
| 3424 3270 | 
             
            </tr>
         | 
| 3425 3271 | 
             
            </tbody>
         | 
| 3426 3272 | 
             
            </table></div>
         | 
| 3427 3273 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3428 3274 | 
             
            </div>
         | 
| 3429 3275 | 
             
            <hr>
         | 
| 3430 | 
            -
            <div class="refsect2" | 
| 3276 | 
            +
            <div class="refsect2">
         | 
| 3431 3277 | 
             
            <a name="gtk-tree-view-set-hover-selection"></a><h3>gtk_tree_view_set_hover_selection ()</h3>
         | 
| 3432 3278 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_hover_selection   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3433 3279 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> hover</code></em>);</pre>
         | 
| @@ -3448,15 +3294,14 @@ Currently, this works only for the selection modes | |
| 3448 3294 | 
             
            <tr>
         | 
| 3449 3295 | 
             
            <td><p><span class="term"><em class="parameter"><code>hover</code></em> :</span></p></td>
         | 
| 3450 3296 | 
             
            <td>
         | 
| 3451 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode
         | 
| 3452 | 
            -
            </td>
         | 
| 3297 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode</td>
         | 
| 3453 3298 | 
             
            </tr>
         | 
| 3454 3299 | 
             
            </tbody>
         | 
| 3455 3300 | 
             
            </table></div>
         | 
| 3456 3301 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3457 3302 | 
             
            </div>
         | 
| 3458 3303 | 
             
            <hr>
         | 
| 3459 | 
            -
            <div class="refsect2" | 
| 3304 | 
            +
            <div class="refsect2">
         | 
| 3460 3305 | 
             
            <a name="gtk-tree-view-get-hover-expand"></a><h3>gtk_tree_view_get_hover_expand ()</h3>
         | 
| 3461 3306 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_hover_expand      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3462 3307 | 
             
            <p>
         | 
| @@ -3472,16 +3317,15 @@ Returns whether hover expansion mode is turned on for <em class="parameter"><cod | |
| 3472 3317 | 
             
            </tr>
         | 
| 3473 3318 | 
             
            <tr>
         | 
| 3474 3319 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3475 | 
            -
            <td> | 
| 3476 | 
            -
             | 
| 3477 | 
            -
            </td>
         | 
| 3320 | 
            +
            <td>
         | 
| 3321 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em> is in hover expansion mode</td>
         | 
| 3478 3322 | 
             
            </tr>
         | 
| 3479 3323 | 
             
            </tbody>
         | 
| 3480 3324 | 
             
            </table></div>
         | 
| 3481 3325 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3482 3326 | 
             
            </div>
         | 
| 3483 3327 | 
             
            <hr>
         | 
| 3484 | 
            -
            <div class="refsect2" | 
| 3328 | 
            +
            <div class="refsect2">
         | 
| 3485 3329 | 
             
            <a name="gtk-tree-view-set-hover-expand"></a><h3>gtk_tree_view_set_hover_expand ()</h3>
         | 
| 3486 3330 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_hover_expand      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3487 3331 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
         | 
| @@ -3501,50 +3345,24 @@ moves over them. | |
| 3501 3345 | 
             
            <tr>
         | 
| 3502 3346 | 
             
            <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
         | 
| 3503 3347 | 
             
            <td>
         | 
| 3504 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode
         | 
| 3505 | 
            -
            </td>
         | 
| 3348 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode</td>
         | 
| 3506 3349 | 
             
            </tr>
         | 
| 3507 3350 | 
             
            </tbody>
         | 
| 3508 3351 | 
             
            </table></div>
         | 
| 3509 3352 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3510 3353 | 
             
            </div>
         | 
| 3511 3354 | 
             
            <hr>
         | 
| 3512 | 
            -
            <div class="refsect2" | 
| 3355 | 
            +
            <div class="refsect2">
         | 
| 3513 3356 | 
             
            <a name="GtkTreeDestroyCountFunc"></a><h3>GtkTreeDestroyCountFunc ()</h3>
         | 
| 3514 3357 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkTreeDestroyCountFunc)          (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3515 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 3358 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 3516 3359 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> children</code></em>,
         | 
| 3517 3360 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
         | 
| 3518 3361 | 
             
            <p>
         | 
| 3519 3362 | 
             
            </p>
         | 
| 3520 | 
            -
            <div class="variablelist"><table border="0">
         | 
| 3521 | 
            -
            <col align="left" valign="top">
         | 
| 3522 | 
            -
            <tbody>
         | 
| 3523 | 
            -
            <tr>
         | 
| 3524 | 
            -
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 3525 | 
            -
            <td>
         | 
| 3526 | 
            -
            </td>
         | 
| 3527 | 
            -
            </tr>
         | 
| 3528 | 
            -
            <tr>
         | 
| 3529 | 
            -
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 3530 | 
            -
            <td>
         | 
| 3531 | 
            -
            </td>
         | 
| 3532 | 
            -
            </tr>
         | 
| 3533 | 
            -
            <tr>
         | 
| 3534 | 
            -
            <td><p><span class="term"><em class="parameter"><code>children</code></em> :</span></p></td>
         | 
| 3535 | 
            -
            <td>
         | 
| 3536 | 
            -
            </td>
         | 
| 3537 | 
            -
            </tr>
         | 
| 3538 | 
            -
            <tr>
         | 
| 3539 | 
            -
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 3540 | 
            -
            <td>
         | 
| 3541 | 
            -
            </td>
         | 
| 3542 | 
            -
            </tr>
         | 
| 3543 | 
            -
            </tbody>
         | 
| 3544 | 
            -
            </table></div>
         | 
| 3545 3363 | 
             
            </div>
         | 
| 3546 3364 | 
             
            <hr>
         | 
| 3547 | 
            -
            <div class="refsect2" | 
| 3365 | 
            +
            <div class="refsect2">
         | 
| 3548 3366 | 
             
            <a name="gtk-tree-view-set-destroy-count-func"></a><h3>gtk_tree_view_set_destroy_count_func ()</h3>
         | 
| 3549 3367 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_destroy_count_func
         | 
| 3550 3368 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -3566,27 +3384,27 @@ user collapses a row, or a row is deleted. | |
| 3566 3384 | 
             
            </tr>
         | 
| 3567 3385 | 
             
            <tr>
         | 
| 3568 3386 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 3569 | 
            -
            <td> | 
| 3387 | 
            +
            <td>Function to be called when a view row is destroyed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3570 3388 | 
             
            </td>
         | 
| 3571 3389 | 
             
            </tr>
         | 
| 3572 3390 | 
             
            <tr>
         | 
| 3573 3391 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 3574 | 
            -
            <td> | 
| 3392 | 
            +
            <td>User data to be passed to <em class="parameter"><code>func</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3575 3393 | 
             
            </td>
         | 
| 3576 3394 | 
             
            </tr>
         | 
| 3577 3395 | 
             
            <tr>
         | 
| 3578 3396 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 3579 | 
            -
            <td> | 
| 3397 | 
            +
            <td>Destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3580 3398 | 
             
            </td>
         | 
| 3581 3399 | 
             
            </tr>
         | 
| 3582 3400 | 
             
            </tbody>
         | 
| 3583 3401 | 
             
            </table></div>
         | 
| 3584 3402 | 
             
            </div>
         | 
| 3585 3403 | 
             
            <hr>
         | 
| 3586 | 
            -
            <div class="refsect2" | 
| 3404 | 
            +
            <div class="refsect2">
         | 
| 3587 3405 | 
             
            <a name="GtkTreeViewRowSeparatorFunc"></a><h3>GtkTreeViewRowSeparatorFunc ()</h3>
         | 
| 3588 3406 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*GtkTreeViewRowSeparatorFunc)      (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
         | 
| 3589 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 3407 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 3590 3408 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 3591 3409 | 
             
            <p>
         | 
| 3592 3410 | 
             
            Function type for determining whether the row pointed to by <em class="parameter"><code>iter</code></em> should
         | 
| @@ -3604,25 +3422,23 @@ returns. | |
| 3604 3422 | 
             
            </tr>
         | 
| 3605 3423 | 
             
            <tr>
         | 
| 3606 3424 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 3607 | 
            -
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 3425 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing at a row in <em class="parameter"><code>model</code></em>
         | 
| 3608 3426 | 
             
            </td>
         | 
| 3609 3427 | 
             
            </tr>
         | 
| 3610 3428 | 
             
            <tr>
         | 
| 3611 3429 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 3612 | 
            -
            <td>user data
         | 
| 3613 | 
            -
            </td>
         | 
| 3430 | 
            +
            <td>user data</td>
         | 
| 3614 3431 | 
             
            </tr>
         | 
| 3615 3432 | 
             
            <tr>
         | 
| 3616 3433 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3617 3434 | 
             
            <td>
         | 
| 3618 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row is a separator
         | 
| 3619 | 
            -
            </td>
         | 
| 3435 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row is a separator</td>
         | 
| 3620 3436 | 
             
            </tr>
         | 
| 3621 3437 | 
             
            </tbody>
         | 
| 3622 3438 | 
             
            </table></div>
         | 
| 3623 3439 | 
             
            </div>
         | 
| 3624 3440 | 
             
            <hr>
         | 
| 3625 | 
            -
            <div class="refsect2" | 
| 3441 | 
            +
            <div class="refsect2">
         | 
| 3626 3442 | 
             
            <a name="gtk-tree-view-get-row-separator-func"></a><h3>gtk_tree_view_get_row_separator_func ()</h3>
         | 
| 3627 3443 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="returnvalue">GtkTreeViewRowSeparatorFunc</span></a>  gtk_tree_view_get_row_separator_func
         | 
| 3628 3444 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| @@ -3639,16 +3455,14 @@ Returns the current row separator function. | |
| 3639 3455 | 
             
            </tr>
         | 
| 3640 3456 | 
             
            <tr>
         | 
| 3641 3457 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3642 | 
            -
            <td> | 
| 3643 | 
            -
             | 
| 3644 | 
            -
            </td>
         | 
| 3458 | 
            +
            <td>the current row separator function.</td>
         | 
| 3645 3459 | 
             
            </tr>
         | 
| 3646 3460 | 
             
            </tbody>
         | 
| 3647 3461 | 
             
            </table></div>
         | 
| 3648 3462 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3649 3463 | 
             
            </div>
         | 
| 3650 3464 | 
             
            <hr>
         | 
| 3651 | 
            -
            <div class="refsect2" | 
| 3465 | 
            +
            <div class="refsect2">
         | 
| 3652 3466 | 
             
            <a name="gtk-tree-view-set-row-separator-func"></a><h3>gtk_tree_view_set_row_separator_func ()</h3>
         | 
| 3653 3467 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_row_separator_func
         | 
| 3654 3468 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| @@ -3675,12 +3489,12 @@ function is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard- | |
| 3675 3489 | 
             
            </tr>
         | 
| 3676 3490 | 
             
            <tr>
         | 
| 3677 3491 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 3678 | 
            -
            <td> | 
| 3492 | 
            +
            <td>user data to pass to <em class="parameter"><code>func</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3679 3493 | 
             
            </td>
         | 
| 3680 3494 | 
             
            </tr>
         | 
| 3681 3495 | 
             
            <tr>
         | 
| 3682 3496 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| 3683 | 
            -
            <td> | 
| 3497 | 
            +
            <td>destroy notifier for <em class="parameter"><code>data</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3684 3498 | 
             
            </td>
         | 
| 3685 3499 | 
             
            </tr>
         | 
| 3686 3500 | 
             
            </tbody>
         | 
| @@ -3688,7 +3502,7 @@ function is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard- | |
| 3688 3502 | 
             
            <p class="since">Since 2.6</p>
         | 
| 3689 3503 | 
             
            </div>
         | 
| 3690 3504 | 
             
            <hr>
         | 
| 3691 | 
            -
            <div class="refsect2" | 
| 3505 | 
            +
            <div class="refsect2">
         | 
| 3692 3506 | 
             
            <a name="gtk-tree-view-get-rubber-banding"></a><h3>gtk_tree_view_get_rubber_banding ()</h3>
         | 
| 3693 3507 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_rubber_banding    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3694 3508 | 
             
            <p>
         | 
| @@ -3706,16 +3520,15 @@ user to select multiple rows by dragging the mouse. | |
| 3706 3520 | 
             
            </tr>
         | 
| 3707 3521 | 
             
            <tr>
         | 
| 3708 3522 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3709 | 
            -
            <td> | 
| 3710 | 
            -
             | 
| 3711 | 
            -
            </td>
         | 
| 3523 | 
            +
            <td>
         | 
| 3524 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if rubber banding in <em class="parameter"><code>tree_view</code></em> is enabled.</td>
         | 
| 3712 3525 | 
             
            </tr>
         | 
| 3713 3526 | 
             
            </tbody>
         | 
| 3714 3527 | 
             
            </table></div>
         | 
| 3715 3528 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3716 3529 | 
             
            </div>
         | 
| 3717 3530 | 
             
            <hr>
         | 
| 3718 | 
            -
            <div class="refsect2" | 
| 3531 | 
            +
            <div class="refsect2">
         | 
| 3719 3532 | 
             
            <a name="gtk-tree-view-set-rubber-banding"></a><h3>gtk_tree_view_set_rubber_banding ()</h3>
         | 
| 3720 3533 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_rubber_banding    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3721 3534 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
         | 
| @@ -3735,15 +3548,14 @@ multiple rows by dragging the mouse. | |
| 3735 3548 | 
             
            <tr>
         | 
| 3736 3549 | 
             
            <td><p><span class="term"><em class="parameter"><code>enable</code></em> :</span></p></td>
         | 
| 3737 3550 | 
             
            <td>
         | 
| 3738 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable rubber banding
         | 
| 3739 | 
            -
            </td>
         | 
| 3551 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable rubber banding</td>
         | 
| 3740 3552 | 
             
            </tr>
         | 
| 3741 3553 | 
             
            </tbody>
         | 
| 3742 3554 | 
             
            </table></div>
         | 
| 3743 3555 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3744 3556 | 
             
            </div>
         | 
| 3745 3557 | 
             
            <hr>
         | 
| 3746 | 
            -
            <div class="refsect2" | 
| 3558 | 
            +
            <div class="refsect2">
         | 
| 3747 3559 | 
             
            <a name="gtk-tree-view-is-rubber-banding-active"></a><h3>gtk_tree_view_is_rubber_banding_active ()</h3>
         | 
| 3748 3560 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_is_rubber_banding_active
         | 
| 3749 3561 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| @@ -3761,17 +3573,16 @@ in <em class="parameter"><code>tree_view</code></em>. | |
| 3761 3573 | 
             
            </tr>
         | 
| 3762 3574 | 
             
            <tr>
         | 
| 3763 3575 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3764 | 
            -
            <td> | 
| 3765 | 
            -
             | 
| 3766 | 
            -
             | 
| 3767 | 
            -
            </td>
         | 
| 3576 | 
            +
            <td>
         | 
| 3577 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a rubber banding operation is currently being
         | 
| 3578 | 
            +
            done in <em class="parameter"><code>tree_view</code></em>.</td>
         | 
| 3768 3579 | 
             
            </tr>
         | 
| 3769 3580 | 
             
            </tbody>
         | 
| 3770 3581 | 
             
            </table></div>
         | 
| 3771 3582 | 
             
            <p class="since">Since 2.12</p>
         | 
| 3772 3583 | 
             
            </div>
         | 
| 3773 3584 | 
             
            <hr>
         | 
| 3774 | 
            -
            <div class="refsect2" | 
| 3585 | 
            +
            <div class="refsect2">
         | 
| 3775 3586 | 
             
            <a name="gtk-tree-view-get-enable-tree-lines"></a><h3>gtk_tree_view_get_enable_tree_lines ()</h3>
         | 
| 3776 3587 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_enable_tree_lines (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3777 3588 | 
             
            <p>
         | 
| @@ -3782,22 +3593,20 @@ Returns whether or not tree lines are drawn in <em class="parameter"><code>tree_ | |
| 3782 3593 | 
             
            <tbody>
         | 
| 3783 3594 | 
             
            <tr>
         | 
| 3784 3595 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 3785 | 
            -
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a | 
| 3786 | 
            -
            </td>
         | 
| 3596 | 
            +
            <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</td>
         | 
| 3787 3597 | 
             
            </tr>
         | 
| 3788 3598 | 
             
            <tr>
         | 
| 3789 3599 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3790 | 
            -
            <td> | 
| 3791 | 
            -
             | 
| 3792 | 
            -
             | 
| 3793 | 
            -
            </td>
         | 
| 3600 | 
            +
            <td>
         | 
| 3601 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tree lines are drawn in <em class="parameter"><code>tree_view</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
         | 
| 3602 | 
            +
            otherwise.</td>
         | 
| 3794 3603 | 
             
            </tr>
         | 
| 3795 3604 | 
             
            </tbody>
         | 
| 3796 3605 | 
             
            </table></div>
         | 
| 3797 3606 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3798 3607 | 
             
            </div>
         | 
| 3799 3608 | 
             
            <hr>
         | 
| 3800 | 
            -
            <div class="refsect2" | 
| 3609 | 
            +
            <div class="refsect2">
         | 
| 3801 3610 | 
             
            <a name="gtk-tree-view-set-enable-tree-lines"></a><h3>gtk_tree_view_set_enable_tree_lines ()</h3>
         | 
| 3802 3611 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_enable_tree_lines (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3803 3612 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
         | 
| @@ -3816,15 +3625,14 @@ This does not have any visible effects for lists. | |
| 3816 3625 | 
             
            <tr>
         | 
| 3817 3626 | 
             
            <td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td>
         | 
| 3818 3627 | 
             
            <td>
         | 
| 3819 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable tree line drawing, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise | 
| 3820 | 
            -
            </td>
         | 
| 3628 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable tree line drawing, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
         | 
| 3821 3629 | 
             
            </tr>
         | 
| 3822 3630 | 
             
            </tbody>
         | 
| 3823 3631 | 
             
            </table></div>
         | 
| 3824 3632 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3825 3633 | 
             
            </div>
         | 
| 3826 3634 | 
             
            <hr>
         | 
| 3827 | 
            -
            <div class="refsect2" | 
| 3635 | 
            +
            <div class="refsect2">
         | 
| 3828 3636 | 
             
            <a name="GtkTreeViewGridLines"></a><h3>enum GtkTreeViewGridLines</h3>
         | 
| 3829 3637 | 
             
            <pre class="programlisting">typedef enum
         | 
| 3830 3638 | 
             
            {
         | 
| @@ -3864,7 +3672,7 @@ Used to indicate which grid lines to draw in a tree view. | |
| 3864 3672 | 
             
            </table></div>
         | 
| 3865 3673 | 
             
            </div>
         | 
| 3866 3674 | 
             
            <hr>
         | 
| 3867 | 
            -
            <div class="refsect2" | 
| 3675 | 
            +
            <div class="refsect2">
         | 
| 3868 3676 | 
             
            <a name="gtk-tree-view-get-grid-lines"></a><h3>gtk_tree_view_get_grid_lines ()</h3>
         | 
| 3869 3677 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="returnvalue">GtkTreeViewGridLines</span></a>  gtk_tree_view_get_grid_lines      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 3870 3678 | 
             
            <p>
         | 
| @@ -3880,17 +3688,15 @@ Returns which grid lines are enabled in <em class="parameter"><code>tree_view</c | |
| 3880 3688 | 
             
            </tr>
         | 
| 3881 3689 | 
             
            <tr>
         | 
| 3882 3690 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 3883 | 
            -
            <td> | 
| 3884 | 
            -
            are enabled | 
| 3885 | 
            -
             | 
| 3886 | 
            -
            </td>
         | 
| 3691 | 
            +
            <td>a <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> value indicating which grid lines
         | 
| 3692 | 
            +
            are enabled.</td>
         | 
| 3887 3693 | 
             
            </tr>
         | 
| 3888 3694 | 
             
            </tbody>
         | 
| 3889 3695 | 
             
            </table></div>
         | 
| 3890 3696 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3891 3697 | 
             
            </div>
         | 
| 3892 3698 | 
             
            <hr>
         | 
| 3893 | 
            -
            <div class="refsect2" | 
| 3699 | 
            +
            <div class="refsect2">
         | 
| 3894 3700 | 
             
            <a name="gtk-tree-view-set-grid-lines"></a><h3>gtk_tree_view_set_grid_lines ()</h3>
         | 
| 3895 3701 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_grid_lines        (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3896 3702 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> grid_lines</code></em>);</pre>
         | 
| @@ -3908,19 +3714,18 @@ Sets which grid lines to draw in <em class="parameter"><code>tree_view</code></e | |
| 3908 3714 | 
             
            <tr>
         | 
| 3909 3715 | 
             
            <td><p><span class="term"><em class="parameter"><code>grid_lines</code></em> :</span></p></td>
         | 
| 3910 3716 | 
             
            <td>a <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> value indicating which grid lines to
         | 
| 3911 | 
            -
            enable | 
| 3912 | 
            -
            </td>
         | 
| 3717 | 
            +
            enable.</td>
         | 
| 3913 3718 | 
             
            </tr>
         | 
| 3914 3719 | 
             
            </tbody>
         | 
| 3915 3720 | 
             
            </table></div>
         | 
| 3916 3721 | 
             
            <p class="since">Since 2.10</p>
         | 
| 3917 3722 | 
             
            </div>
         | 
| 3918 3723 | 
             
            <hr>
         | 
| 3919 | 
            -
            <div class="refsect2" | 
| 3724 | 
            +
            <div class="refsect2">
         | 
| 3920 3725 | 
             
            <a name="gtk-tree-view-set-tooltip-row"></a><h3>gtk_tree_view_set_tooltip_row ()</h3>
         | 
| 3921 3726 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_tooltip_row       (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3922 3727 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
         | 
| 3923 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 3728 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
         | 
| 3924 3729 | 
             
            <p>
         | 
| 3925 3730 | 
             
            Sets the tip area of <em class="parameter"><code>tooltip</code></em> to be the area covered by the row at <em class="parameter"><code>path</code></em>.
         | 
| 3926 3731 | 
             
            See also <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-column" title="gtk_tree_view_set_tooltip_column ()"><code class="function">gtk_tree_view_set_tooltip_column()</code></a> for a simpler alternative.
         | 
| @@ -3941,7 +3746,7 @@ See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title=" | |
| 3941 3746 | 
             
            </tr>
         | 
| 3942 3747 | 
             
            <tr>
         | 
| 3943 3748 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 3944 | 
            -
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 3749 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
         | 
| 3945 3750 | 
             
            </td>
         | 
| 3946 3751 | 
             
            </tr>
         | 
| 3947 3752 | 
             
            </tbody>
         | 
| @@ -3949,11 +3754,11 @@ See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title=" | |
| 3949 3754 | 
             
            <p class="since">Since 2.12</p>
         | 
| 3950 3755 | 
             
            </div>
         | 
| 3951 3756 | 
             
            <hr>
         | 
| 3952 | 
            -
            <div class="refsect2" | 
| 3757 | 
            +
            <div class="refsect2">
         | 
| 3953 3758 | 
             
            <a name="gtk-tree-view-set-tooltip-cell"></a><h3>gtk_tree_view_set_tooltip_cell ()</h3>
         | 
| 3954 3759 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_tooltip_cell      (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 3955 3760 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
         | 
| 3956 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 3761 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
         | 
| 3957 3762 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
         | 
| 3958 3763 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);</pre>
         | 
| 3959 3764 | 
             
            <p>
         | 
| @@ -3986,17 +3791,17 @@ See also <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-column | |
| 3986 3791 | 
             
            </tr>
         | 
| 3987 3792 | 
             
            <tr>
         | 
| 3988 3793 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 3989 | 
            -
            <td> | 
| 3794 | 
            +
            <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3990 3795 | 
             
            </td>
         | 
| 3991 3796 | 
             
            </tr>
         | 
| 3992 3797 | 
             
            <tr>
         | 
| 3993 3798 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 3994 | 
            -
            <td> | 
| 3799 | 
            +
            <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 3995 3800 | 
             
            </td>
         | 
| 3996 3801 | 
             
            </tr>
         | 
| 3997 3802 | 
             
            <tr>
         | 
| 3998 3803 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 3999 | 
            -
            <td> | 
| 3804 | 
            +
            <td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 4000 3805 | 
             
            </td>
         | 
| 4001 3806 | 
             
            </tr>
         | 
| 4002 3807 | 
             
            </tbody>
         | 
| @@ -4004,15 +3809,15 @@ See also <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-column | |
| 4004 3809 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4005 3810 | 
             
            </div>
         | 
| 4006 3811 | 
             
            <hr>
         | 
| 4007 | 
            -
            <div class="refsect2" | 
| 3812 | 
            +
            <div class="refsect2">
         | 
| 4008 3813 | 
             
            <a name="gtk-tree-view-get-tooltip-context"></a><h3>gtk_tree_view_get_tooltip_context ()</h3>
         | 
| 4009 3814 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_tree_view_get_tooltip_context   (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 4010 3815 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
         | 
| 4011 3816 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
         | 
| 4012 3817 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
         | 
| 4013 3818 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
         | 
| 4014 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4015 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 3819 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
         | 
| 3820 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
         | 
| 4016 3821 | 
             
            <p>
         | 
| 4017 3822 | 
             
            This function is supposed to be used in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title='The "query-tooltip" signal'><span class="type">"query-tooltip"</span></a>
         | 
| 4018 3823 | 
             
            signal handler for <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.  The <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> and <em class="parameter"><code>keyboard_tip</code></em> values
         | 
| @@ -4037,46 +3842,41 @@ to be relative to <em class="parameter"><code>tree_view</code></em>'s bin_window | |
| 4037 3842 | 
             
            </tr>
         | 
| 4038 3843 | 
             
            <tr>
         | 
| 4039 3844 | 
             
            <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
         | 
| 4040 | 
            -
            <td>the x coordinate (relative to widget coordinates)
         | 
| 4041 | 
            -
            </td>
         | 
| 3845 | 
            +
            <td>the x coordinate (relative to widget coordinates)</td>
         | 
| 4042 3846 | 
             
            </tr>
         | 
| 4043 3847 | 
             
            <tr>
         | 
| 4044 3848 | 
             
            <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
         | 
| 4045 | 
            -
            <td>the y coordinate (relative to widget coordinates)
         | 
| 4046 | 
            -
            </td>
         | 
| 3849 | 
            +
            <td>the y coordinate (relative to widget coordinates)</td>
         | 
| 4047 3850 | 
             
            </tr>
         | 
| 4048 3851 | 
             
            <tr>
         | 
| 4049 3852 | 
             
            <td><p><span class="term"><em class="parameter"><code>keyboard_tip</code></em> :</span></p></td>
         | 
| 4050 | 
            -
            <td>whether this is a keyboard tooltip or not
         | 
| 4051 | 
            -
            </td>
         | 
| 3853 | 
            +
            <td>whether this is a keyboard tooltip or not</td>
         | 
| 4052 3854 | 
             
            </tr>
         | 
| 4053 3855 | 
             
            <tr>
         | 
| 4054 3856 | 
             
            <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
         | 
| 4055 | 
            -
            <td> | 
| 3857 | 
            +
            <td>a pointer to receive a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 4056 3858 | 
             
            </td>
         | 
| 4057 3859 | 
             
            </tr>
         | 
| 4058 3860 | 
             
            <tr>
         | 
| 4059 3861 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4060 | 
            -
            <td> | 
| 3862 | 
            +
            <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 4061 3863 | 
             
            </td>
         | 
| 4062 3864 | 
             
            </tr>
         | 
| 4063 3865 | 
             
            <tr>
         | 
| 4064 3866 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 4065 | 
            -
            <td> | 
| 3867 | 
            +
            <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 4066 3868 | 
             
            </td>
         | 
| 4067 3869 | 
             
            </tr>
         | 
| 4068 3870 | 
             
            <tr>
         | 
| 4069 3871 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4070 | 
            -
            <td> | 
| 4071 | 
            -
             | 
| 4072 | 
            -
            </td>
         | 
| 3872 | 
            +
            <td>whether or not the given tooltip context points to a row.</td>
         | 
| 4073 3873 | 
             
            </tr>
         | 
| 4074 3874 | 
             
            </tbody>
         | 
| 4075 3875 | 
             
            </table></div>
         | 
| 4076 3876 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4077 3877 | 
             
            </div>
         | 
| 4078 3878 | 
             
            <hr>
         | 
| 4079 | 
            -
            <div class="refsect2" | 
| 3879 | 
            +
            <div class="refsect2">
         | 
| 4080 3880 | 
             
            <a name="gtk-tree-view-get-tooltip-column"></a><h3>gtk_tree_view_get_tooltip_column ()</h3>
         | 
| 4081 3881 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_tree_view_get_tooltip_column    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
         | 
| 4082 3882 | 
             
            <p>
         | 
| @@ -4093,17 +3893,15 @@ displaying tooltips on <em class="parameter"><code>tree_view</code></em>'s rows. | |
| 4093 3893 | 
             
            </tr>
         | 
| 4094 3894 | 
             
            <tr>
         | 
| 4095 3895 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4096 | 
            -
            <td> | 
| 4097 | 
            -
            used, or -1 if this is disabled | 
| 4098 | 
            -
             | 
| 4099 | 
            -
            </td>
         | 
| 3896 | 
            +
            <td>the index of the tooltip column that is currently being
         | 
| 3897 | 
            +
            used, or -1 if this is disabled.</td>
         | 
| 4100 3898 | 
             
            </tr>
         | 
| 4101 3899 | 
             
            </tbody>
         | 
| 4102 3900 | 
             
            </table></div>
         | 
| 4103 3901 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4104 3902 | 
             
            </div>
         | 
| 4105 3903 | 
             
            <hr>
         | 
| 4106 | 
            -
            <div class="refsect2" | 
| 3904 | 
            +
            <div class="refsect2">
         | 
| 4107 3905 | 
             
            <a name="gtk-tree-view-set-tooltip-column"></a><h3>gtk_tree_view_set_tooltip_column ()</h3>
         | 
| 4108 3906 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_set_tooltip_column    (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
         | 
| 4109 3907 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
         | 
| @@ -4131,44 +3929,43 @@ so &, <, etc have to be escaped in the text. | |
| 4131 3929 | 
             
            </tr>
         | 
| 4132 3930 | 
             
            <tr>
         | 
| 4133 3931 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 4134 | 
            -
            <td>an integer, which is a valid column number for <em class="parameter"><code>tree_view</code></em>'s model
         | 
| 4135 | 
            -
            </td>
         | 
| 3932 | 
            +
            <td>an integer, which is a valid column number for <em class="parameter"><code>tree_view</code></em>'s model</td>
         | 
| 4136 3933 | 
             
            </tr>
         | 
| 4137 3934 | 
             
            </tbody>
         | 
| 4138 3935 | 
             
            </table></div>
         | 
| 4139 3936 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4140 3937 | 
             
            </div>
         | 
| 4141 3938 | 
             
            </div>
         | 
| 4142 | 
            -
            <div class="refsect1" | 
| 3939 | 
            +
            <div class="refsect1">
         | 
| 4143 3940 | 
             
            <a name="GtkTreeView.property-details"></a><h2>Property Details</h2>
         | 
| 4144 | 
            -
            <div class="refsect2" | 
| 3941 | 
            +
            <div class="refsect2">
         | 
| 4145 3942 | 
             
            <a name="GtkTreeView--enable-grid-lines"></a><h3>The <code class="literal">"enable-grid-lines"</code> property</h3>
         | 
| 4146 3943 | 
             
            <pre class="programlisting">  "enable-grid-lines"        <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a>  : Read / Write</pre>
         | 
| 4147 3944 | 
             
            <p>Whether grid lines should be drawn in the tree view.</p>
         | 
| 4148 3945 | 
             
            <p>Default value: GTK_TREE_VIEW_GRID_LINES_NONE</p>
         | 
| 4149 3946 | 
             
            </div>
         | 
| 4150 3947 | 
             
            <hr>
         | 
| 4151 | 
            -
            <div class="refsect2" | 
| 3948 | 
            +
            <div class="refsect2">
         | 
| 4152 3949 | 
             
            <a name="GtkTreeView--enable-search"></a><h3>The <code class="literal">"enable-search"</code> property</h3>
         | 
| 4153 3950 | 
             
            <pre class="programlisting">  "enable-search"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4154 3951 | 
             
            <p>View allows user to search through columns interactively.</p>
         | 
| 4155 3952 | 
             
            <p>Default value: TRUE</p>
         | 
| 4156 3953 | 
             
            </div>
         | 
| 4157 3954 | 
             
            <hr>
         | 
| 4158 | 
            -
            <div class="refsect2" | 
| 3955 | 
            +
            <div class="refsect2">
         | 
| 4159 3956 | 
             
            <a name="GtkTreeView--enable-tree-lines"></a><h3>The <code class="literal">"enable-tree-lines"</code> property</h3>
         | 
| 4160 3957 | 
             
            <pre class="programlisting">  "enable-tree-lines"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4161 3958 | 
             
            <p>Whether tree lines should be drawn in the tree view.</p>
         | 
| 4162 3959 | 
             
            <p>Default value: FALSE</p>
         | 
| 4163 3960 | 
             
            </div>
         | 
| 4164 3961 | 
             
            <hr>
         | 
| 4165 | 
            -
            <div class="refsect2" | 
| 3962 | 
            +
            <div class="refsect2">
         | 
| 4166 3963 | 
             
            <a name="GtkTreeView--expander-column"></a><h3>The <code class="literal">"expander-column"</code> property</h3>
         | 
| 4167 3964 | 
             
            <pre class="programlisting">  "expander-column"          <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>*    : Read / Write</pre>
         | 
| 4168 3965 | 
             
            <p>Set the column for the expander column.</p>
         | 
| 4169 3966 | 
             
            </div>
         | 
| 4170 3967 | 
             
            <hr>
         | 
| 4171 | 
            -
            <div class="refsect2" | 
| 3968 | 
            +
            <div class="refsect2">
         | 
| 4172 3969 | 
             
            <a name="GtkTreeView--fixed-height-mode"></a><h3>The <code class="literal">"fixed-height-mode"</code> property</h3>
         | 
| 4173 3970 | 
             
            <pre class="programlisting">  "fixed-height-mode"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4174 3971 | 
             
            <p>
         | 
| @@ -4182,27 +3979,27 @@ information on this option. | |
| 4182 3979 | 
             
            <p class="since">Since 2.4</p>
         | 
| 4183 3980 | 
             
            </div>
         | 
| 4184 3981 | 
             
            <hr>
         | 
| 4185 | 
            -
            <div class="refsect2" | 
| 3982 | 
            +
            <div class="refsect2">
         | 
| 4186 3983 | 
             
            <a name="GtkTreeView--hadjustment"></a><h3>The <code class="literal">"hadjustment"</code> property</h3>
         | 
| 4187 3984 | 
             
            <pre class="programlisting">  "hadjustment"              <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write</pre>
         | 
| 4188 3985 | 
             
            <p>Horizontal Adjustment for the widget.</p>
         | 
| 4189 3986 | 
             
            </div>
         | 
| 4190 3987 | 
             
            <hr>
         | 
| 4191 | 
            -
            <div class="refsect2" | 
| 3988 | 
            +
            <div class="refsect2">
         | 
| 4192 3989 | 
             
            <a name="GtkTreeView--headers-clickable"></a><h3>The <code class="literal">"headers-clickable"</code> property</h3>
         | 
| 4193 3990 | 
             
            <pre class="programlisting">  "headers-clickable"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4194 3991 | 
             
            <p>Column headers respond to click events.</p>
         | 
| 4195 3992 | 
             
            <p>Default value: TRUE</p>
         | 
| 4196 3993 | 
             
            </div>
         | 
| 4197 3994 | 
             
            <hr>
         | 
| 4198 | 
            -
            <div class="refsect2" | 
| 3995 | 
            +
            <div class="refsect2">
         | 
| 4199 3996 | 
             
            <a name="GtkTreeView--headers-visible"></a><h3>The <code class="literal">"headers-visible"</code> property</h3>
         | 
| 4200 3997 | 
             
            <pre class="programlisting">  "headers-visible"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4201 3998 | 
             
            <p>Show the column header buttons.</p>
         | 
| 4202 3999 | 
             
            <p>Default value: TRUE</p>
         | 
| 4203 4000 | 
             
            </div>
         | 
| 4204 4001 | 
             
            <hr>
         | 
| 4205 | 
            -
            <div class="refsect2" | 
| 4002 | 
            +
            <div class="refsect2">
         | 
| 4206 4003 | 
             
            <a name="GtkTreeView--hover-expand"></a><h3>The <code class="literal">"hover-expand"</code> property</h3>
         | 
| 4207 4004 | 
             
            <pre class="programlisting">  "hover-expand"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4208 4005 | 
             
            <p>
         | 
| @@ -4218,7 +4015,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type | |
| 4218 4015 | 
             
            <p class="since">Since 2.6</p>
         | 
| 4219 4016 | 
             
            </div>
         | 
| 4220 4017 | 
             
            <hr>
         | 
| 4221 | 
            -
            <div class="refsect2" | 
| 4018 | 
            +
            <div class="refsect2">
         | 
| 4222 4019 | 
             
            <a name="GtkTreeView--hover-selection"></a><h3>The <code class="literal">"hover-selection"</code> property</h3>
         | 
| 4223 4020 | 
             
            <pre class="programlisting">  "hover-selection"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4224 4021 | 
             
            <p>
         | 
| @@ -4235,7 +4032,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type | |
| 4235 4032 | 
             
            <p class="since">Since 2.6</p>
         | 
| 4236 4033 | 
             
            </div>
         | 
| 4237 4034 | 
             
            <hr>
         | 
| 4238 | 
            -
            <div class="refsect2" | 
| 4035 | 
            +
            <div class="refsect2">
         | 
| 4239 4036 | 
             
            <a name="GtkTreeView--level-indentation"></a><h3>The <code class="literal">"level-indentation"</code> property</h3>
         | 
| 4240 4037 | 
             
            <pre class="programlisting">  "level-indentation"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 4241 4038 | 
             
            <p>
         | 
| @@ -4246,34 +4043,34 @@ Extra indentation for each level. | |
| 4246 4043 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4247 4044 | 
             
            </div>
         | 
| 4248 4045 | 
             
            <hr>
         | 
| 4249 | 
            -
            <div class="refsect2" | 
| 4046 | 
            +
            <div class="refsect2">
         | 
| 4250 4047 | 
             
            <a name="GtkTreeView--model"></a><h3>The <code class="literal">"model"</code> property</h3>
         | 
| 4251 4048 | 
             
            <pre class="programlisting">  "model"                    <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>*         : Read / Write</pre>
         | 
| 4252 4049 | 
             
            <p>The model for the tree view.</p>
         | 
| 4253 4050 | 
             
            </div>
         | 
| 4254 4051 | 
             
            <hr>
         | 
| 4255 | 
            -
            <div class="refsect2" | 
| 4052 | 
            +
            <div class="refsect2">
         | 
| 4256 4053 | 
             
            <a name="GtkTreeView--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
         | 
| 4257 4054 | 
             
            <pre class="programlisting">  "reorderable"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4258 4055 | 
             
            <p>View is reorderable.</p>
         | 
| 4259 4056 | 
             
            <p>Default value: FALSE</p>
         | 
| 4260 4057 | 
             
            </div>
         | 
| 4261 4058 | 
             
            <hr>
         | 
| 4262 | 
            -
            <div class="refsect2" | 
| 4059 | 
            +
            <div class="refsect2">
         | 
| 4263 4060 | 
             
            <a name="GtkTreeView--rubber-banding"></a><h3>The <code class="literal">"rubber-banding"</code> property</h3>
         | 
| 4264 4061 | 
             
            <pre class="programlisting">  "rubber-banding"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4265 4062 | 
             
            <p>Whether to enable selection of multiple items by dragging the mouse pointer.</p>
         | 
| 4266 4063 | 
             
            <p>Default value: FALSE</p>
         | 
| 4267 4064 | 
             
            </div>
         | 
| 4268 4065 | 
             
            <hr>
         | 
| 4269 | 
            -
            <div class="refsect2" | 
| 4066 | 
            +
            <div class="refsect2">
         | 
| 4270 4067 | 
             
            <a name="GtkTreeView--rules-hint"></a><h3>The <code class="literal">"rules-hint"</code> property</h3>
         | 
| 4271 4068 | 
             
            <pre class="programlisting">  "rules-hint"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4272 4069 | 
             
            <p>Set a hint to the theme engine to draw rows in alternating colors.</p>
         | 
| 4273 4070 | 
             
            <p>Default value: FALSE</p>
         | 
| 4274 4071 | 
             
            </div>
         | 
| 4275 4072 | 
             
            <hr>
         | 
| 4276 | 
            -
            <div class="refsect2" | 
| 4073 | 
            +
            <div class="refsect2">
         | 
| 4277 4074 | 
             
            <a name="GtkTreeView--search-column"></a><h3>The <code class="literal">"search-column"</code> property</h3>
         | 
| 4278 4075 | 
             
            <pre class="programlisting">  "search-column"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 4279 4076 | 
             
            <p>Model column to search through during interactive search.</p>
         | 
| @@ -4281,7 +4078,7 @@ Extra indentation for each level. | |
| 4281 4078 | 
             
            <p>Default value: -1</p>
         | 
| 4282 4079 | 
             
            </div>
         | 
| 4283 4080 | 
             
            <hr>
         | 
| 4284 | 
            -
            <div class="refsect2" | 
| 4081 | 
            +
            <div class="refsect2">
         | 
| 4285 4082 | 
             
            <a name="GtkTreeView--show-expanders"></a><h3>The <code class="literal">"show-expanders"</code> property</h3>
         | 
| 4286 4083 | 
             
            <pre class="programlisting">  "show-expanders"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 4287 4084 | 
             
            <p>
         | 
| @@ -4291,7 +4088,7 @@ Extra indentation for each level. | |
| 4291 4088 | 
             
            <p class="since">Since 2.12</p>
         | 
| 4292 4089 | 
             
            </div>
         | 
| 4293 4090 | 
             
            <hr>
         | 
| 4294 | 
            -
            <div class="refsect2" | 
| 4091 | 
            +
            <div class="refsect2">
         | 
| 4295 4092 | 
             
            <a name="GtkTreeView--tooltip-column"></a><h3>The <code class="literal">"tooltip-column"</code> property</h3>
         | 
| 4296 4093 | 
             
            <pre class="programlisting">  "tooltip-column"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 4297 4094 | 
             
            <p>The column in the model containing the tooltip texts for the rows.</p>
         | 
| @@ -4299,28 +4096,28 @@ Extra indentation for each level. | |
| 4299 4096 | 
             
            <p>Default value: -1</p>
         | 
| 4300 4097 | 
             
            </div>
         | 
| 4301 4098 | 
             
            <hr>
         | 
| 4302 | 
            -
            <div class="refsect2" | 
| 4099 | 
            +
            <div class="refsect2">
         | 
| 4303 4100 | 
             
            <a name="GtkTreeView--vadjustment"></a><h3>The <code class="literal">"vadjustment"</code> property</h3>
         | 
| 4304 4101 | 
             
            <pre class="programlisting">  "vadjustment"              <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write</pre>
         | 
| 4305 4102 | 
             
            <p>Vertical Adjustment for the widget.</p>
         | 
| 4306 4103 | 
             
            </div>
         | 
| 4307 4104 | 
             
            </div>
         | 
| 4308 | 
            -
            <div class="refsect1" | 
| 4105 | 
            +
            <div class="refsect1">
         | 
| 4309 4106 | 
             
            <a name="GtkTreeView.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 4310 | 
            -
            <div class="refsect2" | 
| 4107 | 
            +
            <div class="refsect2">
         | 
| 4311 4108 | 
             
            <a name="GtkTreeView--s-allow-rules"></a><h3>The <code class="literal">"allow-rules"</code> style property</h3>
         | 
| 4312 4109 | 
             
            <pre class="programlisting">  "allow-rules"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 4313 4110 | 
             
            <p>Allow drawing of alternating color rows.</p>
         | 
| 4314 4111 | 
             
            <p>Default value: TRUE</p>
         | 
| 4315 4112 | 
             
            </div>
         | 
| 4316 4113 | 
             
            <hr>
         | 
| 4317 | 
            -
            <div class="refsect2" | 
| 4114 | 
            +
            <div class="refsect2">
         | 
| 4318 4115 | 
             
            <a name="GtkTreeView--s-even-row-color"></a><h3>The <code class="literal">"even-row-color"</code> style property</h3>
         | 
| 4319 4116 | 
             
            <pre class="programlisting">  "even-row-color"           <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read</pre>
         | 
| 4320 4117 | 
             
            <p>Color to use for even rows.</p>
         | 
| 4321 4118 | 
             
            </div>
         | 
| 4322 4119 | 
             
            <hr>
         | 
| 4323 | 
            -
            <div class="refsect2" | 
| 4120 | 
            +
            <div class="refsect2">
         | 
| 4324 4121 | 
             
            <a name="GtkTreeView--s-expander-size"></a><h3>The <code class="literal">"expander-size"</code> style property</h3>
         | 
| 4325 4122 | 
             
            <pre class="programlisting">  "expander-size"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 4326 4123 | 
             
            <p>Size of the expander arrow.</p>
         | 
| @@ -4328,14 +4125,14 @@ Extra indentation for each level. | |
| 4328 4125 | 
             
            <p>Default value: 12</p>
         | 
| 4329 4126 | 
             
            </div>
         | 
| 4330 4127 | 
             
            <hr>
         | 
| 4331 | 
            -
            <div class="refsect2" | 
| 4128 | 
            +
            <div class="refsect2">
         | 
| 4332 4129 | 
             
            <a name="GtkTreeView--s-grid-line-pattern"></a><h3>The <code class="literal">"grid-line-pattern"</code> style property</h3>
         | 
| 4333 4130 | 
             
            <pre class="programlisting">  "grid-line-pattern"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
         | 
| 4334 4131 | 
             
            <p>Dash pattern used to draw the tree view grid lines.</p>
         | 
| 4335 4132 | 
             
            <p>Default value: "\001\001"</p>
         | 
| 4336 4133 | 
             
            </div>
         | 
| 4337 4134 | 
             
            <hr>
         | 
| 4338 | 
            -
            <div class="refsect2" | 
| 4135 | 
            +
            <div class="refsect2">
         | 
| 4339 4136 | 
             
            <a name="GtkTreeView--s-grid-line-width"></a><h3>The <code class="literal">"grid-line-width"</code> style property</h3>
         | 
| 4340 4137 | 
             
            <pre class="programlisting">  "grid-line-width"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 4341 4138 | 
             
            <p>Width, in pixels, of the tree view grid lines.</p>
         | 
| @@ -4343,7 +4140,7 @@ Extra indentation for each level. | |
| 4343 4140 | 
             
            <p>Default value: 1</p>
         | 
| 4344 4141 | 
             
            </div>
         | 
| 4345 4142 | 
             
            <hr>
         | 
| 4346 | 
            -
            <div class="refsect2" | 
| 4143 | 
            +
            <div class="refsect2">
         | 
| 4347 4144 | 
             
            <a name="GtkTreeView--s-horizontal-separator"></a><h3>The <code class="literal">"horizontal-separator"</code> style property</h3>
         | 
| 4348 4145 | 
             
            <pre class="programlisting">  "horizontal-separator"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 4349 4146 | 
             
            <p>Horizontal space between cells.  Must be an even number.</p>
         | 
| @@ -4351,23 +4148,23 @@ Extra indentation for each level. | |
| 4351 4148 | 
             
            <p>Default value: 2</p>
         | 
| 4352 4149 | 
             
            </div>
         | 
| 4353 4150 | 
             
            <hr>
         | 
| 4354 | 
            -
            <div class="refsect2" | 
| 4151 | 
            +
            <div class="refsect2">
         | 
| 4355 4152 | 
             
            <a name="GtkTreeView--s-indent-expanders"></a><h3>The <code class="literal">"indent-expanders"</code> style property</h3>
         | 
| 4356 4153 | 
             
            <pre class="programlisting">  "indent-expanders"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 4357 4154 | 
             
            <p>Make the expanders indented.</p>
         | 
| 4358 4155 | 
             
            <p>Default value: TRUE</p>
         | 
| 4359 4156 | 
             
            </div>
         | 
| 4360 4157 | 
             
            <hr>
         | 
| 4361 | 
            -
            <div class="refsect2" | 
| 4158 | 
            +
            <div class="refsect2">
         | 
| 4362 4159 | 
             
            <a name="GtkTreeView--s-odd-row-color"></a><h3>The <code class="literal">"odd-row-color"</code> style property</h3>
         | 
| 4363 4160 | 
             
            <pre class="programlisting">  "odd-row-color"            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>*             : Read</pre>
         | 
| 4364 4161 | 
             
            <p>Color to use for odd rows.</p>
         | 
| 4365 4162 | 
             
            </div>
         | 
| 4366 4163 | 
             
            <hr>
         | 
| 4367 | 
            -
            <div class="refsect2" | 
| 4164 | 
            +
            <div class="refsect2">
         | 
| 4368 4165 | 
             
            <a name="GtkTreeView--s-row-ending-details"></a><h3>The <code class="literal">"row-ending-details"</code> style property</h3>
         | 
| 4369 4166 | 
             
            <pre class="programlisting">  "row-ending-details"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 4370 | 
            -
            <div class="warning"  | 
| 4167 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 4371 4168 | 
             
            <h3 class="title">Warning</h3>
         | 
| 4372 4169 | 
             
            <p><code class="literal">GtkTreeView:row-ending-details</code> has been deprecated since version 2.22 and should not be used in newly-written code. This style property will be removed in GTK+ 3</p>
         | 
| 4373 4170 | 
             
            </div>
         | 
| @@ -4377,14 +4174,14 @@ Enable extended row background themeing | |
| 4377 4174 | 
             
            <p>Default value: FALSE</p>
         | 
| 4378 4175 | 
             
            </div>
         | 
| 4379 4176 | 
             
            <hr>
         | 
| 4380 | 
            -
            <div class="refsect2" | 
| 4177 | 
            +
            <div class="refsect2">
         | 
| 4381 4178 | 
             
            <a name="GtkTreeView--s-tree-line-pattern"></a><h3>The <code class="literal">"tree-line-pattern"</code> style property</h3>
         | 
| 4382 4179 | 
             
            <pre class="programlisting">  "tree-line-pattern"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
         | 
| 4383 4180 | 
             
            <p>Dash pattern used to draw the tree view lines.</p>
         | 
| 4384 4181 | 
             
            <p>Default value: "\001\001"</p>
         | 
| 4385 4182 | 
             
            </div>
         | 
| 4386 4183 | 
             
            <hr>
         | 
| 4387 | 
            -
            <div class="refsect2" | 
| 4184 | 
            +
            <div class="refsect2">
         | 
| 4388 4185 | 
             
            <a name="GtkTreeView--s-tree-line-width"></a><h3>The <code class="literal">"tree-line-width"</code> style property</h3>
         | 
| 4389 4186 | 
             
            <pre class="programlisting">  "tree-line-width"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 4390 4187 | 
             
            <p>Width, in pixels, of the tree view lines.</p>
         | 
| @@ -4392,7 +4189,7 @@ Enable extended row background themeing | |
| 4392 4189 | 
             
            <p>Default value: 1</p>
         | 
| 4393 4190 | 
             
            </div>
         | 
| 4394 4191 | 
             
            <hr>
         | 
| 4395 | 
            -
            <div class="refsect2" | 
| 4192 | 
            +
            <div class="refsect2">
         | 
| 4396 4193 | 
             
            <a name="GtkTreeView--s-vertical-separator"></a><h3>The <code class="literal">"vertical-separator"</code> style property</h3>
         | 
| 4397 4194 | 
             
            <pre class="programlisting">  "vertical-separator"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 4398 4195 | 
             
            <p>Vertical space between cells.  Must be an even number.</p>
         | 
| @@ -4400,12 +4197,12 @@ Enable extended row background themeing | |
| 4400 4197 | 
             
            <p>Default value: 2</p>
         | 
| 4401 4198 | 
             
            </div>
         | 
| 4402 4199 | 
             
            </div>
         | 
| 4403 | 
            -
            <div class="refsect1" | 
| 4200 | 
            +
            <div class="refsect1">
         | 
| 4404 4201 | 
             
            <a name="GtkTreeView.signal-details"></a><h2>Signal Details</h2>
         | 
| 4405 | 
            -
            <div class="refsect2" | 
| 4202 | 
            +
            <div class="refsect2">
         | 
| 4406 4203 | 
             
            <a name="GtkTreeView-columns-changed"></a><h3>The <code class="literal">"columns-changed"</code> signal</h3>
         | 
| 4407 4204 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4408 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4205 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4409 4206 | 
             
            <p>
         | 
| 4410 4207 | 
             
            The number of columns of the treeview has changed.
         | 
| 4411 4208 | 
             
            </p>
         | 
| @@ -4414,8 +4211,7 @@ The number of columns of the treeview has changed. | |
| 4414 4211 | 
             
            <tbody>
         | 
| 4415 4212 | 
             
            <tr>
         | 
| 4416 4213 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4417 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4418 | 
            -
            </td>
         | 
| 4214 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4419 4215 | 
             
            </tr>
         | 
| 4420 4216 | 
             
            <tr>
         | 
| 4421 4217 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4425,10 +4221,10 @@ The number of columns of the treeview has changed. | |
| 4425 4221 | 
             
            </table></div>
         | 
| 4426 4222 | 
             
            </div>
         | 
| 4427 4223 | 
             
            <hr>
         | 
| 4428 | 
            -
            <div class="refsect2" | 
| 4224 | 
            +
            <div class="refsect2">
         | 
| 4429 4225 | 
             
            <a name="GtkTreeView-cursor-changed"></a><h3>The <code class="literal">"cursor-changed"</code> signal</h3>
         | 
| 4430 4226 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4431 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4227 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4432 4228 | 
             
            <p>
         | 
| 4433 4229 | 
             
            The position of the cursor (focused cell) has changed.
         | 
| 4434 4230 | 
             
            </p>
         | 
| @@ -4437,8 +4233,7 @@ The position of the cursor (focused cell) has changed. | |
| 4437 4233 | 
             
            <tbody>
         | 
| 4438 4234 | 
             
            <tr>
         | 
| 4439 4235 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4440 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4441 | 
            -
            </td>
         | 
| 4236 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4442 4237 | 
             
            </tr>
         | 
| 4443 4238 | 
             
            <tr>
         | 
| 4444 4239 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4448,13 +4243,13 @@ The position of the cursor (focused cell) has changed. | |
| 4448 4243 | 
             
            </table></div>
         | 
| 4449 4244 | 
             
            </div>
         | 
| 4450 4245 | 
             
            <hr>
         | 
| 4451 | 
            -
            <div class="refsect2" | 
| 4246 | 
            +
            <div class="refsect2">
         | 
| 4452 4247 | 
             
            <a name="GtkTreeView-expand-collapse-cursor-row"></a><h3>The <code class="literal">"expand-collapse-cursor-row"</code> signal</h3>
         | 
| 4453 4248 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4454 4249 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>     arg1,
         | 
| 4455 4250 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>     arg2,
         | 
| 4456 4251 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>     arg3,
         | 
| 4457 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4252 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4458 4253 | 
             
            <p>
         | 
| 4459 4254 | 
             
            </p>
         | 
| 4460 4255 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4462,43 +4257,22 @@ The position of the cursor (focused cell) has changed. | |
| 4462 4257 | 
             
            <tbody>
         | 
| 4463 4258 | 
             
            <tr>
         | 
| 4464 4259 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4465 | 
            -
            <td>the object which received the signal | 
| 4466 | 
            -
            </td>
         | 
| 4467 | 
            -
            </tr>
         | 
| 4468 | 
            -
            <tr>
         | 
| 4469 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 4470 | 
            -
            <td>
         | 
| 4471 | 
            -
            </td>
         | 
| 4472 | 
            -
            </tr>
         | 
| 4473 | 
            -
            <tr>
         | 
| 4474 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
         | 
| 4475 | 
            -
            <td>
         | 
| 4476 | 
            -
            </td>
         | 
| 4477 | 
            -
            </tr>
         | 
| 4478 | 
            -
            <tr>
         | 
| 4479 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg3</code></em> :</span></p></td>
         | 
| 4480 | 
            -
            <td>
         | 
| 4481 | 
            -
            </td>
         | 
| 4260 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4482 4261 | 
             
            </tr>
         | 
| 4483 4262 | 
             
            <tr>
         | 
| 4484 4263 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4485 4264 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4486 4265 | 
             
            </tr>
         | 
| 4487 | 
            -
            <tr>
         | 
| 4488 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4489 | 
            -
            <td>
         | 
| 4490 | 
            -
            </td>
         | 
| 4491 | 
            -
            </tr>
         | 
| 4492 4266 | 
             
            </tbody>
         | 
| 4493 4267 | 
             
            </table></div>
         | 
| 4494 4268 | 
             
            </div>
         | 
| 4495 4269 | 
             
            <hr>
         | 
| 4496 | 
            -
            <div class="refsect2" | 
| 4270 | 
            +
            <div class="refsect2">
         | 
| 4497 4271 | 
             
            <a name="GtkTreeView-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
         | 
| 4498 4272 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>    *treeview,
         | 
| 4499 4273 | 
             
                                                                    <a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> arg1,
         | 
| 4500 4274 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>            arg2,
         | 
| 4501 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      :  | 
| 4275 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4502 4276 | 
             
            <p>
         | 
| 4503 4277 | 
             
            </p>
         | 
| 4504 4278 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4506,41 +4280,25 @@ The position of the cursor (focused cell) has changed. | |
| 4506 4280 | 
             
            <tbody>
         | 
| 4507 4281 | 
             
            <tr>
         | 
| 4508 4282 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4509 | 
            -
            <td>the object which received the signal | 
| 4510 | 
            -
            </td>
         | 
| 4511 | 
            -
            </tr>
         | 
| 4512 | 
            -
            <tr>
         | 
| 4513 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 4514 | 
            -
            <td>
         | 
| 4515 | 
            -
            </td>
         | 
| 4516 | 
            -
            </tr>
         | 
| 4517 | 
            -
            <tr>
         | 
| 4518 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
         | 
| 4519 | 
            -
            <td>
         | 
| 4520 | 
            -
            </td>
         | 
| 4283 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4521 4284 | 
             
            </tr>
         | 
| 4522 4285 | 
             
            <tr>
         | 
| 4523 4286 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4524 4287 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4525 4288 | 
             
            </tr>
         | 
| 4526 | 
            -
            <tr>
         | 
| 4527 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4528 | 
            -
            <td>
         | 
| 4529 | 
            -
            </td>
         | 
| 4530 | 
            -
            </tr>
         | 
| 4531 4289 | 
             
            </tbody>
         | 
| 4532 4290 | 
             
            </table></div>
         | 
| 4533 4291 | 
             
            </div>
         | 
| 4534 4292 | 
             
            <hr>
         | 
| 4535 | 
            -
            <div class="refsect2" | 
| 4293 | 
            +
            <div class="refsect2">
         | 
| 4536 4294 | 
             
            <a name="GtkTreeView-row-activated"></a><h3>The <code class="literal">"row-activated"</code> signal</h3>
         | 
| 4537 4295 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>       *tree_view,
         | 
| 4538 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4296 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>       *path,
         | 
| 4539 4297 | 
             
                                                                    <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column,
         | 
| 4540 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>           user_data)      :  | 
| 4298 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>           user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4541 4299 | 
             
            <p>
         | 
| 4542 4300 | 
             
            The "row-activated" signal is emitted when the method
         | 
| 4543 | 
            -
            <a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()"><code class="function">gtk_tree_view_row_activated()</code></a> is called or the user double clicks | 
| 4301 | 
            +
            <a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()"><code class="function">gtk_tree_view_row_activated()</code></a> is called or the user double clicks
         | 
| 4544 4302 | 
             
            a treeview row. It is also emitted when a non-editable row is 
         | 
| 4545 4303 | 
             
            selected and one of the keys: Space, Shift+Space, Return or 
         | 
| 4546 4304 | 
             
            Enter is pressed.
         | 
| @@ -4554,18 +4312,15 @@ widget conceptual overview</a> as well as <a class="link" href="GtkTreeSelection | |
| 4554 4312 | 
             
            <tbody>
         | 
| 4555 4313 | 
             
            <tr>
         | 
| 4556 4314 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4557 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4558 | 
            -
            </td>
         | 
| 4315 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4559 4316 | 
             
            </tr>
         | 
| 4560 4317 | 
             
            <tr>
         | 
| 4561 4318 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4562 | 
            -
            <td>the <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4563 | 
            -
            </td>
         | 
| 4319 | 
            +
            <td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the activated row</td>
         | 
| 4564 4320 | 
             
            </tr>
         | 
| 4565 4321 | 
             
            <tr>
         | 
| 4566 4322 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 4567 | 
            -
            <td>the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> in which the activation occurred
         | 
| 4568 | 
            -
            </td>
         | 
| 4323 | 
            +
            <td>the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> in which the activation occurred</td>
         | 
| 4569 4324 | 
             
            </tr>
         | 
| 4570 4325 | 
             
            <tr>
         | 
| 4571 4326 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4575,12 +4330,12 @@ widget conceptual overview</a> as well as <a class="link" href="GtkTreeSelection | |
| 4575 4330 | 
             
            </table></div>
         | 
| 4576 4331 | 
             
            </div>
         | 
| 4577 4332 | 
             
            <hr>
         | 
| 4578 | 
            -
            <div class="refsect2" | 
| 4333 | 
            +
            <div class="refsect2">
         | 
| 4579 4334 | 
             
            <a name="GtkTreeView-row-collapsed"></a><h3>The <code class="literal">"row-collapsed"</code> signal</h3>
         | 
| 4580 4335 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4581 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 4582 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4583 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4336 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
         | 
| 4337 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
         | 
| 4338 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4584 4339 | 
             
            <p>
         | 
| 4585 4340 | 
             
            The given row has been collapsed (child nodes are hidden).
         | 
| 4586 4341 | 
             
            </p>
         | 
| @@ -4589,18 +4344,15 @@ The given row has been collapsed (child nodes are hidden). | |
| 4589 4344 | 
             
            <tbody>
         | 
| 4590 4345 | 
             
            <tr>
         | 
| 4591 4346 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4592 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4593 | 
            -
            </td>
         | 
| 4347 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4594 4348 | 
             
            </tr>
         | 
| 4595 4349 | 
             
            <tr>
         | 
| 4596 4350 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 4597 | 
            -
            <td>the tree iter of the collapsed row
         | 
| 4598 | 
            -
            </td>
         | 
| 4351 | 
            +
            <td>the tree iter of the collapsed row</td>
         | 
| 4599 4352 | 
             
            </tr>
         | 
| 4600 4353 | 
             
            <tr>
         | 
| 4601 4354 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4602 | 
            -
            <td>a tree path that points to the row | 
| 4603 | 
            -
            </td>
         | 
| 4355 | 
            +
            <td>a tree path that points to the row</td>
         | 
| 4604 4356 | 
             
            </tr>
         | 
| 4605 4357 | 
             
            <tr>
         | 
| 4606 4358 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4610,12 +4362,12 @@ The given row has been collapsed (child nodes are hidden). | |
| 4610 4362 | 
             
            </table></div>
         | 
| 4611 4363 | 
             
            </div>
         | 
| 4612 4364 | 
             
            <hr>
         | 
| 4613 | 
            -
            <div class="refsect2" | 
| 4365 | 
            +
            <div class="refsect2">
         | 
| 4614 4366 | 
             
            <a name="GtkTreeView-row-expanded"></a><h3>The <code class="literal">"row-expanded"</code> signal</h3>
         | 
| 4615 4367 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4616 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 4617 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4618 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4368 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
         | 
| 4369 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
         | 
| 4370 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4619 4371 | 
             
            <p>
         | 
| 4620 4372 | 
             
            The given row has been expanded (child nodes are shown).
         | 
| 4621 4373 | 
             
            </p>
         | 
| @@ -4624,18 +4376,15 @@ The given row has been expanded (child nodes are shown). | |
| 4624 4376 | 
             
            <tbody>
         | 
| 4625 4377 | 
             
            <tr>
         | 
| 4626 4378 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4627 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4628 | 
            -
            </td>
         | 
| 4379 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4629 4380 | 
             
            </tr>
         | 
| 4630 4381 | 
             
            <tr>
         | 
| 4631 4382 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 4632 | 
            -
            <td>the tree iter of the expanded row
         | 
| 4633 | 
            -
            </td>
         | 
| 4383 | 
            +
            <td>the tree iter of the expanded row</td>
         | 
| 4634 4384 | 
             
            </tr>
         | 
| 4635 4385 | 
             
            <tr>
         | 
| 4636 4386 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4637 | 
            -
            <td>a tree path that points to the row | 
| 4638 | 
            -
            </td>
         | 
| 4387 | 
            +
            <td>a tree path that points to the row</td>
         | 
| 4639 4388 | 
             
            </tr>
         | 
| 4640 4389 | 
             
            <tr>
         | 
| 4641 4390 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4645,10 +4394,10 @@ The given row has been expanded (child nodes are shown). | |
| 4645 4394 | 
             
            </table></div>
         | 
| 4646 4395 | 
             
            </div>
         | 
| 4647 4396 | 
             
            <hr>
         | 
| 4648 | 
            -
            <div class="refsect2" | 
| 4397 | 
            +
            <div class="refsect2">
         | 
| 4649 4398 | 
             
            <a name="GtkTreeView-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
         | 
| 4650 4399 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4651 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4400 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4652 4401 | 
             
            <p>
         | 
| 4653 4402 | 
             
            </p>
         | 
| 4654 4403 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4656,26 +4405,20 @@ The given row has been expanded (child nodes are shown). | |
| 4656 4405 | 
             
            <tbody>
         | 
| 4657 4406 | 
             
            <tr>
         | 
| 4658 4407 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4659 | 
            -
            <td>the object which received the signal | 
| 4660 | 
            -
            </td>
         | 
| 4408 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4661 4409 | 
             
            </tr>
         | 
| 4662 4410 | 
             
            <tr>
         | 
| 4663 4411 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4664 4412 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4665 4413 | 
             
            </tr>
         | 
| 4666 | 
            -
            <tr>
         | 
| 4667 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4668 | 
            -
            <td>
         | 
| 4669 | 
            -
            </td>
         | 
| 4670 | 
            -
            </tr>
         | 
| 4671 4414 | 
             
            </tbody>
         | 
| 4672 4415 | 
             
            </table></div>
         | 
| 4673 4416 | 
             
            </div>
         | 
| 4674 4417 | 
             
            <hr>
         | 
| 4675 | 
            -
            <div class="refsect2" | 
| 4418 | 
            +
            <div class="refsect2">
         | 
| 4676 4419 | 
             
            <a name="GtkTreeView-select-cursor-parent"></a><h3>The <code class="literal">"select-cursor-parent"</code> signal</h3>
         | 
| 4677 4420 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4678 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4421 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4679 4422 | 
             
            <p>
         | 
| 4680 4423 | 
             
            </p>
         | 
| 4681 4424 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4683,27 +4426,21 @@ The given row has been expanded (child nodes are shown). | |
| 4683 4426 | 
             
            <tbody>
         | 
| 4684 4427 | 
             
            <tr>
         | 
| 4685 4428 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4686 | 
            -
            <td>the object which received the signal | 
| 4687 | 
            -
            </td>
         | 
| 4429 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4688 4430 | 
             
            </tr>
         | 
| 4689 4431 | 
             
            <tr>
         | 
| 4690 4432 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4691 4433 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4692 4434 | 
             
            </tr>
         | 
| 4693 | 
            -
            <tr>
         | 
| 4694 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4695 | 
            -
            <td>
         | 
| 4696 | 
            -
            </td>
         | 
| 4697 | 
            -
            </tr>
         | 
| 4698 4435 | 
             
            </tbody>
         | 
| 4699 4436 | 
             
            </table></div>
         | 
| 4700 4437 | 
             
            </div>
         | 
| 4701 4438 | 
             
            <hr>
         | 
| 4702 | 
            -
            <div class="refsect2" | 
| 4439 | 
            +
            <div class="refsect2">
         | 
| 4703 4440 | 
             
            <a name="GtkTreeView-select-cursor-row"></a><h3>The <code class="literal">"select-cursor-row"</code> signal</h3>
         | 
| 4704 4441 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4705 4442 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>     arg1,
         | 
| 4706 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4443 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4707 4444 | 
             
            <p>
         | 
| 4708 4445 | 
             
            </p>
         | 
| 4709 4446 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4711,33 +4448,22 @@ The given row has been expanded (child nodes are shown). | |
| 4711 4448 | 
             
            <tbody>
         | 
| 4712 4449 | 
             
            <tr>
         | 
| 4713 4450 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4714 | 
            -
            <td>the object which received the signal | 
| 4715 | 
            -
            </td>
         | 
| 4716 | 
            -
            </tr>
         | 
| 4717 | 
            -
            <tr>
         | 
| 4718 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 4719 | 
            -
            <td>
         | 
| 4720 | 
            -
            </td>
         | 
| 4451 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4721 4452 | 
             
            </tr>
         | 
| 4722 4453 | 
             
            <tr>
         | 
| 4723 4454 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4724 4455 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4725 4456 | 
             
            </tr>
         | 
| 4726 | 
            -
            <tr>
         | 
| 4727 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4728 | 
            -
            <td>
         | 
| 4729 | 
            -
            </td>
         | 
| 4730 | 
            -
            </tr>
         | 
| 4731 4457 | 
             
            </tbody>
         | 
| 4732 4458 | 
             
            </table></div>
         | 
| 4733 4459 | 
             
            </div>
         | 
| 4734 4460 | 
             
            <hr>
         | 
| 4735 | 
            -
            <div class="refsect2" | 
| 4461 | 
            +
            <div class="refsect2">
         | 
| 4736 4462 | 
             
            <a name="GtkTreeView-set-scroll-adjustments"></a><h3>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
         | 
| 4737 4463 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>   *horizontal,
         | 
| 4738 4464 | 
             
                                                                    <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vertical,
         | 
| 4739 4465 | 
             
                                                                    <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
         | 
| 4740 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)       :  | 
| 4466 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4741 4467 | 
             
            <p>
         | 
| 4742 4468 | 
             
            Set the scroll adjustments for the tree view. Usually scrolled containers
         | 
| 4743 4469 | 
             
            like <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> will emit this signal to connect two instances
         | 
| @@ -4764,10 +4490,10 @@ of <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="ty | |
| 4764 4490 | 
             
            </table></div>
         | 
| 4765 4491 | 
             
            </div>
         | 
| 4766 4492 | 
             
            <hr>
         | 
| 4767 | 
            -
            <div class="refsect2" | 
| 4493 | 
            +
            <div class="refsect2">
         | 
| 4768 4494 | 
             
            <a name="GtkTreeView-start-interactive-search"></a><h3>The <code class="literal">"start-interactive-search"</code> signal</h3>
         | 
| 4769 4495 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4770 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4496 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4771 4497 | 
             
            <p>
         | 
| 4772 4498 | 
             
            </p>
         | 
| 4773 4499 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4775,28 +4501,22 @@ of <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="ty | |
| 4775 4501 | 
             
            <tbody>
         | 
| 4776 4502 | 
             
            <tr>
         | 
| 4777 4503 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4778 | 
            -
            <td>the object which received the signal | 
| 4779 | 
            -
            </td>
         | 
| 4504 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4780 4505 | 
             
            </tr>
         | 
| 4781 4506 | 
             
            <tr>
         | 
| 4782 4507 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4783 4508 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4784 4509 | 
             
            </tr>
         | 
| 4785 | 
            -
            <tr>
         | 
| 4786 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4787 | 
            -
            <td>
         | 
| 4788 | 
            -
            </td>
         | 
| 4789 | 
            -
            </tr>
         | 
| 4790 4510 | 
             
            </tbody>
         | 
| 4791 4511 | 
             
            </table></div>
         | 
| 4792 4512 | 
             
            </div>
         | 
| 4793 4513 | 
             
            <hr>
         | 
| 4794 | 
            -
            <div class="refsect2" | 
| 4514 | 
            +
            <div class="refsect2">
         | 
| 4795 4515 | 
             
            <a name="GtkTreeView-test-collapse-row"></a><h3>The <code class="literal">"test-collapse-row"</code> signal</h3>
         | 
| 4796 4516 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4797 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 4798 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4799 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4517 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
         | 
| 4518 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
         | 
| 4519 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4800 4520 | 
             
            <p>
         | 
| 4801 4521 | 
             
            The given row is about to be collapsed (hide its children nodes). Use this
         | 
| 4802 4522 | 
             
            signal if you need to control the collapsibility of individual rows.
         | 
| @@ -4806,18 +4526,15 @@ signal if you need to control the collapsibility of individual rows. | |
| 4806 4526 | 
             
            <tbody>
         | 
| 4807 4527 | 
             
            <tr>
         | 
| 4808 4528 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4809 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4810 | 
            -
            </td>
         | 
| 4529 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4811 4530 | 
             
            </tr>
         | 
| 4812 4531 | 
             
            <tr>
         | 
| 4813 4532 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 4814 | 
            -
            <td>the tree iter of the row to collapse
         | 
| 4815 | 
            -
            </td>
         | 
| 4533 | 
            +
            <td>the tree iter of the row to collapse</td>
         | 
| 4816 4534 | 
             
            </tr>
         | 
| 4817 4535 | 
             
            <tr>
         | 
| 4818 4536 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4819 | 
            -
            <td>a tree path that points to the row | 
| 4820 | 
            -
            </td>
         | 
| 4537 | 
            +
            <td>a tree path that points to the row</td>
         | 
| 4821 4538 | 
             
            </tr>
         | 
| 4822 4539 | 
             
            <tr>
         | 
| 4823 4540 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4825,19 +4542,19 @@ signal if you need to control the collapsibility of individual rows. | |
| 4825 4542 | 
             
            </tr>
         | 
| 4826 4543 | 
             
            <tr>
         | 
| 4827 4544 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4828 | 
            -
            <td> | 
| 4829 | 
            -
            </td>
         | 
| 4545 | 
            +
            <td>
         | 
| 4546 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to allow collapsing, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to reject</td>
         | 
| 4830 4547 | 
             
            </tr>
         | 
| 4831 4548 | 
             
            </tbody>
         | 
| 4832 4549 | 
             
            </table></div>
         | 
| 4833 4550 | 
             
            </div>
         | 
| 4834 4551 | 
             
            <hr>
         | 
| 4835 | 
            -
            <div class="refsect2" | 
| 4552 | 
            +
            <div class="refsect2">
         | 
| 4836 4553 | 
             
            <a name="GtkTreeView-test-expand-row"></a><h3>The <code class="literal">"test-expand-row"</code> signal</h3>
         | 
| 4837 4554 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
         | 
| 4838 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 4839 | 
            -
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath" | 
| 4840 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run Last</pre>
         | 
| 4555 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
         | 
| 4556 | 
            +
                                                                    <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
         | 
| 4557 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 4841 4558 | 
             
            <p>
         | 
| 4842 4559 | 
             
            The given row is about to be expanded (show its children nodes). Use this
         | 
| 4843 4560 | 
             
            signal if you need to control the expandability of individual rows.
         | 
| @@ -4847,18 +4564,15 @@ signal if you need to control the expandability of individual rows. | |
| 4847 4564 | 
             
            <tbody>
         | 
| 4848 4565 | 
             
            <tr>
         | 
| 4849 4566 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4850 | 
            -
            <td>the object on which the signal is emitted
         | 
| 4851 | 
            -
            </td>
         | 
| 4567 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 4852 4568 | 
             
            </tr>
         | 
| 4853 4569 | 
             
            <tr>
         | 
| 4854 4570 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 4855 | 
            -
            <td>the tree iter of the row to expand
         | 
| 4856 | 
            -
            </td>
         | 
| 4571 | 
            +
            <td>the tree iter of the row to expand</td>
         | 
| 4857 4572 | 
             
            </tr>
         | 
| 4858 4573 | 
             
            <tr>
         | 
| 4859 4574 | 
             
            <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
         | 
| 4860 | 
            -
            <td>a tree path that points to the row | 
| 4861 | 
            -
            </td>
         | 
| 4575 | 
            +
            <td>a tree path that points to the row</td>
         | 
| 4862 4576 | 
             
            </tr>
         | 
| 4863 4577 | 
             
            <tr>
         | 
| 4864 4578 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -4866,17 +4580,17 @@ signal if you need to control the expandability of individual rows. | |
| 4866 4580 | 
             
            </tr>
         | 
| 4867 4581 | 
             
            <tr>
         | 
| 4868 4582 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4869 | 
            -
            <td> | 
| 4870 | 
            -
            </td>
         | 
| 4583 | 
            +
            <td>
         | 
| 4584 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to allow expansion, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to reject</td>
         | 
| 4871 4585 | 
             
            </tr>
         | 
| 4872 4586 | 
             
            </tbody>
         | 
| 4873 4587 | 
             
            </table></div>
         | 
| 4874 4588 | 
             
            </div>
         | 
| 4875 4589 | 
             
            <hr>
         | 
| 4876 | 
            -
            <div class="refsect2" | 
| 4590 | 
            +
            <div class="refsect2">
         | 
| 4877 4591 | 
             
            <a name="GtkTreeView-toggle-cursor-row"></a><h3>The <code class="literal">"toggle-cursor-row"</code> signal</h3>
         | 
| 4878 4592 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4879 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4593 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4880 4594 | 
             
            <p>
         | 
| 4881 4595 | 
             
            </p>
         | 
| 4882 4596 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4884,26 +4598,20 @@ signal if you need to control the expandability of individual rows. | |
| 4884 4598 | 
             
            <tbody>
         | 
| 4885 4599 | 
             
            <tr>
         | 
| 4886 4600 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4887 | 
            -
            <td>the object which received the signal | 
| 4888 | 
            -
            </td>
         | 
| 4601 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4889 4602 | 
             
            </tr>
         | 
| 4890 4603 | 
             
            <tr>
         | 
| 4891 4604 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4892 4605 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4893 4606 | 
             
            </tr>
         | 
| 4894 | 
            -
            <tr>
         | 
| 4895 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4896 | 
            -
            <td>
         | 
| 4897 | 
            -
            </td>
         | 
| 4898 | 
            -
            </tr>
         | 
| 4899 4607 | 
             
            </tbody>
         | 
| 4900 4608 | 
             
            </table></div>
         | 
| 4901 4609 | 
             
            </div>
         | 
| 4902 4610 | 
             
            <hr>
         | 
| 4903 | 
            -
            <div class="refsect2" | 
| 4611 | 
            +
            <div class="refsect2">
         | 
| 4904 4612 | 
             
            <a name="GtkTreeView-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
         | 
| 4905 4613 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
         | 
| 4906 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 4614 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 4907 4615 | 
             
            <p>
         | 
| 4908 4616 | 
             
            </p>
         | 
| 4909 4617 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -4911,23 +4619,17 @@ signal if you need to control the expandability of individual rows. | |
| 4911 4619 | 
             
            <tbody>
         | 
| 4912 4620 | 
             
            <tr>
         | 
| 4913 4621 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
         | 
| 4914 | 
            -
            <td>the object which received the signal | 
| 4915 | 
            -
            </td>
         | 
| 4622 | 
            +
            <td>the object which received the signal.</td>
         | 
| 4916 4623 | 
             
            </tr>
         | 
| 4917 4624 | 
             
            <tr>
         | 
| 4918 4625 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 4919 4626 | 
             
            <td>user data set when the signal handler was connected.</td>
         | 
| 4920 4627 | 
             
            </tr>
         | 
| 4921 | 
            -
            <tr>
         | 
| 4922 | 
            -
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 4923 | 
            -
            <td>
         | 
| 4924 | 
            -
            </td>
         | 
| 4925 | 
            -
            </tr>
         | 
| 4926 4628 | 
             
            </tbody>
         | 
| 4927 4629 | 
             
            </table></div>
         | 
| 4928 4630 | 
             
            </div>
         | 
| 4929 4631 | 
             
            </div>
         | 
| 4930 | 
            -
            <div class="refsect1" | 
| 4632 | 
            +
            <div class="refsect1">
         | 
| 4931 4633 | 
             
            <a name="GtkTreeView.see-also"></a><h2>See Also</h2>
         | 
| 4932 4634 | 
             
            <p>
         | 
| 4933 4635 | 
             
            <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"><span class="type">GtkTreeSelection</span></a>, <span class="type">GtkTreeDnd</span>, <span class="type">GtkTreeMode</span>, <a class="link" href="GtkTreeSortable.html" title="GtkTreeSortable"><span class="type">GtkTreeSortable</span></a>, <a class="link" href="GtkTreeModelSort.html" title="GtkTreeModelSort"><span class="type">GtkTreeModelSort</span></a>, <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>, <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>, <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>, <a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="type">GtkCellEditable</span></a>, <a class="link" href="GtkCellRendererPixbuf.html" title="GtkCellRendererPixbuf"><span class="type">GtkCellRendererPixbuf</span></a>, <a class="link" href="GtkCellRendererText.html" title="GtkCellRendererText"><span class="type">GtkCellRendererText</span></a>, <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>
         | 
| @@ -4936,6 +4638,6 @@ signal if you need to control the expandability of individual rows. | |
| 4936 4638 | 
             
            </div>
         | 
| 4937 4639 | 
             
            <div class="footer">
         | 
| 4938 4640 | 
             
            <hr>
         | 
| 4939 | 
            -
                      Generated by GTK-Doc V1. | 
| 4641 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 4940 4642 | 
             
            </body>
         | 
| 4941 4643 | 
             
            </html>
         |