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="GtkTreeSelection.html" title="GtkTreeSelection">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkTreeView.html" title="GtkTreeView">
         | 
| 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">
         | 
| @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
                              <a href="#GtkTreeViewColumn.signals" class="shortcut">Signals</a>
         | 
| 35 35 | 
             
            </td></tr>
         | 
| 36 36 | 
             
            </table>
         | 
| 37 | 
            -
            <div class="refentry" | 
| 37 | 
            +
            <div class="refentry">
         | 
| 38 38 | 
             
            <a name="GtkTreeViewColumn"></a><div class="titlepage"></div>
         | 
| 39 39 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 40 40 | 
             
            <td valign="top">
         | 
| @@ -43,7 +43,7 @@ | |
| 43 43 | 
             
            </td>
         | 
| 44 44 | 
             
            <td valign="top" align="right"></td>
         | 
| 45 45 | 
             
            </tr></table></div>
         | 
| 46 | 
            -
            <div class="refsynopsisdiv" | 
| 46 | 
            +
            <div class="refsynopsisdiv">
         | 
| 47 47 | 
             
            <a name="GtkTreeViewColumn.synopsis"></a><h2>Synopsis</h2>
         | 
| 48 48 | 
             
            <pre class="synopsis">
         | 
| 49 49 | 
             
            #include <gtk/gtk.h>
         | 
| @@ -52,9 +52,9 @@ enum                <a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColu | |
| 52 52 | 
             
            <span class="returnvalue">void</span>                (<a class="link" href="GtkTreeViewColumn.html#GtkTreeCellDataFunc" title="GtkTreeCellDataFunc ()">*GtkTreeCellDataFunc</a>)              (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 53 53 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
         | 
| 54 54 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
         | 
| 55 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 55 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 56 56 | 
             
                                                                     <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>);
         | 
| 57 | 
            -
             | 
| 57 | 
            +
            struct              <a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumn-struct" title="struct GtkTreeViewColumn">GtkTreeViewColumn</a>;
         | 
| 58 58 | 
             
            <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-new" title="gtk_tree_view_column_new ()">gtk_tree_view_column_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 59 59 | 
             
            <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-new-with-attributes" title="gtk_tree_view_column_new_with_attributes ()">gtk_tree_view_column_new_with_attributes</a>
         | 
| 60 60 | 
             
                                                                    (<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> *title</code></em>,
         | 
| @@ -147,7 +147,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 147 147 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-cell-set-cell-data" title="gtk_tree_view_column_cell_set_cell_data ()">gtk_tree_view_column_cell_set_cell_data</a>
         | 
| 148 148 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 149 149 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
         | 
| 150 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 150 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 151 151 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_expander</code></em>,
         | 
| 152 152 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_expanded</code></em>);
         | 
| 153 153 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-cell-get-size" title="gtk_tree_view_column_cell_get_size ()">gtk_tree_view_column_cell_get_size</a>  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -169,7 +169,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 169 169 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-get-tree-view" title="gtk_tree_view_column_get_tree_view ()">gtk_tree_view_column_get_tree_view</a>  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);
         | 
| 170 170 | 
             
            </pre>
         | 
| 171 171 | 
             
            </div>
         | 
| 172 | 
            -
            <div class="refsect1" | 
| 172 | 
            +
            <div class="refsect1">
         | 
| 173 173 | 
             
            <a name="GtkTreeViewColumn.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 174 174 | 
             
            <pre class="synopsis">
         | 
| 175 175 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -178,13 +178,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 178 178 | 
             
                           +----GtkTreeViewColumn
         | 
| 179 179 | 
             
            </pre>
         | 
| 180 180 | 
             
            </div>
         | 
| 181 | 
            -
            <div class="refsect1" | 
| 181 | 
            +
            <div class="refsect1">
         | 
| 182 182 | 
             
            <a name="GtkTreeViewColumn.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 183 183 | 
             
            <p>
         | 
| 184 184 | 
             
            GtkTreeViewColumn implements
         | 
| 185 185 | 
             
             <a class="link" href="GtkCellLayout.html" title="GtkCellLayout">GtkCellLayout</a> and  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
         | 
| 186 186 | 
             
            </div>
         | 
| 187 | 
            -
            <div class="refsect1" | 
| 187 | 
            +
            <div class="refsect1">
         | 
| 188 188 | 
             
            <a name="GtkTreeViewColumn.properties"></a><h2>Properties</h2>
         | 
| 189 189 | 
             
            <pre class="synopsis">
         | 
| 190 190 | 
             
              "<a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumn--alignment" title='The "alignment" property'>alignment</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write
         | 
| @@ -206,13 +206,13 @@ GtkTreeViewColumn implements | |
| 206 206 | 
             
              "<a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumn--width" title='The "width" property'>width</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 207 207 | 
             
            </pre>
         | 
| 208 208 | 
             
            </div>
         | 
| 209 | 
            -
            <div class="refsect1" | 
| 209 | 
            +
            <div class="refsect1">
         | 
| 210 210 | 
             
            <a name="GtkTreeViewColumn.signals"></a><h2>Signals</h2>
         | 
| 211 211 | 
             
            <pre class="synopsis">
         | 
| 212 | 
            -
              "<a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumn-clicked" title='The "clicked" signal'>clicked</a>"                                        : Run Last
         | 
| 212 | 
            +
              "<a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumn-clicked" title='The "clicked" signal'>clicked</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>
         | 
| 213 213 | 
             
            </pre>
         | 
| 214 214 | 
             
            </div>
         | 
| 215 | 
            -
            <div class="refsect1" | 
| 215 | 
            +
            <div class="refsect1">
         | 
| 216 216 | 
             
            <a name="GtkTreeViewColumn.description"></a><h2>Description</h2>
         | 
| 217 217 | 
             
            <p>
         | 
| 218 218 | 
             
            The GtkTreeViewColumn object represents a visible column in a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> widget.
         | 
| @@ -225,9 +225,9 @@ for an overview of all the objects and data types related to the tree widget and | |
| 225 225 | 
             
            they work together.
         | 
| 226 226 | 
             
            </p>
         | 
| 227 227 | 
             
            </div>
         | 
| 228 | 
            -
            <div class="refsect1" | 
| 228 | 
            +
            <div class="refsect1">
         | 
| 229 229 | 
             
            <a name="GtkTreeViewColumn.details"></a><h2>Details</h2>
         | 
| 230 | 
            -
            <div class="refsect2" | 
| 230 | 
            +
            <div class="refsect2">
         | 
| 231 231 | 
             
            <a name="GtkTreeViewColumnSizing"></a><h3>enum GtkTreeViewColumnSizing</h3>
         | 
| 232 232 | 
             
            <pre class="programlisting">typedef enum
         | 
