gdk3 3.0.9-x86-mingw32 → 3.1.0-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.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -99,7 +99,7 @@
|
|
99
99
|
</tr>
|
100
100
|
<tr>
|
101
101
|
<td class="function_type">
|
102
|
-
<a href="
|
102
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
103
103
|
</td>
|
104
104
|
<td class="function_name">
|
105
105
|
<a class="link" href="GtkTreeStore.html#gtk-tree-store-remove" title="gtk_tree_store_remove ()">gtk_tree_store_remove</a> <span class="c_punctuation">()</span>
|
@@ -163,7 +163,7 @@
|
|
163
163
|
</tr>
|
164
164
|
<tr>
|
165
165
|
<td class="function_type">
|
166
|
-
<a href="
|
166
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
167
167
|
</td>
|
168
168
|
<td class="function_name">
|
169
169
|
<a class="link" href="GtkTreeStore.html#gtk-tree-store-is-ancestor" title="gtk_tree_store_is_ancestor ()">gtk_tree_store_is_ancestor</a> <span class="c_punctuation">()</span>
|
@@ -171,7 +171,7 @@
|
|
171
171
|
</tr>
|
172
172
|
<tr>
|
173
173
|
<td class="function_type">
|
174
|
-
<a href="
|
174
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
175
175
|
</td>
|
176
176
|
<td class="function_name">
|
177
177
|
<a class="link" href="GtkTreeStore.html#gtk-tree-store-iter-depth" title="gtk_tree_store_iter_depth ()">gtk_tree_store_iter_depth</a> <span class="c_punctuation">()</span>
|
@@ -187,7 +187,7 @@
|
|
187
187
|
</tr>
|
188
188
|
<tr>
|
189
189
|
<td class="function_type">
|
190
|
-
<a href="
|
190
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
191
191
|
</td>
|
192
192
|
<td class="function_name">
|
193
193
|
<a class="link" href="GtkTreeStore.html#gtk-tree-store-iter-is-valid" title="gtk_tree_store_iter_is_valid ()">gtk_tree_store_iter_is_valid</a> <span class="c_punctuation">()</span>
|
@@ -243,7 +243,7 @@
|
|
243
243
|
</div>
|
244
244
|
<div class="refsect1">
|
245
245
|
<a name="GtkTreeStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
246
|
-
<pre class="screen"> <a href="
|
246
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
247
247
|
<span class="lineart">╰──</span> GtkTreeStore
|
248
248
|
</pre>
|
249
249
|
</div>
|
@@ -285,13 +285,13 @@ attribute specifies the data type for the column.</p>
|
|
285
285
|
5
|
286
286
|
6
|
287
287
|
7</pre></td>
|
288
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
289
|
-
<span class="
|
290
|
-
<span class="
|
291
|
-
<span class="
|
292
|
-
<span class="
|
293
|
-
<span class="
|
294
|
-
<span class="
|
288
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTreeStore"</span><span class="gtkdoc opt">></span>
|
289
|
+
<span class="gtkdoc opt"><</span>columns<span class="gtkdoc opt">></span>
|
290
|
+
<span class="gtkdoc opt"><</span>column type<span class="gtkdoc opt">=</span><span class="string">"gchararray"</span><span class="gtkdoc opt">/></span>
|
291
|
+
<span class="gtkdoc opt"><</span>column type<span class="gtkdoc opt">=</span><span class="string">"gchararray"</span><span class="gtkdoc opt">/></span>
|
292
|
+
<span class="gtkdoc opt"><</span>column type<span class="gtkdoc opt">=</span><span class="string">"gint"</span><span class="gtkdoc opt">/></span>
|
293
|
+
<span class="gtkdoc opt"></</span>columns<span class="gtkdoc opt">></span>
|
294
|
+
<span class="gtkdoc opt"></</span>object<span class="gtkdoc opt">></span></pre></td>
|
295
295
|
</tr>
|
296
296
|
</tbody>
|
297
297
|
</table>
|
@@ -305,7 +305,7 @@ attribute specifies the data type for the column.</p>
|
|
305
305
|
<div class="refsect2">
|
306
306
|
<a name="gtk-tree-store-new"></a><h3>gtk_tree_store_new ()</h3>
|
307
307
|
<pre class="programlisting"><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="returnvalue">GtkTreeStore</span></a> *
|
308
|
-
gtk_tree_store_new (<em class="parameter"><code><a href="
|
308
|
+
gtk_tree_store_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
309
309
|
<em class="parameter"><code>...</code></em>);</pre>
|
310
310
|
<p>Creates a new tree store as with <em class="parameter"><code>n_columns</code></em>
|
311
311
|
columns each of the types passed
|
@@ -313,7 +313,7 @@ in. Note that only types derived from standard GObject fundamental types
|
|
313
313
|
are supported.</p>
|
314
314
|
<p>As an example, <code class="literal">gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
|
315
315
|
GDK_TYPE_PIXBUF);</code> will create a new <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> with three columns, of type
|
316
|
-
<a href="
|
316
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"><span class="type">gchararray</span></a>, and <span class="type">GdkPixbuf</span> respectively.</p>
|
317
317
|
<div class="refsect3">
|
318
318
|
<a name="gtk-tree-store-new.parameters"></a><h4>Parameters</h4>
|
319
319
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -330,7 +330,7 @@ GDK_TYPE_PIXBUF);</code> will create a new <a class="link" href="GtkTreeStore.ht
|
|
330
330
|
</tr>
|
331
331
|
<tr>
|
332
332
|
<td class="parameter_name"><p>...</p></td>
|
333
|
-
<td class="parameter_description"><p>all <a href="
|
333
|
+
<td class="parameter_description"><p>all <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last</p></td>
|
334
334
|
<td class="parameter_annotations"> </td>
|
335
335
|
</tr>
|
336
336
|
</tbody>
|
@@ -345,8 +345,8 @@ GDK_TYPE_PIXBUF);</code> will create a new <a class="link" href="GtkTreeStore.ht
|
|
345
345
|
<div class="refsect2">
|
346
346
|
<a name="gtk-tree-store-newv"></a><h3>gtk_tree_store_newv ()</h3>
|
347
347
|
<pre class="programlisting"><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="returnvalue">GtkTreeStore</span></a> *
|
348
|
-
gtk_tree_store_newv (<em class="parameter"><code><a href="
|
349
|
-
<em class="parameter"><code><a href="
|
348
|
+
gtk_tree_store_newv (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
349
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *types</code></em>);</pre>
|
350
350
|
<p>Non vararg creation function. Used primarily by language bindings.</p>
|
351
351
|
<p><span class="annotation">[<acronym title="Rename the original symbol's name to SYMBOL."><span class="acronym">rename-to</span></acronym> gtk_tree_store_new]</span></p>
|
352
352
|
<div class="refsect3">
|
@@ -365,7 +365,7 @@ gtk_tree_store_newv (<em class="parameter"><code><a href="https://developer.gnom
|
|
365
365
|
</tr>
|
366
366
|
<tr>
|
367
367
|
<td class="parameter_name"><p>types</p></td>
|
368
|
-
<td class="parameter_description"><p> an array of <a href="
|
368
|
+
<td class="parameter_description"><p> an array of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types for the columns, from first to last. </p></td>
|
369
369
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span></td>
|
370
370
|
</tr>
|
371
371
|
</tbody>
|
@@ -382,9 +382,9 @@ gtk_tree_store_newv (<em class="parameter"><code><a href="https://developer.gnom
|
|
382
382
|
<a name="gtk-tree-store-set-column-types"></a><h3>gtk_tree_store_set_column_types ()</h3>
|
383
383
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
384
384
|
gtk_tree_store_set_column_types (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
385
|
-
<em class="parameter"><code><a href="
|
386
|
-
<em class="parameter"><code><a href="
|
387
|
-
<p>This function is meant primarily for <a href="
|
385
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_columns</code></em>,
|
386
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> *types</code></em>);</pre>
|
387
|
+
<p>This function is meant primarily for <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObjects</span></a> that inherit from
|
388
388
|
<a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>, and should only be used when constructing a new
|
389
389
|
<a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a>. It will not function after a row has been added,
|
390
390
|
or a method on the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> interface is called.</p>
|
@@ -409,7 +409,7 @@ or a method on the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"
|
|
409
409
|
</tr>
|
410
410
|
<tr>
|
411
411
|
<td class="parameter_name"><p>types</p></td>
|
412
|
-
<td class="parameter_description"><p> An array of <a href="
|
412
|
+
<td class="parameter_description"><p> An array of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> types, one for each column. </p></td>
|
413
413
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_columns]</span></td>
|
414
414
|
</tr>
|
415
415
|
</tbody>
|
@@ -422,8 +422,8 @@ or a method on the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"
|
|
422
422
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
423
423
|
gtk_tree_store_set_value (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
424
424
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
425
|
-
<em class="parameter"><code><a href="
|
426
|
-
<em class="parameter"><code><a href="
|
425
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
426
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
427
427
|
<p>Sets the data in the cell specified by <em class="parameter"><code>iter</code></em>
|
428
428
|
and <em class="parameter"><code>column</code></em>
|
429
429
|
.
|
@@ -475,10 +475,10 @@ gtk_tree_store_set (<em class="parameter"><code><a class="link" href="GtkTreeSto
|
|
475
475
|
The variable argument list should contain integer column numbers,
|
476
476
|
each column number followed by the value to be set.
|
477
477
|
The list is terminated by a -1. For example, to set column 0 with type
|
478
|
-
<a href="
|
478
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a> to “Foo”, you would write
|
479
479
|
<code class="literal">gtk_tree_store_set (store, iter, 0, "Foo", -1)</code>.</p>
|
480
|
-
<p>The value will be referenced by the store if it is a <a href="
|
481
|
-
will be copied if it is a <a href="
|
480
|
+
<p>The value will be referenced by the store if it is a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-OBJECT:CAPS"><code class="literal">G_TYPE_OBJECT</code></a>, and it
|
481
|
+
will be copied if it is a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><code class="literal">G_TYPE_STRING</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-BOXED:CAPS"><code class="literal">G_TYPE_BOXED</code></a>.</p>
|
482
482
|
<div class="refsect3">
|
483
483
|
<a name="gtk-tree-store-set.parameters"></a><h4>Parameters</h4>
|
484
484
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -550,9 +550,9 @@ use by language bindings.</p>
|
|
550
550
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
551
551
|
gtk_tree_store_set_valuesv (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
552
552
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
553
|
-
<em class="parameter"><code><a href="
|
554
|
-
<em class="parameter"><code><a href="
|
555
|
-
<em class="parameter"><code><a href="
|
553
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
554
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
555
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>);</pre>
|
556
556
|
<p>A variant of <a class="link" href="GtkTreeStore.html#gtk-tree-store-set-valist" title="gtk_tree_store_set_valist ()"><code class="function">gtk_tree_store_set_valist()</code></a> which takes
|
557
557
|
the columns and values as two arrays, instead of varargs. This
|
558
558
|
function is mainly intended for language bindings or in case
|
@@ -602,7 +602,7 @@ arrays</p></td>
|
|
602
602
|
<hr>
|
603
603
|
<div class="refsect2">
|
604
604
|
<a name="gtk-tree-store-remove"></a><h3>gtk_tree_store_remove ()</h3>
|
605
|
-
<pre class="programlisting"><a href="
|
605
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
606
606
|
gtk_tree_store_remove (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
607
607
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
608
608
|
<p>Removes <em class="parameter"><code>iter</code></em>
|
@@ -635,8 +635,8 @@ last one.</p>
|
|
635
635
|
</div>
|
636
636
|
<div class="refsect3">
|
637
637
|
<a name="gtk-tree-store-remove.returns"></a><h4>Returns</h4>
|
638
|
-
<p> <a href="
|
639
|
-
is still valid, <a href="
|
638
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
639
|
+
is still valid, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</p>
|
640
640
|
</div>
|
641
641
|
</div>
|
642
642
|
<hr>
|
@@ -646,9 +646,9 @@ is still valid, <a href="https://developer.gnome.org/glib/unstable/glib-Standard
|
|
646
646
|
gtk_tree_store_insert (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
647
647
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
648
648
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
|
649
|
-
<em class="parameter"><code><a href="
|
649
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
650
650
|
<p>Creates a new row at <em class="parameter"><code>position</code></em>
|
651
|
-
. If parent is non-<a href="
|
651
|
+
. If parent is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the row will be
|
652
652
|
made a child of <em class="parameter"><code>parent</code></em>
|
653
653
|
. Otherwise, the row will be created at the toplevel.
|
654
654
|
If <em class="parameter"><code>position</code></em>
|
@@ -679,7 +679,7 @@ called. To fill in values, you need to call <a class="link" href="GtkTreeStore.
|
|
679
679
|
</tr>
|
680
680
|
<tr>
|
681
681
|
<td class="parameter_name"><p>parent</p></td>
|
682
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
682
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
683
683
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
684
684
|
</tr>
|
685
685
|
<tr>
|
@@ -701,11 +701,11 @@ gtk_tree_store_insert_before (<em class="parameter"><code><a class="link" href="
|
|
701
701
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
|
702
702
|
<p>Inserts a new row before <em class="parameter"><code>sibling</code></em>
|
703
703
|
. If <em class="parameter"><code>sibling</code></em>
|
704
|
-
is <a href="
|
704
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the row will
|
705
705
|
be appended to <em class="parameter"><code>parent</code></em>
|
706
706
|
’s children. If <em class="parameter"><code>parent</code></em>
|
707
707
|
and <em class="parameter"><code>sibling</code></em>
|
708
|
-
are <a href="
|
708
|
+
are <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
709
709
|
the row will be appended to the toplevel. If both <em class="parameter"><code>sibling</code></em>
|
710
710
|
and <em class="parameter"><code>parent</code></em>
|
711
711
|
are
|
@@ -740,12 +740,12 @@ this function is called. To fill in values, you need to call
|
|
740
740
|
</tr>
|
741
741
|
<tr>
|
742
742
|
<td class="parameter_name"><p>parent</p></td>
|
743
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
743
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
744
744
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
745
745
|
</tr>
|
746
746
|
<tr>
|
747
747
|
<td class="parameter_name"><p>sibling</p></td>
|
748
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
748
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
749
749
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
750
750
|
</tr>
|
751
751
|
</tbody>
|
@@ -762,11 +762,11 @@ gtk_tree_store_insert_after (<em class="parameter"><code><a class="link" href="G
|
|
762
762
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *sibling</code></em>);</pre>
|
763
763
|
<p>Inserts a new row after <em class="parameter"><code>sibling</code></em>
|
764
764
|
. If <em class="parameter"><code>sibling</code></em>
|
765
|
-
is <a href="
|
765
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the row will be
|
766
766
|
prepended to <em class="parameter"><code>parent</code></em>
|
767
767
|
’s children. If <em class="parameter"><code>parent</code></em>
|
768
768
|
and <em class="parameter"><code>sibling</code></em>
|
769
|
-
are <a href="
|
769
|
+
are <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
770
770
|
the row will be prepended to the toplevel. If both <em class="parameter"><code>sibling</code></em>
|
771
771
|
and <em class="parameter"><code>parent</code></em>
|
772
772
|
are
|
@@ -801,12 +801,12 @@ this function is called. To fill in values, you need to call
|
|
801
801
|
</tr>
|
802
802
|
<tr>
|
803
803
|
<td class="parameter_name"><p>parent</p></td>
|
804
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
804
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
805
805
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
806
806
|
</tr>
|
807
807
|
<tr>
|
808
808
|
<td class="parameter_name"><p>sibling</p></td>
|
809
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
809
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
810
810
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
811
811
|
</tr>
|
812
812
|
</tbody>
|
@@ -820,7 +820,7 @@ this function is called. To fill in values, you need to call
|
|
820
820
|
gtk_tree_store_insert_with_values (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
821
821
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
822
822
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
|
823
|
-
<em class="parameter"><code><a href="
|
823
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
824
824
|
<em class="parameter"><code>...</code></em>);</pre>
|
825
825
|
<p>Creates a new row at <em class="parameter"><code>position</code></em>
|
826
826
|
. <em class="parameter"><code>iter</code></em>
|
@@ -838,8 +838,8 @@ has the same effect as calling</p>
|
|
838
838
|
<tr>
|
839
839
|
<td class="listing_lines" align="right"><pre>1
|
840
840
|
2</pre></td>
|
841
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkTreeStore.html#gtk-tree-store-insert">gtk_tree_store_insert</a></span
|
842
|
-
<span class="function"><a href="GtkTreeStore.html#gtk-tree-store-set">gtk_tree_store_set</a></span
|
841
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkTreeStore.html#gtk-tree-store-insert">gtk_tree_store_insert</a></span> <span class="gtkdoc opt">(</span>tree_store<span class="gtkdoc opt">,</span> iter<span class="gtkdoc opt">,</span> position<span class="gtkdoc opt">);</span>
|
842
|
+
<span class="function"><a href="GtkTreeStore.html#gtk-tree-store-set">gtk_tree_store_set</a></span> <span class="gtkdoc opt">(</span>tree_store<span class="gtkdoc opt">,</span> iter<span class="gtkdoc opt">, ...);</span></pre></td>
|
843
843
|
</tr>
|
844
844
|
</tbody>
|
845
845
|
</table>
|
@@ -868,12 +868,12 @@ inserting rows in a sorted tree store.</p>
|
|
868
868
|
</tr>
|
869
869
|
<tr>
|
870
870
|
<td class="parameter_name"><p>iter</p></td>
|
871
|
-
<td class="parameter_description"><p> An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set the new row, or <a href="
|
871
|
+
<td class="parameter_description"><p> An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set the new row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
872
872
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
873
873
|
</tr>
|
874
874
|
<tr>
|
875
875
|
<td class="parameter_name"><p>parent</p></td>
|
876
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
876
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
877
877
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
878
878
|
</tr>
|
879
879
|
<tr>
|
@@ -898,10 +898,10 @@ inserting rows in a sorted tree store.</p>
|
|
898
898
|
gtk_tree_store_insert_with_valuesv (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
899
899
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
900
900
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
|
901
|
-
<em class="parameter"><code><a href="
|
902
|
-
<em class="parameter"><code><a href="
|
903
|
-
<em class="parameter"><code><a href="
|
904
|
-
<em class="parameter"><code><a href="
|
901
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
902
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *columns</code></em>,
|
903
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *values</code></em>,
|
904
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_values</code></em>);</pre>
|
905
905
|
<p>A variant of <a class="link" href="GtkTreeStore.html#gtk-tree-store-insert-with-values" title="gtk_tree_store_insert_with_values ()"><code class="function">gtk_tree_store_insert_with_values()</code></a> which takes
|
906
906
|
the columns and values as two arrays, instead of varargs. This
|
907
907
|
function is mainly intended for language bindings.</p>
|
@@ -922,12 +922,12 @@ function is mainly intended for language bindings.</p>
|
|
922
922
|
</tr>
|
923
923
|
<tr>
|
924
924
|
<td class="parameter_name"><p>iter</p></td>
|
925
|
-
<td class="parameter_description"><p> An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set the new row, or <a href="
|
925
|
+
<td class="parameter_description"><p> An unset <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> to set the new row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
926
926
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
927
927
|
</tr>
|
928
928
|
<tr>
|
929
929
|
<td class="parameter_name"><p>parent</p></td>
|
930
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
930
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
931
931
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
932
932
|
</tr>
|
933
933
|
<tr>
|
@@ -966,7 +966,7 @@ gtk_tree_store_prepend (<em class="parameter"><code><a class="link" href="GtkTre
|
|
966
966
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
|
967
967
|
<p>Prepends a new row to <em class="parameter"><code>tree_store</code></em>
|
968
968
|
. If <em class="parameter"><code>parent</code></em>
|
969
|
-
is non-<a href="
|
969
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will prepend
|
970
970
|
the new row before the first child of <em class="parameter"><code>parent</code></em>
|
971
971
|
, otherwise it will prepend a row
|
972
972
|
to the top level. <em class="parameter"><code>iter</code></em>
|
@@ -994,7 +994,7 @@ call <a class="link" href="GtkTreeStore.html#gtk-tree-store-set" title="gtk_tree
|
|
994
994
|
</tr>
|
995
995
|
<tr>
|
996
996
|
<td class="parameter_name"><p>parent</p></td>
|
997
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
997
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
998
998
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
999
999
|
</tr>
|
1000
1000
|
</tbody>
|
@@ -1010,7 +1010,7 @@ gtk_tree_store_append (<em class="parameter"><code><a class="link" href="GtkTree
|
|
1010
1010
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
|
1011
1011
|
<p>Appends a new row to <em class="parameter"><code>tree_store</code></em>
|
1012
1012
|
. If <em class="parameter"><code>parent</code></em>
|
1013
|
-
is non-<a href="
|
1013
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will append the
|
1014
1014
|
new row after the last child of <em class="parameter"><code>parent</code></em>
|
1015
1015
|
, otherwise it will append a row to
|
1016
1016
|
the top level. <em class="parameter"><code>iter</code></em>
|
@@ -1038,7 +1038,7 @@ be empty after this function is called. To fill in values, you need to call
|
|
1038
1038
|
</tr>
|
1039
1039
|
<tr>
|
1040
1040
|
<td class="parameter_name"><p>parent</p></td>
|
1041
|
-
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
1041
|
+
<td class="parameter_description"><p> A valid <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1042
1042
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1043
1043
|
</tr>
|
1044
1044
|
</tbody>
|
@@ -1048,11 +1048,11 @@ be empty after this function is called. To fill in values, you need to call
|
|
1048
1048
|
<hr>
|
1049
1049
|
<div class="refsect2">
|
1050
1050
|
<a name="gtk-tree-store-is-ancestor"></a><h3>gtk_tree_store_is_ancestor ()</h3>
|
1051
|
-
<pre class="programlisting"><a href="
|
1051
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1052
1052
|
gtk_tree_store_is_ancestor (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
1053
1053
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
1054
1054
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *descendant</code></em>);</pre>
|
1055
|
-
<p>Returns <a href="
|
1055
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em>
|
1056
1056
|
is an ancestor of <em class="parameter"><code>descendant</code></em>
|
1057
1057
|
. That is, <em class="parameter"><code>iter</code></em>
|
1058
1058
|
is the
|
@@ -1087,7 +1087,7 @@ parent (or grandparent or great-grandparent) of <em class="parameter"><code>desc
|
|
1087
1087
|
</div>
|
1088
1088
|
<div class="refsect3">
|
1089
1089
|
<a name="gtk-tree-store-is-ancestor.returns"></a><h4>Returns</h4>
|
1090
|
-
<p> <a href="
|
1090
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>iter</code></em>
|
1091
1091
|
is an ancestor of <em class="parameter"><code>descendant</code></em>
|
1092
1092
|
</p>
|
1093
1093
|
</div>
|
@@ -1095,7 +1095,7 @@ is an ancestor of <em class="parameter"><code>descendant</code></em>
|
|
1095
1095
|
<hr>
|
1096
1096
|
<div class="refsect2">
|
1097
1097
|
<a name="gtk-tree-store-iter-depth"></a><h3>gtk_tree_store_iter_depth ()</h3>
|
1098
|
-
<pre class="programlisting"><a href="
|
1098
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1099
1099
|
gtk_tree_store_iter_depth (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
1100
1100
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
1101
1101
|
<p>Returns the depth of <em class="parameter"><code>iter</code></em>
|
@@ -1155,7 +1155,7 @@ gtk_tree_store_clear (<em class="parameter"><code><a class="link" href="GtkTreeS
|
|
1155
1155
|
<hr>
|
1156
1156
|
<div class="refsect2">
|
1157
1157
|
<a name="gtk-tree-store-iter-is-valid"></a><h3>gtk_tree_store_iter_is_valid ()</h3>
|
1158
|
-
<pre class="programlisting"><a href="
|
1158
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1159
1159
|
gtk_tree_store_iter_is_valid (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
1160
1160
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
1161
1161
|
<p>WARNING: This function is slow. Only use it for debugging and/or testing
|
@@ -1185,7 +1185,7 @@ purposes.</p>
|
|
1185
1185
|
</div>
|
1186
1186
|
<div class="refsect3">
|
1187
1187
|
<a name="gtk-tree-store-iter-is-valid.returns"></a><h4>Returns</h4>
|
1188
|
-
<p> <a href="
|
1188
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the iter is valid, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the iter is invalid.</p>
|
1189
1189
|
</div>
|
1190
1190
|
<p class="since">Since: 2.2</p>
|
1191
1191
|
</div>
|
@@ -1195,7 +1195,7 @@ purposes.</p>
|
|
1195
1195
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1196
1196
|
gtk_tree_store_reorder (<em class="parameter"><code><a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> *tree_store</code></em>,
|
1197
1197
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
|
1198
|
-
<em class="parameter"><code><a href="
|
1198
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_order</code></em>);</pre>
|
1199
1199
|
<p>Reorders the children of <em class="parameter"><code>parent</code></em>
|
1200
1200
|
in <em class="parameter"><code>tree_store</code></em>
|
1201
1201
|
to follow the order
|
@@ -1219,7 +1219,7 @@ unsorted stores.</p>
|
|
1219
1219
|
</tr>
|
1220
1220
|
<tr>
|
1221
1221
|
<td class="parameter_name"><p>parent</p></td>
|
1222
|
-
<td class="parameter_description"><p> A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
1222
|
+
<td class="parameter_description"><p> A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1223
1223
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1224
1224
|
</tr>
|
1225
1225
|
<tr>
|
@@ -1291,7 +1291,7 @@ gtk_tree_store_move_before (<em class="parameter"><code><a class="link" href="Gt
|
|
1291
1291
|
<em class="parameter"><code>position</code></em>
|
1292
1292
|
should be in the same level. Note that this function only
|
1293
1293
|
works with unsorted stores. If <em class="parameter"><code>position</code></em>
|
1294
|
-
is <a href="
|
1294
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
|
1295
1295
|
will be
|
1296
1296
|
moved to the end of the level.</p>
|
1297
1297
|
<div class="refsect3">
|
@@ -1315,7 +1315,7 @@ moved to the end of the level.</p>
|
|
1315
1315
|
</tr>
|
1316
1316
|
<tr>
|
1317
1317
|
<td class="parameter_name"><p>position</p></td>
|
1318
|
-
<td class="parameter_description"><p> A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="
|
1318
|
+
<td class="parameter_description"><p> A <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1319
1319
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1320
1320
|
</tr>
|
1321
1321
|
</tbody>
|
@@ -1338,7 +1338,7 @@ gtk_tree_store_move_after (<em class="parameter"><code><a class="link" href="Gtk
|
|
1338
1338
|
<em class="parameter"><code>position</code></em>
|
1339
1339
|
should be in the same level. Note that this function only
|
1340
1340
|
works with unsorted stores. If <em class="parameter"><code>position</code></em>
|
1341
|
-
is <a href="
|
1341
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>iter</code></em>
|
1342
1342
|
will be moved
|
1343
1343
|
to the start of the level.</p>
|
1344
1344
|
<div class="refsect3">
|
@@ -46,7 +46,7 @@
|
|
46
46
|
<tbody>
|
47
47
|
<tr>
|
48
48
|
<td class="function_type">
|
49
|
-
<a href="
|
49
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
50
50
|
</td>
|
51
51
|
<td class="function_name">
|
52
52
|
<span class="c_punctuation">(</span><a class="link" href="GtkTreeView.html#GtkTreeViewColumnDropFunc" title="GtkTreeViewColumnDropFunc ()">*GtkTreeViewColumnDropFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
</tr>
|
63
63
|
<tr>
|
64
64
|
<td class="function_type">
|
65
|
-
<a href="
|
65
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
66
66
|
</td>
|
67
67
|
<td class="function_name">
|
68
68
|
<span class="c_punctuation">(</span><a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()">*GtkTreeViewSearchEqualFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -78,7 +78,7 @@
|
|
78
78
|
</tr>
|
79
79
|
<tr>
|
80
80
|
<td class="function_type">
|
81
|
-
<a href="
|
81
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
82
82
|
</td>
|
83
83
|
<td class="function_name">
|
84
84
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-level-indentation" title="gtk_tree_view_get_level_indentation ()">gtk_tree_view_get_level_indentation</a> <span class="c_punctuation">()</span>
|
@@ -86,7 +86,7 @@
|
|
86
86
|
</tr>
|
87
87
|
<tr>
|
88
88
|
<td class="function_type">
|
89
|
-
<a href="
|
89
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
90
90
|
</td>
|
91
91
|
<td class="function_name">
|
92
92
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-show-expanders" title="gtk_tree_view_get_show_expanders ()">gtk_tree_view_get_show_expanders</a> <span class="c_punctuation">()</span>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</tr>
|
175
175
|
<tr>
|
176
176
|
<td class="function_type">
|
177
|
-
<a href="
|
177
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
178
178
|
</td>
|
179
179
|
<td class="function_name">
|
180
180
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-headers-visible" title="gtk_tree_view_get_headers_visible ()">gtk_tree_view_get_headers_visible</a> <span class="c_punctuation">()</span>
|
@@ -198,7 +198,7 @@
|
|
198
198
|
</tr>
|
199
199
|
<tr>
|
200
200
|
<td class="function_type">
|
201
|
-
<a href="
|
201
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
202
202
|
</td>
|
203
203
|
<td class="function_name">
|
204
204
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-headers-clickable" title="gtk_tree_view_get_headers_clickable ()">gtk_tree_view_get_headers_clickable</a> <span class="c_punctuation">()</span>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</tr>
|
223
223
|
<tr>
|
224
224
|
<td class="function_type">
|
225
|
-
<a href="
|
225
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
226
226
|
</td>
|
227
227
|
<td class="function_name">
|
228
228
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-rules-hint" title="gtk_tree_view_get_rules_hint ()">gtk_tree_view_get_rules_hint</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<a href="
|
241
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-activate-on-single-click" title="gtk_tree_view_get_activate_on_single_click ()">gtk_tree_view_get_activate_on_single_click</a> <span class="c_punctuation">()</span>
|
@@ -246,7 +246,7 @@
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="function_type">
|
249
|
-
<a href="
|
249
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-append-column" title="gtk_tree_view_append_column ()">gtk_tree_view_append_column</a> <span class="c_punctuation">()</span>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="function_type">
|
257
|
-
<a href="
|
257
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
258
258
|
</td>
|
259
259
|
<td class="function_name">
|
260
260
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-remove-column" title="gtk_tree_view_remove_column ()">gtk_tree_view_remove_column</a> <span class="c_punctuation">()</span>
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</tr>
|
263
263
|
<tr>
|
264
264
|
<td class="function_type">
|
265
|
-
<a href="
|
265
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
266
266
|
</td>
|
267
267
|
<td class="function_name">
|
268
268
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-insert-column" title="gtk_tree_view_insert_column ()">gtk_tree_view_insert_column</a> <span class="c_punctuation">()</span>
|
@@ -270,7 +270,7 @@
|
|
270
270
|
</tr>
|
271
271
|
<tr>
|
272
272
|
<td class="function_type">
|
273
|
-
<a href="
|
273
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
274
274
|
</td>
|
275
275
|
<td class="function_name">
|
276
276
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-insert-column-with-attributes" title="gtk_tree_view_insert_column_with_attributes ()">gtk_tree_view_insert_column_with_attributes</a> <span class="c_punctuation">()</span>
|
@@ -278,7 +278,7 @@
|
|
278
278
|
</tr>
|
279
279
|
<tr>
|
280
280
|
<td class="function_type">
|
281
|
-
<a href="
|
281
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
282
282
|
</td>
|
283
283
|
<td class="function_name">
|
284
284
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-insert-column-with-data-func" title="gtk_tree_view_insert_column_with_data_func ()">gtk_tree_view_insert_column_with_data_func</a> <span class="c_punctuation">()</span>
|
@@ -286,7 +286,7 @@
|
|
286
286
|
</tr>
|
287
287
|
<tr>
|
288
288
|
<td class="function_type">
|
289
|
-
<a href="
|
289
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
290
290
|
</td>
|
291
291
|
<td class="function_name">
|
292
292
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-n-columns" title="gtk_tree_view_get_n_columns ()">gtk_tree_view_get_n_columns</a> <span class="c_punctuation">()</span>
|
@@ -302,7 +302,7 @@
|
|
302
302
|
</tr>
|
303
303
|
<tr>
|
304
304
|
<td class="function_type">
|
305
|
-
<a href="
|
305
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
306
306
|
</td>
|
307
307
|
<td class="function_name">
|
308
308
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-columns" title="gtk_tree_view_get_columns ()">gtk_tree_view_get_columns</a> <span class="c_punctuation">()</span>
|
@@ -414,7 +414,7 @@
|
|
414
414
|
</tr>
|
415
415
|
<tr>
|
416
416
|
<td class="function_type">
|
417
|
-
<a href="
|
417
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
418
418
|
</td>
|
419
419
|
<td class="function_name">
|
420
420
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-expand-row" title="gtk_tree_view_expand_row ()">gtk_tree_view_expand_row</a> <span class="c_punctuation">()</span>
|
@@ -422,7 +422,7 @@
|
|
422
422
|
</tr>
|
423
423
|
<tr>
|
424
424
|
<td class="function_type">
|
425
|
-
<a href="
|
425
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
426
426
|
</td>
|
427
427
|
<td class="function_name">
|
428
428
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-collapse-row" title="gtk_tree_view_collapse_row ()">gtk_tree_view_collapse_row</a> <span class="c_punctuation">()</span>
|
@@ -438,7 +438,7 @@
|
|
438
438
|
</tr>
|
439
439
|
<tr>
|
440
440
|
<td class="function_type">
|
441
|
-
<a href="
|
441
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
442
442
|
</td>
|
443
443
|
<td class="function_name">
|
444
444
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-row-expanded" title="gtk_tree_view_row_expanded ()">gtk_tree_view_row_expanded</a> <span class="c_punctuation">()</span>
|
@@ -454,7 +454,7 @@
|
|
454
454
|
</tr>
|
455
455
|
<tr>
|
456
456
|
<td class="function_type">
|
457
|
-
<a href="
|
457
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
458
458
|
</td>
|
459
459
|
<td class="function_name">
|
460
460
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-reorderable" title="gtk_tree_view_get_reorderable ()">gtk_tree_view_get_reorderable</a> <span class="c_punctuation">()</span>
|
@@ -462,7 +462,7 @@
|
|
462
462
|
</tr>
|
463
463
|
<tr>
|
464
464
|
<td class="function_type">
|
465
|
-
<a href="
|
465
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
466
466
|
</td>
|
467
467
|
<td class="function_name">
|
468
468
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at-pos" title="gtk_tree_view_get_path_at_pos ()">gtk_tree_view_get_path_at_pos</a> <span class="c_punctuation">()</span>
|
@@ -470,7 +470,7 @@
|
|
470
470
|
</tr>
|
471
471
|
<tr>
|
472
472
|
<td class="function_type">
|
473
|
-
<a href="
|
473
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
474
474
|
</td>
|
475
475
|
<td class="function_name">
|
476
476
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-is-blank-at-pos" title="gtk_tree_view_is_blank_at_pos ()">gtk_tree_view_is_blank_at_pos</a> <span class="c_punctuation">()</span>
|
@@ -502,7 +502,7 @@
|
|
502
502
|
</tr>
|
503
503
|
<tr>
|
504
504
|
<td class="function_type">
|
505
|
-
<a href="
|
505
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
506
506
|
</td>
|
507
507
|
<td class="function_name">
|
508
508
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-visible-range" title="gtk_tree_view_get_visible_range ()">gtk_tree_view_get_visible_range</a> <span class="c_punctuation">()</span>
|
@@ -510,7 +510,7 @@
|
|
510
510
|
</tr>
|
511
511
|
<tr>
|
512
512
|
<td class="function_type">
|
513
|
-
<a href="http://
|
513
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
514
514
|
</td>
|
515
515
|
<td class="function_name">
|
516
516
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a> <span class="c_punctuation">()</span>
|
@@ -614,7 +614,7 @@
|
|
614
614
|
</tr>
|
615
615
|
<tr>
|
616
616
|
<td class="function_type">
|
617
|
-
<a href="
|
617
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
618
618
|
</td>
|
619
619
|
<td class="function_name">
|
620
620
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-dest-row-at-pos" title="gtk_tree_view_get_dest_row_at_pos ()">gtk_tree_view_get_dest_row_at_pos</a> <span class="c_punctuation">()</span>
|
@@ -638,7 +638,7 @@
|
|
638
638
|
</tr>
|
639
639
|
<tr>
|
640
640
|
<td class="function_type">
|
641
|
-
<a href="
|
641
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
642
642
|
</td>
|
643
643
|
<td class="function_name">
|
644
644
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-enable-search" title="gtk_tree_view_get_enable_search ()">gtk_tree_view_get_enable_search</a> <span class="c_punctuation">()</span>
|
@@ -646,7 +646,7 @@
|
|
646
646
|
</tr>
|
647
647
|
<tr>
|
648
648
|
<td class="function_type">
|
649
|
-
<a href="
|
649
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
650
650
|
</td>
|
651
651
|
<td class="function_name">
|
652
652
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-search-column" title="gtk_tree_view_get_search_column ()">gtk_tree_view_get_search_column</a> <span class="c_punctuation">()</span>
|
@@ -718,7 +718,7 @@
|
|
718
718
|
</tr>
|
719
719
|
<tr>
|
720
720
|
<td class="function_type">
|
721
|
-
<a href="
|
721
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
722
722
|
</td>
|
723
723
|
<td class="function_name">
|
724
724
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-fixed-height-mode" title="gtk_tree_view_get_fixed_height_mode ()">gtk_tree_view_get_fixed_height_mode</a> <span class="c_punctuation">()</span>
|
@@ -734,7 +734,7 @@
|
|
734
734
|
</tr>
|
735
735
|
<tr>
|
736
736
|
<td class="function_type">
|
737
|
-
<a href="
|
737
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
738
738
|
</td>
|
739
739
|
<td class="function_name">
|
740
740
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-hover-selection" title="gtk_tree_view_get_hover_selection ()">gtk_tree_view_get_hover_selection</a> <span class="c_punctuation">()</span>
|
@@ -750,7 +750,7 @@
|
|
750
750
|
</tr>
|
751
751
|
<tr>
|
752
752
|
<td class="function_type">
|
753
|
-
<a href="
|
753
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
754
754
|
</td>
|
755
755
|
<td class="function_name">
|
756
756
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-hover-expand" title="gtk_tree_view_get_hover_expand ()">gtk_tree_view_get_hover_expand</a> <span class="c_punctuation">()</span>
|
@@ -782,7 +782,7 @@
|
|
782
782
|
</tr>
|
783
783
|
<tr>
|
784
784
|
<td class="function_type">
|
785
|
-
<a href="
|
785
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
786
786
|
</td>
|
787
787
|
<td class="function_name">
|
788
788
|
<span class="c_punctuation">(</span><a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()">*GtkTreeViewRowSeparatorFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -806,7 +806,7 @@
|
|
806
806
|
</tr>
|
807
807
|
<tr>
|
808
808
|
<td class="function_type">
|
809
|
-
<a href="
|
809
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
810
810
|
</td>
|
811
811
|
<td class="function_name">
|
812
812
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-rubber-banding" title="gtk_tree_view_get_rubber_banding ()">gtk_tree_view_get_rubber_banding</a> <span class="c_punctuation">()</span>
|
@@ -822,7 +822,7 @@
|
|
822
822
|
</tr>
|
823
823
|
<tr>
|
824
824
|
<td class="function_type">
|
825
|
-
<a href="
|
825
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
826
826
|
</td>
|
827
827
|
<td class="function_name">
|
828
828
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-is-rubber-banding-active" title="gtk_tree_view_is_rubber_banding_active ()">gtk_tree_view_is_rubber_banding_active</a> <span class="c_punctuation">()</span>
|
@@ -830,7 +830,7 @@
|
|
830
830
|
</tr>
|
831
831
|
<tr>
|
832
832
|
<td class="function_type">
|
833
|
-
<a href="
|
833
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
834
834
|
</td>
|
835
835
|
<td class="function_name">
|
836
836
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-enable-tree-lines" title="gtk_tree_view_get_enable_tree_lines ()">gtk_tree_view_get_enable_tree_lines</a> <span class="c_punctuation">()</span>
|
@@ -878,7 +878,7 @@
|
|
878
878
|
</tr>
|
879
879
|
<tr>
|
880
880
|
<td class="function_type">
|
881
|
-
<a href="
|
881
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
882
882
|
</td>
|
883
883
|
<td class="function_name">
|
884
884
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-tooltip-context" title="gtk_tree_view_get_tooltip_context ()">gtk_tree_view_get_tooltip_context</a> <span class="c_punctuation">()</span>
|
@@ -886,7 +886,7 @@
|
|
886
886
|
</tr>
|
887
887
|
<tr>
|
888
888
|
<td class="function_type">
|
889
|
-
<a href="
|
889
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
890
890
|
</td>
|
891
891
|
<td class="function_name">
|
892
892
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-tooltip-column" title="gtk_tree_view_get_tooltip_column ()">gtk_tree_view_get_tooltip_column</a> <span class="c_punctuation">()</span>
|
@@ -913,7 +913,7 @@
|
|
913
913
|
</colgroup>
|
914
914
|
<tbody>
|
915
915
|
<tr>
|
916
|
-
<td class="property_type"><a href="
|
916
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
917
917
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--activate-on-single-click" title="The “activate-on-single-click” property">activate-on-single-click</a></td>
|
918
918
|
<td class="property_flags">Read / Write</td>
|
919
919
|
</tr>
|
@@ -923,12 +923,12 @@
|
|
923
923
|
<td class="property_flags">Read / Write</td>
|
924
924
|
</tr>
|
925
925
|
<tr>
|
926
|
-
<td class="property_type"><a href="
|
926
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
927
927
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--enable-search" title="The “enable-search” property">enable-search</a></td>
|
928
928
|
<td class="property_flags">Read / Write</td>
|
929
929
|
</tr>
|
930
930
|
<tr>
|
931
|
-
<td class="property_type"><a href="
|
931
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
932
932
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--enable-tree-lines" title="The “enable-tree-lines” property">enable-tree-lines</a></td>
|
933
933
|
<td class="property_flags">Read / Write</td>
|
934
934
|
</tr>
|
@@ -939,32 +939,32 @@
|
|
939
939
|
<td class="property_flags">Read / Write</td>
|
940
940
|
</tr>
|
941
941
|
<tr>
|
942
|
-
<td class="property_type"><a href="
|
942
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
943
943
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--fixed-height-mode" title="The “fixed-height-mode” property">fixed-height-mode</a></td>
|
944
944
|
<td class="property_flags">Read / Write</td>
|
945
945
|
</tr>
|
946
946
|
<tr>
|
947
|
-
<td class="property_type"><a href="
|
947
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
948
948
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--headers-clickable" title="The “headers-clickable” property">headers-clickable</a></td>
|
949
949
|
<td class="property_flags">Read / Write</td>
|
950
950
|
</tr>
|
951
951
|
<tr>
|
952
|
-
<td class="property_type"><a href="
|
952
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
953
953
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--headers-visible" title="The “headers-visible” property">headers-visible</a></td>
|
954
954
|
<td class="property_flags">Read / Write</td>
|
955
955
|
</tr>
|
956
956
|
<tr>
|
957
|
-
<td class="property_type"><a href="
|
957
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
958
958
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--hover-expand" title="The “hover-expand” property">hover-expand</a></td>
|
959
959
|
<td class="property_flags">Read / Write</td>
|
960
960
|
</tr>
|
961
961
|
<tr>
|
962
|
-
<td class="property_type"><a href="
|
962
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
963
963
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--hover-selection" title="The “hover-selection” property">hover-selection</a></td>
|
964
964
|
<td class="property_flags">Read / Write</td>
|
965
965
|
</tr>
|
966
966
|
<tr>
|
967
|
-
<td class="property_type"><a href="
|
967
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
968
968
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--level-indentation" title="The “level-indentation” property">level-indentation</a></td>
|
969
969
|
<td class="property_flags">Read / Write</td>
|
970
970
|
</tr>
|
@@ -975,32 +975,32 @@
|
|
975
975
|
<td class="property_flags">Read / Write</td>
|
976
976
|
</tr>
|
977
977
|
<tr>
|
978
|
-
<td class="property_type"><a href="
|
978
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
979
979
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property">reorderable</a></td>
|
980
980
|
<td class="property_flags">Read / Write</td>
|
981
981
|
</tr>
|
982
982
|
<tr>
|
983
|
-
<td class="property_type"><a href="
|
983
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
984
984
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--rubber-banding" title="The “rubber-banding” property">rubber-banding</a></td>
|
985
985
|
<td class="property_flags">Read / Write</td>
|
986
986
|
</tr>
|
987
987
|
<tr>
|
988
|
-
<td class="property_type"><a href="
|
988
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
989
989
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--rules-hint" title="The “rules-hint” property">rules-hint</a></td>
|
990
990
|
<td class="property_flags">Read / Write</td>
|
991
991
|
</tr>
|
992
992
|
<tr>
|
993
|
-
<td class="property_type"><a href="
|
993
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
994
994
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--search-column" title="The “search-column” property">search-column</a></td>
|
995
995
|
<td class="property_flags">Read / Write</td>
|
996
996
|
</tr>
|
997
997
|
<tr>
|
998
|
-
<td class="property_type"><a href="
|
998
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
999
999
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--show-expanders" title="The “show-expanders” property">show-expanders</a></td>
|
1000
1000
|
<td class="property_flags">Read / Write</td>
|
1001
1001
|
</tr>
|
1002
1002
|
<tr>
|
1003
|
-
<td class="property_type"><a href="
|
1003
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1004
1004
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--tooltip-column" title="The “tooltip-column” property">tooltip-column</a></td>
|
1005
1005
|
<td class="property_flags">Read / Write</td>
|
1006
1006
|
</tr>
|
@@ -1017,61 +1017,61 @@
|
|
1017
1017
|
</colgroup>
|
1018
1018
|
<tbody>
|
1019
1019
|
<tr>
|
1020
|
-
<td class="property_type"><a href="
|
1020
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
1021
1021
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-allow-rules" title="The “allow-rules” style property">allow-rules</a></td>
|
1022
1022
|
<td class="property_flags">Read</td>
|
1023
1023
|
</tr>
|
1024
1024
|
<tr>
|
1025
1025
|
<td class="property_type">
|
1026
|
-
<
|
1026
|
+
<span class="type">GdkColor</span> *</td>
|
1027
1027
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-even-row-color" title="The “even-row-color” style property">even-row-color</a></td>
|
1028
1028
|
<td class="property_flags">Read</td>
|
1029
1029
|
</tr>
|
1030
1030
|
<tr>
|
1031
|
-
<td class="property_type"><a href="
|
1031
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1032
1032
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-expander-size" title="The “expander-size” style property">expander-size</a></td>
|
1033
1033
|
<td class="property_flags">Read</td>
|
1034
1034
|
</tr>
|
1035
1035
|
<tr>
|
1036
1036
|
<td class="property_type">
|
1037
|
-
<a href="
|
1037
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
1038
1038
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-grid-line-pattern" title="The “grid-line-pattern” style property">grid-line-pattern</a></td>
|
1039
1039
|
<td class="property_flags">Read</td>
|
1040
1040
|
</tr>
|
1041
1041
|
<tr>
|
1042
|
-
<td class="property_type"><a href="
|
1042
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1043
1043
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-grid-line-width" title="The “grid-line-width” style property">grid-line-width</a></td>
|
1044
1044
|
<td class="property_flags">Read</td>
|
1045
1045
|
</tr>
|
1046
1046
|
<tr>
|
1047
|
-
<td class="property_type"><a href="
|
1047
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1048
1048
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-horizontal-separator" title="The “horizontal-separator” style property">horizontal-separator</a></td>
|
1049
1049
|
<td class="property_flags">Read</td>
|
1050
1050
|
</tr>
|
1051
1051
|
<tr>
|
1052
|
-
<td class="property_type"><a href="
|
1052
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
1053
1053
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-indent-expanders" title="The “indent-expanders” style property">indent-expanders</a></td>
|
1054
1054
|
<td class="property_flags">Read</td>
|
1055
1055
|
</tr>
|
1056
1056
|
<tr>
|
1057
1057
|
<td class="property_type">
|
1058
|
-
<
|
1058
|
+
<span class="type">GdkColor</span> *</td>
|
1059
1059
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-odd-row-color" title="The “odd-row-color” style property">odd-row-color</a></td>
|
1060
1060
|
<td class="property_flags">Read</td>
|
1061
1061
|
</tr>
|
1062
1062
|
<tr>
|
1063
1063
|
<td class="property_type">
|
1064
|
-
<a href="
|
1064
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
1065
1065
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-tree-line-pattern" title="The “tree-line-pattern” style property">tree-line-pattern</a></td>
|
1066
1066
|
<td class="property_flags">Read</td>
|
1067
1067
|
</tr>
|
1068
1068
|
<tr>
|
1069
|
-
<td class="property_type"><a href="
|
1069
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1070
1070
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-tree-line-width" title="The “tree-line-width” style property">tree-line-width</a></td>
|
1071
1071
|
<td class="property_flags">Read</td>
|
1072
1072
|
</tr>
|
1073
1073
|
<tr>
|
1074
|
-
<td class="property_type"><a href="
|
1074
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
1075
1075
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-vertical-separator" title="The “vertical-separator” style property">vertical-separator</a></td>
|
1076
1076
|
<td class="property_flags">Read</td>
|
1077
1077
|
</tr>
|
@@ -1090,77 +1090,77 @@
|
|
1090
1090
|
<tr>
|
1091
1091
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1092
1092
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-columns-changed" title="The “columns-changed” signal">columns-changed</a></td>
|
1093
|
-
<td class="signal_flags"><a href="
|
1093
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1094
1094
|
</tr>
|
1095
1095
|
<tr>
|
1096
1096
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1097
1097
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-cursor-changed" title="The “cursor-changed” signal">cursor-changed</a></td>
|
1098
|
-
<td class="signal_flags"><a href="
|
1098
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1099
1099
|
</tr>
|
1100
1100
|
<tr>
|
1101
|
-
<td class="signal_type"><a href="
|
1101
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1102
1102
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-expand-collapse-cursor-row" title="The “expand-collapse-cursor-row” signal">expand-collapse-cursor-row</a></td>
|
1103
|
-
<td class="signal_flags"><a href="
|
1103
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1104
1104
|
</tr>
|
1105
1105
|
<tr>
|
1106
|
-
<td class="signal_type"><a href="
|
1106
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1107
1107
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
1108
|
-
<td class="signal_flags"><a href="
|
1108
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1109
1109
|
</tr>
|
1110
1110
|
<tr>
|
1111
1111
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1112
1112
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-row-activated" title="The “row-activated” signal">row-activated</a></td>
|
1113
|
-
<td class="signal_flags"><a href="
|
1113
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1114
1114
|
</tr>
|
1115
1115
|
<tr>
|
1116
1116
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1117
1117
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-row-collapsed" title="The “row-collapsed” signal">row-collapsed</a></td>
|
1118
|
-
<td class="signal_flags"><a href="
|
1118
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1119
1119
|
</tr>
|
1120
1120
|
<tr>
|
1121
1121
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1122
1122
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-row-expanded" title="The “row-expanded” signal">row-expanded</a></td>
|
1123
|
-
<td class="signal_flags"><a href="
|
1123
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1124
1124
|
</tr>
|
1125
1125
|
<tr>
|
1126
|
-
<td class="signal_type"><a href="
|
1126
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1127
1127
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-select-all" title="The “select-all” signal">select-all</a></td>
|
1128
|
-
<td class="signal_flags"><a href="
|
1128
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1129
1129
|
</tr>
|
1130
1130
|
<tr>
|
1131
|
-
<td class="signal_type"><a href="
|
1131
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1132
1132
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-parent" title="The “select-cursor-parent” signal">select-cursor-parent</a></td>
|
1133
|
-
<td class="signal_flags"><a href="
|
1133
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1134
1134
|
</tr>
|
1135
1135
|
<tr>
|
1136
|
-
<td class="signal_type"><a href="
|
1136
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1137
1137
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-select-cursor-row" title="The “select-cursor-row” signal">select-cursor-row</a></td>
|
1138
|
-
<td class="signal_flags"><a href="
|
1138
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1139
1139
|
</tr>
|
1140
1140
|
<tr>
|
1141
|
-
<td class="signal_type"><a href="
|
1141
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1142
1142
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-start-interactive-search" title="The “start-interactive-search” signal">start-interactive-search</a></td>
|
1143
|
-
<td class="signal_flags"><a href="
|
1143
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1144
1144
|
</tr>
|
1145
1145
|
<tr>
|
1146
|
-
<td class="signal_type"><a href="
|
1146
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1147
1147
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-test-collapse-row" title="The “test-collapse-row” signal">test-collapse-row</a></td>
|
1148
|
-
<td class="signal_flags"><a href="
|
1148
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1149
1149
|
</tr>
|
1150
1150
|
<tr>
|
1151
|
-
<td class="signal_type"><a href="
|
1151
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1152
1152
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-test-expand-row" title="The “test-expand-row” signal">test-expand-row</a></td>
|
1153
|
-
<td class="signal_flags"><a href="
|
1153
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1154
1154
|
</tr>
|
1155
1155
|
<tr>
|
1156
|
-
<td class="signal_type"><a href="
|
1156
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1157
1157
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-toggle-cursor-row" title="The “toggle-cursor-row” signal">toggle-cursor-row</a></td>
|
1158
|
-
<td class="signal_flags"><a href="
|
1158
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1159
1159
|
</tr>
|
1160
1160
|
<tr>
|
1161
|
-
<td class="signal_type"><a href="
|
1161
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
1162
1162
|
<td class="signal_name"><a class="link" href="GtkTreeView.html#GtkTreeView-unselect-all" title="The “unselect-all” signal">unselect-all</a></td>
|
1163
|
-
<td class="signal_flags"><a href="
|
1163
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
1164
1164
|
</tr>
|
1165
1165
|
</tbody>
|
1166
1166
|
</table></div>
|
@@ -1194,8 +1194,8 @@
|
|
1194
1194
|
</div>
|
1195
1195
|
<div class="refsect1">
|
1196
1196
|
<a name="GtkTreeView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1197
|
-
<pre class="screen"> <a href="
|
1198
|
-
<span class="lineart">╰──</span> <a href="
|
1197
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
1198
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
1199
1199
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
1200
1200
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
1201
1201
|
<span class="lineart">╰──</span> GtkTreeView
|
@@ -1264,25 +1264,25 @@ former you can use <a class="link" href="GtkTreeView.html#gtk-tree-view-convert-
|
|
1264
1264
|
17
|
1265
1265
|
18
|
1266
1266
|
19</pre></td>
|
1267
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
1268
|
-
<span class="
|
1269
|
-
<span class="
|
1270
|
-
<span class="
|
1271
|
-
<span class="
|
1272
|
-
<span class="
|
1273
|
-
<span class="
|
1274
|
-
<span class="
|
1275
|
-
<span class="
|
1276
|
-
<span class="
|
1277
|
-
<span class="
|
1278
|
-
<span class="
|
1279
|
-
<span class="
|
1280
|
-
<span class="
|
1281
|
-
<span class="
|
1282
|
-
<span class="
|
1283
|
-
<span class="
|
1284
|
-
<span class="
|
1285
|
-
<span class="
|
1267
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTreeView"</span> id<span class="gtkdoc opt">=</span><span class="string">"treeview"</span><span class="gtkdoc opt">></span>
|
1268
|
+
<span class="gtkdoc opt"><</span>property name<span class="gtkdoc opt">=</span><span class="string">"model"</span><span class="gtkdoc opt">></span>liststore1<span class="gtkdoc opt"></</span>property<span class="gtkdoc opt">></span>
|
1269
|
+
<span class="gtkdoc opt"><</span>child<span class="gtkdoc opt">></span>
|
1270
|
+
<span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTreeViewColumn"</span> id<span class="gtkdoc opt">=</span><span class="string">"test-column"</span><span class="gtkdoc opt">></span>
|
1271
|
+
<span class="gtkdoc opt"><</span>property name<span class="gtkdoc opt">=</span><span class="string">"title"</span><span class="gtkdoc opt">></span>Test<span class="gtkdoc opt"></</span>property<span class="gtkdoc opt">></span>
|
1272
|
+
<span class="gtkdoc opt"><</span>child<span class="gtkdoc opt">></span>
|
1273
|
+
<span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkCellRendererText"</span> id<span class="gtkdoc opt">=</span><span class="string">"test-renderer"</span><span class="gtkdoc opt">/></span>
|
1274
|
+
<span class="gtkdoc opt"><</span>attributes<span class="gtkdoc opt">></span>
|
1275
|
+
<span class="gtkdoc opt"><</span>attribute name<span class="gtkdoc opt">=</span><span class="string">"text"</span><span class="gtkdoc opt">></span><span class="number">1</span><span class="gtkdoc opt"></</span>attribute<span class="gtkdoc opt">></span>
|
1276
|
+
<span class="gtkdoc opt"></</span>attributes<span class="gtkdoc opt">></span>
|
1277
|
+
<span class="gtkdoc opt"></</span>child<span class="gtkdoc opt">></span>
|
1278
|
+
<span class="gtkdoc opt"></</span>object<span class="gtkdoc opt">></span>
|
1279
|
+
<span class="gtkdoc opt"></</span>child<span class="gtkdoc opt">></span>
|
1280
|
+
<span class="gtkdoc opt"><</span>child internal<span class="gtkdoc opt">-</span>child<span class="gtkdoc opt">=</span><span class="string">"selection"</span><span class="gtkdoc opt">></span>
|
1281
|
+
<span class="gtkdoc opt"><</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"GtkTreeSelection"</span> id<span class="gtkdoc opt">=</span><span class="string">"selection"</span><span class="gtkdoc opt">></span>
|
1282
|
+
<span class="gtkdoc opt"><</span>signal name<span class="gtkdoc opt">=</span><span class="string">"changed"</span> handler<span class="gtkdoc opt">=</span><span class="string">"on_treeview_selection_changed"</span><span class="gtkdoc opt">/></span>
|
1283
|
+
<span class="gtkdoc opt"></</span>object<span class="gtkdoc opt">></span>
|
1284
|
+
<span class="gtkdoc opt"></</span>child<span class="gtkdoc opt">></span>
|
1285
|
+
<span class="gtkdoc opt"></</span>object<span class="gtkdoc opt">></span></pre></td>
|
1286
1286
|
</tr>
|
1287
1287
|
</tbody>
|
1288
1288
|
</table>
|
@@ -1304,13 +1304,13 @@ former you can use <a class="link" href="GtkTreeView.html#gtk-tree-view-convert-
|
|
1304
1304
|
5
|
1305
1305
|
6
|
1306
1306
|
7</pre></td>
|
1307
|
-
<td class="listing_code"><pre class="programlisting"
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
<span class="
|
1307
|
+
<td class="listing_code"><pre class="programlisting">treeview<span class="gtkdoc opt">.</span>view
|
1308
|
+
├── header
|
1309
|
+
│ ├── <span class="gtkdoc opt"><</span>column header<span class="gtkdoc opt">></span>
|
1310
|
+
┊ ┊
|
1311
|
+
│ ╰── <span class="gtkdoc opt"><</span>column header<span class="gtkdoc opt">></span>
|
1312
|
+
│
|
1313
|
+
╰── <span class="gtkdoc opt">[</span>rubberband<span class="gtkdoc opt">]</span></pre></td>
|
1314
1314
|
</tr>
|
1315
1315
|
</tbody>
|
1316
1316
|
</table>
|
@@ -1327,12 +1327,12 @@ For rubberband selection, a subnode with name rubberband is used.</p>
|
|
1327
1327
|
<a name="GtkTreeView.functions_details"></a><h2>Functions</h2>
|
1328
1328
|
<div class="refsect2">
|
1329
1329
|
<a name="GtkTreeViewColumnDropFunc"></a><h3>GtkTreeViewColumnDropFunc ()</h3>
|
1330
|
-
<pre class="programlisting"><a href="
|
1330
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1331
1331
|
<span class="c_punctuation">(</span>*GtkTreeViewColumnDropFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1332
1332
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
1333
1333
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *prev_column</code></em>,
|
1334
1334
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *next_column</code></em>,
|
1335
|
-
<em class="parameter"><code><a href="
|
1335
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1336
1336
|
<p>Function type for determining whether <em class="parameter"><code>column</code></em>
|
1337
1337
|
can be dropped in a
|
1338
1338
|
particular spot (as determined by <em class="parameter"><code>prev_column</code></em>
|
@@ -1342,8 +1342,8 @@ left to right locales, <em class="parameter"><code>prev_column</code></em>
|
|
1342
1342
|
is on the left of the potential drop
|
1343
1343
|
spot, and <em class="parameter"><code>next_column</code></em>
|
1344
1344
|
is on the right. In right to left mode, this is
|
1345
|
-
reversed. This function should return <a href="
|
1346
|
-
spot. Please note that returning <a href="
|
1345
|
+
reversed. This function should return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the spot is a valid drop
|
1346
|
+
spot. Please note that returning <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> does not actually indicate that
|
1347
1347
|
the column drop was made, but is meant only to indicate a possible drop
|
1348
1348
|
spot to the user.</p>
|
1349
1349
|
<div class="refsect3">
|
@@ -1387,7 +1387,7 @@ spot to the user.</p>
|
|
1387
1387
|
</div>
|
1388
1388
|
<div class="refsect3">
|
1389
1389
|
<a name="GtkTreeViewColumnDropFunc.returns"></a><h4>Returns</h4>
|
1390
|
-
<p> <a href="
|
1390
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>column</code></em>
|
1391
1391
|
can be dropped in this spot</p>
|
1392
1392
|
</div>
|
1393
1393
|
</div>
|
@@ -1397,7 +1397,7 @@ can be dropped in this spot</p>
|
|
1397
1397
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1398
1398
|
<span class="c_punctuation">(</span>*GtkTreeViewMappingFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1399
1399
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1400
|
-
<em class="parameter"><code><a href="
|
1400
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1401
1401
|
<p>Function used for <a class="link" href="GtkTreeView.html#gtk-tree-view-map-expanded-rows" title="gtk_tree_view_map_expanded_rows ()"><code class="function">gtk_tree_view_map_expanded_rows()</code></a>.</p>
|
1402
1402
|
<div class="refsect3">
|
1403
1403
|
<a name="GtkTreeViewMappingFunc.parameters"></a><h4>Parameters</h4>
|
@@ -1430,12 +1430,12 @@ can be dropped in this spot</p>
|
|
1430
1430
|
<hr>
|
1431
1431
|
<div class="refsect2">
|
1432
1432
|
<a name="GtkTreeViewSearchEqualFunc"></a><h3>GtkTreeViewSearchEqualFunc ()</h3>
|
1433
|
-
<pre class="programlisting"><a href="
|
1433
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1434
1434
|
<span class="c_punctuation">(</span>*GtkTreeViewSearchEqualFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
1435
|
-
<em class="parameter"><code><a href="
|
1436
|
-
<em class="parameter"><code>const <a href="
|
1435
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
|
1436
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
|
1437
1437
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
1438
|
-
<em class="parameter"><code><a href="
|
1438
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> search_data</code></em>);</pre>
|
1439
1439
|
<p>A function used for checking whether a row in <em class="parameter"><code>model</code></em>
|
1440
1440
|
matches
|
1441
1441
|
a search key string entered by the user. Note the return value
|
@@ -1483,7 +1483,7 @@ with <em class="parameter"><code>key</code></em>
|
|
1483
1483
|
</div>
|
1484
1484
|
<div class="refsect3">
|
1485
1485
|
<a name="GtkTreeViewSearchEqualFunc.returns"></a><h4>Returns</h4>
|
1486
|
-
<p> <a href="
|
1486
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the row matches, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise.</p>
|
1487
1487
|
</div>
|
1488
1488
|
</div>
|
1489
1489
|
<hr>
|
@@ -1500,7 +1500,7 @@ gtk_tree_view_new (<em class="parameter"><code><span class="type">void</span></c
|
|
1500
1500
|
<hr>
|
1501
1501
|
<div class="refsect2">
|
1502
1502
|
<a name="gtk-tree-view-get-level-indentation"></a><h3>gtk_tree_view_get_level_indentation ()</h3>
|
1503
|
-
<pre class="programlisting"><a href="
|
1503
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1504
1504
|
gtk_tree_view_get_level_indentation (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
1505
1505
|
<p>Returns the amount, in pixels, of extra indentation for child levels
|
1506
1506
|
in <em class="parameter"><code>tree_view</code></em>
|
@@ -1531,7 +1531,7 @@ in <em class="parameter"><code>tree_view</code></em>
|
|
1531
1531
|
<hr>
|
1532
1532
|
<div class="refsect2">
|
1533
1533
|
<a name="gtk-tree-view-get-show-expanders"></a><h3>gtk_tree_view_get_show_expanders ()</h3>
|
1534
|
-
<pre class="programlisting"><a href="
|
1534
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1535
1535
|
gtk_tree_view_get_show_expanders (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
1536
1536
|
<p>Returns whether or not expanders are drawn in <em class="parameter"><code>tree_view</code></em>
|
1537
1537
|
.</p>
|
@@ -1552,8 +1552,8 @@ gtk_tree_view_get_show_expanders (<em class="parameter"><code><a class="link" hr
|
|
1552
1552
|
</div>
|
1553
1553
|
<div class="refsect3">
|
1554
1554
|
<a name="gtk-tree-view-get-show-expanders.returns"></a><h4>Returns</h4>
|
1555
|
-
<p> <a href="
|
1556
|
-
, <a href="
|
1555
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if expanders are drawn in <em class="parameter"><code>tree_view</code></em>
|
1556
|
+
, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1557
1557
|
otherwise.</p>
|
1558
1558
|
</div>
|
1559
1559
|
<p class="since">Since: 2.12</p>
|
@@ -1563,7 +1563,7 @@ otherwise.</p>
|
|
1563
1563
|
<a name="gtk-tree-view-set-level-indentation"></a><h3>gtk_tree_view_set_level_indentation ()</h3>
|
1564
1564
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1565
1565
|
gtk_tree_view_set_level_indentation (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1566
|
-
<em class="parameter"><code><a href="
|
1566
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> indentation</code></em>);</pre>
|
1567
1567
|
<p>Sets the amount of extra indentation for child levels to use in <em class="parameter"><code>tree_view</code></em>
|
1568
1568
|
|
1569
1569
|
in addition to the default indentation. The value should be specified in
|
@@ -1600,7 +1600,7 @@ This does not have any visible effects for lists.</p>
|
|
1600
1600
|
<a name="gtk-tree-view-set-show-expanders"></a><h3>gtk_tree_view_set_show_expanders ()</h3>
|
1601
1601
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1602
1602
|
gtk_tree_view_set_show_expanders (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1603
|
-
<em class="parameter"><code><a href="
|
1603
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
|
1604
1604
|
<p>Sets whether to draw and enable expanders and indent child rows in
|
1605
1605
|
<em class="parameter"><code>tree_view</code></em>
|
1606
1606
|
. When disabled there will be no expanders visible in trees
|
@@ -1625,7 +1625,7 @@ This does not have any visible effects for lists.</p>
|
|
1625
1625
|
</tr>
|
1626
1626
|
<tr>
|
1627
1627
|
<td class="parameter_name"><p>enabled</p></td>
|
1628
|
-
<td class="parameter_description"><p><a href="
|
1628
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable expander drawing, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p></td>
|
1629
1629
|
<td class="parameter_annotations"> </td>
|
1630
1630
|
</tr>
|
1631
1631
|
</tbody>
|
@@ -1665,7 +1665,7 @@ gtk_tree_view_new_with_model (<em class="parameter"><code><a class="link" href="
|
|
1665
1665
|
<a name="gtk-tree-view-get-model"></a><h3>gtk_tree_view_get_model ()</h3>
|
1666
1666
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> *
|
1667
1667
|
gtk_tree_view_get_model (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
1668
|
-
<p>Returns the model the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> is based on. Returns <a href="
|
1668
|
+
<p>Returns the model the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> is based on. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
1669
1669
|
model is unset.</p>
|
1670
1670
|
<div class="refsect3">
|
1671
1671
|
<a name="gtk-tree-view-get-model.parameters"></a><h4>Parameters</h4>
|
@@ -1684,7 +1684,7 @@ model is unset.</p>
|
|
1684
1684
|
</div>
|
1685
1685
|
<div class="refsect3">
|
1686
1686
|
<a name="gtk-tree-view-get-model.returns"></a><h4>Returns</h4>
|
1687
|
-
<p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="
|
1687
|
+
<p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
1688
1688
|
none is currently being used. </p>
|
1689
1689
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1690
1690
|
</div>
|
@@ -1698,7 +1698,7 @@ gtk_tree_view_set_model (<em class="parameter"><code><a class="link" href="GtkTr
|
|
1698
1698
|
<p>Sets the model for a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>. If the <em class="parameter"><code>tree_view</code></em>
|
1699
1699
|
already has a model
|
1700
1700
|
set, it will remove it before setting the new model. If <em class="parameter"><code>model</code></em>
|
1701
|
-
is <a href="
|
1701
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
1702
1702
|
then it will unset the old model.</p>
|
1703
1703
|
<div class="refsect3">
|
1704
1704
|
<a name="gtk-tree-view-set-model.parameters"></a><h4>Parameters</h4>
|
@@ -1778,7 +1778,7 @@ gtk_tree_view_get_hadjustment (<em class="parameter"><code><a class="link" href=
|
|
1778
1778
|
</div>
|
1779
1779
|
<div class="refsect3">
|
1780
1780
|
<a name="gtk-tree-view-get-hadjustment.returns"></a><h4>Returns</h4>
|
1781
|
-
<p> A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="
|
1781
|
+
<p> A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1782
1782
|
if none is currently being used. </p>
|
1783
1783
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1784
1784
|
</div>
|
@@ -1810,7 +1810,7 @@ gtk_tree_view_set_hadjustment (<em class="parameter"><code><a class="link" href=
|
|
1810
1810
|
</tr>
|
1811
1811
|
<tr>
|
1812
1812
|
<td class="parameter_name"><p>adjustment</p></td>
|
1813
|
-
<td class="parameter_description"><p> The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="
|
1813
|
+
<td class="parameter_description"><p> The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1814
1814
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1815
1815
|
</tr>
|
1816
1816
|
</tbody>
|
@@ -1844,7 +1844,7 @@ gtk_tree_view_get_vadjustment (<em class="parameter"><code><a class="link" href=
|
|
1844
1844
|
</div>
|
1845
1845
|
<div class="refsect3">
|
1846
1846
|
<a name="gtk-tree-view-get-vadjustment.returns"></a><h4>Returns</h4>
|
1847
|
-
<p> A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="
|
1847
|
+
<p> A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1848
1848
|
if none is currently being used. </p>
|
1849
1849
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1850
1850
|
</div>
|
@@ -1876,7 +1876,7 @@ gtk_tree_view_set_vadjustment (<em class="parameter"><code><a class="link" href=
|
|
1876
1876
|
</tr>
|
1877
1877
|
<tr>
|
1878
1878
|
<td class="parameter_name"><p>adjustment</p></td>
|
1879
|
-
<td class="parameter_description"><p> The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="
|
1879
|
+
<td class="parameter_description"><p> The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1880
1880
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1881
1881
|
</tr>
|
1882
1882
|
</tbody>
|
@@ -1886,9 +1886,9 @@ gtk_tree_view_set_vadjustment (<em class="parameter"><code><a class="link" href=
|
|
1886
1886
|
<hr>
|
1887
1887
|
<div class="refsect2">
|
1888
1888
|
<a name="gtk-tree-view-get-headers-visible"></a><h3>gtk_tree_view_get_headers_visible ()</h3>
|
1889
|
-
<pre class="programlisting"><a href="
|
1889
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1890
1890
|
gtk_tree_view_get_headers_visible (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
1891
|
-
<p>Returns <a href="
|
1891
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the headers on the <em class="parameter"><code>tree_view</code></em>
|
1892
1892
|
are visible.</p>
|
1893
1893
|
<div class="refsect3">
|
1894
1894
|
<a name="gtk-tree-view-get-headers-visible.parameters"></a><h4>Parameters</h4>
|
@@ -1915,7 +1915,7 @@ gtk_tree_view_get_headers_visible (<em class="parameter"><code><a class="link" h
|
|
1915
1915
|
<a name="gtk-tree-view-set-headers-visible"></a><h3>gtk_tree_view_set_headers_visible ()</h3>
|
1916
1916
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1917
1917
|
gtk_tree_view_set_headers_visible (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1918
|
-
<em class="parameter"><code><a href="
|
1918
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> headers_visible</code></em>);</pre>
|
1919
1919
|
<p>Sets the visibility state of the headers.</p>
|
1920
1920
|
<div class="refsect3">
|
1921
1921
|
<a name="gtk-tree-view-set-headers-visible.parameters"></a><h4>Parameters</h4>
|
@@ -1933,7 +1933,7 @@ gtk_tree_view_set_headers_visible (<em class="parameter"><code><a class="link" h
|
|
1933
1933
|
</tr>
|
1934
1934
|
<tr>
|
1935
1935
|
<td class="parameter_name"><p>headers_visible</p></td>
|
1936
|
-
<td class="parameter_description"><p><a href="
|
1936
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the headers are visible</p></td>
|
1937
1937
|
<td class="parameter_annotations"> </td>
|
1938
1938
|
</tr>
|
1939
1939
|
</tbody>
|
@@ -1966,7 +1966,7 @@ treeview has been realized.</p>
|
|
1966
1966
|
<hr>
|
1967
1967
|
<div class="refsect2">
|
1968
1968
|
<a name="gtk-tree-view-get-headers-clickable"></a><h3>gtk_tree_view_get_headers_clickable ()</h3>
|
1969
|
-
<pre class="programlisting"><a href="
|
1969
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1970
1970
|
gtk_tree_view_get_headers_clickable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
1971
1971
|
<p>Returns whether all header columns are clickable.</p>
|
1972
1972
|
<div class="refsect3">
|
@@ -1986,7 +1986,7 @@ gtk_tree_view_get_headers_clickable (<em class="parameter"><code><a class="link"
|
|
1986
1986
|
</div>
|
1987
1987
|
<div class="refsect3">
|
1988
1988
|
<a name="gtk-tree-view-get-headers-clickable.returns"></a><h4>Returns</h4>
|
1989
|
-
<p> <a href="
|
1989
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all header columns are clickable, otherwise <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
1990
1990
|
</div>
|
1991
1991
|
<p class="since">Since: 2.10</p>
|
1992
1992
|
</div>
|
@@ -1995,7 +1995,7 @@ gtk_tree_view_get_headers_clickable (<em class="parameter"><code><a class="link"
|
|
1995
1995
|
<a name="gtk-tree-view-set-headers-clickable"></a><h3>gtk_tree_view_set_headers_clickable ()</h3>
|
1996
1996
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1997
1997
|
gtk_tree_view_set_headers_clickable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
1998
|
-
<em class="parameter"><code><a href="
|
1998
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
1999
1999
|
<p>Allow the column title buttons to be clicked.</p>
|
2000
2000
|
<div class="refsect3">
|
2001
2001
|
<a name="gtk-tree-view-set-headers-clickable.parameters"></a><h4>Parameters</h4>
|
@@ -2013,7 +2013,7 @@ gtk_tree_view_set_headers_clickable (<em class="parameter"><code><a class="link"
|
|
2013
2013
|
</tr>
|
2014
2014
|
<tr>
|
2015
2015
|
<td class="parameter_name"><p>setting</p></td>
|
2016
|
-
<td class="parameter_description"><p><a href="
|
2016
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the columns are clickable.</p></td>
|
2017
2017
|
<td class="parameter_annotations"> </td>
|
2018
2018
|
</tr>
|
2019
2019
|
</tbody>
|
@@ -2025,7 +2025,7 @@ gtk_tree_view_set_headers_clickable (<em class="parameter"><code><a class="link"
|
|
2025
2025
|
<a name="gtk-tree-view-set-rules-hint"></a><h3>gtk_tree_view_set_rules_hint ()</h3>
|
2026
2026
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2027
2027
|
gtk_tree_view_set_rules_hint (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2028
|
-
<em class="parameter"><code><a href="
|
2028
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2029
2029
|
<div class="warning"><p><code class="literal">gtk_tree_view_set_rules_hint</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
2030
2030
|
<p>Sets a hint for the theme to draw even/odd rows in the <em class="parameter"><code>tree_view</code></em>
|
2031
2031
|
|
@@ -2057,7 +2057,7 @@ generally).</p>
|
|
2057
2057
|
</tr>
|
2058
2058
|
<tr>
|
2059
2059
|
<td class="parameter_name"><p>setting</p></td>
|
2060
|
-
<td class="parameter_description"><p><a href="
|
2060
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tree requires reading across rows</p></td>
|
2061
2061
|
<td class="parameter_annotations"> </td>
|
2062
2062
|
</tr>
|
2063
2063
|
</tbody>
|
@@ -2067,7 +2067,7 @@ generally).</p>
|
|
2067
2067
|
<hr>
|
2068
2068
|
<div class="refsect2">
|
2069
2069
|
<a name="gtk-tree-view-get-rules-hint"></a><h3>gtk_tree_view_get_rules_hint ()</h3>
|
2070
|
-
<pre class="programlisting"><a href="
|
2070
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2071
2071
|
gtk_tree_view_get_rules_hint (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
2072
2072
|
<div class="warning"><p><code class="literal">gtk_tree_view_get_rules_hint</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
2073
2073
|
<p>Gets the setting set by <a class="link" href="GtkTreeView.html#gtk-tree-view-set-rules-hint" title="gtk_tree_view_set_rules_hint ()"><code class="function">gtk_tree_view_set_rules_hint()</code></a>.</p>
|
@@ -2088,7 +2088,7 @@ gtk_tree_view_get_rules_hint (<em class="parameter"><code><a class="link" href="
|
|
2088
2088
|
</div>
|
2089
2089
|
<div class="refsect3">
|
2090
2090
|
<a name="gtk-tree-view-get-rules-hint.returns"></a><h4>Returns</h4>
|
2091
|
-
<p> <a href="
|
2091
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the hint is set</p>
|
2092
2092
|
</div>
|
2093
2093
|
</div>
|
2094
2094
|
<hr>
|
@@ -2097,7 +2097,7 @@ gtk_tree_view_get_rules_hint (<em class="parameter"><code><a class="link" href="
|
|
2097
2097
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2098
2098
|
gtk_tree_view_set_activate_on_single_click
|
2099
2099
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2100
|
-
<em class="parameter"><code><a href="
|
2100
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single</code></em>);</pre>
|
2101
2101
|
<p>Cause the <a class="link" href="GtkTreeView.html#GtkTreeView-row-activated" title="The “row-activated” signal"><span class="type">“row-activated”</span></a> signal to be emitted
|
2102
2102
|
on a single click instead of a double click.</p>
|
2103
2103
|
<div class="refsect3">
|
@@ -2116,7 +2116,7 @@ on a single click instead of a double click.</p>
|
|
2116
2116
|
</tr>
|
2117
2117
|
<tr>
|
2118
2118
|
<td class="parameter_name"><p>single</p></td>
|
2119
|
-
<td class="parameter_description"><p><a href="
|
2119
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to emit row-activated on a single click</p></td>
|
2120
2120
|
<td class="parameter_annotations"> </td>
|
2121
2121
|
</tr>
|
2122
2122
|
</tbody>
|
@@ -2127,7 +2127,7 @@ on a single click instead of a double click.</p>
|
|
2127
2127
|
<hr>
|
2128
2128
|
<div class="refsect2">
|
2129
2129
|
<a name="gtk-tree-view-get-activate-on-single-click"></a><h3>gtk_tree_view_get_activate_on_single_click ()</h3>
|
2130
|
-
<pre class="programlisting"><a href="
|
2130
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2131
2131
|
gtk_tree_view_get_activate_on_single_click
|
2132
2132
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
2133
2133
|
<p>Gets the setting set by <a class="link" href="GtkTreeView.html#gtk-tree-view-set-activate-on-single-click" title="gtk_tree_view_set_activate_on_single_click ()"><code class="function">gtk_tree_view_set_activate_on_single_click()</code></a>.</p>
|
@@ -2148,14 +2148,14 @@ gtk_tree_view_get_activate_on_single_click
|
|
2148
2148
|
</div>
|
2149
2149
|
<div class="refsect3">
|
2150
2150
|
<a name="gtk-tree-view-get-activate-on-single-click.returns"></a><h4>Returns</h4>
|
2151
|
-
<p> <a href="
|
2151
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if row-activated will be emitted on a single click</p>
|
2152
2152
|
</div>
|
2153
2153
|
<p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
|
2154
2154
|
</div>
|
2155
2155
|
<hr>
|
2156
2156
|
<div class="refsect2">
|
2157
2157
|
<a name="gtk-tree-view-append-column"></a><h3>gtk_tree_view_append_column ()</h3>
|
2158
|
-
<pre class="programlisting"><a href="
|
2158
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2159
2159
|
gtk_tree_view_append_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2160
2160
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
|
2161
2161
|
<p>Appends <em class="parameter"><code>column</code></em>
|
@@ -2195,7 +2195,7 @@ after appending.</p>
|
|
2195
2195
|
<hr>
|
2196
2196
|
<div class="refsect2">
|
2197
2197
|
<a name="gtk-tree-view-remove-column"></a><h3>gtk_tree_view_remove_column ()</h3>
|
2198
|
-
<pre class="programlisting"><a href="
|
2198
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2199
2199
|
gtk_tree_view_remove_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2200
2200
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
|
2201
2201
|
<p>Removes <em class="parameter"><code>column</code></em>
|
@@ -2232,10 +2232,10 @@ after removing.</p>
|
|
2232
2232
|
<hr>
|
2233
2233
|
<div class="refsect2">
|
2234
2234
|
<a name="gtk-tree-view-insert-column"></a><h3>gtk_tree_view_insert_column ()</h3>
|
2235
|
-
<pre class="programlisting"><a href="
|
2235
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2236
2236
|
gtk_tree_view_insert_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2237
2237
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
2238
|
-
<em class="parameter"><code><a href="
|
2238
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
2239
2239
|
<p>This inserts the <em class="parameter"><code>column</code></em>
|
2240
2240
|
into the <em class="parameter"><code>tree_view</code></em>
|
2241
2241
|
at <em class="parameter"><code>position</code></em>
|
@@ -2283,11 +2283,11 @@ after insertion.</p>
|
|
2283
2283
|
<hr>
|
2284
2284
|
<div class="refsect2">
|
2285
2285
|
<a name="gtk-tree-view-insert-column-with-attributes"></a><h3>gtk_tree_view_insert_column_with_attributes ()</h3>
|
2286
|
-
<pre class="programlisting"><a href="
|
2286
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2287
2287
|
gtk_tree_view_insert_column_with_attributes
|
2288
2288
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2289
|
-
<em class="parameter"><code><a href="
|
2290
|
-
<em class="parameter"><code>const <a href="
|
2289
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
2290
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
|
2291
2291
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
2292
2292
|
<em class="parameter"><code>...</code></em>);</pre>
|
2293
2293
|
<p>Creates a new <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> and inserts it into the <em class="parameter"><code>tree_view</code></em>
|
@@ -2330,7 +2330,7 @@ property set to be GTK_TREE_VIEW_COLUMN_FIXED.</p>
|
|
2330
2330
|
</tr>
|
2331
2331
|
<tr>
|
2332
2332
|
<td class="parameter_name"><p>...</p></td>
|
2333
|
-
<td class="parameter_description"><p>A <a href="
|
2333
|
+
<td class="parameter_description"><p>A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of attributes</p></td>
|
2334
2334
|
<td class="parameter_annotations"> </td>
|
2335
2335
|
</tr>
|
2336
2336
|
</tbody>
|
@@ -2345,15 +2345,15 @@ after insertion.</p>
|
|
2345
2345
|
<hr>
|
2346
2346
|
<div class="refsect2">
|
2347
2347
|
<a name="gtk-tree-view-insert-column-with-data-func"></a><h3>gtk_tree_view_insert_column_with_data_func ()</h3>
|
2348
|
-
<pre class="programlisting"><a href="
|
2348
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
2349
2349
|
gtk_tree_view_insert_column_with_data_func
|
2350
2350
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2351
|
-
<em class="parameter"><code><a href="
|
2352
|
-
<em class="parameter"><code>const <a href="
|
2351
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>,
|
2352
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
|
2353
2353
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
2354
2354
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html#GtkTreeCellDataFunc" title="GtkTreeCellDataFunc ()"><span class="type">GtkTreeCellDataFunc</span></a> func</code></em>,
|
2355
|
-
<em class="parameter"><code><a href="
|
2356
|
-
<em class="parameter"><code><a href="
|
2355
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
2356
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> dnotify</code></em>);</pre>
|
2357
2357
|
<p>Convenience function that inserts a new column into the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
|
2358
2358
|
with the given cell renderer and a <a class="link" href="GtkTreeViewColumn.html#GtkTreeCellDataFunc" title="GtkTreeCellDataFunc ()"><span class="type">GtkTreeCellDataFunc</span></a> to set cell renderer
|
2359
2359
|
attributes (normally using data from the model). See also
|
@@ -2418,7 +2418,7 @@ If <em class="parameter"><code>tree_view</code></em>
|
|
2418
2418
|
<hr>
|
2419
2419
|
<div class="refsect2">
|
2420
2420
|
<a name="gtk-tree-view-get-n-columns"></a><h3>gtk_tree_view_get_n_columns ()</h3>
|
2421
|
-
<pre class="programlisting"><a href="
|
2421
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
2422
2422
|
gtk_tree_view_get_n_columns (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
2423
2423
|
<p>Queries the number of columns in the given <em class="parameter"><code>tree_view</code></em>
|
2424
2424
|
.</p>
|
@@ -2449,7 +2449,7 @@ gtk_tree_view_get_n_columns (<em class="parameter"><code><a class="link" href="G
|
|
2449
2449
|
<a name="gtk-tree-view-get-column"></a><h3>gtk_tree_view_get_column ()</h3>
|
2450
2450
|
<pre class="programlisting"><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="returnvalue">GtkTreeViewColumn</span></a> *
|
2451
2451
|
gtk_tree_view_get_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2452
|
-
<em class="parameter"><code><a href="
|
2452
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
|
2453
2453
|
<p>Gets the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> at the given position in the <span class="type">tree_view</span>.</p>
|
2454
2454
|
<div class="refsect3">
|
2455
2455
|
<a name="gtk-tree-view-get-column.parameters"></a><h4>Parameters</h4>
|
@@ -2475,7 +2475,7 @@ gtk_tree_view_get_column (<em class="parameter"><code><a class="link" href="GtkT
|
|
2475
2475
|
</div>
|
2476
2476
|
<div class="refsect3">
|
2477
2477
|
<a name="gtk-tree-view-get-column.returns"></a><h4>Returns</h4>
|
2478
|
-
<p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="
|
2478
|
+
<p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2479
2479
|
position is outside the range of columns. </p>
|
2480
2480
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2481
2481
|
</div>
|
@@ -2483,11 +2483,11 @@ position is outside the range of columns. </p>
|
|
2483
2483
|
<hr>
|
2484
2484
|
<div class="refsect2">
|
2485
2485
|
<a name="gtk-tree-view-get-columns"></a><h3>gtk_tree_view_get_columns ()</h3>
|
2486
|
-
<pre class="programlisting"><a href="
|
2486
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
2487
2487
|
gtk_tree_view_get_columns (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
2488
|
-
<p>Returns a <a href="
|
2488
|
+
<p>Returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> s currently in <em class="parameter"><code>tree_view</code></em>
|
2489
2489
|
.
|
2490
|
-
The returned list must be freed with <a href="
|
2490
|
+
The returned list must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</p>
|
2491
2491
|
<div class="refsect3">
|
2492
2492
|
<a name="gtk-tree-view-get-columns.parameters"></a><h4>Parameters</h4>
|
2493
2493
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2519,7 +2519,7 @@ gtk_tree_view_move_column_after (<em class="parameter"><code><a class="link" hre
|
|
2519
2519
|
<p>Moves <em class="parameter"><code>column</code></em>
|
2520
2520
|
to be after to <em class="parameter"><code>base_column</code></em>
|
2521
2521
|
. If <em class="parameter"><code>base_column</code></em>
|
2522
|
-
is <a href="
|
2522
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
2523
2523
|
<em class="parameter"><code>column</code></em>
|
2524
2524
|
is placed in the first position.</p>
|
2525
2525
|
<div class="refsect3">
|
@@ -2543,7 +2543,7 @@ gtk_tree_view_move_column_after (<em class="parameter"><code><a class="link" hre
|
|
2543
2543
|
</tr>
|
2544
2544
|
<tr>
|
2545
2545
|
<td class="parameter_name"><p>base_column</p></td>
|
2546
|
-
<td class="parameter_description"><p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved relative to, or <a href="
|
2546
|
+
<td class="parameter_description"><p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved relative to, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2547
2547
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2548
2548
|
</tr>
|
2549
2549
|
</tbody>
|
@@ -2559,7 +2559,7 @@ gtk_tree_view_set_expander_column (<em class="parameter"><code><a class="link" h
|
|
2559
2559
|
<p>Sets the column to draw the expander arrow at. It must be in <em class="parameter"><code>tree_view</code></em>
|
2560
2560
|
.
|
2561
2561
|
If <em class="parameter"><code>column</code></em>
|
2562
|
-
is <a href="
|
2562
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the expander arrow is always at the first
|
2563
2563
|
visible column.</p>
|
2564
2564
|
<p>If you do not want expander arrow to appear in your tree, set the
|
2565
2565
|
expander column to a hidden column.</p>
|
@@ -2579,7 +2579,7 @@ expander column to a hidden column.</p>
|
|
2579
2579
|
</tr>
|
2580
2580
|
<tr>
|
2581
2581
|
<td class="parameter_name"><p>column</p></td>
|
2582
|
-
<td class="parameter_description"><p><a href="
|
2582
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or the column to draw the expander arrow at.</p></td>
|
2583
2583
|
<td class="parameter_annotations"> </td>
|
2584
2584
|
</tr>
|
2585
2585
|
</tbody>
|
@@ -2621,8 +2621,8 @@ This column has the expander arrow drawn next to it.</p>
|
|
2621
2621
|
gtk_tree_view_set_column_drag_function
|
2622
2622
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2623
2623
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewColumnDropFunc" title="GtkTreeViewColumnDropFunc ()"><span class="type">GtkTreeViewColumnDropFunc</span></a> func</code></em>,
|
2624
|
-
<em class="parameter"><code><a href="
|
2625
|
-
<em class="parameter"><code><a href="
|
2624
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
2625
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
2626
2626
|
<p>Sets a user function for determining where a column may be dropped when
|
2627
2627
|
dragged. This function is called on every column pair in turn at the
|
2628
2628
|
beginning of a column drag to determine where a drop can take place. The
|
@@ -2632,8 +2632,8 @@ arguments passed to <em class="parameter"><code>func</code></em>
|
|
2632
2632
|
dragged, the two <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> s determining the drop spot, and
|
2633
2633
|
<em class="parameter"><code>user_data</code></em>
|
2634
2634
|
. If either of the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> arguments for the drop spot
|
2635
|
-
are <a href="
|
2636
|
-
is set to be <a href="
|
2635
|
+
are <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then they indicate an edge. If <em class="parameter"><code>func</code></em>
|
2636
|
+
is set to be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
2637
2637
|
<em class="parameter"><code>tree_view</code></em>
|
2638
2638
|
reverts to the default behavior of allowing all columns to be
|
2639
2639
|
dropped everywhere.</p>
|
@@ -2653,19 +2653,19 @@ dropped everywhere.</p>
|
|
2653
2653
|
</tr>
|
2654
2654
|
<tr>
|
2655
2655
|
<td class="parameter_name"><p>func</p></td>
|
2656
|
-
<td class="parameter_description"><p> A function to determine which columns are reorderable, or <a href="
|
2656
|
+
<td class="parameter_description"><p> A function to determine which columns are reorderable, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2657
2657
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2658
2658
|
</tr>
|
2659
2659
|
<tr>
|
2660
2660
|
<td class="parameter_name"><p>user_data</p></td>
|
2661
2661
|
<td class="parameter_description"><p> User data to be passed to <em class="parameter"><code>func</code></em>
|
2662
|
-
, or <a href="
|
2662
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2663
2663
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2664
2664
|
</tr>
|
2665
2665
|
<tr>
|
2666
2666
|
<td class="parameter_name"><p>destroy</p></td>
|
2667
2667
|
<td class="parameter_description"><p> Destroy notifier for <em class="parameter"><code>user_data</code></em>
|
2668
|
-
, or <a href="
|
2668
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2669
2669
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2670
2670
|
</tr>
|
2671
2671
|
</tbody>
|
@@ -2677,8 +2677,8 @@ dropped everywhere.</p>
|
|
2677
2677
|
<a name="gtk-tree-view-scroll-to-point"></a><h3>gtk_tree_view_scroll_to_point ()</h3>
|
2678
2678
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2679
2679
|
gtk_tree_view_scroll_to_point (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2680
|
-
<em class="parameter"><code><a href="
|
2681
|
-
<em class="parameter"><code><a href="
|
2680
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tree_x</code></em>,
|
2681
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tree_y</code></em>);</pre>
|
2682
2682
|
<p>Scrolls the tree view such that the top-left corner of the visible
|
2683
2683
|
area is <em class="parameter"><code>tree_x</code></em>
|
2684
2684
|
, <em class="parameter"><code>tree_y</code></em>
|
@@ -2727,20 +2727,20 @@ using <a class="link" href="GtkTreeView.html#gtk-tree-view-scroll-to-cell" title
|
|
2727
2727
|
gtk_tree_view_scroll_to_cell (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2728
2728
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2729
2729
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
2730
|
-
<em class="parameter"><code><a href="
|
2731
|
-
<em class="parameter"><code><a href="
|
2732
|
-
<em class="parameter"><code><a href="
|
2730
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
2731
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
2732
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
|
2733
2733
|
<p>Moves the alignments of <em class="parameter"><code>tree_view</code></em>
|
2734
2734
|
to the position specified by <em class="parameter"><code>column</code></em>
|
2735
2735
|
and
|
2736
2736
|
<em class="parameter"><code>path</code></em>
|
2737
2737
|
. If <em class="parameter"><code>column</code></em>
|
2738
|
-
is <a href="
|
2738
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then no horizontal scrolling occurs. Likewise,
|
2739
2739
|
if <em class="parameter"><code>path</code></em>
|
2740
|
-
is <a href="
|
2740
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> no vertical scrolling occurs. At a minimum, one of <em class="parameter"><code>column</code></em>
|
2741
2741
|
|
2742
2742
|
or <em class="parameter"><code>path</code></em>
|
2743
|
-
need to be non-<a href="
|
2743
|
+
need to be non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <em class="parameter"><code>row_align</code></em>
|
2744
2744
|
determines where the row is
|
2745
2745
|
placed, and <em class="parameter"><code>col_align</code></em>
|
2746
2746
|
determines where <em class="parameter"><code>column</code></em>
|
@@ -2748,7 +2748,7 @@ placed, and <em class="parameter"><code>col_align</code></em>
|
|
2748
2748
|
to be between 0.0 and 1.0. 0.0 means left/top alignment, 1.0 means
|
2749
2749
|
right/bottom alignment, 0.5 means center.</p>
|
2750
2750
|
<p>If <em class="parameter"><code>use_align</code></em>
|
2751
|
-
is <a href="
|
2751
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the alignment arguments are ignored, and the
|
2752
2752
|
tree does the minimum amount of work to scroll the cell onto the screen.
|
2753
2753
|
This means that the cell will be scrolled to the edge closest to its current
|
2754
2754
|
position. If the cell is currently visible on the screen, nothing is done.</p>
|
@@ -2773,17 +2773,17 @@ path will be modified to reflect this change.</p>
|
|
2773
2773
|
</tr>
|
2774
2774
|
<tr>
|
2775
2775
|
<td class="parameter_name"><p>path</p></td>
|
2776
|
-
<td class="parameter_description"><p> The path of the row to move to, or <a href="
|
2776
|
+
<td class="parameter_description"><p> The path of the row to move to, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2777
2777
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2778
2778
|
</tr>
|
2779
2779
|
<tr>
|
2780
2780
|
<td class="parameter_name"><p>column</p></td>
|
2781
|
-
<td class="parameter_description"><p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to move horizontally to, or <a href="
|
2781
|
+
<td class="parameter_description"><p> The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to move horizontally to, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2782
2782
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2783
2783
|
</tr>
|
2784
2784
|
<tr>
|
2785
2785
|
<td class="parameter_name"><p>use_align</p></td>
|
2786
|
-
<td class="parameter_description"><p>whether to use alignment arguments, or <a href="
|
2786
|
+
<td class="parameter_description"><p>whether to use alignment arguments, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
|
2787
2787
|
<td class="parameter_annotations"> </td>
|
2788
2788
|
</tr>
|
2789
2789
|
<tr>
|
@@ -2809,16 +2809,16 @@ path will be modified to reflect this change.</p>
|
|
2809
2809
|
gtk_tree_view_set_cursor (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
2810
2810
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2811
2811
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
|
2812
|
-
<em class="parameter"><code><a href="
|
2812
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
|
2813
2813
|
<p>Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>
|
2814
2814
|
, and selects it. This is
|
2815
2815
|
useful when you want to focus the user’s attention on a particular row. If
|
2816
2816
|
<em class="parameter"><code>focus_column</code></em>
|
2817
|
-
is not <a href="
|
2817
|
+
is not <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
|
2818
2818
|
it. Additionally, if <em class="parameter"><code>focus_column</code></em>
|
2819
2819
|
is specified, and <em class="parameter"><code>start_editing</code></em>
|
2820
2820
|
is
|
2821
|
-
<a href="
|
2821
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then editing should be started in the specified cell.
|
2822
2822
|
This function is often followed by <em class="parameter"><code>gtk_widget_grab_focus</code></em>
|
2823
2823
|
(<em class="parameter"><code>tree_view</code></em>
|
2824
2824
|
)
|
@@ -2849,12 +2849,12 @@ and the function will return without failing.</p>
|
|
2849
2849
|
</tr>
|
2850
2850
|
<tr>
|
2851
2851
|
<td class="parameter_name"><p>focus_column</p></td>
|
2852
|
-
<td class="parameter_description"><p> A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="
|
2852
|
+
<td class="parameter_description"><p> A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2853
2853
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2854
2854
|
</tr>
|
2855
2855
|
<tr>
|
2856
2856
|
<td class="parameter_name"><p>start_editing</p></td>
|
2857
|
-
<td class="parameter_description"><p><a href="
|
2857
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</p></td>
|
2858
2858
|
<td class="parameter_annotations"> </td>
|
2859
2859
|
</tr>
|
2860
2860
|
</tbody>
|
@@ -2869,22 +2869,22 @@ gtk_tree_view_set_cursor_on_cell (<em class="parameter"><code><a class="link" hr
|
|
2869
2869
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2870
2870
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *focus_column</code></em>,
|
2871
2871
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *focus_cell</code></em>,
|
2872
|
-
<em class="parameter"><code><a href="
|
2872
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
|
2873
2873
|
<p>Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>
|
2874
2874
|
, and selects it. This is
|
2875
2875
|
useful when you want to focus the user’s attention on a particular row. If
|
2876
2876
|
<em class="parameter"><code>focus_column</code></em>
|
2877
|
-
is not <a href="
|
2877
|
+
is not <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
|
2878
2878
|
it. If <em class="parameter"><code>focus_column</code></em>
|
2879
2879
|
and <em class="parameter"><code>focus_cell</code></em>
|
2880
|
-
are not <a href="
|
2880
|
+
are not <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>focus_column</code></em>
|
2881
2881
|
|
2882
2882
|
contains 2 or more editable or activatable cells, then focus is given to
|
2883
2883
|
the cell specified by <em class="parameter"><code>focus_cell</code></em>
|
2884
2884
|
. Additionally, if <em class="parameter"><code>focus_column</code></em>
|
2885
2885
|
is
|
2886
2886
|
specified, and <em class="parameter"><code>start_editing</code></em>
|
2887
|
-
is <a href="
|
2887
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then editing should be started in
|
2888
2888
|
the specified cell. This function is often followed by
|
2889
2889
|
<em class="parameter"><code>gtk_widget_grab_focus</code></em>
|
2890
2890
|
(<em class="parameter"><code>tree_view</code></em>
|
@@ -2916,17 +2916,17 @@ and the function will return without failing.</p>
|
|
2916
2916
|
</tr>
|
2917
2917
|
<tr>
|
2918
2918
|
<td class="parameter_name"><p>focus_column</p></td>
|
2919
|
-
<td class="parameter_description"><p> A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="
|
2919
|
+
<td class="parameter_description"><p> A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2920
2920
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2921
2921
|
</tr>
|
2922
2922
|
<tr>
|
2923
2923
|
<td class="parameter_name"><p>focus_cell</p></td>
|
2924
|
-
<td class="parameter_description"><p> A <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>, or <a href="
|
2924
|
+
<td class="parameter_description"><p> A <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2925
2925
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2926
2926
|
</tr>
|
2927
2927
|
<tr>
|
2928
2928
|
<td class="parameter_name"><p>start_editing</p></td>
|
2929
|
-
<td class="parameter_description"><p><a href="
|
2929
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</p></td>
|
2930
2930
|
<td class="parameter_annotations"> </td>
|
2931
2931
|
</tr>
|
2932
2932
|
</tbody>
|
@@ -2945,9 +2945,9 @@ gtk_tree_view_get_cursor (<em class="parameter"><code><a class="link" href="GtkT
|
|
2945
2945
|
and <em class="parameter"><code>focus_column</code></em>
|
2946
2946
|
with the current path and focus column. If
|
2947
2947
|
the cursor isn’t currently set, then *<em class="parameter"><code>path</code></em>
|
2948
|
-
will be <a href="
|
2948
|
+
will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If no column
|
2949
2949
|
currently has focus, then *<em class="parameter"><code>focus_column</code></em>
|
2950
|
-
will be <a href="
|
2950
|
+
will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2951
2951
|
<p>The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> must be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a> when
|
2952
2952
|
you are done with it.</p>
|
2953
2953
|
<div class="refsect3">
|
@@ -2967,13 +2967,13 @@ you are done with it.</p>
|
|
2967
2967
|
<tr>
|
2968
2968
|
<td class="parameter_name"><p>path</p></td>
|
2969
2969
|
<td class="parameter_description"><p> A pointer to be
|
2970
|
-
filled with the current cursor path, or <a href="
|
2970
|
+
filled with the current cursor path, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2971
2971
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2972
2972
|
</tr>
|
2973
2973
|
<tr>
|
2974
2974
|
<td class="parameter_name"><p>focus_column</p></td>
|
2975
2975
|
<td class="parameter_description"><p> A
|
2976
|
-
pointer to be filled with the current focus column, or <a href="
|
2976
|
+
pointer to be filled with the current focus column, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2977
2977
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2978
2978
|
</tr>
|
2979
2979
|
</tbody>
|
@@ -3101,10 +3101,10 @@ gtk_tree_view_expand_to_path (<em class="parameter"><code><a class="link" href="
|
|
3101
3101
|
<hr>
|
3102
3102
|
<div class="refsect2">
|
3103
3103
|
<a name="gtk-tree-view-expand-row"></a><h3>gtk_tree_view_expand_row ()</h3>
|
3104
|
-
<pre class="programlisting"><a href="
|
3104
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3105
3105
|
gtk_tree_view_expand_row (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3106
3106
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3107
|
-
<em class="parameter"><code><a href="
|
3107
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_all</code></em>);</pre>
|
3108
3108
|
<p>Opens the row so its children are visible.</p>
|
3109
3109
|
<div class="refsect3">
|
3110
3110
|
<a name="gtk-tree-view-expand-row.parameters"></a><h4>Parameters</h4>
|
@@ -3135,13 +3135,13 @@ gtk_tree_view_expand_row (<em class="parameter"><code><a class="link" href="GtkT
|
|
3135
3135
|
</div>
|
3136
3136
|
<div class="refsect3">
|
3137
3137
|
<a name="gtk-tree-view-expand-row.returns"></a><h4>Returns</h4>
|
3138
|
-
<p> <a href="
|
3138
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row existed and had children</p>
|
3139
3139
|
</div>
|
3140
3140
|
</div>
|
3141
3141
|
<hr>
|
3142
3142
|
<div class="refsect2">
|
3143
3143
|
<a name="gtk-tree-view-collapse-row"></a><h3>gtk_tree_view_collapse_row ()</h3>
|
3144
|
-
<pre class="programlisting"><a href="
|
3144
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3145
3145
|
gtk_tree_view_collapse_row (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3146
3146
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
3147
3147
|
<p>Collapses a row (hides its child rows, if they exist).</p>
|
@@ -3170,7 +3170,7 @@ gtk_tree_view_collapse_row (<em class="parameter"><code><a class="link" href="Gt
|
|
3170
3170
|
</div>
|
3171
3171
|
<div class="refsect3">
|
3172
3172
|
<a name="gtk-tree-view-collapse-row.returns"></a><h4>Returns</h4>
|
3173
|
-
<p> <a href="
|
3173
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row was collapsed.</p>
|
3174
3174
|
</div>
|
3175
3175
|
</div>
|
3176
3176
|
<hr>
|
@@ -3179,7 +3179,7 @@ gtk_tree_view_collapse_row (<em class="parameter"><code><a class="link" href="Gt
|
|
3179
3179
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3180
3180
|
gtk_tree_view_map_expanded_rows (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3181
3181
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewMappingFunc" title="GtkTreeViewMappingFunc ()"><span class="type">GtkTreeViewMappingFunc</span></a> func</code></em>,
|
3182
|
-
<em class="parameter"><code><a href="
|
3182
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
3183
3183
|
<p>Calls <em class="parameter"><code>func</code></em>
|
3184
3184
|
on all expanded rows.</p>
|
3185
3185
|
<div class="refsect3">
|
@@ -3213,10 +3213,10 @@ gtk_tree_view_map_expanded_rows (<em class="parameter"><code><a class="link" hre
|
|
3213
3213
|
<hr>
|
3214
3214
|
<div class="refsect2">
|
3215
3215
|
<a name="gtk-tree-view-row-expanded"></a><h3>gtk_tree_view_row_expanded ()</h3>
|
3216
|
-
<pre class="programlisting"><a href="
|
3216
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3217
3217
|
gtk_tree_view_row_expanded (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3218
3218
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
3219
|
-
<p>Returns <a href="
|
3219
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the node pointed to by <em class="parameter"><code>path</code></em>
|
3220
3220
|
is expanded in <em class="parameter"><code>tree_view</code></em>
|
3221
3221
|
.</p>
|
3222
3222
|
<div class="refsect3">
|
@@ -3243,7 +3243,7 @@ gtk_tree_view_row_expanded (<em class="parameter"><code><a class="link" href="Gt
|
|
3243
3243
|
</div>
|
3244
3244
|
<div class="refsect3">
|
3245
3245
|
<a name="gtk-tree-view-row-expanded.returns"></a><h4>Returns</h4>
|
3246
|
-
<p> <a href="
|
3246
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <span class="type">path</span> is expanded.</p>
|
3247
3247
|
</div>
|
3248
3248
|
</div>
|
3249
3249
|
<hr>
|
@@ -3251,12 +3251,12 @@ gtk_tree_view_row_expanded (<em class="parameter"><code><a class="link" href="Gt
|
|
3251
3251
|
<a name="gtk-tree-view-set-reorderable"></a><h3>gtk_tree_view_set_reorderable ()</h3>
|
3252
3252
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3253
3253
|
gtk_tree_view_set_reorderable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3254
|
-
<em class="parameter"><code><a href="
|
3254
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
|
3255
3255
|
<p>This function is a convenience function to allow you to reorder
|
3256
3256
|
models that support the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="struct GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the
|
3257
3257
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="struct GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both <a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> support
|
3258
3258
|
these. If <em class="parameter"><code>reorderable</code></em>
|
3259
|
-
is <a href="
|
3259
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the user can reorder the
|
3260
3260
|
model by dragging and dropping rows. The developer can listen to
|
3261
3261
|
these changes by connecting to the model’s <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title="The “row-inserted” signal"><span class="type">“row-inserted”</span></a>
|
3262
3262
|
and <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-deleted" title="The “row-deleted” signal"><span class="type">“row-deleted”</span></a> signals. The reordering is implemented
|
@@ -3282,7 +3282,7 @@ handle drag and drop manually.</p>
|
|
3282
3282
|
</tr>
|
3283
3283
|
<tr>
|
3284
3284
|
<td class="parameter_name"><p>reorderable</p></td>
|
3285
|
-
<td class="parameter_description"><p><a href="
|
3285
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the tree can be reordered.</p></td>
|
3286
3286
|
<td class="parameter_annotations"> </td>
|
3287
3287
|
</tr>
|
3288
3288
|
</tbody>
|
@@ -3292,7 +3292,7 @@ handle drag and drop manually.</p>
|
|
3292
3292
|
<hr>
|
3293
3293
|
<div class="refsect2">
|
3294
3294
|
<a name="gtk-tree-view-get-reorderable"></a><h3>gtk_tree_view_get_reorderable ()</h3>
|
3295
|
-
<pre class="programlisting"><a href="
|
3295
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3296
3296
|
gtk_tree_view_get_reorderable (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
3297
3297
|
<p>Retrieves whether the user can reorder the tree via drag-and-drop. See
|
3298
3298
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-set-reorderable" title="gtk_tree_view_set_reorderable ()"><code class="function">gtk_tree_view_set_reorderable()</code></a>.</p>
|
@@ -3313,20 +3313,20 @@ gtk_tree_view_get_reorderable (<em class="parameter"><code><a class="link" href=
|
|
3313
3313
|
</div>
|
3314
3314
|
<div class="refsect3">
|
3315
3315
|
<a name="gtk-tree-view-get-reorderable.returns"></a><h4>Returns</h4>
|
3316
|
-
<p> <a href="
|
3316
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the tree can be reordered.</p>
|
3317
3317
|
</div>
|
3318
3318
|
</div>
|
3319
3319
|
<hr>
|
3320
3320
|
<div class="refsect2">
|
3321
3321
|
<a name="gtk-tree-view-get-path-at-pos"></a><h3>gtk_tree_view_get_path_at_pos ()</h3>
|
3322
|
-
<pre class="programlisting"><a href="
|
3322
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3323
3323
|
gtk_tree_view_get_path_at_pos (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3324
|
-
<em class="parameter"><code><a href="
|
3325
|
-
<em class="parameter"><code><a href="
|
3324
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
3325
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
3326
3326
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
3327
3327
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **column</code></em>,
|
3328
|
-
<em class="parameter"><code><a href="
|
3329
|
-
<em class="parameter"><code><a href="
|
3328
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_x</code></em>,
|
3329
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_y</code></em>);</pre>
|
3330
3330
|
<p>Finds the path at the point (<em class="parameter"><code>x</code></em>
|
3331
3331
|
, <em class="parameter"><code>y</code></em>
|
3332
3332
|
), relative to bin_window coordinates
|
@@ -3340,10 +3340,10 @@ come from an event on the <em class="parameter"><code>tree_view</code></em>
|
|
3340
3340
|
only where <code class="literal">event->window ==
|
3341
3341
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()"><code class="function">gtk_tree_view_get_bin_window()</code></a></code>. It is primarily for
|
3342
3342
|
things like popup menus. If <em class="parameter"><code>path</code></em>
|
3343
|
-
is non-<a href="
|
3343
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
|
3344
3344
|
with the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> at that point. This path should be freed with
|
3345
3345
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>. If <em class="parameter"><code>column</code></em>
|
3346
|
-
is non-<a href="
|
3346
|
+
is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
|
3347
3347
|
with the column at that point. <em class="parameter"><code>cell_x</code></em>
|
3348
3348
|
and <em class="parameter"><code>cell_y</code></em>
|
3349
3349
|
return the coordinates
|
@@ -3351,7 +3351,7 @@ relative to the cell background (i.e. the <em class="parameter"><code>background
|
|
3351
3351
|
passed to
|
3352
3352
|
<a class="link" href="GtkCellRenderer.html#gtk-cell-renderer-render" title="gtk_cell_renderer_render ()"><code class="function">gtk_cell_renderer_render()</code></a>). This function is only meaningful if
|
3353
3353
|
<em class="parameter"><code>tree_view</code></em>
|
3354
|
-
is realized. Therefore this function will always return <a href="
|
3354
|
+
is realized. Therefore this function will always return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
3355
3355
|
if <em class="parameter"><code>tree_view</code></em>
|
3356
3356
|
is not realized or does not have a model.</p>
|
3357
3357
|
<p>For converting widget coordinates (eg. the ones you get from
|
@@ -3384,25 +3384,25 @@ GtkWidget::query-tooltip), please see
|
|
3384
3384
|
<tr>
|
3385
3385
|
<td class="parameter_name"><p>path</p></td>
|
3386
3386
|
<td class="parameter_description"><p> A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
|
3387
|
-
pointer to be filled in, or <a href="
|
3387
|
+
pointer to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3388
3388
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3389
3389
|
</tr>
|
3390
3390
|
<tr>
|
3391
3391
|
<td class="parameter_name"><p>column</p></td>
|
3392
3392
|
<td class="parameter_description"><p> A pointer to
|
3393
|
-
a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, or <a href="
|
3393
|
+
a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3394
3394
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3395
3395
|
</tr>
|
3396
3396
|
<tr>
|
3397
3397
|
<td class="parameter_name"><p>cell_x</p></td>
|
3398
3398
|
<td class="parameter_description"><p> A pointer where the X coordinate
|
3399
|
-
relative to the cell can be placed, or <a href="
|
3399
|
+
relative to the cell can be placed, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3400
3400
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3401
3401
|
</tr>
|
3402
3402
|
<tr>
|
3403
3403
|
<td class="parameter_name"><p>cell_y</p></td>
|
3404
3404
|
<td class="parameter_description"><p> A pointer where the Y coordinate
|
3405
|
-
relative to the cell can be placed, or <a href="
|
3405
|
+
relative to the cell can be placed, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3406
3406
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3407
3407
|
</tr>
|
3408
3408
|
</tbody>
|
@@ -3410,20 +3410,20 @@ relative to the cell can be placed, or <a href="https://developer.gnome.org/glib
|
|
3410
3410
|
</div>
|
3411
3411
|
<div class="refsect3">
|
3412
3412
|
<a name="gtk-tree-view-get-path-at-pos.returns"></a><h4>Returns</h4>
|
3413
|
-
<p> <a href="
|
3413
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a row exists at that coordinate.</p>
|
3414
3414
|
</div>
|
3415
3415
|
</div>
|
3416
3416
|
<hr>
|
3417
3417
|
<div class="refsect2">
|
3418
3418
|
<a name="gtk-tree-view-is-blank-at-pos"></a><h3>gtk_tree_view_is_blank_at_pos ()</h3>
|
3419
|
-
<pre class="programlisting"><a href="
|
3419
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3420
3420
|
gtk_tree_view_is_blank_at_pos (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3421
|
-
<em class="parameter"><code><a href="
|
3422
|
-
<em class="parameter"><code><a href="
|
3421
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
3422
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
3423
3423
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
3424
3424
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **column</code></em>,
|
3425
|
-
<em class="parameter"><code><a href="
|
3426
|
-
<em class="parameter"><code><a href="
|
3425
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_x</code></em>,
|
3426
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *cell_y</code></em>);</pre>
|
3427
3427
|
<p>Determine whether the point (<em class="parameter"><code>x</code></em>
|
3428
3428
|
, <em class="parameter"><code>y</code></em>
|
3429
3429
|
) in <em class="parameter"><code>tree_view</code></em>
|
@@ -3476,22 +3476,22 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
|
|
3476
3476
|
</tr>
|
3477
3477
|
<tr>
|
3478
3478
|
<td class="parameter_name"><p>path</p></td>
|
3479
|
-
<td class="parameter_description"><p> A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, or <a href="
|
3479
|
+
<td class="parameter_description"><p> A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3480
3480
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3481
3481
|
</tr>
|
3482
3482
|
<tr>
|
3483
3483
|
<td class="parameter_name"><p>column</p></td>
|
3484
|
-
<td class="parameter_description"><p> A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, or <a href="
|
3484
|
+
<td class="parameter_description"><p> A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3485
3485
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3486
3486
|
</tr>
|
3487
3487
|
<tr>
|
3488
3488
|
<td class="parameter_name"><p>cell_x</p></td>
|
3489
|
-
<td class="parameter_description"><p> A pointer where the X coordinate relative to the cell can be placed, or <a href="
|
3489
|
+
<td class="parameter_description"><p> A pointer where the X coordinate relative to the cell can be placed, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3490
3490
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3491
3491
|
</tr>
|
3492
3492
|
<tr>
|
3493
3493
|
<td class="parameter_name"><p>cell_y</p></td>
|
3494
|
-
<td class="parameter_description"><p> A pointer where the Y coordinate relative to the cell can be placed, or <a href="
|
3494
|
+
<td class="parameter_description"><p> A pointer where the Y coordinate relative to the cell can be placed, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3495
3495
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3496
3496
|
</tr>
|
3497
3497
|
</tbody>
|
@@ -3499,8 +3499,8 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
|
|
3499
3499
|
</div>
|
3500
3500
|
<div class="refsect3">
|
3501
3501
|
<a name="gtk-tree-view-is-blank-at-pos.returns"></a><h4>Returns</h4>
|
3502
|
-
<p> <a href="
|
3503
|
-
<a href="
|
3502
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the area at the given coordinates is blank,
|
3503
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3504
3504
|
</div>
|
3505
3505
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3506
3506
|
</div>
|
@@ -3511,17 +3511,17 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
|
|
3511
3511
|
gtk_tree_view_get_cell_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3512
3512
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3513
3513
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3514
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3514
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
3515
3515
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3516
3516
|
row specified by <em class="parameter"><code>path</code></em>
|
3517
3517
|
and the column specified by <em class="parameter"><code>column</code></em>
|
3518
3518
|
. If <em class="parameter"><code>path</code></em>
|
3519
3519
|
is
|
3520
|
-
<a href="
|
3520
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or points to a path not currently displayed, the <em class="parameter"><code>y</code></em>
|
3521
3521
|
and <em class="parameter"><code>height</code></em>
|
3522
3522
|
fields
|
3523
3523
|
of the rectangle will be filled with 0. If <em class="parameter"><code>column</code></em>
|
3524
|
-
is <a href="
|
3524
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the <em class="parameter"><code>x</code></em>
|
3525
3525
|
and <em class="parameter"><code>width</code></em>
|
3526
3526
|
|
3527
3527
|
fields will be filled with 0. The sum of all cell rects does not cover the
|
@@ -3547,12 +3547,12 @@ realized.</p>
|
|
3547
3547
|
</tr>
|
3548
3548
|
<tr>
|
3549
3549
|
<td class="parameter_name"><p>path</p></td>
|
3550
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="
|
3550
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. </p></td>
|
3551
3551
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3552
3552
|
</tr>
|
3553
3553
|
<tr>
|
3554
3554
|
<td class="parameter_name"><p>column</p></td>
|
3555
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="
|
3555
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordinates. </p></td>
|
3556
3556
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3557
3557
|
</tr>
|
3558
3558
|
<tr>
|
@@ -3571,17 +3571,17 @@ realized.</p>
|
|
3571
3571
|
gtk_tree_view_get_background_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3572
3572
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3573
3573
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3574
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3574
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
3575
3575
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3576
3576
|
row specified by <em class="parameter"><code>path</code></em>
|
3577
3577
|
and the column specified by <em class="parameter"><code>column</code></em>
|
3578
3578
|
. If <em class="parameter"><code>path</code></em>
|
3579
3579
|
is
|
3580
|
-
<a href="
|
3580
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or points to a node not found in the tree, the <em class="parameter"><code>y</code></em>
|
3581
3581
|
and <em class="parameter"><code>height</code></em>
|
3582
3582
|
fields of
|
3583
3583
|
the rectangle will be filled with 0. If <em class="parameter"><code>column</code></em>
|
3584
|
-
is <a href="
|
3584
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the <em class="parameter"><code>x</code></em>
|
3585
3585
|
and <em class="parameter"><code>width</code></em>
|
3586
3586
|
|
3587
3587
|
fields will be filled with 0. The returned rectangle is equivalent to the
|
@@ -3607,12 +3607,12 @@ itself, excluding surrounding borders and the tree expander area.</p>
|
|
3607
3607
|
</tr>
|
3608
3608
|
<tr>
|
3609
3609
|
<td class="parameter_name"><p>path</p></td>
|
3610
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="
|
3610
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. </p></td>
|
3611
3611
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3612
3612
|
</tr>
|
3613
3613
|
<tr>
|
3614
3614
|
<td class="parameter_name"><p>column</p></td>
|
3615
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="
|
3615
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordiantes. </p></td>
|
3616
3616
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3617
3617
|
</tr>
|
3618
3618
|
<tr>
|
@@ -3629,7 +3629,7 @@ itself, excluding surrounding borders and the tree expander area.</p>
|
|
3629
3629
|
<a name="gtk-tree-view-get-visible-rect"></a><h3>gtk_tree_view_get_visible_rect ()</h3>
|
3630
3630
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3631
3631
|
gtk_tree_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3632
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3632
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
|
3633
3633
|
<p>Fills <em class="parameter"><code>visible_rect</code></em>
|
3634
3634
|
with the currently-visible region of the
|
3635
3635
|
buffer, in tree coordinates. Convert to bin_window coordinates with
|
@@ -3662,7 +3662,7 @@ scrollable area of the tree.</p>
|
|
3662
3662
|
<hr>
|
3663
3663
|
<div class="refsect2">
|
3664
3664
|
<a name="gtk-tree-view-get-visible-range"></a><h3>gtk_tree_view_get_visible_range ()</h3>
|
3665
|
-
<pre class="programlisting"><a href="
|
3665
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3666
3666
|
gtk_tree_view_get_visible_range (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3667
3667
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
|
3668
3668
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);</pre>
|
@@ -3688,12 +3688,12 @@ Note that there may be invisible paths in between.</p>
|
|
3688
3688
|
<tr>
|
3689
3689
|
<td class="parameter_name"><p>start_path</p></td>
|
3690
3690
|
<td class="parameter_description"><p> Return location for start of region,
|
3691
|
-
or <a href="
|
3691
|
+
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3692
3692
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3693
3693
|
</tr>
|
3694
3694
|
<tr>
|
3695
3695
|
<td class="parameter_name"><p>end_path</p></td>
|
3696
|
-
<td class="parameter_description"><p> Return location for end of region, or <a href="
|
3696
|
+
<td class="parameter_description"><p> Return location for end of region, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3697
3697
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3698
3698
|
</tr>
|
3699
3699
|
</tbody>
|
@@ -3701,7 +3701,7 @@ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#
|
|
3701
3701
|
</div>
|
3702
3702
|
<div class="refsect3">
|
3703
3703
|
<a name="gtk-tree-view-get-visible-range.returns"></a><h4>Returns</h4>
|
3704
|
-
<p> <a href="
|
3704
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if valid paths were placed in <em class="parameter"><code>start_path</code></em>
|
3705
3705
|
and <em class="parameter"><code>end_path</code></em>
|
3706
3706
|
.</p>
|
3707
3707
|
</div>
|
@@ -3710,7 +3710,7 @@ and <em class="parameter"><code>end_path</code></em>
|
|
3710
3710
|
<hr>
|
3711
3711
|
<div class="refsect2">
|
3712
3712
|
<a name="gtk-tree-view-get-bin-window"></a><h3>gtk_tree_view_get_bin_window ()</h3>
|
3713
|
-
<pre class="programlisting"><a href="http://
|
3713
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
3714
3714
|
gtk_tree_view_get_bin_window (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
3715
3715
|
<p>Returns the window that <em class="parameter"><code>tree_view</code></em>
|
3716
3716
|
renders to.
|
@@ -3734,7 +3734,7 @@ to confirm that the event on <em class="parameter"><code>tree_view</code></em>
|
|
3734
3734
|
</div>
|
3735
3735
|
<div class="refsect3">
|
3736
3736
|
<a name="gtk-tree-view-get-bin-window.returns"></a><h4>Returns</h4>
|
3737
|
-
<p> A <a href="http://
|
3737
|
+
<p> A <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when <em class="parameter"><code>tree_view</code></em>
|
3738
3738
|
hasn’t been realized yet. </p>
|
3739
3739
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3740
3740
|
</div>
|
@@ -3745,10 +3745,10 @@ hasn’t been realized yet. </p>
|
|
3745
3745
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3746
3746
|
gtk_tree_view_convert_bin_window_to_tree_coords
|
3747
3747
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3748
|
-
<em class="parameter"><code><a href="
|
3749
|
-
<em class="parameter"><code><a href="
|
3750
|
-
<em class="parameter"><code><a href="
|
3751
|
-
<em class="parameter"><code><a href="
|
3748
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bx</code></em>,
|
3749
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> by</code></em>,
|
3750
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *tx</code></em>,
|
3751
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ty</code></em>);</pre>
|
3752
3752
|
<p>Converts bin_window coordinates to coordinates for the
|
3753
3753
|
tree (the full scrollable area of the tree).</p>
|
3754
3754
|
<div class="refsect3">
|
@@ -3796,10 +3796,10 @@ tree (the full scrollable area of the tree).</p>
|
|
3796
3796
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3797
3797
|
gtk_tree_view_convert_bin_window_to_widget_coords
|
3798
3798
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3799
|
-
<em class="parameter"><code><a href="
|
3800
|
-
<em class="parameter"><code><a href="
|
3801
|
-
<em class="parameter"><code><a href="
|
3802
|
-
<em class="parameter"><code><a href="
|
3799
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bx</code></em>,
|
3800
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> by</code></em>,
|
3801
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wx</code></em>,
|
3802
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wy</code></em>);</pre>
|
3803
3803
|
<p>Converts bin_window coordinates (see <a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()"><code class="function">gtk_tree_view_get_bin_window()</code></a>)
|
3804
3804
|
to widget relative coordinates.</p>
|
3805
3805
|
<div class="refsect3">
|
@@ -3847,10 +3847,10 @@ to widget relative coordinates.</p>
|
|
3847
3847
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3848
3848
|
gtk_tree_view_convert_tree_to_bin_window_coords
|
3849
3849
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3850
|
-
<em class="parameter"><code><a href="
|
3851
|
-
<em class="parameter"><code><a href="
|
3852
|
-
<em class="parameter"><code><a href="
|
3853
|
-
<em class="parameter"><code><a href="
|
3850
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tx</code></em>,
|
3851
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ty</code></em>,
|
3852
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
|
3853
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);</pre>
|
3854
3854
|
<p>Converts tree coordinates (coordinates in full scrollable area of the tree)
|
3855
3855
|
to bin_window coordinates.</p>
|
3856
3856
|
<div class="refsect3">
|
@@ -3898,10 +3898,10 @@ to bin_window coordinates.</p>
|
|
3898
3898
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3899
3899
|
gtk_tree_view_convert_tree_to_widget_coords
|
3900
3900
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3901
|
-
<em class="parameter"><code><a href="
|
3902
|
-
<em class="parameter"><code><a href="
|
3903
|
-
<em class="parameter"><code><a href="
|
3904
|
-
<em class="parameter"><code><a href="
|
3901
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tx</code></em>,
|
3902
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ty</code></em>,
|
3903
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wx</code></em>,
|
3904
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *wy</code></em>);</pre>
|
3905
3905
|
<p>Converts tree coordinates (coordinates in full scrollable area of the tree)
|
3906
3906
|
to widget coordinates.</p>
|
3907
3907
|
<div class="refsect3">
|
@@ -3949,10 +3949,10 @@ to widget coordinates.</p>
|
|
3949
3949
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3950
3950
|
gtk_tree_view_convert_widget_to_bin_window_coords
|
3951
3951
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3952
|
-
<em class="parameter"><code><a href="
|
3953
|
-
<em class="parameter"><code><a href="
|
3954
|
-
<em class="parameter"><code><a href="
|
3955
|
-
<em class="parameter"><code><a href="
|
3952
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
|
3953
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
|
3954
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
|
3955
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);</pre>
|
3956
3956
|
<p>Converts widget coordinates to coordinates for the bin_window
|
3957
3957
|
(see <a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()"><code class="function">gtk_tree_view_get_bin_window()</code></a>).</p>
|
3958
3958
|
<div class="refsect3">
|
@@ -4000,10 +4000,10 @@ gtk_tree_view_convert_widget_to_bin_window_coords
|
|
4000
4000
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4001
4001
|
gtk_tree_view_convert_widget_to_tree_coords
|
4002
4002
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4003
|
-
<em class="parameter"><code><a href="
|
4004
|
-
<em class="parameter"><code><a href="
|
4005
|
-
<em class="parameter"><code><a href="
|
4006
|
-
<em class="parameter"><code><a href="
|
4003
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
|
4004
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
|
4005
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *tx</code></em>,
|
4006
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ty</code></em>);</pre>
|
4007
4007
|
<p>Converts widget coordinates to coordinates for the
|
4008
4008
|
tree (the full scrollable area of the tree).</p>
|
4009
4009
|
<div class="refsect3">
|
@@ -4051,11 +4051,11 @@ tree (the full scrollable area of the tree).</p>
|
|
4051
4051
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4052
4052
|
gtk_tree_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4053
4053
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4054
|
-
<em class="parameter"><code><a href="
|
4055
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4054
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
4055
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
4056
4056
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4057
4057
|
into a drop destination for automatic DND. Calling
|
4058
|
-
this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
4058
|
+
this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
4059
4059
|
<div class="refsect3">
|
4060
4060
|
<a name="gtk-tree-view-enable-model-drag-dest.parameters"></a><h4>Parameters</h4>
|
4061
4061
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4098,13 +4098,13 @@ widget</p></td>
|
|
4098
4098
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4099
4099
|
gtk_tree_view_enable_model_drag_source
|
4100
4100
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4101
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4101
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
|
4102
4102
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4103
|
-
<em class="parameter"><code><a href="
|
4104
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4103
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
4104
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
4105
4105
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4106
4106
|
into a drag source for automatic DND. Calling this
|
4107
|
-
method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
4107
|
+
method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
4108
4108
|
<div class="refsect3">
|
4109
4109
|
<a name="gtk-tree-view-enable-model-drag-source.parameters"></a><h4>Parameters</h4>
|
4110
4110
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4152,7 +4152,7 @@ widget</p></td>
|
|
4152
4152
|
gtk_tree_view_unset_rows_drag_source (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4153
4153
|
<p>Undoes the effect of
|
4154
4154
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-enable-model-drag-source" title="gtk_tree_view_enable_model_drag_source ()"><code class="function">gtk_tree_view_enable_model_drag_source()</code></a>. Calling this method sets
|
4155
|
-
<a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
4155
|
+
<a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
4156
4156
|
<div class="refsect3">
|
4157
4157
|
<a name="gtk-tree-view-unset-rows-drag-source.parameters"></a><h4>Parameters</h4>
|
4158
4158
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4176,7 +4176,7 @@ gtk_tree_view_unset_rows_drag_source (<em class="parameter"><code><a class="link
|
|
4176
4176
|
gtk_tree_view_unset_rows_drag_dest (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4177
4177
|
<p>Undoes the effect of
|
4178
4178
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-enable-model-drag-dest" title="gtk_tree_view_enable_model_drag_dest ()"><code class="function">gtk_tree_view_enable_model_drag_dest()</code></a>. Calling this method sets
|
4179
|
-
<a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
4179
|
+
<a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
4180
4180
|
<div class="refsect3">
|
4181
4181
|
<a name="gtk-tree-view-unset-rows-drag-dest.parameters"></a><h4>Parameters</h4>
|
4182
4182
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4202,7 +4202,7 @@ gtk_tree_view_set_drag_dest_row (<em class="parameter"><code><a class="link" hre
|
|
4202
4202
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> pos</code></em>);</pre>
|
4203
4203
|
<p>Sets the row that is highlighted for feedback.
|
4204
4204
|
If <em class="parameter"><code>path</code></em>
|
4205
|
-
is <a href="
|
4205
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, an existing highlight is removed.</p>
|
4206
4206
|
<div class="refsect3">
|
4207
4207
|
<a name="gtk-tree-view-set-drag-dest-row.parameters"></a><h4>Parameters</h4>
|
4208
4208
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4219,7 +4219,7 @@ If <em class="parameter"><code>path</code></em>
|
|
4219
4219
|
</tr>
|
4220
4220
|
<tr>
|
4221
4221
|
<td class="parameter_name"><p>path</p></td>
|
4222
|
-
<td class="parameter_description"><p> The path of the row to highlight, or <a href="
|
4222
|
+
<td class="parameter_description"><p> The path of the row to highlight, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4223
4223
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4224
4224
|
</tr>
|
4225
4225
|
<tr>
|
@@ -4255,12 +4255,12 @@ gtk_tree_view_get_drag_dest_row (<em class="parameter"><code><a class="link" hre
|
|
4255
4255
|
</tr>
|
4256
4256
|
<tr>
|
4257
4257
|
<td class="parameter_name"><p>path</p></td>
|
4258
|
-
<td class="parameter_description"><p> Return location for the path of the highlighted row, or <a href="
|
4258
|
+
<td class="parameter_description"><p> Return location for the path of the highlighted row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4259
4259
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4260
4260
|
</tr>
|
4261
4261
|
<tr>
|
4262
4262
|
<td class="parameter_name"><p>pos</p></td>
|
4263
|
-
<td class="parameter_description"><p> Return location for the drop position, or <a href="
|
4263
|
+
<td class="parameter_description"><p> Return location for the drop position, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4264
4264
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
4265
4265
|
</tr>
|
4266
4266
|
</tbody>
|
@@ -4270,10 +4270,10 @@ gtk_tree_view_get_drag_dest_row (<em class="parameter"><code><a class="link" hre
|
|
4270
4270
|
<hr>
|
4271
4271
|
<div class="refsect2">
|
4272
4272
|
<a name="gtk-tree-view-get-dest-row-at-pos"></a><h3>gtk_tree_view_get_dest_row_at_pos ()</h3>
|
4273
|
-
<pre class="programlisting"><a href="
|
4273
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4274
4274
|
gtk_tree_view_get_dest_row_at_pos (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4275
|
-
<em class="parameter"><code><a href="
|
4276
|
-
<em class="parameter"><code><a href="
|
4275
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
|
4276
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
|
4277
4277
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
4278
4278
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);</pre>
|
4279
4279
|
<p>Determines the destination row for a given position. <em class="parameter"><code>drag_x</code></em>
|
@@ -4282,7 +4282,7 @@ gtk_tree_view_get_dest_row_at_pos (<em class="parameter"><code><a class="link" h
|
|
4282
4282
|
are expected to be in widget coordinates. This function is only
|
4283
4283
|
meaningful if <em class="parameter"><code>tree_view</code></em>
|
4284
4284
|
is realized. Therefore this function will always
|
4285
|
-
return <a href="
|
4285
|
+
return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>tree_view</code></em>
|
4286
4286
|
is not realized or does not have a model.</p>
|
4287
4287
|
<div class="refsect3">
|
4288
4288
|
<a name="gtk-tree-view-get-dest-row-at-pos.parameters"></a><h4>Parameters</h4>
|
@@ -4311,13 +4311,13 @@ return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
|
4311
4311
|
<tr>
|
4312
4312
|
<td class="parameter_name"><p>path</p></td>
|
4313
4313
|
<td class="parameter_description"><p> Return location for the path of
|
4314
|
-
the highlighted row, or <a href="
|
4314
|
+
the highlighted row, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4315
4315
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4316
4316
|
</tr>
|
4317
4317
|
<tr>
|
4318
4318
|
<td class="parameter_name"><p>pos</p></td>
|
4319
4319
|
<td class="parameter_description"><p> Return location for the drop position, or
|
4320
|
-
<a href="
|
4320
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4321
4321
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
4322
4322
|
</tr>
|
4323
4323
|
</tbody>
|
@@ -4325,7 +4325,7 @@ the highlighted row, or <a href="https://developer.gnome.org/glib/unstable/glib-
|
|
4325
4325
|
</div>
|
4326
4326
|
<div class="refsect3">
|
4327
4327
|
<a name="gtk-tree-view-get-dest-row-at-pos.returns"></a><h4>Returns</h4>
|
4328
|
-
<p> whether there is a row at the given position, <a href="
|
4328
|
+
<p> whether there is a row at the given position, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this
|
4329
4329
|
is indeed the case.</p>
|
4330
4330
|
</div>
|
4331
4331
|
</div>
|
@@ -4372,11 +4372,11 @@ This image is used for a drag icon.</p>
|
|
4372
4372
|
<a name="gtk-tree-view-set-enable-search"></a><h3>gtk_tree_view_set_enable_search ()</h3>
|
4373
4373
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4374
4374
|
gtk_tree_view_set_enable_search (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4375
|
-
<em class="parameter"><code><a href="
|
4375
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable_search</code></em>);</pre>
|
4376
4376
|
<p>If <em class="parameter"><code>enable_search</code></em>
|
4377
4377
|
is set, then the user can type in text to search through
|
4378
4378
|
the tree interactively (this is sometimes called "typeahead find").</p>
|
4379
|
-
<p>Note that even if this is <a href="
|
4379
|
+
<p>Note that even if this is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, the user can still initiate a search
|
4380
4380
|
using the “start-interactive-search” key binding.</p>
|
4381
4381
|
<div class="refsect3">
|
4382
4382
|
<a name="gtk-tree-view-set-enable-search.parameters"></a><h4>Parameters</h4>
|
@@ -4394,7 +4394,7 @@ using the “start-interactive-search” key binding.</p>
|
|
4394
4394
|
</tr>
|
4395
4395
|
<tr>
|
4396
4396
|
<td class="parameter_name"><p>enable_search</p></td>
|
4397
|
-
<td class="parameter_description"><p><a href="
|
4397
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the user can search interactively</p></td>
|
4398
4398
|
<td class="parameter_annotations"> </td>
|
4399
4399
|
</tr>
|
4400
4400
|
</tbody>
|
@@ -4404,7 +4404,7 @@ using the “start-interactive-search” key binding.</p>
|
|
4404
4404
|
<hr>
|
4405
4405
|
<div class="refsect2">
|
4406
4406
|
<a name="gtk-tree-view-get-enable-search"></a><h3>gtk_tree_view_get_enable_search ()</h3>
|
4407
|
-
<pre class="programlisting"><a href="
|
4407
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4408
4408
|
gtk_tree_view_get_enable_search (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4409
4409
|
<p>Returns whether or not the tree allows to start interactive searching
|
4410
4410
|
by typing in text.</p>
|
@@ -4431,7 +4431,7 @@ by typing in text.</p>
|
|
4431
4431
|
<hr>
|
4432
4432
|
<div class="refsect2">
|
4433
4433
|
<a name="gtk-tree-view-get-search-column"></a><h3>gtk_tree_view_get_search_column ()</h3>
|
4434
|
-
<pre class="programlisting"><a href="
|
4434
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
4435
4435
|
gtk_tree_view_get_search_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4436
4436
|
<p>Gets the column searched on by the interactive search code.</p>
|
4437
4437
|
<div class="refsect3">
|
@@ -4459,7 +4459,7 @@ gtk_tree_view_get_search_column (<em class="parameter"><code><a class="link" hre
|
|
4459
4459
|
<a name="gtk-tree-view-set-search-column"></a><h3>gtk_tree_view_set_search_column ()</h3>
|
4460
4460
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4461
4461
|
gtk_tree_view_set_search_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4462
|
-
<em class="parameter"><code><a href="
|
4462
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
4463
4463
|
<p>Sets <em class="parameter"><code>column</code></em>
|
4464
4464
|
as the column where the interactive search code should
|
4465
4465
|
search in for the current model. </p>
|
@@ -4525,11 +4525,11 @@ gtk_tree_view_get_search_equal_func (<em class="parameter"><code><a class="link"
|
|
4525
4525
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4526
4526
|
gtk_tree_view_set_search_equal_func (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4527
4527
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()"><span class="type">GtkTreeViewSearchEqualFunc</span></a> search_equal_func</code></em>,
|
4528
|
-
<em class="parameter"><code><a href="
|
4529
|
-
<em class="parameter"><code><a href="
|
4528
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> search_user_data</code></em>,
|
4529
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> search_destroy</code></em>);</pre>
|
4530
4530
|
<p>Sets the compare function for the interactive search capabilities; note
|
4531
4531
|
that somewhat like <code class="function">strcmp()</code> returning 0 for equality
|
4532
|
-
<a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()"><span class="type">GtkTreeViewSearchEqualFunc</span></a> returns <a href="
|
4532
|
+
<a class="link" href="GtkTreeView.html#GtkTreeViewSearchEqualFunc" title="GtkTreeViewSearchEqualFunc ()"><span class="type">GtkTreeViewSearchEqualFunc</span></a> returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on matches.</p>
|
4533
4533
|
<div class="refsect3">
|
4534
4534
|
<a name="gtk-tree-view-set-search-equal-func.parameters"></a><h4>Parameters</h4>
|
4535
4535
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4552,13 +4552,13 @@ that somewhat like <code class="function">strcmp()</code> returning 0 for equali
|
|
4552
4552
|
<tr>
|
4553
4553
|
<td class="parameter_name"><p>search_user_data</p></td>
|
4554
4554
|
<td class="parameter_description"><p> user data to pass to <em class="parameter"><code>search_equal_func</code></em>
|
4555
|
-
, or <a href="
|
4555
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4556
4556
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4557
4557
|
</tr>
|
4558
4558
|
<tr>
|
4559
4559
|
<td class="parameter_name"><p>search_destroy</p></td>
|
4560
4560
|
<td class="parameter_description"><p> Destroy notifier for <em class="parameter"><code>search_user_data</code></em>
|
4561
|
-
, or <a href="
|
4561
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4562
4562
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4563
4563
|
</tr>
|
4564
4564
|
</tbody>
|
@@ -4572,7 +4572,7 @@ that somewhat like <code class="function">strcmp()</code> returning 0 for equali
|
|
4572
4572
|
gtk_tree_view_get_search_entry (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4573
4573
|
<p>Returns the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> which is currently in use as interactive search
|
4574
4574
|
entry for <em class="parameter"><code>tree_view</code></em>
|
4575
|
-
. In case the built-in entry is being used, <a href="
|
4575
|
+
. In case the built-in entry is being used, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
4576
4576
|
will be returned.</p>
|
4577
4577
|
<div class="refsect3">
|
4578
4578
|
<a name="gtk-tree-view-get-search-entry.parameters"></a><h4>Parameters</h4>
|
@@ -4605,7 +4605,7 @@ gtk_tree_view_set_search_entry (<em class="parameter"><code><a class="link" href
|
|
4605
4605
|
<p>Sets the entry which the interactive search code will use for this
|
4606
4606
|
<em class="parameter"><code>tree_view</code></em>
|
4607
4607
|
. This is useful when you want to provide a search entry
|
4608
|
-
in our interface at all time at a fixed position. Passing <a href="
|
4608
|
+
in our interface at all time at a fixed position. Passing <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for
|
4609
4609
|
<em class="parameter"><code>entry</code></em>
|
4610
4610
|
will make the interactive search code use the built-in popup
|
4611
4611
|
entry again.</p>
|
@@ -4626,7 +4626,7 @@ entry again.</p>
|
|
4626
4626
|
<tr>
|
4627
4627
|
<td class="parameter_name"><p>entry</p></td>
|
4628
4628
|
<td class="parameter_description"><p> the entry the interactive search code of <em class="parameter"><code>tree_view</code></em>
|
4629
|
-
should use or <a href="
|
4629
|
+
should use or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4630
4630
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4631
4631
|
</tr>
|
4632
4632
|
</tbody>
|
@@ -4640,7 +4640,7 @@ should use or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
|
|
4640
4640
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4641
4641
|
<span class="c_punctuation">(</span>*GtkTreeViewSearchPositionFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4642
4642
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *search_dialog</code></em>,
|
4643
|
-
<em class="parameter"><code><a href="
|
4643
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4644
4644
|
</div>
|
4645
4645
|
<hr>
|
4646
4646
|
<div class="refsect2">
|
@@ -4678,8 +4678,8 @@ gtk_tree_view_get_search_position_func
|
|
4678
4678
|
gtk_tree_view_set_search_position_func
|
4679
4679
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4680
4680
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewSearchPositionFunc" title="GtkTreeViewSearchPositionFunc ()"><span class="type">GtkTreeViewSearchPositionFunc</span></a> func</code></em>,
|
4681
|
-
<em class="parameter"><code><a href="
|
4682
|
-
<em class="parameter"><code><a href="
|
4681
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
4682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
4683
4683
|
<p>Sets the function to use when positioning the search dialog.</p>
|
4684
4684
|
<div class="refsect3">
|
4685
4685
|
<a name="gtk-tree-view-set-search-position-func.parameters"></a><h4>Parameters</h4>
|
@@ -4697,20 +4697,20 @@ gtk_tree_view_set_search_position_func
|
|
4697
4697
|
</tr>
|
4698
4698
|
<tr>
|
4699
4699
|
<td class="parameter_name"><p>func</p></td>
|
4700
|
-
<td class="parameter_description"><p> the function to use to position the search dialog, or <a href="
|
4700
|
+
<td class="parameter_description"><p> the function to use to position the search dialog, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
4701
4701
|
to use the default search position function. </p></td>
|
4702
4702
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4703
4703
|
</tr>
|
4704
4704
|
<tr>
|
4705
4705
|
<td class="parameter_name"><p>data</p></td>
|
4706
4706
|
<td class="parameter_description"><p> user data to pass to <em class="parameter"><code>func</code></em>
|
4707
|
-
, or <a href="
|
4707
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4708
4708
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4709
4709
|
</tr>
|
4710
4710
|
<tr>
|
4711
4711
|
<td class="parameter_name"><p>destroy</p></td>
|
4712
4712
|
<td class="parameter_description"><p> Destroy notifier for <em class="parameter"><code>data</code></em>
|
4713
|
-
, or <a href="
|
4713
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4714
4714
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4715
4715
|
</tr>
|
4716
4716
|
</tbody>
|
@@ -4721,7 +4721,7 @@ to use the default search position function. </p></td>
|
|
4721
4721
|
<hr>
|
4722
4722
|
<div class="refsect2">
|
4723
4723
|
<a name="gtk-tree-view-get-fixed-height-mode"></a><h3>gtk_tree_view_get_fixed_height_mode ()</h3>
|
4724
|
-
<pre class="programlisting"><a href="
|
4724
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4725
4725
|
gtk_tree_view_get_fixed_height_mode (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4726
4726
|
<p>Returns whether fixed height mode is turned on for <em class="parameter"><code>tree_view</code></em>
|
4727
4727
|
.</p>
|
@@ -4742,7 +4742,7 @@ gtk_tree_view_get_fixed_height_mode (<em class="parameter"><code><a class="link"
|
|
4742
4742
|
</div>
|
4743
4743
|
<div class="refsect3">
|
4744
4744
|
<a name="gtk-tree-view-get-fixed-height-mode.returns"></a><h4>Returns</h4>
|
4745
|
-
<p> <a href="
|
4745
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em>
|
4746
4746
|
is in fixed height mode</p>
|
4747
4747
|
</div>
|
4748
4748
|
<p class="since">Since: 2.6</p>
|
@@ -4752,7 +4752,7 @@ is in fixed height mode</p>
|
|
4752
4752
|
<a name="gtk-tree-view-set-fixed-height-mode"></a><h3>gtk_tree_view_set_fixed_height_mode ()</h3>
|
4753
4753
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4754
4754
|
gtk_tree_view_set_fixed_height_mode (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4755
|
-
<em class="parameter"><code><a href="
|
4755
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
|
4756
4756
|
<p>Enables or disables the fixed height mode of <em class="parameter"><code>tree_view</code></em>
|
4757
4757
|
.
|
4758
4758
|
Fixed height mode speeds up <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> by assuming that all
|
@@ -4775,7 +4775,7 @@ columns are of type <a class="link" href="GtkTreeViewColumn.html#GTK-TREE-VIEW-C
|
|
4775
4775
|
</tr>
|
4776
4776
|
<tr>
|
4777
4777
|
<td class="parameter_name"><p>enable</p></td>
|
4778
|
-
<td class="parameter_description"><p><a href="
|
4778
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable fixed height mode</p></td>
|
4779
4779
|
<td class="parameter_annotations"> </td>
|
4780
4780
|
</tr>
|
4781
4781
|
</tbody>
|
@@ -4786,7 +4786,7 @@ columns are of type <a class="link" href="GtkTreeViewColumn.html#GTK-TREE-VIEW-C
|
|
4786
4786
|
<hr>
|
4787
4787
|
<div class="refsect2">
|
4788
4788
|
<a name="gtk-tree-view-get-hover-selection"></a><h3>gtk_tree_view_get_hover_selection ()</h3>
|
4789
|
-
<pre class="programlisting"><a href="
|
4789
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4790
4790
|
gtk_tree_view_get_hover_selection (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4791
4791
|
<p>Returns whether hover selection mode is turned on for <em class="parameter"><code>tree_view</code></em>
|
4792
4792
|
.</p>
|
@@ -4807,7 +4807,7 @@ gtk_tree_view_get_hover_selection (<em class="parameter"><code><a class="link" h
|
|
4807
4807
|
</div>
|
4808
4808
|
<div class="refsect3">
|
4809
4809
|
<a name="gtk-tree-view-get-hover-selection.returns"></a><h4>Returns</h4>
|
4810
|
-
<p> <a href="
|
4810
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em>
|
4811
4811
|
is in hover selection mode</p>
|
4812
4812
|
</div>
|
4813
4813
|
<p class="since">Since: 2.6</p>
|
@@ -4817,7 +4817,7 @@ is in hover selection mode</p>
|
|
4817
4817
|
<a name="gtk-tree-view-set-hover-selection"></a><h3>gtk_tree_view_set_hover_selection ()</h3>
|
4818
4818
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4819
4819
|
gtk_tree_view_set_hover_selection (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4820
|
-
<em class="parameter"><code><a href="
|
4820
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> hover</code></em>);</pre>
|
4821
4821
|
<p>Enables or disables the hover selection mode of <em class="parameter"><code>tree_view</code></em>
|
4822
4822
|
.
|
4823
4823
|
Hover selection makes the selected row follow the pointer.
|
@@ -4839,7 +4839,7 @@ Currently, this works only for the selection modes
|
|
4839
4839
|
</tr>
|
4840
4840
|
<tr>
|
4841
4841
|
<td class="parameter_name"><p>hover</p></td>
|
4842
|
-
<td class="parameter_description"><p><a href="
|
4842
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode</p></td>
|
4843
4843
|
<td class="parameter_annotations"> </td>
|
4844
4844
|
</tr>
|
4845
4845
|
</tbody>
|
@@ -4850,7 +4850,7 @@ Currently, this works only for the selection modes
|
|
4850
4850
|
<hr>
|
4851
4851
|
<div class="refsect2">
|
4852
4852
|
<a name="gtk-tree-view-get-hover-expand"></a><h3>gtk_tree_view_get_hover_expand ()</h3>
|
4853
|
-
<pre class="programlisting"><a href="
|
4853
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4854
4854
|
gtk_tree_view_get_hover_expand (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
4855
4855
|
<p>Returns whether hover expansion mode is turned on for <em class="parameter"><code>tree_view</code></em>
|
4856
4856
|
.</p>
|
@@ -4871,7 +4871,7 @@ gtk_tree_view_get_hover_expand (<em class="parameter"><code><a class="link" href
|
|
4871
4871
|
</div>
|
4872
4872
|
<div class="refsect3">
|
4873
4873
|
<a name="gtk-tree-view-get-hover-expand.returns"></a><h4>Returns</h4>
|
4874
|
-
<p> <a href="
|
4874
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tree_view</code></em>
|
4875
4875
|
is in hover expansion mode</p>
|
4876
4876
|
</div>
|
4877
4877
|
<p class="since">Since: 2.6</p>
|
@@ -4881,7 +4881,7 @@ is in hover expansion mode</p>
|
|
4881
4881
|
<a name="gtk-tree-view-set-hover-expand"></a><h3>gtk_tree_view_set_hover_expand ()</h3>
|
4882
4882
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4883
4883
|
gtk_tree_view_set_hover_expand (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4884
|
-
<em class="parameter"><code><a href="
|
4884
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
|
4885
4885
|
<p>Enables or disables the hover expansion mode of <em class="parameter"><code>tree_view</code></em>
|
4886
4886
|
.
|
4887
4887
|
Hover expansion makes rows expand or collapse if the pointer
|
@@ -4902,7 +4902,7 @@ moves over them.</p>
|
|
4902
4902
|
</tr>
|
4903
4903
|
<tr>
|
4904
4904
|
<td class="parameter_name"><p>expand</p></td>
|
4905
|
-
<td class="parameter_description"><p><a href="
|
4905
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable hover selection mode</p></td>
|
4906
4906
|
<td class="parameter_annotations"> </td>
|
4907
4907
|
</tr>
|
4908
4908
|
</tbody>
|
@@ -4916,8 +4916,8 @@ moves over them.</p>
|
|
4916
4916
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4917
4917
|
<span class="c_punctuation">(</span>*GtkTreeDestroyCountFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4918
4918
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
4919
|
-
<em class="parameter"><code><a href="
|
4920
|
-
<em class="parameter"><code><a href="
|
4919
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> children</code></em>,
|
4920
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4921
4921
|
</div>
|
4922
4922
|
<hr>
|
4923
4923
|
<div class="refsect2">
|
@@ -4925,8 +4925,8 @@ moves over them.</p>
|
|
4925
4925
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4926
4926
|
gtk_tree_view_set_destroy_count_func (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4927
4927
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeDestroyCountFunc" title="GtkTreeDestroyCountFunc ()"><span class="type">GtkTreeDestroyCountFunc</span></a> func</code></em>,
|
4928
|
-
<em class="parameter"><code><a href="
|
4929
|
-
<em class="parameter"><code><a href="
|
4928
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
4929
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
4930
4930
|
<div class="warning">
|
4931
4931
|
<p><code class="literal">gtk_tree_view_set_destroy_count_func</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
4932
4932
|
<p>Accessibility does not need the function anymore.</p>
|
@@ -4950,19 +4950,19 @@ user collapses a row, or a row is deleted.</p>
|
|
4950
4950
|
</tr>
|
4951
4951
|
<tr>
|
4952
4952
|
<td class="parameter_name"><p>func</p></td>
|
4953
|
-
<td class="parameter_description"><p> Function to be called when a view row is destroyed, or <a href="
|
4953
|
+
<td class="parameter_description"><p> Function to be called when a view row is destroyed, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4954
4954
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4955
4955
|
</tr>
|
4956
4956
|
<tr>
|
4957
4957
|
<td class="parameter_name"><p>data</p></td>
|
4958
4958
|
<td class="parameter_description"><p> User data to be passed to <em class="parameter"><code>func</code></em>
|
4959
|
-
, or <a href="
|
4959
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4960
4960
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4961
4961
|
</tr>
|
4962
4962
|
<tr>
|
4963
4963
|
<td class="parameter_name"><p>destroy</p></td>
|
4964
4964
|
<td class="parameter_description"><p> Destroy notifier for <em class="parameter"><code>data</code></em>
|
4965
|
-
, or <a href="
|
4965
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
4966
4966
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4967
4967
|
</tr>
|
4968
4968
|
</tbody>
|
@@ -4972,10 +4972,10 @@ user collapses a row, or a row is deleted.</p>
|
|
4972
4972
|
<hr>
|
4973
4973
|
<div class="refsect2">
|
4974
4974
|
<a name="GtkTreeViewRowSeparatorFunc"></a><h3>GtkTreeViewRowSeparatorFunc ()</h3>
|
4975
|
-
<pre class="programlisting"><a href="
|
4975
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4976
4976
|
<span class="c_punctuation">(</span>*GtkTreeViewRowSeparatorFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
4977
4977
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
4978
|
-
<em class="parameter"><code><a href="
|
4978
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
4979
4979
|
<p>Function type for determining whether the row pointed to by <em class="parameter"><code>iter</code></em>
|
4980
4980
|
should
|
4981
4981
|
be rendered as a separator. A common way to implement this is to have a
|
@@ -5011,7 +5011,7 @@ returns.</p>
|
|
5011
5011
|
</div>
|
5012
5012
|
<div class="refsect3">
|
5013
5013
|
<a name="GtkTreeViewRowSeparatorFunc.returns"></a><h4>Returns</h4>
|
5014
|
-
<p> <a href="
|
5014
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row is a separator</p>
|
5015
5015
|
</div>
|
5016
5016
|
</div>
|
5017
5017
|
<hr>
|
@@ -5048,11 +5048,11 @@ gtk_tree_view_get_row_separator_func (<em class="parameter"><code><a class="link
|
|
5048
5048
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5049
5049
|
gtk_tree_view_set_row_separator_func (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
5050
5050
|
<em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewRowSeparatorFunc" title="GtkTreeViewRowSeparatorFunc ()"><span class="type">GtkTreeViewRowSeparatorFunc</span></a> func</code></em>,
|
5051
|
-
<em class="parameter"><code><a href="
|
5052
|
-
<em class="parameter"><code><a href="
|
5051
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
5052
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
5053
5053
|
<p>Sets the row separator function, which is used to determine
|
5054
5054
|
whether a row should be drawn as a separator. If the row separator
|
5055
|
-
function is <a href="
|
5055
|
+
function is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, no separators are drawn. This is the default value.</p>
|
5056
5056
|
<div class="refsect3">
|
5057
5057
|
<a name="gtk-tree-view-set-row-separator-func.parameters"></a><h4>Parameters</h4>
|
5058
5058
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5075,13 +5075,13 @@ function is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Mac
|
|
5075
5075
|
<tr>
|
5076
5076
|
<td class="parameter_name"><p>data</p></td>
|
5077
5077
|
<td class="parameter_description"><p> user data to pass to <em class="parameter"><code>func</code></em>
|
5078
|
-
, or <a href="
|
5078
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5079
5079
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
5080
5080
|
</tr>
|
5081
5081
|
<tr>
|
5082
5082
|
<td class="parameter_name"><p>destroy</p></td>
|
5083
5083
|
<td class="parameter_description"><p> destroy notifier for <em class="parameter"><code>data</code></em>
|
5084
|
-
, or <a href="
|
5084
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5085
5085
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
5086
5086
|
</tr>
|
5087
5087
|
</tbody>
|
@@ -5092,7 +5092,7 @@ function is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Mac
|
|
5092
5092
|
<hr>
|
5093
5093
|
<div class="refsect2">
|
5094
5094
|
<a name="gtk-tree-view-get-rubber-banding"></a><h3>gtk_tree_view_get_rubber_banding ()</h3>
|
5095
|
-
<pre class="programlisting"><a href="
|
5095
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5096
5096
|
gtk_tree_view_get_rubber_banding (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
5097
5097
|
<p>Returns whether rubber banding is turned on for <em class="parameter"><code>tree_view</code></em>
|
5098
5098
|
. If the
|
@@ -5115,7 +5115,7 @@ user to select multiple rows by dragging the mouse.</p>
|
|
5115
5115
|
</div>
|
5116
5116
|
<div class="refsect3">
|
5117
5117
|
<a name="gtk-tree-view-get-rubber-banding.returns"></a><h4>Returns</h4>
|
5118
|
-
<p> <a href="
|
5118
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if rubber banding in <em class="parameter"><code>tree_view</code></em>
|
5119
5119
|
is enabled.</p>
|
5120
5120
|
</div>
|
5121
5121
|
<p class="since">Since: 2.10</p>
|
@@ -5125,7 +5125,7 @@ is enabled.</p>
|
|
5125
5125
|
<a name="gtk-tree-view-set-rubber-banding"></a><h3>gtk_tree_view_set_rubber_banding ()</h3>
|
5126
5126
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5127
5127
|
gtk_tree_view_set_rubber_banding (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
5128
|
-
<em class="parameter"><code><a href="
|
5128
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enable</code></em>);</pre>
|
5129
5129
|
<p>Enables or disables rubber banding in <em class="parameter"><code>tree_view</code></em>
|
5130
5130
|
. If the selection mode
|
5131
5131
|
is <a class="link" href="gtk3-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"><span class="type">GTK_SELECTION_MULTIPLE</span></a>, rubber banding will allow the user to select
|
@@ -5146,7 +5146,7 @@ multiple rows by dragging the mouse.</p>
|
|
5146
5146
|
</tr>
|
5147
5147
|
<tr>
|
5148
5148
|
<td class="parameter_name"><p>enable</p></td>
|
5149
|
-
<td class="parameter_description"><p><a href="
|
5149
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable rubber banding</p></td>
|
5150
5150
|
<td class="parameter_annotations"> </td>
|
5151
5151
|
</tr>
|
5152
5152
|
</tbody>
|
@@ -5157,7 +5157,7 @@ multiple rows by dragging the mouse.</p>
|
|
5157
5157
|
<hr>
|
5158
5158
|
<div class="refsect2">
|
5159
5159
|
<a name="gtk-tree-view-is-rubber-banding-active"></a><h3>gtk_tree_view_is_rubber_banding_active ()</h3>
|
5160
|
-
<pre class="programlisting"><a href="
|
5160
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5161
5161
|
gtk_tree_view_is_rubber_banding_active
|
5162
5162
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
5163
5163
|
<p>Returns whether a rubber banding operation is currently being done
|
@@ -5180,7 +5180,7 @@ in <em class="parameter"><code>tree_view</code></em>
|
|
5180
5180
|
</div>
|
5181
5181
|
<div class="refsect3">
|
5182
5182
|
<a name="gtk-tree-view-is-rubber-banding-active.returns"></a><h4>Returns</h4>
|
5183
|
-
<p> <a href="
|
5183
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a rubber banding operation is currently being
|
5184
5184
|
done in <em class="parameter"><code>tree_view</code></em>
|
5185
5185
|
.</p>
|
5186
5186
|
</div>
|
@@ -5189,7 +5189,7 @@ done in <em class="parameter"><code>tree_view</code></em>
|
|
5189
5189
|
<hr>
|
5190
5190
|
<div class="refsect2">
|
5191
5191
|
<a name="gtk-tree-view-get-enable-tree-lines"></a><h3>gtk_tree_view_get_enable_tree_lines ()</h3>
|
5192
|
-
<pre class="programlisting"><a href="
|
5192
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5193
5193
|
gtk_tree_view_get_enable_tree_lines (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
5194
5194
|
<p>Returns whether or not tree lines are drawn in <em class="parameter"><code>tree_view</code></em>
|
5195
5195
|
.</p>
|
@@ -5210,8 +5210,8 @@ gtk_tree_view_get_enable_tree_lines (<em class="parameter"><code><a class="link"
|
|
5210
5210
|
</div>
|
5211
5211
|
<div class="refsect3">
|
5212
5212
|
<a name="gtk-tree-view-get-enable-tree-lines.returns"></a><h4>Returns</h4>
|
5213
|
-
<p> <a href="
|
5214
|
-
, <a href="
|
5213
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tree lines are drawn in <em class="parameter"><code>tree_view</code></em>
|
5214
|
+
, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
5215
5215
|
otherwise.</p>
|
5216
5216
|
</div>
|
5217
5217
|
<p class="since">Since: 2.10</p>
|
@@ -5221,7 +5221,7 @@ otherwise.</p>
|
|
5221
5221
|
<a name="gtk-tree-view-set-enable-tree-lines"></a><h3>gtk_tree_view_set_enable_tree_lines ()</h3>
|
5222
5222
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5223
5223
|
gtk_tree_view_set_enable_tree_lines (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
5224
|
-
<em class="parameter"><code><a href="
|
5224
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
|
5225
5225
|
<p>Sets whether to draw lines interconnecting the expanders in <em class="parameter"><code>tree_view</code></em>
|
5226
5226
|
.
|
5227
5227
|
This does not have any visible effects for lists.</p>
|
@@ -5241,7 +5241,7 @@ This does not have any visible effects for lists.</p>
|
|
5241
5241
|
</tr>
|
5242
5242
|
<tr>
|
5243
5243
|
<td class="parameter_name"><p>enabled</p></td>
|
5244
|
-
<td class="parameter_description"><p><a href="
|
5244
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable tree line drawing, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p></td>
|
5245
5245
|
<td class="parameter_annotations"> </td>
|
5246
5246
|
</tr>
|
5247
5247
|
</tbody>
|
@@ -5367,7 +5367,7 @@ gtk_tree_view_set_tooltip_cell (<em class="parameter"><code><a class="link" href
|
|
5367
5367
|
and <em class="parameter"><code>cell</code></em>
|
5368
5368
|
have
|
5369
5369
|
in common. For example if <em class="parameter"><code>path</code></em>
|
5370
|
-
is <a href="
|
5370
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and <em class="parameter"><code>column</code></em>
|
5371
5371
|
is set, the tip
|
5372
5372
|
area will be set to the full area covered by <em class="parameter"><code>column</code></em>
|
5373
5373
|
. See also
|
@@ -5401,17 +5401,17 @@ mouse cursor for this function to operate correctly.</p>
|
|
5401
5401
|
</tr>
|
5402
5402
|
<tr>
|
5403
5403
|
<td class="parameter_name"><p>path</p></td>
|
5404
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="
|
5404
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5405
5405
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
5406
5406
|
</tr>
|
5407
5407
|
<tr>
|
5408
5408
|
<td class="parameter_name"><p>column</p></td>
|
5409
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> or <a href="
|
5409
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5410
5410
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
5411
5411
|
</tr>
|
5412
5412
|
<tr>
|
5413
5413
|
<td class="parameter_name"><p>cell</p></td>
|
5414
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="
|
5414
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5415
5415
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
5416
5416
|
</tr>
|
5417
5417
|
</tbody>
|
@@ -5422,11 +5422,11 @@ mouse cursor for this function to operate correctly.</p>
|
|
5422
5422
|
<hr>
|
5423
5423
|
<div class="refsect2">
|
5424
5424
|
<a name="gtk-tree-view-get-tooltip-context"></a><h3>gtk_tree_view_get_tooltip_context ()</h3>
|
5425
|
-
<pre class="programlisting"><a href="
|
5425
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5426
5426
|
gtk_tree_view_get_tooltip_context (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
5427
|
-
<em class="parameter"><code><a href="
|
5428
|
-
<em class="parameter"><code><a href="
|
5429
|
-
<em class="parameter"><code><a href="
|
5427
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
5428
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
5429
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
|
5430
5430
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
|
5431
5431
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
5432
5432
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
@@ -5438,8 +5438,8 @@ signal handler for <a class="link" href="GtkTreeView.html" title="GtkTreeView"><
|
|
5438
5438
|
which are received in the signal handler, should be passed to this
|
5439
5439
|
function without modification.</p>
|
5440
5440
|
<p>The return value indicates whether there is a tree view row at the given
|
5441
|
-
coordinates (<a href="
|
5442
|
-
tooltips the row returned will be the cursor row. When <a href="
|
5441
|
+
coordinates (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or not (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) for mouse tooltips. For keyboard
|
5442
|
+
tooltips the row returned will be the cursor row. When <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then any of
|
5443
5443
|
<em class="parameter"><code>model</code></em>
|
5444
5444
|
, <em class="parameter"><code>path</code></em>
|
5445
5445
|
and <em class="parameter"><code>iter</code></em>
|
@@ -5449,7 +5449,7 @@ that row and the corresponding model. <em class="parameter"><code>x</code></em>
|
|
5449
5449
|
will always be converted
|
5450
5450
|
to be relative to <em class="parameter"><code>tree_view</code></em>
|
5451
5451
|
’s bin_window if <em class="parameter"><code>keyboard_tooltip</code></em>
|
5452
|
-
is <a href="
|
5452
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
5453
5453
|
<div class="refsect3">
|
5454
5454
|
<a name="gtk-tree-view-get-tooltip-context.parameters"></a><h4>Parameters</h4>
|
5455
5455
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5482,17 +5482,17 @@ to be relative to <em class="parameter"><code>tree_view</code></em>
|
|
5482
5482
|
<tr>
|
5483
5483
|
<td class="parameter_name"><p>model</p></td>
|
5484
5484
|
<td class="parameter_description"><p> a pointer to
|
5485
|
-
receive a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="
|
5485
|
+
receive a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5486
5486
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
5487
5487
|
</tr>
|
5488
5488
|
<tr>
|
5489
5489
|
<td class="parameter_name"><p>path</p></td>
|
5490
|
-
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="
|
5490
|
+
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5491
5491
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
5492
5492
|
</tr>
|
5493
5493
|
<tr>
|
5494
5494
|
<td class="parameter_name"><p>iter</p></td>
|
5495
|
-
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="
|
5495
|
+
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5496
5496
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
5497
5497
|
</tr>
|
5498
5498
|
</tbody>
|
@@ -5507,7 +5507,7 @@ receive a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span cl
|
|
5507
5507
|
<hr>
|
5508
5508
|
<div class="refsect2">
|
5509
5509
|
<a name="gtk-tree-view-get-tooltip-column"></a><h3>gtk_tree_view_get_tooltip_column ()</h3>
|
5510
|
-
<pre class="programlisting"><a href="
|
5510
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
5511
5511
|
gtk_tree_view_get_tooltip_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
5512
5512
|
<p>Returns the column of <em class="parameter"><code>tree_view</code></em>
|
5513
5513
|
’s model which is being used for
|
@@ -5540,14 +5540,14 @@ used, or -1 if this is disabled.</p>
|
|
5540
5540
|
<a name="gtk-tree-view-set-tooltip-column"></a><h3>gtk_tree_view_set_tooltip_column ()</h3>
|
5541
5541
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5542
5542
|
gtk_tree_view_set_tooltip_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
5543
|
-
<em class="parameter"><code><a href="
|
5543
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
5544
5544
|
<p>If you only plan to have simple (text-only) tooltips on full rows, you
|
5545
5545
|
can use this function to have <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> handle these automatically
|
5546
5546
|
for you. <em class="parameter"><code>column</code></em>
|
5547
5547
|
should be set to the column in <em class="parameter"><code>tree_view</code></em>
|
5548
5548
|
’s model
|
5549
5549
|
containing the tooltip texts, or -1 to disable this feature.</p>
|
5550
|
-
<p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="
|
5550
|
+
<p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and
|
5551
5551
|
<em class="parameter"><code>tree_view</code></em>
|
5552
5552
|
will connect a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> signal handler.</p>
|
5553
5553
|
<p>Note that the signal handler sets the text with <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>,
|
@@ -5684,7 +5684,7 @@ so &, <, etc have to be escaped in the text.</p>
|
|
5684
5684
|
<a name="GtkTreeView.property-details"></a><h2>Property Details</h2>
|
5685
5685
|
<div class="refsect2">
|
5686
5686
|
<a name="GtkTreeView--activate-on-single-click"></a><h3>The <code class="literal">“activate-on-single-click”</code> property</h3>
|
5687
|
-
<pre class="programlisting"> “activate-on-single-click” <a href="
|
5687
|
+
<pre class="programlisting"> “activate-on-single-click” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5688
5688
|
<p>The activate-on-single-click property specifies whether the "row-activated" signal
|
5689
5689
|
will be emitted after a single click.</p>
|
5690
5690
|
<p>Flags: Read / Write</p>
|
@@ -5702,7 +5702,7 @@ will be emitted after a single click.</p>
|
|
5702
5702
|
<hr>
|
5703
5703
|
<div class="refsect2">
|
5704
5704
|
<a name="GtkTreeView--enable-search"></a><h3>The <code class="literal">“enable-search”</code> property</h3>
|
5705
|
-
<pre class="programlisting"> “enable-search” <a href="
|
5705
|
+
<pre class="programlisting"> “enable-search” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5706
5706
|
<p>View allows user to search through columns interactively.</p>
|
5707
5707
|
<p>Flags: Read / Write</p>
|
5708
5708
|
<p>Default value: TRUE</p>
|
@@ -5710,7 +5710,7 @@ will be emitted after a single click.</p>
|
|
5710
5710
|
<hr>
|
5711
5711
|
<div class="refsect2">
|
5712
5712
|
<a name="GtkTreeView--enable-tree-lines"></a><h3>The <code class="literal">“enable-tree-lines”</code> property</h3>
|
5713
|
-
<pre class="programlisting"> “enable-tree-lines” <a href="
|
5713
|
+
<pre class="programlisting"> “enable-tree-lines” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5714
5714
|
<p>Whether tree lines should be drawn in the tree view.</p>
|
5715
5715
|
<p>Flags: Read / Write</p>
|
5716
5716
|
<p>Default value: FALSE</p>
|
@@ -5725,8 +5725,8 @@ will be emitted after a single click.</p>
|
|
5725
5725
|
<hr>
|
5726
5726
|
<div class="refsect2">
|
5727
5727
|
<a name="GtkTreeView--fixed-height-mode"></a><h3>The <code class="literal">“fixed-height-mode”</code> property</h3>
|
5728
|
-
<pre class="programlisting"> “fixed-height-mode” <a href="
|
5729
|
-
<p>Setting the ::fixed-height-mode property to <a href="
|
5728
|
+
<pre class="programlisting"> “fixed-height-mode” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5729
|
+
<p>Setting the ::fixed-height-mode property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> speeds up
|
5730
5730
|
|
5731
5731
|
<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> by assuming that all rows have the same height.
|
5732
5732
|
|
@@ -5742,7 +5742,7 @@ information on this option.</p>
|
|
5742
5742
|
<hr>
|
5743
5743
|
<div class="refsect2">
|
5744
5744
|
<a name="GtkTreeView--headers-clickable"></a><h3>The <code class="literal">“headers-clickable”</code> property</h3>
|
5745
|
-
<pre class="programlisting"> “headers-clickable” <a href="
|
5745
|
+
<pre class="programlisting"> “headers-clickable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5746
5746
|
<p>Column headers respond to click events.</p>
|
5747
5747
|
<p>Flags: Read / Write</p>
|
5748
5748
|
<p>Default value: TRUE</p>
|
@@ -5750,7 +5750,7 @@ information on this option.</p>
|
|
5750
5750
|
<hr>
|
5751
5751
|
<div class="refsect2">
|
5752
5752
|
<a name="GtkTreeView--headers-visible"></a><h3>The <code class="literal">“headers-visible”</code> property</h3>
|
5753
|
-
<pre class="programlisting"> “headers-visible” <a href="
|
5753
|
+
<pre class="programlisting"> “headers-visible” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5754
5754
|
<p>Show the column header buttons.</p>
|
5755
5755
|
<p>Flags: Read / Write</p>
|
5756
5756
|
<p>Default value: TRUE</p>
|
@@ -5758,7 +5758,7 @@ information on this option.</p>
|
|
5758
5758
|
<hr>
|
5759
5759
|
<div class="refsect2">
|
5760
5760
|
<a name="GtkTreeView--hover-expand"></a><h3>The <code class="literal">“hover-expand”</code> property</h3>
|
5761
|
-
<pre class="programlisting"> “hover-expand” <a href="
|
5761
|
+
<pre class="programlisting"> “hover-expand” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5762
5762
|
<p>Enables or disables the hover expansion mode of <em class="parameter"><code>tree_view</code></em>
|
5763
5763
|
.
|
5764
5764
|
Hover expansion makes rows expand or collapse if the pointer moves
|
@@ -5773,7 +5773,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5773
5773
|
<hr>
|
5774
5774
|
<div class="refsect2">
|
5775
5775
|
<a name="GtkTreeView--hover-selection"></a><h3>The <code class="literal">“hover-selection”</code> property</h3>
|
5776
|
-
<pre class="programlisting"> “hover-selection” <a href="
|
5776
|
+
<pre class="programlisting"> “hover-selection” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5777
5777
|
<p>Enables or disables the hover selection mode of <em class="parameter"><code>tree_view</code></em>
|
5778
5778
|
.
|
5779
5779
|
Hover selection makes the selected row follow the pointer.
|
@@ -5789,7 +5789,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5789
5789
|
<hr>
|
5790
5790
|
<div class="refsect2">
|
5791
5791
|
<a name="GtkTreeView--level-indentation"></a><h3>The <code class="literal">“level-indentation”</code> property</h3>
|
5792
|
-
<pre class="programlisting"> “level-indentation” <a href="
|
5792
|
+
<pre class="programlisting"> “level-indentation” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5793
5793
|
<p>Extra indentation for each level.</p>
|
5794
5794
|
<p>Flags: Read / Write</p>
|
5795
5795
|
<p>Allowed values: >= 0</p>
|
@@ -5806,7 +5806,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5806
5806
|
<hr>
|
5807
5807
|
<div class="refsect2">
|
5808
5808
|
<a name="GtkTreeView--reorderable"></a><h3>The <code class="literal">“reorderable”</code> property</h3>
|
5809
|
-
<pre class="programlisting"> “reorderable” <a href="
|
5809
|
+
<pre class="programlisting"> “reorderable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5810
5810
|
<p>View is reorderable.</p>
|
5811
5811
|
<p>Flags: Read / Write</p>
|
5812
5812
|
<p>Default value: FALSE</p>
|
@@ -5814,7 +5814,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5814
5814
|
<hr>
|
5815
5815
|
<div class="refsect2">
|
5816
5816
|
<a name="GtkTreeView--rubber-banding"></a><h3>The <code class="literal">“rubber-banding”</code> property</h3>
|
5817
|
-
<pre class="programlisting"> “rubber-banding” <a href="
|
5817
|
+
<pre class="programlisting"> “rubber-banding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5818
5818
|
<p>Whether to enable selection of multiple items by dragging the mouse pointer.</p>
|
5819
5819
|
<p>Flags: Read / Write</p>
|
5820
5820
|
<p>Default value: FALSE</p>
|
@@ -5822,7 +5822,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5822
5822
|
<hr>
|
5823
5823
|
<div class="refsect2">
|
5824
5824
|
<a name="GtkTreeView--rules-hint"></a><h3>The <code class="literal">“rules-hint”</code> property</h3>
|
5825
|
-
<pre class="programlisting"> “rules-hint” <a href="
|
5825
|
+
<pre class="programlisting"> “rules-hint” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5826
5826
|
<p>Sets a hint to the theme to draw rows in alternating colors.</p>
|
5827
5827
|
<div class="warning">
|
5828
5828
|
<p><code class="literal">GtkTreeView:rules-hint</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
@@ -5835,7 +5835,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5835
5835
|
<hr>
|
5836
5836
|
<div class="refsect2">
|
5837
5837
|
<a name="GtkTreeView--search-column"></a><h3>The <code class="literal">“search-column”</code> property</h3>
|
5838
|
-
<pre class="programlisting"> “search-column” <a href="
|
5838
|
+
<pre class="programlisting"> “search-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5839
5839
|
<p>Model column to search through during interactive search.</p>
|
5840
5840
|
<p>Flags: Read / Write</p>
|
5841
5841
|
<p>Allowed values: >= -1</p>
|
@@ -5844,8 +5844,8 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5844
5844
|
<hr>
|
5845
5845
|
<div class="refsect2">
|
5846
5846
|
<a name="GtkTreeView--show-expanders"></a><h3>The <code class="literal">“show-expanders”</code> property</h3>
|
5847
|
-
<pre class="programlisting"> “show-expanders” <a href="
|
5848
|
-
<p><a href="
|
5847
|
+
<pre class="programlisting"> “show-expanders” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5848
|
+
<p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the view has expanders.</p>
|
5849
5849
|
<p>Flags: Read / Write</p>
|
5850
5850
|
<p>Default value: TRUE</p>
|
5851
5851
|
<p class="since">Since: 2.12</p>
|
@@ -5853,7 +5853,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5853
5853
|
<hr>
|
5854
5854
|
<div class="refsect2">
|
5855
5855
|
<a name="GtkTreeView--tooltip-column"></a><h3>The <code class="literal">“tooltip-column”</code> property</h3>
|
5856
|
-
<pre class="programlisting"> “tooltip-column” <a href="
|
5856
|
+
<pre class="programlisting"> “tooltip-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5857
5857
|
<p>The column in the model containing the tooltip texts for the rows.</p>
|
5858
5858
|
<p>Flags: Read / Write</p>
|
5859
5859
|
<p>Allowed values: >= -1</p>
|
@@ -5864,7 +5864,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5864
5864
|
<a name="GtkTreeView.style-property-details"></a><h2>Style Property Details</h2>
|
5865
5865
|
<div class="refsect2">
|
5866
5866
|
<a name="GtkTreeView--s-allow-rules"></a><h3>The <code class="literal">“allow-rules”</code> style property</h3>
|
5867
|
-
<pre class="programlisting"> “allow-rules” <a href="
|
5867
|
+
<pre class="programlisting"> “allow-rules” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5868
5868
|
<p>Allow drawing of alternating color rows.</p>
|
5869
5869
|
<p>Flags: Read</p>
|
5870
5870
|
<p>Default value: TRUE</p>
|
@@ -5872,14 +5872,14 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5872
5872
|
<hr>
|
5873
5873
|
<div class="refsect2">
|
5874
5874
|
<a name="GtkTreeView--s-even-row-color"></a><h3>The <code class="literal">“even-row-color”</code> style property</h3>
|
5875
|
-
<pre class="programlisting"> “even-row-color” <
|
5875
|
+
<pre class="programlisting"> “even-row-color” <span class="type">GdkColor</span> *</pre>
|
5876
5876
|
<p>Color to use for even rows.</p>
|
5877
5877
|
<p>Flags: Read</p>
|
5878
5878
|
</div>
|
5879
5879
|
<hr>
|
5880
5880
|
<div class="refsect2">
|
5881
5881
|
<a name="GtkTreeView--s-expander-size"></a><h3>The <code class="literal">“expander-size”</code> style property</h3>
|
5882
|
-
<pre class="programlisting"> “expander-size” <a href="
|
5882
|
+
<pre class="programlisting"> “expander-size” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5883
5883
|
<p>Size of the expander arrow.</p>
|
5884
5884
|
<p>Flags: Read</p>
|
5885
5885
|
<p>Allowed values: >= 0</p>
|
@@ -5888,7 +5888,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5888
5888
|
<hr>
|
5889
5889
|
<div class="refsect2">
|
5890
5890
|
<a name="GtkTreeView--s-grid-line-pattern"></a><h3>The <code class="literal">“grid-line-pattern”</code> style property</h3>
|
5891
|
-
<pre class="programlisting"> “grid-line-pattern” <a href="
|
5891
|
+
<pre class="programlisting"> “grid-line-pattern” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
5892
5892
|
<p>Dash pattern used to draw the tree view grid lines.</p>
|
5893
5893
|
<p>Flags: Read</p>
|
5894
5894
|
<p>Default value: "\001\001"</p>
|
@@ -5896,7 +5896,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5896
5896
|
<hr>
|
5897
5897
|
<div class="refsect2">
|
5898
5898
|
<a name="GtkTreeView--s-grid-line-width"></a><h3>The <code class="literal">“grid-line-width”</code> style property</h3>
|
5899
|
-
<pre class="programlisting"> “grid-line-width” <a href="
|
5899
|
+
<pre class="programlisting"> “grid-line-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5900
5900
|
<p>Width, in pixels, of the tree view grid lines.</p>
|
5901
5901
|
<p>Flags: Read</p>
|
5902
5902
|
<p>Allowed values: >= 0</p>
|
@@ -5905,7 +5905,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5905
5905
|
<hr>
|
5906
5906
|
<div class="refsect2">
|
5907
5907
|
<a name="GtkTreeView--s-horizontal-separator"></a><h3>The <code class="literal">“horizontal-separator”</code> style property</h3>
|
5908
|
-
<pre class="programlisting"> “horizontal-separator” <a href="
|
5908
|
+
<pre class="programlisting"> “horizontal-separator” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5909
5909
|
<p>Horizontal space between cells. Must be an even number.</p>
|
5910
5910
|
<p>Flags: Read</p>
|
5911
5911
|
<p>Allowed values: >= 0</p>
|
@@ -5914,7 +5914,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5914
5914
|
<hr>
|
5915
5915
|
<div class="refsect2">
|
5916
5916
|
<a name="GtkTreeView--s-indent-expanders"></a><h3>The <code class="literal">“indent-expanders”</code> style property</h3>
|
5917
|
-
<pre class="programlisting"> “indent-expanders” <a href="
|
5917
|
+
<pre class="programlisting"> “indent-expanders” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
5918
5918
|
<p>Make the expanders indented.</p>
|
5919
5919
|
<p>Flags: Read</p>
|
5920
5920
|
<p>Default value: TRUE</p>
|
@@ -5922,14 +5922,14 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5922
5922
|
<hr>
|
5923
5923
|
<div class="refsect2">
|
5924
5924
|
<a name="GtkTreeView--s-odd-row-color"></a><h3>The <code class="literal">“odd-row-color”</code> style property</h3>
|
5925
|
-
<pre class="programlisting"> “odd-row-color” <
|
5925
|
+
<pre class="programlisting"> “odd-row-color” <span class="type">GdkColor</span> *</pre>
|
5926
5926
|
<p>Color to use for odd rows.</p>
|
5927
5927
|
<p>Flags: Read</p>
|
5928
5928
|
</div>
|
5929
5929
|
<hr>
|
5930
5930
|
<div class="refsect2">
|
5931
5931
|
<a name="GtkTreeView--s-tree-line-pattern"></a><h3>The <code class="literal">“tree-line-pattern”</code> style property</h3>
|
5932
|
-
<pre class="programlisting"> “tree-line-pattern” <a href="
|
5932
|
+
<pre class="programlisting"> “tree-line-pattern” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
5933
5933
|
<p>Dash pattern used to draw the tree view lines.</p>
|
5934
5934
|
<p>Flags: Read</p>
|
5935
5935
|
<p>Default value: "\001\001"</p>
|
@@ -5937,7 +5937,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5937
5937
|
<hr>
|
5938
5938
|
<div class="refsect2">
|
5939
5939
|
<a name="GtkTreeView--s-tree-line-width"></a><h3>The <code class="literal">“tree-line-width”</code> style property</h3>
|
5940
|
-
<pre class="programlisting"> “tree-line-width” <a href="
|
5940
|
+
<pre class="programlisting"> “tree-line-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5941
5941
|
<p>Width, in pixels, of the tree view lines.</p>
|
5942
5942
|
<p>Flags: Read</p>
|
5943
5943
|
<p>Allowed values: >= 0</p>
|
@@ -5946,7 +5946,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5946
5946
|
<hr>
|
5947
5947
|
<div class="refsect2">
|
5948
5948
|
<a name="GtkTreeView--s-vertical-separator"></a><h3>The <code class="literal">“vertical-separator”</code> style property</h3>
|
5949
|
-
<pre class="programlisting"> “vertical-separator” <a href="
|
5949
|
+
<pre class="programlisting"> “vertical-separator” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
5950
5950
|
<p>Vertical space between cells. Must be an even number.</p>
|
5951
5951
|
<p>Flags: Read</p>
|
5952
5952
|
<p>Allowed values: >= 0</p>
|
@@ -5959,7 +5959,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5959
5959
|
<a name="GtkTreeView-columns-changed"></a><h3>The <code class="literal">“columns-changed”</code> signal</h3>
|
5960
5960
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5961
5961
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
5962
|
-
<a href="
|
5962
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
5963
5963
|
<p>The number of columns of the treeview has changed.</p>
|
5964
5964
|
<div class="refsect3">
|
5965
5965
|
<a name="GtkTreeView-columns-changed.parameters"></a><h4>Parameters</h4>
|
@@ -5983,14 +5983,14 @@ user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
|
|
5983
5983
|
</tbody>
|
5984
5984
|
</table></div>
|
5985
5985
|
</div>
|
5986
|
-
<p>Flags: <a href="
|
5986
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
5987
5987
|
</div>
|
5988
5988
|
<hr>
|
5989
5989
|
<div class="refsect2">
|
5990
5990
|
<a name="GtkTreeView-cursor-changed"></a><h3>The <code class="literal">“cursor-changed”</code> signal</h3>
|
5991
5991
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5992
5992
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
5993
|
-
<a href="
|
5993
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
5994
5994
|
<p>The position of the cursor (focused cell) has changed.</p>
|
5995
5995
|
<div class="refsect3">
|
5996
5996
|
<a name="GtkTreeView-cursor-changed.parameters"></a><h4>Parameters</h4>
|
@@ -6014,32 +6014,32 @@ user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
|
|
6014
6014
|
</tbody>
|
6015
6015
|
</table></div>
|
6016
6016
|
</div>
|
6017
|
-
<p>Flags: <a href="
|
6017
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
6018
6018
|
</div>
|
6019
6019
|
<hr>
|
6020
6020
|
<div class="refsect2">
|
6021
6021
|
<a name="GtkTreeView-expand-collapse-cursor-row"></a><h3>The <code class="literal">“expand-collapse-cursor-row”</code> signal</h3>
|
6022
|
-
<pre class="programlisting"><a href="
|
6022
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6023
6023
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6024
|
-
<a href="
|
6025
|
-
<a href="
|
6026
|
-
<a href="
|
6027
|
-
<a href="
|
6028
|
-
<p>Flags: <a href="
|
6024
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg1,
|
6025
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg2,
|
6026
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg3,
|
6027
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6028
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6029
6029
|
</div>
|
6030
6030
|
<hr>
|
6031
6031
|
<div class="refsect2">
|
6032
6032
|
<a name="GtkTreeView-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
|
6033
|
-
<pre class="programlisting"><a href="
|
6033
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6034
6034
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6035
6035
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
6036
|
-
<a href="
|
6037
|
-
<a href="
|
6036
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> direction,
|
6037
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6038
6038
|
<p>The <a class="link" href="GtkTreeView.html#GtkTreeView-move-cursor" title="The “move-cursor” signal"><span class="type">“move-cursor”</span></a> signal is a <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding
|
6039
6039
|
signal</a> which gets emitted when the user
|
6040
6040
|
presses one of the cursor keys.</p>
|
6041
6041
|
<p>Applications should not connect to it, but may emit it with
|
6042
|
-
<a href="
|
6042
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
6043
6043
|
programmatically. In contrast to <a class="link" href="GtkTreeView.html#gtk-tree-view-set-cursor" title="gtk_tree_view_set_cursor ()"><code class="function">gtk_tree_view_set_cursor()</code></a> and
|
6044
6044
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-set-cursor-on-cell" title="gtk_tree_view_set_cursor_on_cell ()"><code class="function">gtk_tree_view_set_cursor_on_cell()</code></a> when moving horizontally
|
6045
6045
|
<a class="link" href="GtkTreeView.html#GtkTreeView-move-cursor" title="The “move-cursor” signal"><span class="type">“move-cursor”</span></a> does not reset the current selection.</p>
|
@@ -6084,10 +6084,10 @@ undefined for all other values.</p></td>
|
|
6084
6084
|
</div>
|
6085
6085
|
<div class="refsect3">
|
6086
6086
|
<a name="GtkTreeView-move-cursor.returns"></a><h4>Returns</h4>
|
6087
|
-
<p> <a href="
|
6088
|
-
is supported, <a href="
|
6087
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>step</code></em>
|
6088
|
+
is supported, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6089
6089
|
</div>
|
6090
|
-
<p>Flags: <a href="
|
6090
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6091
6091
|
</div>
|
6092
6092
|
<hr>
|
6093
6093
|
<div class="refsect2">
|
@@ -6096,12 +6096,12 @@ is supported, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
|
|
6096
6096
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6097
6097
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
6098
6098
|
<a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column,
|
6099
|
-
<a href="
|
6099
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6100
6100
|
<p>The "row-activated" signal is emitted when the method
|
6101
6101
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()"><code class="function">gtk_tree_view_row_activated()</code></a> is called, when the user double
|
6102
6102
|
clicks a treeview row with the "activate-on-single-click"
|
6103
|
-
property set to <a href="
|
6104
|
-
the "activate-on-single-click" property set to <a href="
|
6103
|
+
property set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, or when the user single clicks a row when
|
6104
|
+
the "activate-on-single-click" property set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. It is also
|
6105
6105
|
emitted when a non-editable row is selected and one of the keys:
|
6106
6106
|
Space, Shift+Space, Return or Enter is pressed.</p>
|
6107
6107
|
<p>For selection handling refer to the
|
@@ -6139,7 +6139,7 @@ as well as <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"
|
|
6139
6139
|
</tbody>
|
6140
6140
|
</table></div>
|
6141
6141
|
</div>
|
6142
|
-
<p>Flags: <a href="
|
6142
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6143
6143
|
</div>
|
6144
6144
|
<hr>
|
6145
6145
|
<div class="refsect2">
|
@@ -6148,7 +6148,7 @@ as well as <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"
|
|
6148
6148
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6149
6149
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
6150
6150
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
6151
|
-
<a href="
|
6151
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6152
6152
|
<p>The given row has been collapsed (child nodes are hidden).</p>
|
6153
6153
|
<div class="refsect3">
|
6154
6154
|
<a name="GtkTreeView-row-collapsed.parameters"></a><h4>Parameters</h4>
|
@@ -6182,7 +6182,7 @@ user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
|
|
6182
6182
|
</tbody>
|
6183
6183
|
</table></div>
|
6184
6184
|
</div>
|
6185
|
-
<p>Flags: <a href="
|
6185
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
6186
6186
|
</div>
|
6187
6187
|
<hr>
|
6188
6188
|
<div class="refsect2">
|
@@ -6191,7 +6191,7 @@ user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
|
|
6191
6191
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6192
6192
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
6193
6193
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
6194
|
-
<a href="
|
6194
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6195
6195
|
<p>The given row has been expanded (child nodes are shown).</p>
|
6196
6196
|
<div class="refsect3">
|
6197
6197
|
<a name="GtkTreeView-row-expanded.parameters"></a><h4>Parameters</h4>
|
@@ -6225,49 +6225,49 @@ user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
|
|
6225
6225
|
</tbody>
|
6226
6226
|
</table></div>
|
6227
6227
|
</div>
|
6228
|
-
<p>Flags: <a href="
|
6228
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
6229
6229
|
</div>
|
6230
6230
|
<hr>
|
6231
6231
|
<div class="refsect2">
|
6232
6232
|
<a name="GtkTreeView-select-all"></a><h3>The <code class="literal">“select-all”</code> signal</h3>
|
6233
|
-
<pre class="programlisting"><a href="
|
6233
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6234
6234
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6235
|
-
<a href="
|
6236
|
-
<p>Flags: <a href="
|
6235
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6236
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6237
6237
|
</div>
|
6238
6238
|
<hr>
|
6239
6239
|
<div class="refsect2">
|
6240
6240
|
<a name="GtkTreeView-select-cursor-parent"></a><h3>The <code class="literal">“select-cursor-parent”</code> signal</h3>
|
6241
|
-
<pre class="programlisting"><a href="
|
6241
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6242
6242
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6243
|
-
<a href="
|
6244
|
-
<p>Flags: <a href="
|
6243
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6244
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6245
6245
|
</div>
|
6246
6246
|
<hr>
|
6247
6247
|
<div class="refsect2">
|
6248
6248
|
<a name="GtkTreeView-select-cursor-row"></a><h3>The <code class="literal">“select-cursor-row”</code> signal</h3>
|
6249
|
-
<pre class="programlisting"><a href="
|
6249
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6250
6250
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6251
|
-
<a href="
|
6252
|
-
<a href="
|
6253
|
-
<p>Flags: <a href="
|
6251
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg1,
|
6252
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6253
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6254
6254
|
</div>
|
6255
6255
|
<hr>
|
6256
6256
|
<div class="refsect2">
|
6257
6257
|
<a name="GtkTreeView-start-interactive-search"></a><h3>The <code class="literal">“start-interactive-search”</code> signal</h3>
|
6258
|
-
<pre class="programlisting"><a href="
|
6258
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6259
6259
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6260
|
-
<a href="
|
6261
|
-
<p>Flags: <a href="
|
6260
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6261
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6262
6262
|
</div>
|
6263
6263
|
<hr>
|
6264
6264
|
<div class="refsect2">
|
6265
6265
|
<a name="GtkTreeView-test-collapse-row"></a><h3>The <code class="literal">“test-collapse-row”</code> signal</h3>
|
6266
|
-
<pre class="programlisting"><a href="
|
6266
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6267
6267
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6268
6268
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
6269
6269
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
6270
|
-
<a href="
|
6270
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6271
6271
|
<p>The given row is about to be collapsed (hide its children nodes). Use this
|
6272
6272
|
signal if you need to control the collapsibility of individual rows.</p>
|
6273
6273
|
<div class="refsect3">
|
@@ -6304,18 +6304,18 @@ signal if you need to control the collapsibility of individual rows.</p>
|
|
6304
6304
|
</div>
|
6305
6305
|
<div class="refsect3">
|
6306
6306
|
<a name="GtkTreeView-test-collapse-row.returns"></a><h4>Returns</h4>
|
6307
|
-
<p> <a href="
|
6307
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to allow collapsing, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to reject</p>
|
6308
6308
|
</div>
|
6309
|
-
<p>Flags: <a href="
|
6309
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
6310
6310
|
</div>
|
6311
6311
|
<hr>
|
6312
6312
|
<div class="refsect2">
|
6313
6313
|
<a name="GtkTreeView-test-expand-row"></a><h3>The <code class="literal">“test-expand-row”</code> signal</h3>
|
6314
|
-
<pre class="programlisting"><a href="
|
6314
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6315
6315
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view,
|
6316
6316
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
6317
6317
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
6318
|
-
<a href="
|
6318
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6319
6319
|
<p>The given row is about to be expanded (show its children nodes). Use this
|
6320
6320
|
signal if you need to control the expandability of individual rows.</p>
|
6321
6321
|
<div class="refsect3">
|
@@ -6352,25 +6352,25 @@ signal if you need to control the expandability of individual rows.</p>
|
|
6352
6352
|
</div>
|
6353
6353
|
<div class="refsect3">
|
6354
6354
|
<a name="GtkTreeView-test-expand-row.returns"></a><h4>Returns</h4>
|
6355
|
-
<p> <a href="
|
6355
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to allow expansion, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to reject</p>
|
6356
6356
|
</div>
|
6357
|
-
<p>Flags: <a href="
|
6357
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
6358
6358
|
</div>
|
6359
6359
|
<hr>
|
6360
6360
|
<div class="refsect2">
|
6361
6361
|
<a name="GtkTreeView-toggle-cursor-row"></a><h3>The <code class="literal">“toggle-cursor-row”</code> signal</h3>
|
6362
|
-
<pre class="programlisting"><a href="
|
6362
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6363
6363
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6364
|
-
<a href="
|
6365
|
-
<p>Flags: <a href="
|
6364
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6365
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6366
6366
|
</div>
|
6367
6367
|
<hr>
|
6368
6368
|
<div class="refsect2">
|
6369
6369
|
<a name="GtkTreeView-unselect-all"></a><h3>The <code class="literal">“unselect-all”</code> signal</h3>
|
6370
|
-
<pre class="programlisting"><a href="
|
6370
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6371
6371
|
user_function (<a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *treeview,
|
6372
|
-
<a href="
|
6373
|
-
<p>Flags: <a href="
|
6372
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
6373
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
6374
6374
|
</div>
|
6375
6375
|
</div>
|
6376
6376
|
<div class="refsect1">
|