| 233 233 | 
             
            {
         | 
| @@ -263,12 +263,12 @@ can make columns appear choppy. | |
| 263 263 | 
             
            </table></div>
         | 
| 264 264 | 
             
            </div>
         | 
| 265 265 | 
             
            <hr>
         | 
| 266 | 
            -
            <div class="refsect2" | 
| 266 | 
            +
            <div class="refsect2">
         | 
| 267 267 | 
             
            <a name="GtkTreeCellDataFunc"></a><h3>GtkTreeCellDataFunc ()</h3>
         | 
| 268 268 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkTreeCellDataFunc)              (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 269 269 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
         | 
| 270 270 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
         | 
| 271 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 271 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 272 272 | 
             
                                                                     <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>
         | 
| 273 273 | 
             
            <p>
         | 
| 274 274 | 
             
            A function to set the properties of a cell instead of just using the
         | 
| @@ -293,31 +293,28 @@ calling <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-set-ce | |
| 293 293 | 
             
            </tr>
         | 
| 294 294 | 
             
            <tr>
         | 
| 295 295 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
         | 
| 296 | 
            -
            <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> being rendered
         | 
| 297 | 
            -
            </td>
         | 
| 296 | 
            +
            <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> being rendered</td>
         | 
| 298 297 | 
             
            </tr>
         | 
| 299 298 | 
             
            <tr>
         | 
| 300 299 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 301 | 
            -
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 302 | 
            -
            </td>
         | 
| 300 | 
            +
            <td>A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> of the current row rendered</td>
         | 
| 303 301 | 
             
            </tr>
         | 
| 304 302 | 
             
            <tr>
         | 
| 305 303 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 306 | 
            -
            <td>user data
         | 
| 307 | 
            -
            </td>
         | 
| 304 | 
            +
            <td>user data</td>
         | 
| 308 305 | 
             
            </tr>
         | 
| 309 306 | 
             
            </tbody>
         | 
| 310 307 | 
             
            </table></div>
         | 
| 311 308 | 
             
            </div>
         | 
| 312 309 | 
             
            <hr>
         | 
| 313 | 
            -
            <div class="refsect2" | 
| 314 | 
            -
            <a name="GtkTreeViewColumn-struct"></a><h3>GtkTreeViewColumn</h3>
         | 
| 315 | 
            -
            <pre class="programlisting"> | 
| 310 | 
            +
            <div class="refsect2">
         | 
| 311 | 
            +
            <a name="GtkTreeViewColumn-struct"></a><h3>struct GtkTreeViewColumn</h3>
         | 
| 312 | 
            +
            <pre class="programlisting">struct GtkTreeViewColumn;</pre>
         | 
| 316 313 | 
             
            <p>
         | 
| 317 314 | 
             
            </p>
         | 
| 318 315 | 
             
            </div>
         | 
| 319 316 | 
             
            <hr>
         | 
| 320 | 
            -
            <div class="refsect2" | 
| 317 | 
            +
            <div class="refsect2">
         | 
| 321 318 | 
             
            <a name="gtk-tree-view-column-new"></a><h3>gtk_tree_view_column_new ()</h3>
         | 
| 322 319 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * gtk_tree_view_column_new            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 323 320 | 
             
            <p>
         | 
| @@ -327,13 +324,12 @@ Creates a new <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewCo | |
| 327 324 | 
             
            <col align="left" valign="top">
         | 
| 328 325 | 
             
            <tbody><tr>
         | 
| 329 326 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 330 | 
            -
            <td> | 
| 331 | 
            -
            </td>
         | 
| 327 | 
            +
            <td>A newly created <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 332 328 | 
             
            </tr></tbody>
         | 
| 333 329 | 
             
            </table></div>
         | 
| 334 330 | 
             
            </div>
         | 
| 335 331 | 
             
            <hr>
         | 
| 336 | 
            -
            <div class="refsect2" | 
| 332 | 
            +
            <div class="refsect2">
         | 
| 337 333 | 
             
            <a name="gtk-tree-view-column-new-with-attributes"></a><h3>gtk_tree_view_column_new_with_attributes ()</h3>
         | 
| 338 334 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> * gtk_tree_view_column_new_with_attributes
         | 
| 339 335 | 
             
                                                                    (<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> *title</code></em>,
         | 
| @@ -388,29 +384,25 @@ Here's a simple example: | |
| 388 384 | 
             
            <tbody>
         | 
| 389 385 | 
             
            <tr>
         | 
| 390 386 | 
             
            <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
         | 
| 391 | 
            -
            <td>The title to set the header to | 
| 392 | 
            -
            </td>
         | 
| 387 | 
            +
            <td>The title to set the header to.</td>
         | 
| 393 388 | 
             
            </tr>
         | 
| 394 389 | 
             
            <tr>
         | 
| 395 390 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 396 | 
            -
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a | 
| 397 | 
            -
            </td>
         | 
| 391 | 
            +
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>.</td>
         | 
| 398 392 | 
             
            </tr>
         | 
| 399 393 | 
             
            <tr>
         | 
| 400 394 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 401 | 
            -
            <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 | 
| 402 | 
            -
            </td>
         | 
| 395 | 
            +
            <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>
         | 
| 403 396 | 
             
            </tr>
         | 
| 404 397 | 
             
            <tr>
         | 
| 405 398 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 406 | 
            -
            <td> | 
| 407 | 
            -
            </td>
         | 
| 399 | 
            +
            <td>A newly created <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 408 400 | 
             
            </tr>
         | 
| 409 401 | 
             
            </tbody>
         | 
| 410 402 | 
             
            </table></div>
         | 
| 411 403 | 
             
            </div>
         | 
| 412 404 | 
             
            <hr>
         | 
| 413 | 
            -
            <div class="refsect2" | 
| 405 | 
            +
            <div class="refsect2">
         | 
| 414 406 | 
             
            <a name="gtk-tree-view-column-pack-start"></a><h3>gtk_tree_view_column_pack_start ()</h3>
         | 
| 415 407 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_pack_start     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 416 408 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
         | 
| @@ -425,25 +417,22 @@ evenly between cells for which <em class="parameter"><code>expand</code></em> is | |
| 425 417 | 
             
            <tbody>
         | 
| 426 418 | 
             
            <tr>
         | 
| 427 419 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 428 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 429 | 
            -
            </td>
         | 
| 420 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 430 421 | 
             
            </tr>
         | 
| 431 422 | 
             
            <tr>
         | 
| 432 423 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 433 | 
            -
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a | 
| 434 | 
            -
            </td>
         | 
| 424 | 
            +
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>.</td>
         | 
| 435 425 | 
             
            </tr>
         | 
| 436 426 | 
             
            <tr>
         | 
| 437 427 | 
             
            <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
         | 
| 438 428 | 
             
            <td>
         | 
| 439 | 
            -
            <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>cell</code></em> is to be given extra space allocated to <em class="parameter"><code>tree_column</code></em | 
| 440 | 
            -
            </td>
         | 
| 429 | 
            +
            <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>cell</code></em> is to be given extra space allocated to <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 441 430 | 
             
            </tr>
         | 
| 442 431 | 
             
            </tbody>
         | 
| 443 432 | 
             
            </table></div>
         | 
| 444 433 | 
             
            </div>
         | 
| 445 434 | 
             
            <hr>
         | 
| 446 | 
            -
            <div class="refsect2" | 
| 435 | 
            +
            <div class="refsect2">
         | 
| 447 436 | 
             
            <a name="gtk-tree-view-column-pack-end"></a><h3>gtk_tree_view_column_pack_end ()</h3>
         | 
| 448 437 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_pack_end       (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 449 438 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
         | 
| @@ -458,25 +447,22 @@ evenly between cells for which <em class="parameter"><code>expand</code></em> is | |
| 458 447 | 
             
            <tbody>
         | 
| 459 448 | 
             
            <tr>
         | 
| 460 449 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 461 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 462 | 
            -
            </td>
         | 
| 450 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 463 451 | 
             
            </tr>
         | 
| 464 452 | 
             
            <tr>
         | 
| 465 453 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
         | 
| 466 | 
            -
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a | 
| 467 | 
            -
            </td>
         | 
| 454 | 
            +
            <td>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>.</td>
         | 
| 468 455 | 
             
            </tr>
         | 
| 469 456 | 
             
            <tr>
         | 
| 470 457 | 
             
            <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
         | 
| 471 458 | 
             
            <td>
         | 
| 472 | 
            -
            <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>cell</code></em> is to be given extra space allocated to <em class="parameter"><code>tree_column</code></em | 
| 473 | 
            -
            </td>
         | 
| 459 | 
            +
            <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>cell</code></em> is to be given extra space allocated to <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 474 460 | 
             
            </tr>
         | 
| 475 461 | 
             
            </tbody>
         | 
| 476 462 | 
             
            </table></div>
         | 
| 477 463 | 
             
            </div>
         | 
| 478 464 | 
             
            <hr>
         | 
| 479 | 
            -
            <div class="refsect2" | 
| 465 | 
            +
            <div class="refsect2">
         | 
| 480 466 | 
             
            <a name="gtk-tree-view-column-clear"></a><h3>gtk_tree_view_column_clear ()</h3>
         | 
| 481 467 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_clear          (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 482 468 | 
             
            <p>
         | 
| @@ -492,11 +478,11 @@ Unsets all the mappings on all renderers on the <em class="parameter"><code>tree | |
| 492 478 | 
             
            </table></div>
         | 
| 493 479 | 
             
            </div>
         | 
| 494 480 | 
             
            <hr>
         | 
| 495 | 
            -
            <div class="refsect2" | 
| 481 | 
            +
            <div class="refsect2">
         | 
| 496 482 | 
             
            <a name="gtk-tree-view-column-get-cell-renderers"></a><h3>gtk_tree_view_column_get_cell_renderers ()</h3>
         | 
| 497 483 | 
             
            <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_column_get_cell_renderers
         | 
| 498 484 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 499 | 
            -
            <div class="warning"  | 
| 485 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 500 486 | 
             
            <h3 class="title">Warning</h3>
         | 
| 501 487 | 
             
            <p><code class="literal">gtk_tree_view_column_get_cell_renderers</code> has been deprecated since version 2.18 and should not be used in newly-written code. use <a class="link" href="GtkCellLayout.html#gtk-cell-layout-get-cells" title="gtk_cell_layout_get_cells ()"><code class="function">gtk_cell_layout_get_cells()</code></a> instead.</p>
         | 
| 502 488 | 
             
            </div>
         | 
| @@ -514,15 +500,14 @@ in no particular order.  The list must be freed with <a href="http://library.gno | |
| 514 500 | 
             
            </tr>
         | 
| 515 501 | 
             
            <tr>
         | 
| 516 502 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 517 | 
            -
            <td> | 
| 518 | 
            -
             | 
| 503 | 
            +
            <td>A list of <a href="GtkCellRenderer.html"><span class="type">GtkCellRenderers</span></a>
         | 
| 519 504 | 
             
            </td>
         | 
| 520 505 | 
             
            </tr>
         | 
| 521 506 | 
             
            </tbody>
         | 
| 522 507 | 
             
            </table></div>
         | 
| 523 508 | 
             
            </div>
         | 
| 524 509 | 
             
            <hr>
         | 
| 525 | 
            -
            <div class="refsect2" | 
| 510 | 
            +
            <div class="refsect2">
         | 
| 526 511 | 
             
            <a name="gtk-tree-view-column-add-attribute"></a><h3>gtk_tree_view_column_add_attribute ()</h3>
         | 
| 527 512 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_add_attribute  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 528 513 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell_renderer</code></em>,
         | 
| @@ -541,29 +526,25 @@ column 2. | |
| 541 526 | 
             
            <tbody>
         | 
| 542 527 | 
             
            <tr>
         | 
| 543 528 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 544 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 545 | 
            -
            </td>
         | 
| 529 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 546 530 | 
             
            </tr>
         | 
| 547 531 | 
             
            <tr>
         | 
| 548 532 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_renderer</code></em> :</span></p></td>
         | 
| 549 | 
            -
            <td>the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> to set attributes on
         | 
| 550 | 
            -
            </td>
         | 
| 533 | 
            +
            <td>the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> to set attributes on</td>
         | 
| 551 534 | 
             
            </tr>
         | 
| 552 535 | 
             
            <tr>
         | 
| 553 536 | 
             
            <td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td>
         | 
| 554 | 
            -
            <td>An attribute on the renderer
         | 
| 555 | 
            -
            </td>
         | 
| 537 | 
            +
            <td>An attribute on the renderer</td>
         | 
| 556 538 | 
             
            </tr>
         | 
| 557 539 | 
             
            <tr>
         | 
| 558 540 | 
             
            <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
         | 
| 559 | 
            -
            <td>The column position on the model to get the attribute from | 
| 560 | 
            -
            </td>
         | 
| 541 | 
            +
            <td>The column position on the model to get the attribute from.</td>
         | 
| 561 542 | 
             
            </tr>
         | 
| 562 543 | 
             
            </tbody>
         | 
| 563 544 | 
             
            </table></div>
         | 
| 564 545 | 
             
            </div>
         | 
| 565 546 | 
             
            <hr>
         | 
| 566 | 
            -
            <div class="refsect2" | 
| 547 | 
            +
            <div class="refsect2">
         | 
| 567 548 | 
             
            <a name="gtk-tree-view-column-set-attributes"></a><h3>gtk_tree_view_column_set_attributes ()</h3>
         | 
| 568 549 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_attributes (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 569 550 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell_renderer</code></em>,
         | 
| @@ -579,24 +560,21 @@ are removed, and replaced with the new attributes. | |
| 579 560 | 
             
            <tbody>
         | 
| 580 561 | 
             
            <tr>
         | 
| 581 562 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 582 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 583 | 
            -
            </td>
         | 
| 563 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 584 564 | 
             
            </tr>
         | 
| 585 565 | 
             
            <tr>
         | 
| 586 566 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_renderer</code></em> :</span></p></td>
         | 
| 587 | 
            -
            <td>the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> we're setting the attributes of
         | 
| 588 | 
            -
            </td>
         | 
| 567 | 
            +
            <td>the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> we're setting the attributes of</td>
         | 
| 589 568 | 
             
            </tr>
         | 
| 590 569 | 
             
            <tr>
         | 
| 591 570 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 592 | 
            -
            <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 | 
| 593 | 
            -
            </td>
         | 
| 571 | 
            +
            <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>
         | 
| 594 572 | 
             
            </tr>
         | 
| 595 573 | 
             
            </tbody>
         | 
| 596 574 | 
             
            </table></div>
         | 
| 597 575 | 
             
            </div>
         | 
| 598 576 | 
             
            <hr>
         | 
| 599 | 
            -
            <div class="refsect2" | 
| 577 | 
            +
            <div class="refsect2">
         | 
| 600 578 | 
             
            <a name="gtk-tree-view-column-set-cell-data-func"></a><h3>gtk_tree_view_column_set_cell_data_func ()</h3>
         | 
| 601 579 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_cell_data_func
         | 
| 602 580 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -626,13 +604,11 @@ older one. | |
| 626 604 | 
             
            </tr>
         | 
| 627 605 | 
             
            <tr>
         | 
| 628 606 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 629 | 
            -
            <td>The <span class="type">GtkTreeViewColumnFunc</span> to use | 
| 630 | 
            -
            </td>
         | 
| 607 | 
            +
            <td>The <span class="type">GtkTreeViewColumnFunc</span> to use.</td>
         | 
| 631 608 | 
             
            </tr>
         | 
| 632 609 | 
             
            <tr>
         | 
| 633 610 | 
             
            <td><p><span class="term"><em class="parameter"><code>func_data</code></em> :</span></p></td>
         | 
| 634 | 
            -
            <td>The user data for <em class="parameter"><code>func</code></em | 
| 635 | 
            -
            </td>
         | 
| 611 | 
            +
            <td>The user data for <em class="parameter"><code>func</code></em>.</td>
         | 
| 636 612 | 
             
            </tr>
         | 
| 637 613 | 
             
            <tr>
         | 
| 638 614 | 
             
            <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
         | 
| @@ -643,7 +619,7 @@ older one. | |
| 643 619 | 
             
            </table></div>
         | 
| 644 620 | 
             
            </div>
         | 
| 645 621 | 
             
            <hr>
         | 
| 646 | 
            -
            <div class="refsect2" | 
| 622 | 
            +
            <div class="refsect2">
         | 
| 647 623 | 
             
            <a name="gtk-tree-view-column-clear-attributes"></a><h3>gtk_tree_view_column_clear_attributes ()</h3>
         | 
| 648 624 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_clear_attributes
         | 
| 649 625 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -662,14 +638,13 @@ Clears all existing attributes previously set with | |
| 662 638 | 
             
            </tr>
         | 
| 663 639 | 
             
            <tr>
         | 
| 664 640 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_renderer</code></em> :</span></p></td>
         | 
| 665 | 
            -
            <td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> to clear the attribute mapping on | 
| 666 | 
            -
            </td>
         | 
| 641 | 
            +
            <td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> to clear the attribute mapping on.</td>
         | 
| 667 642 | 
             
            </tr>
         | 
| 668 643 | 
             
            </tbody>
         | 
| 669 644 | 
             
            </table></div>
         | 
| 670 645 | 
             
            </div>
         | 
| 671 646 | 
             
            <hr>
         | 
| 672 | 
            -
            <div class="refsect2" | 
| 647 | 
            +
            <div class="refsect2">
         | 
| 673 648 | 
             
            <a name="gtk-tree-view-column-set-spacing"></a><h3>gtk_tree_view_column_set_spacing ()</h3>
         | 
| 674 649 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_spacing    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 675 650 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
         | 
| @@ -682,19 +657,17 @@ place between cell renderers packed into it. | |
| 682 657 | 
             
            <tbody>
         | 
| 683 658 | 
             
            <tr>
         | 
| 684 659 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 685 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 686 | 
            -
            </td>
         | 
| 660 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 687 661 | 
             
            </tr>
         | 
| 688 662 | 
             
            <tr>
         | 
| 689 663 | 
             
            <td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
         | 
| 690 | 
            -
            <td>distance between cell renderers in pixels | 
| 691 | 
            -
            </td>
         | 
| 664 | 
            +
            <td>distance between cell renderers in pixels.</td>
         | 
| 692 665 | 
             
            </tr>
         | 
| 693 666 | 
             
            </tbody>
         | 
| 694 667 | 
             
            </table></div>
         | 
| 695 668 | 
             
            </div>
         | 
| 696 669 | 
             
            <hr>
         | 
| 697 | 
            -
            <div class="refsect2" | 
| 670 | 
            +
            <div class="refsect2">
         | 
| 698 671 | 
             
            <a name="gtk-tree-view-column-get-spacing"></a><h3>gtk_tree_view_column_get_spacing ()</h3>
         | 
| 699 672 | 
             
            <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_column_get_spacing    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 700 673 | 
             
            <p>
         | 
| @@ -705,19 +678,17 @@ Returns the spacing of <em class="parameter"><code>tree_column</code></em>. | |
| 705 678 | 
             
            <tbody>
         | 
| 706 679 | 
             
            <tr>
         | 
| 707 680 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 708 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 709 | 
            -
            </td>
         | 
| 681 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 710 682 | 
             
            </tr>
         | 
| 711 683 | 
             
            <tr>
         | 
| 712 684 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 713 | 
            -
            <td> | 
| 714 | 
            -
            </td>
         | 
| 685 | 
            +
            <td>the spacing of <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 715 686 | 
             
            </tr>
         | 
| 716 687 | 
             
            </tbody>
         | 
| 717 688 | 
             
            </table></div>
         | 
| 718 689 | 
             
            </div>
         | 
| 719 690 | 
             
            <hr>
         | 
| 720 | 
            -
            <div class="refsect2" | 
| 691 | 
            +
            <div class="refsect2">
         | 
| 721 692 | 
             
            <a name="gtk-tree-view-column-set-visible"></a><h3>gtk_tree_view_column_set_visible ()</h3>
         | 
| 722 693 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_visible    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 723 694 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
         | 
| @@ -729,20 +700,18 @@ Sets the visibility of <em class="parameter"><code>tree_column</code></em>. | |
| 729 700 | 
             
            <tbody>
         | 
| 730 701 | 
             
            <tr>
         | 
| 731 702 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 732 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 733 | 
            -
            </td>
         | 
| 703 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 734 704 | 
             
            </tr>
         | 
| 735 705 | 
             
            <tr>
         | 
| 736 706 | 
             
            <td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
         | 
| 737 707 | 
             
            <td>
         | 
| 738 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>tree_column</code></em> is visible | 
| 739 | 
            -
            </td>
         | 
| 708 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>tree_column</code></em> is visible.</td>
         | 
| 740 709 | 
             
            </tr>
         | 
| 741 710 | 
             
            </tbody>
         | 
| 742 711 | 
             
            </table></div>
         | 
| 743 712 | 
             
            </div>
         | 
| 744 713 | 
             
            <hr>
         | 
| 745 | 
            -
            <div class="refsect2" | 
| 714 | 
            +
            <div class="refsect2">
         | 
| 746 715 | 
             
            <a name="gtk-tree-view-column-get-visible"></a><h3>gtk_tree_view_column_get_visible ()</h3>
         | 
| 747 716 | 
             
            <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_column_get_visible    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 748 717 | 
             
            <p>
         | 
| @@ -753,20 +722,18 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 753 722 | 
             
            <tbody>
         | 
| 754 723 | 
             
            <tr>
         | 
| 755 724 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 756 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 757 | 
            -
            </td>
         | 
| 725 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 758 726 | 
             
            </tr>
         | 
| 759 727 | 
             
            <tr>
         | 
| 760 728 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 761 | 
            -
            <td> | 
| 762 | 
            -
            the tree will show the column | 
| 763 | 
            -
            </td>
         | 
| 729 | 
            +
            <td>whether the column is visible or not.  If it is visible, then
         | 
| 730 | 
            +
            the tree will show the column.</td>
         | 
| 764 731 | 
             
            </tr>
         | 
| 765 732 | 
             
            </tbody>
         | 
| 766 733 | 
             
            </table></div>
         | 
| 767 734 | 
             
            </div>
         | 
| 768 735 | 
             
            <hr>
         | 
| 769 | 
            -
            <div class="refsect2" | 
| 736 | 
            +
            <div class="refsect2">
         | 
| 770 737 | 
             
            <a name="gtk-tree-view-column-set-resizable"></a><h3>gtk_tree_view_column_set_resizable ()</h3>
         | 
| 771 738 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_resizable  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 772 739 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizable</code></em>);</pre>
         | 
| @@ -787,14 +754,13 @@ mode is changed to <a class="link" href="GtkTreeViewColumn.html#GTK-TREE-VIEW-CO | |
| 787 754 | 
             
            <tr>
         | 
| 788 755 | 
             
            <td><p><span class="term"><em class="parameter"><code>resizable</code></em> :</span></p></td>
         | 
| 789 756 | 
             
            <td>
         | 
| 790 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the column can be resized
         | 
| 791 | 
            -
            </td>
         | 
| 757 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the column can be resized</td>
         | 
| 792 758 | 
             
            </tr>
         | 
| 793 759 | 
             
            </tbody>
         | 
| 794 760 | 
             
            </table></div>
         | 
| 795 761 | 
             
            </div>
         | 
| 796 762 | 
             
            <hr>
         | 
| 797 | 
            -
            <div class="refsect2" | 
| 763 | 
            +
            <div class="refsect2">
         | 
| 798 764 | 
             
            <a name="gtk-tree-view-column-get-resizable"></a><h3>gtk_tree_view_column_get_resizable ()</h3>
         | 
| 799 765 | 
             
            <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_column_get_resizable  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 800 766 | 
             
            <p>
         | 
| @@ -810,14 +776,14 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 810 776 | 
             
            </tr>
         | 
| 811 777 | 
             
            <tr>
         | 
| 812 778 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 813 | 
            -
            <td> | 
| 814 | 
            -
            </td>
         | 
| 779 | 
            +
            <td>
         | 
| 780 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the <em class="parameter"><code>tree_column</code></em> can be resized.</td>
         | 
| 815 781 | 
             
            </tr>
         | 
| 816 782 | 
             
            </tbody>
         | 
| 817 783 | 
             
            </table></div>
         | 
| 818 784 | 
             
            </div>
         | 
| 819 785 | 
             
            <hr>
         | 
| 820 | 
            -
            <div class="refsect2" | 
| 786 | 
            +
            <div class="refsect2">
         | 
| 821 787 | 
             
            <a name="gtk-tree-view-column-set-sizing"></a><h3>gtk_tree_view_column_set_sizing ()</h3>
         | 
| 822 788 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_sizing     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 823 789 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumnSizing" title="enum GtkTreeViewColumnSizing"><span class="type">GtkTreeViewColumnSizing</span></a> type</code></em>);</pre>
         | 
| @@ -829,19 +795,17 @@ Sets the growth behavior of <em class="parameter"><code>tree_column</code></em> | |
| 829 795 | 
             
            <tbody>
         | 
| 830 796 | 
             
            <tr>
         | 
| 831 797 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 832 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 833 | 
            -
            </td>
         | 
| 798 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 834 799 | 
             
            </tr>
         | 
| 835 800 | 
             
            <tr>
         | 
| 836 801 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 837 | 
            -
            <td>The <a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumnSizing" title="enum GtkTreeViewColumnSizing"><span class="type">GtkTreeViewColumnSizing</span></a | 
| 838 | 
            -
            </td>
         | 
| 802 | 
            +
            <td>The <a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumnSizing" title="enum GtkTreeViewColumnSizing"><span class="type">GtkTreeViewColumnSizing</span></a>.</td>
         | 
| 839 803 | 
             
            </tr>
         | 
| 840 804 | 
             
            </tbody>
         | 
| 841 805 | 
             
            </table></div>
         | 
| 842 806 | 
             
            </div>
         | 
| 843 807 | 
             
            <hr>
         | 
| 844 | 
            -
            <div class="refsect2" | 
| 808 | 
            +
            <div class="refsect2">
         | 
| 845 809 | 
             
            <a name="gtk-tree-view-column-get-sizing"></a><h3>gtk_tree_view_column_get_sizing ()</h3>
         | 
| 846 810 | 
             
            <pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumnSizing" title="enum GtkTreeViewColumnSizing"><span class="returnvalue">GtkTreeViewColumnSizing</span></a>  gtk_tree_view_column_get_sizing
         | 
| 847 811 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -853,19 +817,17 @@ Returns the current type of <em class="parameter"><code>tree_column</code></em>. | |
| 853 817 | 
             
            <tbody>
         | 
| 854 818 | 
             
            <tr>
         | 
| 855 819 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 856 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 857 | 
            -
            </td>
         | 
| 820 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 858 821 | 
             
            </tr>
         | 
| 859 822 | 
             
            <tr>
         | 
| 860 823 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 861 | 
            -
            <td> | 
| 862 | 
            -
            </td>
         | 
| 824 | 
            +
            <td>The type of <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 863 825 | 
             
            </tr>
         | 
| 864 826 | 
             
            </tbody>
         | 
| 865 827 | 
             
            </table></div>
         | 
| 866 828 | 
             
            </div>
         | 
| 867 829 | 
             
            <hr>
         | 
| 868 | 
            -
            <div class="refsect2" | 
| 830 | 
            +
            <div class="refsect2">
         | 
| 869 831 | 
             
            <a name="gtk-tree-view-column-get-width"></a><h3>gtk_tree_view_column_get_width ()</h3>
         | 
| 870 832 | 
             
            <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_column_get_width      (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 871 833 | 
             
            <p>
         | 
| @@ -876,19 +838,17 @@ Returns the current size of <em class="parameter"><code>tree_column</code></em> | |
| 876 838 | 
             
            <tbody>
         | 
| 877 839 | 
             
            <tr>
         | 
| 878 840 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 879 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 880 | 
            -
            </td>
         | 
| 841 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 881 842 | 
             
            </tr>
         | 
| 882 843 | 
             
            <tr>
         | 
| 883 844 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 884 | 
            -
            <td> | 
| 885 | 
            -
            </td>
         | 
| 845 | 
            +
            <td>The current width of <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 886 846 | 
             
            </tr>
         | 
| 887 847 | 
             
            </tbody>
         | 
| 888 848 | 
             
            </table></div>
         | 
| 889 849 | 
             
            </div>
         | 
| 890 850 | 
             
            <hr>
         | 
| 891 | 
            -
            <div class="refsect2" | 
| 851 | 
            +
            <div class="refsect2">
         | 
| 892 852 | 
             
            <a name="gtk-tree-view-column-get-fixed-width"></a><h3>gtk_tree_view_column_get_fixed_width ()</h3>
         | 
| 893 853 | 
             
            <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_column_get_fixed_width
         | 
| 894 854 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -906,14 +866,13 @@ the actual width of the column on the screen, just what is requested. | |
| 906 866 | 
             
            </tr>
         | 
| 907 867 | 
             
            <tr>
         | 
| 908 868 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 909 | 
            -
            <td> | 
| 910 | 
            -
            </td>
         | 
| 869 | 
            +
            <td>the fixed width of the column</td>
         | 
| 911 870 | 
             
            </tr>
         | 
| 912 871 | 
             
            </tbody>
         | 
| 913 872 | 
             
            </table></div>
         | 
| 914 873 | 
             
            </div>
         | 
| 915 874 | 
             
            <hr>
         | 
| 916 | 
            -
            <div class="refsect2" | 
| 875 | 
            +
            <div class="refsect2">
         | 
| 917 876 | 
             
            <a name="gtk-tree-view-column-set-fixed-width"></a><h3>gtk_tree_view_column_set_fixed_width ()</h3>
         | 
| 918 877 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_fixed_width
         | 
| 919 878 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -930,19 +889,17 @@ the actual size when displayed. | |
| 930 889 | 
             
            <tbody>
         | 
| 931 890 | 
             
            <tr>
         | 
| 932 891 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 933 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 934 | 
            -
            </td>
         | 
| 892 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 935 893 | 
             
            </tr>
         | 
| 936 894 | 
             
            <tr>
         | 
| 937 895 | 
             
            <td><p><span class="term"><em class="parameter"><code>fixed_width</code></em> :</span></p></td>
         | 
| 938 | 
            -
            <td>The size to set <em class="parameter"><code>tree_column</code></em> to. Must be greater than 0 | 
| 939 | 
            -
            </td>
         | 
| 896 | 
            +
            <td>The size to set <em class="parameter"><code>tree_column</code></em> to. Must be greater than 0.</td>
         | 
| 940 897 | 
             
            </tr>
         | 
| 941 898 | 
             
            </tbody>
         | 
| 942 899 | 
             
            </table></div>
         | 
| 943 900 | 
             
            </div>
         | 
| 944 901 | 
             
            <hr>
         | 
| 945 | 
            -
            <div class="refsect2" | 
| 902 | 
            +
            <div class="refsect2">
         | 
| 946 903 | 
             
            <a name="gtk-tree-view-column-set-min-width"></a><h3>gtk_tree_view_column_set_min_width ()</h3>
         | 
| 947 904 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_min_width  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 948 905 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>);</pre>
         | 
| @@ -955,19 +912,17 @@ minimum width is unset. | |
| 955 912 | 
             
            <tbody>
         | 
| 956 913 | 
             
            <tr>
         | 
| 957 914 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 958 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 959 | 
            -
            </td>
         | 
| 915 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 960 916 | 
             
            </tr>
         | 
| 961 917 | 
             
            <tr>
         | 
| 962 918 | 
             
            <td><p><span class="term"><em class="parameter"><code>min_width</code></em> :</span></p></td>
         | 
| 963 | 
            -
            <td>The minimum width of the column in pixels, or -1 | 
| 964 | 
            -
            </td>
         | 
| 919 | 
            +
            <td>The minimum width of the column in pixels, or -1.</td>
         | 
| 965 920 | 
             
            </tr>
         | 
| 966 921 | 
             
            </tbody>
         | 
| 967 922 | 
             
            </table></div>
         | 
| 968 923 | 
             
            </div>
         | 
| 969 924 | 
             
            <hr>
         | 
| 970 | 
            -
            <div class="refsect2" | 
| 925 | 
            +
            <div class="refsect2">
         | 
| 971 926 | 
             
            <a name="gtk-tree-view-column-get-min-width"></a><h3>gtk_tree_view_column_get_min_width ()</h3>
         | 
| 972 927 | 
             
            <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_column_get_min_width  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 973 928 | 
             
            <p>
         | 
| @@ -979,19 +934,17 @@ width is set. | |
| 979 934 | 
             
            <tbody>
         | 
| 980 935 | 
             
            <tr>
         | 
| 981 936 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 982 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 983 | 
            -
            </td>
         | 
| 937 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 984 938 | 
             
            </tr>
         | 
| 985 939 | 
             
            <tr>
         | 
| 986 940 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 987 | 
            -
            <td> | 
| 988 | 
            -
            </td>
         | 
| 941 | 
            +
            <td>The minimum width of the <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 989 942 | 
             
            </tr>
         | 
| 990 943 | 
             
            </tbody>
         | 
| 991 944 | 
             
            </table></div>
         | 
| 992 945 | 
             
            </div>
         | 
| 993 946 | 
             
            <hr>
         | 
| 994 | 
            -
            <div class="refsect2" | 
| 947 | 
            +
            <div class="refsect2">
         | 
| 995 948 | 
             
            <a name="gtk-tree-view-column-set-max-width"></a><h3>gtk_tree_view_column_set_max_width ()</h3>
         | 
| 996 949 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_max_width  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 997 950 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>);</pre>
         | 
| @@ -1006,19 +959,17 @@ fill any extra space. | |
| 1006 959 | 
             
            <tbody>
         | 
| 1007 960 | 
             
            <tr>
         | 
| 1008 961 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1009 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1010 | 
            -
            </td>
         | 
| 962 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1011 963 | 
             
            </tr>
         | 
| 1012 964 | 
             
            <tr>
         | 
| 1013 965 | 
             
            <td><p><span class="term"><em class="parameter"><code>max_width</code></em> :</span></p></td>
         | 
| 1014 | 
            -
            <td>The maximum width of the column in pixels, or -1 | 
| 1015 | 
            -
            </td>
         | 
| 966 | 
            +
            <td>The maximum width of the column in pixels, or -1.</td>
         | 
| 1016 967 | 
             
            </tr>
         | 
| 1017 968 | 
             
            </tbody>
         | 
| 1018 969 | 
             
            </table></div>
         | 
| 1019 970 | 
             
            </div>
         | 
| 1020 971 | 
             
            <hr>
         | 
| 1021 | 
            -
            <div class="refsect2" | 
| 972 | 
            +
            <div class="refsect2">
         | 
| 1022 973 | 
             
            <a name="gtk-tree-view-column-get-max-width"></a><h3>gtk_tree_view_column_get_max_width ()</h3>
         | 
| 1023 974 | 
             
            <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_column_get_max_width  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1024 975 | 
             
            <p>
         | 
| @@ -1030,19 +981,17 @@ width is set. | |
| 1030 981 | 
             
            <tbody>
         | 
| 1031 982 | 
             
            <tr>
         | 
| 1032 983 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1033 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1034 | 
            -
            </td>
         | 
| 984 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1035 985 | 
             
            </tr>
         | 
| 1036 986 | 
             
            <tr>
         | 
| 1037 987 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1038 | 
            -
            <td> | 
| 1039 | 
            -
            </td>
         | 
| 988 | 
            +
            <td>The maximum width of the <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 1040 989 | 
             
            </tr>
         | 
| 1041 990 | 
             
            </tbody>
         | 
| 1042 991 | 
             
            </table></div>
         | 
| 1043 992 | 
             
            </div>
         | 
| 1044 993 | 
             
            <hr>
         | 
| 1045 | 
            -
            <div class="refsect2" | 
| 994 | 
            +
            <div class="refsect2">
         | 
| 1046 995 | 
             
            <a name="gtk-tree-view-column-clicked"></a><h3>gtk_tree_view_column_clicked ()</h3>
         | 
| 1047 996 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_clicked        (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1048 997 | 
             
            <p>
         | 
| @@ -1059,7 +1008,7 @@ Emits the "clicked" signal on the column.  This function will only work if | |
| 1059 1008 | 
             
            </table></div>
         | 
| 1060 1009 | 
             
            </div>
         | 
| 1061 1010 | 
             
            <hr>
         | 
| 1062 | 
            -
            <div class="refsect2" | 
| 1011 | 
            +
            <div class="refsect2">
         | 
| 1063 1012 | 
             
            <a name="gtk-tree-view-column-set-title"></a><h3>gtk_tree_view_column_set_title ()</h3>
         | 
| 1064 1013 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_title      (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1065 1014 | 
             
                                                                     <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> *title</code></em>);</pre>
         | 
| @@ -1072,19 +1021,17 @@ this value is ignored. | |
| 1072 1021 | 
             
            <tbody>
         | 
| 1073 1022 | 
             
            <tr>
         | 
| 1074 1023 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1075 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1076 | 
            -
            </td>
         | 
| 1024 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1077 1025 | 
             
            </tr>
         | 
| 1078 1026 | 
             
            <tr>
         | 
| 1079 1027 | 
             
            <td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
         | 
| 1080 | 
            -
            <td>The title of the <em class="parameter"><code>tree_column</code></em | 
| 1081 | 
            -
            </td>
         | 
| 1028 | 
            +
            <td>The title of the <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 1082 1029 | 
             
            </tr>
         | 
| 1083 1030 | 
             
            </tbody>
         | 
| 1084 1031 | 
             
            </table></div>
         | 
| 1085 1032 | 
             
            </div>
         | 
| 1086 1033 | 
             
            <hr>
         | 
| 1087 | 
            -
            <div class="refsect2" | 
| 1034 | 
            +
            <div class="refsect2">
         | 
| 1088 1035 | 
             
            <a name="gtk-tree-view-column-get-title"></a><h3>gtk_tree_view_column_get_title ()</h3>
         | 
| 1089 1036 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_tree_view_column_get_title      (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1090 1037 | 
             
            <p>
         | 
| @@ -1095,20 +1042,18 @@ Returns the title of the widget. | |
| 1095 1042 | 
             
            <tbody>
         | 
| 1096 1043 | 
             
            <tr>
         | 
| 1097 1044 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1098 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1099 | 
            -
            </td>
         | 
| 1045 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1100 1046 | 
             
            </tr>
         | 
| 1101 1047 | 
             
            <tr>
         | 
| 1102 1048 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1103 | 
            -
            <td> | 
| 1104 | 
            -
            modified or freed | 
| 1105 | 
            -
            </td>
         | 
| 1049 | 
            +
            <td>the title of the column. This string should not be
         | 
| 1050 | 
            +
            modified or freed.</td>
         | 
| 1106 1051 | 
             
            </tr>
         | 
| 1107 1052 | 
             
            </tbody>
         | 
| 1108 1053 | 
             
            </table></div>
         | 
| 1109 1054 | 
             
            </div>
         | 
| 1110 1055 | 
             
            <hr>
         | 
| 1111 | 
            -
            <div class="refsect2" | 
| 1056 | 
            +
            <div class="refsect2">
         | 
| 1112 1057 | 
             
            <a name="gtk-tree-view-column-set-expand"></a><h3>gtk_tree_view_column_set_expand ()</h3>
         | 
| 1113 1058 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_expand     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1114 1059 | 
             
                                                                     <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>
         | 
| @@ -1129,15 +1074,14 @@ column is created with this <a href="http://library.gnome.org/devel/glib/unstabl | |
| 1129 1074 | 
             
            <tr>
         | 
| 1130 1075 | 
             
            <td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
         | 
| 1131 1076 | 
             
            <td>
         | 
| 1132 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the column should take available extra space, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not
         | 
| 1133 | 
            -
            </td>
         | 
| 1077 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the column should take available extra space, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not</td>
         | 
| 1134 1078 | 
             
            </tr>
         | 
| 1135 1079 | 
             
            </tbody>
         | 
| 1136 1080 | 
             
            </table></div>
         | 
| 1137 1081 | 
             
            <p class="since">Since 2.4</p>
         | 
| 1138 1082 | 
             
            </div>
         | 
| 1139 1083 | 
             
            <hr>
         | 
| 1140 | 
            -
            <div class="refsect2" | 
| 1084 | 
            +
            <div class="refsect2">
         | 
| 1141 1085 | 
             
            <a name="gtk-tree-view-column-get-expand"></a><h3>gtk_tree_view_column_get_expand ()</h3>
         | 
| 1142 1086 | 
             
            <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_column_get_expand     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1143 1087 | 
             
            <p>
         | 
| @@ -1153,16 +1097,15 @@ Return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macro | |
| 1153 1097 | 
             
            </tr>
         | 
| 1154 1098 | 
             
            <tr>
         | 
| 1155 1099 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1156 | 
            -
            <td> | 
| 1157 | 
            -
             | 
| 1158 | 
            -
            </td>
         | 
| 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 the column expands</td>
         | 
| 1159 1102 | 
             
            </tr>
         | 
| 1160 1103 | 
             
            </tbody>
         | 
| 1161 1104 | 
             
            </table></div>
         | 
| 1162 1105 | 
             
            <p class="since">Since 2.4</p>
         | 
| 1163 1106 | 
             
            </div>
         | 
| 1164 1107 | 
             
            <hr>
         | 
| 1165 | 
            -
            <div class="refsect2" | 
| 1108 | 
            +
            <div class="refsect2">
         | 
| 1166 1109 | 
             
            <a name="gtk-tree-view-column-set-clickable"></a><h3>gtk_tree_view_column_set_clickable ()</h3>
         | 
| 1167 1110 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_clickable  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1168 1111 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> clickable</code></em>);</pre>
         | 
| @@ -1175,20 +1118,18 @@ then it can take keyboard focus, and can be clicked. | |
| 1175 1118 | 
             
            <tbody>
         | 
| 1176 1119 | 
             
            <tr>
         | 
| 1177 1120 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1178 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1179 | 
            -
            </td>
         | 
| 1121 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1180 1122 | 
             
            </tr>
         | 
| 1181 1123 | 
             
            <tr>
         | 
| 1182 1124 | 
             
            <td><p><span class="term"><em class="parameter"><code>clickable</code></em> :</span></p></td>
         | 
| 1183 1125 | 
             
            <td>
         | 
| 1184 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the header is active | 
| 1185 | 
            -
            </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 header is active.</td>
         | 
| 1186 1127 | 
             
            </tr>
         | 
| 1187 1128 | 
             
            </tbody>
         | 
| 1188 1129 | 
             
            </table></div>
         | 
| 1189 1130 | 
             
            </div>
         | 
| 1190 1131 | 
             
            <hr>
         | 
| 1191 | 
            -
            <div class="refsect2" | 
| 1132 | 
            +
            <div class="refsect2">
         | 
| 1192 1133 | 
             
            <a name="gtk-tree-view-column-get-clickable"></a><h3>gtk_tree_view_column_get_clickable ()</h3>
         | 
| 1193 1134 | 
             
            <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_column_get_clickable  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1194 1135 | 
             
            <p>
         | 
| @@ -1204,14 +1145,14 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 1204 1145 | 
             
            </tr>
         | 
| 1205 1146 | 
             
            <tr>
         | 
| 1206 1147 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1207 | 
            -
            <td> | 
| 1208 | 
            -
            </td>
         | 
| 1148 | 
            +
            <td>
         | 
| 1149 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if user can click the column header.</td>
         | 
| 1209 1150 | 
             
            </tr>
         | 
| 1210 1151 | 
             
            </tbody>
         | 
| 1211 1152 | 
             
            </table></div>
         | 
| 1212 1153 | 
             
            </div>
         | 
| 1213 1154 | 
             
            <hr>
         | 
| 1214 | 
            -
            <div class="refsect2" | 
| 1155 | 
            +
            <div class="refsect2">
         | 
| 1215 1156 | 
             
            <a name="gtk-tree-view-column-set-widget"></a><h3>gtk_tree_view_column_set_widget ()</h3>
         | 
| 1216 1157 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_widget     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1217 1158 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
         | 
| @@ -1224,43 +1165,42 @@ header button is set with a <a class="link" href="GtkLabel.html" title="GtkLabel | |
| 1224 1165 | 
             
            <tbody>
         | 
| 1225 1166 | 
             
            <tr>
         | 
| 1226 1167 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1227 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1228 | 
            -
            </td>
         | 
| 1168 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1229 1169 | 
             
            </tr>
         | 
| 1230 1170 | 
             
            <tr>
         | 
| 1231 1171 | 
             
            <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
         | 
| 1232 | 
            -
            <td> | 
| 1172 | 
            +
            <td>A child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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>
         | 
| 1233 1173 | 
             
            </td>
         | 
| 1234 1174 | 
             
            </tr>
         | 
| 1235 1175 | 
             
            </tbody>
         | 
| 1236 1176 | 
             
            </table></div>
         | 
| 1237 1177 | 
             
            </div>
         | 
| 1238 1178 | 
             
            <hr>
         | 
| 1239 | 
            -
            <div class="refsect2" | 
| 1179 | 
            +
            <div class="refsect2">
         | 
| 1240 1180 | 
             
            <a name="gtk-tree-view-column-get-widget"></a><h3>gtk_tree_view_column_get_widget ()</h3>
         | 
| 1241 1181 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_tree_view_column_get_widget     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1242 1182 | 
             
            <p>
         | 
| 1243 | 
            -
            Returns the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> in the button on the column header. | 
| 1244 | 
            -
            widget has not been set then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
         | 
| 1183 | 
            +
            Returns the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> in the button on the column header.
         | 
| 1184 | 
            +
            If a custom widget has not been set then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
         | 
| 1245 1185 | 
             
            </p>
         | 
| 1246 1186 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1247 1187 | 
             
            <col align="left" valign="top">
         | 
| 1248 1188 | 
             
            <tbody>
         | 
| 1249 1189 | 
             
            <tr>
         | 
| 1250 1190 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1251 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1252 | 
            -
            </td>
         | 
| 1191 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1253 1192 | 
             
            </tr>
         | 
| 1254 1193 | 
             
            <tr>
         | 
| 1255 1194 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1256 | 
            -
            <td> | 
| 1195 | 
            +
            <td>The <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> in the column
         | 
| 1196 | 
            +
            header, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1257 1197 | 
             
            </td>
         | 
| 1258 1198 | 
             
            </tr>
         | 
| 1259 1199 | 
             
            </tbody>
         | 
| 1260 1200 | 
             
            </table></div>
         | 
| 1261 1201 | 
             
            </div>
         | 
| 1262 1202 | 
             
            <hr>
         | 
| 1263 | 
            -
            <div class="refsect2" | 
| 1203 | 
            +
            <div class="refsect2">
         | 
| 1264 1204 | 
             
            <a name="gtk-tree-view-column-set-alignment"></a><h3>gtk_tree_view_column_set_alignment ()</h3>
         | 
| 1265 1205 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_alignment  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1266 1206 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>);</pre>
         | 
| @@ -1274,19 +1214,17 @@ for center, 1.0 for right. | |
| 1274 1214 | 
             
            <tbody>
         | 
| 1275 1215 | 
             
            <tr>
         | 
| 1276 1216 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1277 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1278 | 
            -
            </td>
         | 
| 1217 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1279 1218 | 
             
            </tr>
         | 
| 1280 1219 | 
             
            <tr>
         | 
| 1281 1220 | 
             
            <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
         | 
| 1282 | 
            -
            <td>The alignment, which is between [0.0 and 1.0] inclusive | 
| 1283 | 
            -
            </td>
         | 
| 1221 | 
            +
            <td>The alignment, which is between [0.0 and 1.0] inclusive.</td>
         | 
| 1284 1222 | 
             
            </tr>
         | 
| 1285 1223 | 
             
            </tbody>
         | 
| 1286 1224 | 
             
            </table></div>
         | 
| 1287 1225 | 
             
            </div>
         | 
| 1288 1226 | 
             
            <hr>
         | 
| 1289 | 
            -
            <div class="refsect2" | 
| 1227 | 
            +
            <div class="refsect2">
         | 
| 1290 1228 | 
             
            <a name="gtk-tree-view-column-get-alignment"></a><h3>gtk_tree_view_column_get_alignment ()</h3>
         | 
| 1291 1229 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>              gtk_tree_view_column_get_alignment  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1292 1230 | 
             
            <p>
         | 
| @@ -1298,19 +1236,17 @@ between 0.0 and 1.0. | |
| 1298 1236 | 
             
            <tbody>
         | 
| 1299 1237 | 
             
            <tr>
         | 
| 1300 1238 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1301 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1302 | 
            -
            </td>
         | 
| 1239 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1303 1240 | 
             
            </tr>
         | 
| 1304 1241 | 
             
            <tr>
         | 
| 1305 1242 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1306 | 
            -
            <td> | 
| 1307 | 
            -
            </td>
         | 
| 1243 | 
            +
            <td>The current alignent of <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 1308 1244 | 
             
            </tr>
         | 
| 1309 1245 | 
             
            </tbody>
         | 
| 1310 1246 | 
             
            </table></div>
         | 
| 1311 1247 | 
             
            </div>
         | 
| 1312 1248 | 
             
            <hr>
         | 
| 1313 | 
            -
            <div class="refsect2" | 
| 1249 | 
            +
            <div class="refsect2">
         | 
| 1314 1250 | 
             
            <a name="gtk-tree-view-column-set-reorderable"></a><h3>gtk_tree_view_column_set_reorderable ()</h3>
         | 
| 1315 1251 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_reorderable
         | 
| 1316 1252 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -1330,14 +1266,13 @@ dragging the header. | |
| 1330 1266 | 
             
            <tr>
         | 
| 1331 1267 | 
             
            <td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
         | 
| 1332 1268 | 
             
            <td>
         | 
| 1333 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the column can be reordered | 
| 1334 | 
            -
            </td>
         | 
| 1269 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the column can be reordered.</td>
         | 
| 1335 1270 | 
             
            </tr>
         | 
| 1336 1271 | 
             
            </tbody>
         | 
| 1337 1272 | 
             
            </table></div>
         | 
| 1338 1273 | 
             
            </div>
         | 
| 1339 1274 | 
             
            <hr>
         | 
| 1340 | 
            -
            <div class="refsect2" | 
| 1275 | 
            +
            <div class="refsect2">
         | 
| 1341 1276 | 
             
            <a name="gtk-tree-view-column-get-reorderable"></a><h3>gtk_tree_view_column_get_reorderable ()</h3>
         | 
| 1342 1277 | 
             
            <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_column_get_reorderable
         | 
| 1343 1278 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -1354,14 +1289,14 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 1354 1289 | 
             
            </tr>
         | 
| 1355 1290 | 
             
            <tr>
         | 
| 1356 1291 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1357 | 
            -
            <td> | 
| 1358 | 
            -
            </td>
         | 
| 1292 | 
            +
            <td>
         | 
| 1293 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>tree_column</code></em> can be reordered by the user.</td>
         | 
| 1359 1294 | 
             
            </tr>
         | 
| 1360 1295 | 
             
            </tbody>
         | 
| 1361 1296 | 
             
            </table></div>
         | 
| 1362 1297 | 
             
            </div>
         | 
| 1363 1298 | 
             
            <hr>
         | 
| 1364 | 
            -
            <div class="refsect2" | 
| 1299 | 
            +
            <div class="refsect2">
         | 
| 1365 1300 | 
             
            <a name="gtk-tree-view-column-set-sort-column-id"></a><h3>gtk_tree_view_column_set_sort_column_id ()</h3>
         | 
| 1366 1301 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_sort_column_id
         | 
| 1367 1302 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -1380,14 +1315,13 @@ is selected for sorting.  Doing so makes the column header clickable. | |
| 1380 1315 | 
             
            </tr>
         | 
| 1381 1316 | 
             
            <tr>
         | 
| 1382 1317 | 
             
            <td><p><span class="term"><em class="parameter"><code>sort_column_id</code></em> :</span></p></td>
         | 
| 1383 | 
            -
            <td>The <em class="parameter"><code>sort_column_id</code></em> of the model to sort on | 
| 1384 | 
            -
            </td>
         | 
| 1318 | 
            +
            <td>The <em class="parameter"><code>sort_column_id</code></em> of the model to sort on.</td>
         | 
| 1385 1319 | 
             
            </tr>
         | 
| 1386 1320 | 
             
            </tbody>
         | 
| 1387 1321 | 
             
            </table></div>
         | 
| 1388 1322 | 
             
            </div>
         | 
| 1389 1323 | 
             
            <hr>
         | 
| 1390 | 
            -
            <div class="refsect2" | 
| 1324 | 
            +
            <div class="refsect2">
         | 
| 1391 1325 | 
             
            <a name="gtk-tree-view-column-get-sort-column-id"></a><h3>gtk_tree_view_column_get_sort_column_id ()</h3>
         | 
| 1392 1326 | 
             
            <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_column_get_sort_column_id
         | 
| 1393 1327 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -1406,15 +1340,14 @@ See <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view-column-set-sort-c | |
| 1406 1340 | 
             
            </tr>
         | 
| 1407 1341 | 
             
            <tr>
         | 
| 1408 1342 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1409 | 
            -
            <td> | 
| 1410 | 
            -
             | 
| 1411 | 
            -
            </td>
         | 
| 1343 | 
            +
            <td>the current <em class="parameter"><code>sort_column_id</code></em> for this column, or -1 if
         | 
| 1344 | 
            +
            this column can't be used for sorting.</td>
         | 
| 1412 1345 | 
             
            </tr>
         | 
| 1413 1346 | 
             
            </tbody>
         | 
| 1414 1347 | 
             
            </table></div>
         | 
| 1415 1348 | 
             
            </div>
         | 
| 1416 1349 | 
             
            <hr>
         | 
| 1417 | 
            -
            <div class="refsect2" | 
| 1350 | 
            +
            <div class="refsect2">
         | 
| 1418 1351 | 
             
            <a name="gtk-tree-view-column-set-sort-indicator"></a><h3>gtk_tree_view_column_set_sort_indicator ()</h3>
         | 
| 1419 1352 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_sort_indicator
         | 
| 1420 1353 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -1436,14 +1369,13 @@ the arrow. | |
| 1436 1369 | 
             
            <tr>
         | 
| 1437 1370 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 1438 1371 | 
             
            <td>
         | 
| 1439 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display an indicator that the column is sorted
         | 
| 1440 | 
            -
            </td>
         | 
| 1372 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display an indicator that the column is sorted</td>
         | 
| 1441 1373 | 
             
            </tr>
         | 
| 1442 1374 | 
             
            </tbody>
         | 
| 1443 1375 | 
             
            </table></div>
         | 
| 1444 1376 | 
             
            </div>
         | 
| 1445 1377 | 
             
            <hr>
         | 
| 1446 | 
            -
            <div class="refsect2" | 
| 1378 | 
            +
            <div class="refsect2">
         | 
| 1447 1379 | 
             
            <a name="gtk-tree-view-column-get-sort-indicator"></a><h3>gtk_tree_view_column_get_sort_indicator ()</h3>
         | 
| 1448 1380 | 
             
            <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_column_get_sort_indicator
         | 
| 1449 1381 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -1460,14 +1392,13 @@ Gets the value set by <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view | |
| 1460 1392 | 
             
            </tr>
         | 
| 1461 1393 | 
             
            <tr>
         | 
| 1462 1394 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1463 | 
            -
            <td> | 
| 1464 | 
            -
            </td>
         | 
| 1395 | 
            +
            <td>whether the sort indicator arrow is displayed</td>
         | 
| 1465 1396 | 
             
            </tr>
         | 
| 1466 1397 | 
             
            </tbody>
         | 
| 1467 1398 | 
             
            </table></div>
         | 
| 1468 1399 | 
             
            </div>
         | 
| 1469 1400 | 
             
            <hr>
         | 
| 1470 | 
            -
            <div class="refsect2" | 
| 1401 | 
            +
            <div class="refsect2">
         | 
| 1471 1402 | 
             
            <a name="gtk-tree-view-column-set-sort-order"></a><h3>gtk_tree_view_column_set_sort_order ()</h3>
         | 
| 1472 1403 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_set_sort_order (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1473 1404 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a> order</code></em>);</pre>
         | 
| @@ -1496,14 +1427,13 @@ calling this function; see <a class="link" href="GtkTreeViewColumn.html#gtk-tree | |
| 1496 1427 | 
             
            </tr>
         | 
| 1497 1428 | 
             
            <tr>
         | 
| 1498 1429 | 
             
            <td><p><span class="term"><em class="parameter"><code>order</code></em> :</span></p></td>
         | 
| 1499 | 
            -
            <td>sort order that the sort indicator should indicate
         | 
| 1500 | 
            -
            </td>
         | 
| 1430 | 
            +
            <td>sort order that the sort indicator should indicate</td>
         | 
| 1501 1431 | 
             
            </tr>
         | 
| 1502 1432 | 
             
            </tbody>
         | 
| 1503 1433 | 
             
            </table></div>
         | 
| 1504 1434 | 
             
            </div>
         | 
| 1505 1435 | 
             
            <hr>
         | 
| 1506 | 
            -
            <div class="refsect2" | 
| 1436 | 
            +
            <div class="refsect2">
         | 
| 1507 1437 | 
             
            <a name="gtk-tree-view-column-get-sort-order"></a><h3>gtk_tree_view_column_get_sort_order ()</h3>
         | 
| 1508 1438 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="returnvalue">GtkSortType</span></a>         gtk_tree_view_column_get_sort_order (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1509 1439 | 
             
            <p>
         | 
| @@ -1519,19 +1449,18 @@ Gets the value set by <a class="link" href="GtkTreeViewColumn.html#gtk-tree-view | |
| 1519 1449 | 
             
            </tr>
         | 
| 1520 1450 | 
             
            <tr>
         | 
| 1521 1451 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1522 | 
            -
            <td> | 
| 1523 | 
            -
            </td>
         | 
| 1452 | 
            +
            <td>the sort order the sort indicator is indicating</td>
         | 
| 1524 1453 | 
             
            </tr>
         | 
| 1525 1454 | 
             
            </tbody>
         | 
| 1526 1455 | 
             
            </table></div>
         | 
| 1527 1456 | 
             
            </div>
         | 
| 1528 1457 | 
             
            <hr>
         | 
| 1529 | 
            -
            <div class="refsect2" | 
| 1458 | 
            +
            <div class="refsect2">
         | 
| 1530 1459 | 
             
            <a name="gtk-tree-view-column-cell-set-cell-data"></a><h3>gtk_tree_view_column_cell_set_cell_data ()</h3>
         | 
| 1531 1460 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_cell_set_cell_data
         | 
| 1532 1461 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1533 1462 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
         | 
| 1534 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 1463 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
         | 
| 1535 1464 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_expander</code></em>,
         | 
| 1536 1465 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_expanded</code></em>);</pre>
         | 
| 1537 1466 | 
             
            <p>
         | 
| @@ -1545,36 +1474,31 @@ renderer.  This is used primarily by the <a class="link" href="GtkTreeView.html" | |
| 1545 1474 | 
             
            <tbody>
         | 
| 1546 1475 | 
             
            <tr>
         | 
| 1547 1476 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1548 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1549 | 
            -
            </td>
         | 
| 1477 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1550 1478 | 
             
            </tr>
         | 
| 1551 1479 | 
             
            <tr>
         | 
| 1552 1480 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_model</code></em> :</span></p></td>
         | 
| 1553 | 
            -
            <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> to to get the cell renderers attributes from | 
| 1554 | 
            -
            </td>
         | 
| 1481 | 
            +
            <td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> to to get the cell renderers attributes from.</td>
         | 
| 1555 1482 | 
             
            </tr>
         | 
| 1556 1483 | 
             
            <tr>
         | 
| 1557 1484 | 
             
            <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
         | 
| 1558 | 
            -
            <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter" | 
| 1559 | 
            -
            </td>
         | 
| 1485 | 
            +
            <td>The <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to to get the cell renderer's attributes from.</td>
         | 
| 1560 1486 | 
             
            </tr>
         | 
| 1561 1487 | 
             
            <tr>
         | 
| 1562 1488 | 
             
            <td><p><span class="term"><em class="parameter"><code>is_expander</code></em> :</span></p></td>
         | 
| 1563 1489 | 
             
            <td>
         | 
| 1564 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the row has children
         | 
| 1565 | 
            -
            </td>
         | 
| 1490 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the row has children</td>
         | 
| 1566 1491 | 
             
            </tr>
         | 
| 1567 1492 | 
             
            <tr>
         | 
| 1568 1493 | 
             
            <td><p><span class="term"><em class="parameter"><code>is_expanded</code></em> :</span></p></td>
         | 
| 1569 1494 | 
             
            <td>
         | 
| 1570 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the row has visible children
         | 
| 1571 | 
            -
            </td>
         | 
| 1495 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the row has visible children</td>
         | 
| 1572 1496 | 
             
            </tr>
         | 
| 1573 1497 | 
             
            </tbody>
         | 
| 1574 1498 | 
             
            </table></div>
         | 
| 1575 1499 | 
             
            </div>
         | 
| 1576 1500 | 
             
            <hr>
         | 
| 1577 | 
            -
            <div class="refsect2" | 
| 1501 | 
            +
            <div class="refsect2">
         | 
| 1578 1502 | 
             
            <a name="gtk-tree-view-column-cell-get-size"></a><h3>gtk_tree_view_column_cell_get_size ()</h3>
         | 
| 1579 1503 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_cell_get_size  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1580 1504 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *cell_area</code></em>,
         | 
| @@ -1591,39 +1515,38 @@ primarily by the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><sp | |
| 1591 1515 | 
             
            <tbody>
         | 
| 1592 1516 | 
             
            <tr>
         | 
| 1593 1517 | 
             
            <td><p><span class="term"><em class="parameter"><code>tree_column</code></em> :</span></p></td>
         | 
| 1594 | 
            -
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a | 
| 1595 | 
            -
            </td>
         | 
| 1518 | 
            +
            <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>.</td>
         | 
| 1596 1519 | 
             
            </tr>
         | 
| 1597 1520 | 
             
            <tr>
         | 
| 1598 1521 | 
             
            <td><p><span class="term"><em class="parameter"><code>cell_area</code></em> :</span></p></td>
         | 
| 1599 | 
            -
            <td> | 
| 1522 | 
            +
            <td>The area a cell in the column will be allocated, 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>
         | 
| 1600 1523 | 
             
            </td>
         | 
| 1601 1524 | 
             
            </tr>
         | 
| 1602 1525 | 
             
            <tr>
         | 
| 1603 1526 | 
             
            <td><p><span class="term"><em class="parameter"><code>x_offset</code></em> :</span></p></td>
         | 
| 1604 | 
            -
            <td> | 
| 1527 | 
            +
            <td>location to return x offset of a cell relative to <em class="parameter"><code>cell_area</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>
         | 
| 1605 1528 | 
             
            </td>
         | 
| 1606 1529 | 
             
            </tr>
         | 
| 1607 1530 | 
             
            <tr>
         | 
| 1608 1531 | 
             
            <td><p><span class="term"><em class="parameter"><code>y_offset</code></em> :</span></p></td>
         | 
| 1609 | 
            -
            <td> | 
| 1532 | 
            +
            <td>location to return y offset of a cell relative to <em class="parameter"><code>cell_area</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>
         | 
| 1610 1533 | 
             
            </td>
         | 
| 1611 1534 | 
             
            </tr>
         | 
| 1612 1535 | 
             
            <tr>
         | 
| 1613 1536 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 1614 | 
            -
            <td> | 
| 1537 | 
            +
            <td>location to return width needed to render a cell, 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>
         | 
| 1615 1538 | 
             
            </td>
         | 
| 1616 1539 | 
             
            </tr>
         | 
| 1617 1540 | 
             
            <tr>
         | 
| 1618 1541 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 1619 | 
            -
            <td> | 
| 1542 | 
            +
            <td>location to return height needed to render a cell, 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>
         | 
| 1620 1543 | 
             
            </td>
         | 
| 1621 1544 | 
             
            </tr>
         | 
| 1622 1545 | 
             
            </tbody>
         | 
| 1623 1546 | 
             
            </table></div>
         | 
| 1624 1547 | 
             
            </div>
         | 
| 1625 1548 | 
             
            <hr>
         | 
| 1626 | 
            -
            <div class="refsect2" | 
| 1549 | 
            +
            <div class="refsect2">
         | 
| 1627 1550 | 
             
            <a name="gtk-tree-view-column-cell-get-position"></a><h3>gtk_tree_view_column_cell_get_position ()</h3>
         | 
| 1628 1551 | 
             
            <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_column_cell_get_position
         | 
| 1629 1552 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| @@ -1651,7 +1574,7 @@ cell is not found in the column, <em class="parameter"><code>start_pos</code></e | |
| 1651 1574 | 
             
            <tr>
         | 
| 1652 1575 | 
             
            <td><p><span class="term"><em class="parameter"><code>start_pos</code></em> :</span></p></td>
         | 
| 1653 1576 | 
             
            <td>return location for the horizontal position of <em class="parameter"><code>cell</code></em> within
         | 
| 1654 | 
            -
             | 
| 1577 | 
            +
            <em class="parameter"><code>tree_column</code></em>, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 1655 1578 | 
             
            </td>
         | 
| 1656 1579 | 
             
            </tr>
         | 
| 1657 1580 | 
             
            <tr>
         | 
| @@ -1661,14 +1584,14 @@ cell is not found in the column, <em class="parameter"><code>start_pos</code></e | |
| 1661 1584 | 
             
            </tr>
         | 
| 1662 1585 | 
             
            <tr>
         | 
| 1663 1586 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1664 | 
            -
            <td> | 
| 1665 | 
            -
            </td>
         | 
| 1587 | 
            +
            <td>
         | 
| 1588 | 
            +
            <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>cell</code></em> belongs to <em class="parameter"><code>tree_column</code></em>.</td>
         | 
| 1666 1589 | 
             
            </tr>
         | 
| 1667 1590 | 
             
            </tbody>
         | 
| 1668 1591 | 
             
            </table></div>
         | 
| 1669 1592 | 
             
            </div>
         | 
| 1670 1593 | 
             
            <hr>
         | 
| 1671 | 
            -
            <div class="refsect2" | 
| 1594 | 
            +
            <div class="refsect2">
         | 
| 1672 1595 | 
             
            <a name="gtk-tree-view-column-cell-is-visible"></a><h3>gtk_tree_view_column_cell_is_visible ()</h3>
         | 
| 1673 1596 | 
             
            <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_column_cell_is_visible
         | 
| 1674 1597 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| @@ -1687,14 +1610,14 @@ For this to be meaningful, you must first initialize the cells with | |
| 1687 1610 | 
             
            </tr>
         | 
| 1688 1611 | 
             
            <tr>
         | 
| 1689 1612 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1690 | 
            -
            <td> | 
| 1691 | 
            -
            </td>
         | 
| 1613 | 
            +
            <td>
         | 
| 1614 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if any of the cells packed into the <em class="parameter"><code>tree_column</code></em> are currently visible</td>
         | 
| 1692 1615 | 
             
            </tr>
         | 
| 1693 1616 | 
             
            </tbody>
         | 
| 1694 1617 | 
             
            </table></div>
         | 
| 1695 1618 | 
             
            </div>
         | 
| 1696 1619 | 
             
            <hr>
         | 
| 1697 | 
            -
            <div class="refsect2" | 
| 1620 | 
            +
            <div class="refsect2">
         | 
| 1698 1621 | 
             
            <a name="gtk-tree-view-column-focus-cell"></a><h3>gtk_tree_view_column_focus_cell ()</h3>
         | 
| 1699 1622 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_focus_cell     (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
         | 
| 1700 1623 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);</pre>
         | 
| @@ -1720,7 +1643,7 @@ Sets the current keyboard focus to be at <em class="parameter"><code>cell</code> | |
| 1720 1643 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1721 1644 | 
             
            </div>
         | 
| 1722 1645 | 
             
            <hr>
         | 
| 1723 | 
            -
            <div class="refsect2" | 
| 1646 | 
            +
            <div class="refsect2">
         | 
| 1724 1647 | 
             
            <a name="gtk-tree-view-column-queue-resize"></a><h3>gtk_tree_view_column_queue_resize ()</h3>
         | 
| 1725 1648 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_tree_view_column_queue_resize   (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1726 1649 | 
             
            <p>
         | 
| @@ -1738,12 +1661,12 @@ their sizes renegotiated. | |
| 1738 1661 | 
             
            <p class="since">Since 2.8</p>
         | 
| 1739 1662 | 
             
            </div>
         | 
| 1740 1663 | 
             
            <hr>
         | 
| 1741 | 
            -
            <div class="refsect2" | 
| 1664 | 
            +
            <div class="refsect2">
         | 
| 1742 1665 | 
             
            <a name="gtk-tree-view-column-get-tree-view"></a><h3>gtk_tree_view_column_get_tree_view ()</h3>
         | 
| 1743 1666 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_tree_view_column_get_tree_view  (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>);</pre>
         | 
| 1744 1667 | 
             
            <p>
         | 
| 1745 | 
            -
            Returns the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> wherein <em class="parameter"><code>tree_column</code></em> has been inserted. | 
| 1746 | 
            -
            <em class="parameter"><code>column</code></em> is currently not inserted in any tree view, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is
         | 
| 1668 | 
            +
            Returns the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> wherein <em class="parameter"><code>tree_column</code></em> has been inserted.
         | 
| 1669 | 
            +
            If <em class="parameter"><code>column</code></em> is currently not inserted in any tree view, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is
         | 
| 1747 1670 | 
             
            returned.
         | 
| 1748 1671 | 
             
            </p>
         | 
| 1749 1672 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1756,9 +1679,8 @@ returned. | |
| 1756 1679 | 
             
            </tr>
         | 
| 1757 1680 | 
             
            <tr>
         | 
| 1758 1681 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1759 | 
            -
            <td> | 
| 1760 | 
            -
             | 
| 1761 | 
            -
             | 
| 1682 | 
            +
            <td>The tree view wherein <em class="parameter"><code>column</code></em> has
         | 
| 1683 | 
            +
            been inserted if any, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1762 1684 | 
             
            </td>
         | 
| 1763 1685 | 
             
            </tr>
         | 
| 1764 1686 | 
             
            </tbody>
         | 
| @@ -1766,9 +1688,9 @@ returned. | |
| 1766 1688 | 
             
            <p class="since">Since 2.12</p>
         | 
| 1767 1689 | 
             
            </div>
         | 
| 1768 1690 | 
             
            </div>
         | 
| 1769 | 
            -
            <div class="refsect1" | 
| 1691 | 
            +
            <div class="refsect1">
         | 
| 1770 1692 | 
             
            <a name="GtkTreeViewColumn.property-details"></a><h2>Property Details</h2>
         | 
| 1771 | 
            -
            <div class="refsect2" | 
| 1693 | 
            +
            <div class="refsect2">
         | 
| 1772 1694 | 
             
            <a name="GtkTreeViewColumn--alignment"></a><h3>The <code class="literal">"alignment"</code> property</h3>
         | 
| 1773 1695 | 
             
            <pre class="programlisting">  "alignment"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write</pre>
         | 
| 1774 1696 | 
             
            <p>X Alignment of the column header text or widget.</p>
         | 
| @@ -1776,21 +1698,21 @@ returned. | |
| 1776 1698 | 
             
            <p>Default value: 0</p>
         | 
| 1777 1699 | 
             
            </div>
         | 
| 1778 1700 | 
             
            <hr>
         | 
| 1779 | 
            -
            <div class="refsect2" | 
| 1701 | 
            +
            <div class="refsect2">
         | 
| 1780 1702 | 
             
            <a name="GtkTreeViewColumn--clickable"></a><h3>The <code class="literal">"clickable"</code> property</h3>
         | 
| 1781 1703 | 
             
            <pre class="programlisting">  "clickable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 1782 1704 | 
             
            <p>Whether the header can be clicked.</p>
         | 
| 1783 1705 | 
             
            <p>Default value: FALSE</p>
         | 
| 1784 1706 | 
             
            </div>
         | 
| 1785 1707 | 
             
            <hr>
         | 
| 1786 | 
            -
            <div class="refsect2" | 
| 1708 | 
            +
            <div class="refsect2">
         | 
| 1787 1709 | 
             
            <a name="GtkTreeViewColumn--expand"></a><h3>The <code class="literal">"expand"</code> property</h3>
         | 
| 1788 1710 | 
             
            <pre class="programlisting">  "expand"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 1789 1711 | 
             
            <p>Column gets share of extra width allocated to the widget.</p>
         | 
| 1790 1712 | 
             
            <p>Default value: FALSE</p>
         | 
| 1791 1713 | 
             
            </div>
         | 
| 1792 1714 | 
             
            <hr>
         | 
| 1793 | 
            -
            <div class="refsect2" | 
| 1715 | 
            +
            <div class="refsect2">
         | 
| 1794 1716 | 
             
            <a name="GtkTreeViewColumn--fixed-width"></a><h3>The <code class="literal">"fixed-width"</code> property</h3>
         | 
| 1795 1717 | 
             
            <pre class="programlisting">  "fixed-width"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 1796 1718 | 
             
            <p>Current fixed width of the column.</p>
         | 
| @@ -1798,7 +1720,7 @@ returned. | |
| 1798 1720 | 
             
            <p>Default value: 1</p>
         | 
| 1799 1721 | 
             
            </div>
         | 
| 1800 1722 | 
             
            <hr>
         | 
| 1801 | 
            -
            <div class="refsect2" | 
| 1723 | 
            +
            <div class="refsect2">
         | 
| 1802 1724 | 
             
            <a name="GtkTreeViewColumn--max-width"></a><h3>The <code class="literal">"max-width"</code> property</h3>
         | 
| 1803 1725 | 
             
            <pre class="programlisting">  "max-width"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 1804 1726 | 
             
            <p>Maximum allowed width of the column.</p>
         | 
| @@ -1806,7 +1728,7 @@ returned. | |
| 1806 1728 | 
             
            <p>Default value: -1</p>
         | 
| 1807 1729 | 
             
            </div>
         | 
| 1808 1730 | 
             
            <hr>
         | 
| 1809 | 
            -
            <div class="refsect2" | 
| 1731 | 
            +
            <div class="refsect2">
         | 
| 1810 1732 | 
             
            <a name="GtkTreeViewColumn--min-width"></a><h3>The <code class="literal">"min-width"</code> property</h3>
         | 
| 1811 1733 | 
             
            <pre class="programlisting">  "min-width"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 1812 1734 | 
             
            <p>Minimum allowed width of the column.</p>
         | 
| @@ -1814,28 +1736,28 @@ returned. | |
| 1814 1736 | 
             
            <p>Default value: -1</p>
         | 
| 1815 1737 | 
             
            </div>
         | 
| 1816 1738 | 
             
            <hr>
         | 
| 1817 | 
            -
            <div class="refsect2" | 
| 1739 | 
            +
            <div class="refsect2">
         | 
| 1818 1740 | 
             
            <a name="GtkTreeViewColumn--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
         | 
| 1819 1741 | 
             
            <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>
         | 
| 1820 1742 | 
             
            <p>Whether the column can be reordered around the headers.</p>
         | 
| 1821 1743 | 
             
            <p>Default value: FALSE</p>
         | 
| 1822 1744 | 
             
            </div>
         | 
| 1823 1745 | 
             
            <hr>
         | 
| 1824 | 
            -
            <div class="refsect2" | 
| 1746 | 
            +
            <div class="refsect2">
         | 
| 1825 1747 | 
             
            <a name="GtkTreeViewColumn--resizable"></a><h3>The <code class="literal">"resizable"</code> property</h3>
         | 
| 1826 1748 | 
             
            <pre class="programlisting">  "resizable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 1827 1749 | 
             
            <p>Column is user-resizable.</p>
         | 
| 1828 1750 | 
             
            <p>Default value: FALSE</p>
         | 
| 1829 1751 | 
             
            </div>
         | 
| 1830 1752 | 
             
            <hr>
         | 
| 1831 | 
            -
            <div class="refsect2" | 
| 1753 | 
            +
            <div class="refsect2">
         | 
| 1832 1754 | 
             
            <a name="GtkTreeViewColumn--sizing"></a><h3>The <code class="literal">"sizing"</code> property</h3>
         | 
| 1833 1755 | 
             
            <pre class="programlisting">  "sizing"                   <a class="link" href="GtkTreeViewColumn.html#GtkTreeViewColumnSizing" title="enum GtkTreeViewColumnSizing"><span class="type">GtkTreeViewColumnSizing</span></a>  : Read / Write</pre>
         | 
| 1834 1756 | 
             
            <p>Resize mode of the column.</p>
         | 
| 1835 1757 | 
             
            <p>Default value: GTK_TREE_VIEW_COLUMN_GROW_ONLY</p>
         | 
| 1836 1758 | 
             
            </div>
         | 
| 1837 1759 | 
             
            <hr>
         | 
| 1838 | 
            -
            <div class="refsect2" | 
| 1760 | 
            +
            <div class="refsect2">
         | 
| 1839 1761 | 
             
            <a name="GtkTreeViewColumn--sort-column-id"></a><h3>The <code class="literal">"sort-column-id"</code> property</h3>
         | 
| 1840 1762 | 
             
            <pre class="programlisting">  "sort-column-id"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 1841 1763 | 
             
            <p>
         | 
| @@ -1847,21 +1769,21 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1847 1769 | 
             
            <p class="since">Since 2.18</p>
         | 
| 1848 1770 | 
             
            </div>
         | 
| 1849 1771 | 
             
            <hr>
         | 
| 1850 | 
            -
            <div class="refsect2" | 
| 1772 | 
            +
            <div class="refsect2">
         | 
| 1851 1773 | 
             
            <a name="GtkTreeViewColumn--sort-indicator"></a><h3>The <code class="literal">"sort-indicator"</code> property</h3>
         | 
| 1852 1774 | 
             
            <pre class="programlisting">  "sort-indicator"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 1853 1775 | 
             
            <p>Whether to show a sort indicator.</p>
         | 
| 1854 1776 | 
             
            <p>Default value: FALSE</p>
         | 
| 1855 1777 | 
             
            </div>
         | 
| 1856 1778 | 
             
            <hr>
         | 
| 1857 | 
            -
            <div class="refsect2" | 
| 1779 | 
            +
            <div class="refsect2">
         | 
| 1858 1780 | 
             
            <a name="GtkTreeViewColumn--sort-order"></a><h3>The <code class="literal">"sort-order"</code> property</h3>
         | 
| 1859 1781 | 
             
            <pre class="programlisting">  "sort-order"               <a class="link" href="gtk-Standard-Enumerations.html#GtkSortType" title="enum GtkSortType"><span class="type">GtkSortType</span></a>           : Read / Write</pre>
         | 
| 1860 1782 | 
             
            <p>Sort direction the sort indicator should indicate.</p>
         | 
| 1861 1783 | 
             
            <p>Default value: GTK_SORT_ASCENDING</p>
         | 
| 1862 1784 | 
             
            </div>
         | 
| 1863 1785 | 
             
            <hr>
         | 
| 1864 | 
            -
            <div class="refsect2" | 
| 1786 | 
            +
            <div class="refsect2">
         | 
| 1865 1787 | 
             
            <a name="GtkTreeViewColumn--spacing"></a><h3>The <code class="literal">"spacing"</code> property</h3>
         | 
| 1866 1788 | 
             
            <pre class="programlisting">  "spacing"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
         | 
| 1867 1789 | 
             
            <p>Space which is inserted between cells.</p>
         | 
| @@ -1869,27 +1791,27 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1869 1791 | 
             
            <p>Default value: 0</p>
         | 
| 1870 1792 | 
             
            </div>
         | 
| 1871 1793 | 
             
            <hr>
         | 
| 1872 | 
            -
            <div class="refsect2" | 
| 1794 | 
            +
            <div class="refsect2">
         | 
| 1873 1795 | 
             
            <a name="GtkTreeViewColumn--title"></a><h3>The <code class="literal">"title"</code> property</h3>
         | 
| 1874 1796 | 
             
            <pre class="programlisting">  "title"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 1875 1797 | 
             
            <p>Title to appear in column header.</p>
         | 
| 1876 1798 | 
             
            <p>Default value: ""</p>
         | 
| 1877 1799 | 
             
            </div>
         | 
| 1878 1800 | 
             
            <hr>
         | 
| 1879 | 
            -
            <div class="refsect2" | 
| 1801 | 
            +
            <div class="refsect2">
         | 
| 1880 1802 | 
             
            <a name="GtkTreeViewColumn--visible"></a><h3>The <code class="literal">"visible"</code> property</h3>
         | 
| 1881 1803 | 
             
            <pre class="programlisting">  "visible"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 1882 1804 | 
             
            <p>Whether to display the column.</p>
         | 
| 1883 1805 | 
             
            <p>Default value: TRUE</p>
         | 
| 1884 1806 | 
             
            </div>
         | 
| 1885 1807 | 
             
            <hr>
         | 
| 1886 | 
            -
            <div class="refsect2" | 
| 1808 | 
            +
            <div class="refsect2">
         | 
| 1887 1809 | 
             
            <a name="GtkTreeViewColumn--widget"></a><h3>The <code class="literal">"widget"</code> property</h3>
         | 
| 1888 1810 | 
             
            <pre class="programlisting">  "widget"                   <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
         | 
| 1889 1811 | 
             
            <p>Widget to put in column header button instead of column title.</p>
         | 
| 1890 1812 | 
             
            </div>
         | 
| 1891 1813 | 
             
            <hr>
         | 
| 1892 | 
            -
            <div class="refsect2" | 
| 1814 | 
            +
            <div class="refsect2">
         | 
| 1893 1815 | 
             
            <a name="GtkTreeViewColumn--width"></a><h3>The <code class="literal">"width"</code> property</h3>
         | 
| 1894 1816 | 
             
            <pre class="programlisting">  "width"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 1895 1817 | 
             
            <p>Current width of the column.</p>
         | 
| @@ -1897,12 +1819,12 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1897 1819 | 
             
            <p>Default value: 0</p>
         | 
| 1898 1820 | 
             
            </div>
         | 
| 1899 1821 | 
             
            </div>
         | 
| 1900 | 
            -
            <div class="refsect1" | 
| 1822 | 
            +
            <div class="refsect1">
         | 
| 1901 1823 | 
             
            <a name="GtkTreeViewColumn.signal-details"></a><h2>Signal Details</h2>
         | 
| 1902 | 
            -
            <div class="refsect2" | 
| 1824 | 
            +
            <div class="refsect2">
         | 
| 1903 1825 | 
             
            <a name="GtkTreeViewColumn-clicked"></a><h3>The <code class="literal">"clicked"</code> signal</h3>
         | 
| 1904 1826 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *treeviewcolumn,
         | 
| 1905 | 
            -
                                                                    <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>
         | 
| 1827 | 
            +
                                                                    <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>
         | 
| 1906 1828 | 
             
            <p>
         | 
| 1907 1829 | 
             
            </p>
         | 
| 1908 1830 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -1910,8 +1832,7 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1910 1832 | 
             
            <tbody>
         | 
| 1911 1833 | 
             
            <tr>
         | 
| 1912 1834 | 
             
            <td><p><span class="term"><em class="parameter"><code>treeviewcolumn</code></em> :</span></p></td>
         | 
| 1913 | 
            -
            <td>the object which received the signal | 
| 1914 | 
            -
            </td>
         | 
| 1835 | 
            +
            <td>the object which received the signal.</td>
         | 
| 1915 1836 | 
             
            </tr>
         | 
| 1916 1837 | 
             
            <tr>
         | 
| 1917 1838 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1921,7 +1842,7 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1921 1842 | 
             
            </table></div>
         | 
| 1922 1843 | 
             
            </div>
         | 
| 1923 1844 | 
             
            </div>
         | 
| 1924 | 
            -
            <div class="refsect1" | 
| 1845 | 
            +
            <div class="refsect1">
         | 
| 1925 1846 | 
             
            <a name="GtkTreeViewColumn.see-also"></a><h2>See Also</h2>
         | 
| 1926 1847 | 
             
            <p>
         | 
| 1927 1848 | 
             
            <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</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>
         | 
| @@ -1930,6 +1851,6 @@ clickable. Set to <code class="literal">-1</code> to make the column unsortable. | |
| 1930 1851 | 
             
            </div>
         | 
| 1931 1852 | 
             
            <div class="footer">
         | 
| 1932 1853 | 
             
            <hr>
         | 
| 1933 | 
            -
                      Generated by GTK-Doc V1. | 
| 1854 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 1934 1855 | 
             
            </body>
         | 
| 1935 1856 | 
             
            </html>
         |