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
@@ -130,7 +130,7 @@
|
|
130
130
|
</div>
|
131
131
|
<div class="refsect1">
|
132
132
|
<a name="GtkTooltip.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
133
|
-
<pre class="screen"> <a href="
|
133
|
+
<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>
|
134
134
|
<span class="lineart">╰──</span> GtkTooltip
|
135
135
|
</pre>
|
136
136
|
</div>
|
@@ -147,7 +147,7 @@ or <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="gt
|
|
147
147
|
image, or you want the tooltip to have different contents per <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
|
148
148
|
row or cell, you will have to do a little more work:</p>
|
149
149
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
150
|
-
<li class="listitem"><p>Set the <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> property to <a href="
|
150
|
+
<li class="listitem"><p>Set the <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> 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>, this will make GTK+
|
151
151
|
monitor the widget for motion and related events which are needed to
|
152
152
|
determine when and where to show a tooltip.</p></li>
|
153
153
|
<li class="listitem">
|
@@ -158,8 +158,8 @@ are about to display as a tooltip, and can be manipulated in your callback
|
|
158
158
|
using functions like <a class="link" href="GtkTooltip.html#gtk-tooltip-set-icon" title="gtk_tooltip_set_icon ()"><code class="function">gtk_tooltip_set_icon()</code></a>. There are functions for setting
|
159
159
|
the tooltip’s markup, setting an image from a named icon, or even putting in
|
160
160
|
a custom widget.</p>
|
161
|
-
<p>Return <a href="
|
162
|
-
show. If you return <a href="
|
161
|
+
<p>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> from your query-tooltip handler. This causes the tooltip to be
|
162
|
+
show. If you 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>, it will not be shown.</p>
|
163
163
|
</li>
|
164
164
|
</ul></div>
|
165
165
|
<p>In the probably rare case where you want to have even more control over the
|
@@ -171,8 +171,8 @@ Use <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-window" title="g
|
|
171
171
|
tooltip window.</p></li>
|
172
172
|
<li class="listitem"><p>In the <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> callback you can access your window using
|
173
173
|
<a class="link" href="GtkWidget.html#gtk-widget-get-tooltip-window" title="gtk_widget_get_tooltip_window ()"><code class="function">gtk_widget_get_tooltip_window()</code></a> and manipulate as you wish. The semantics of
|
174
|
-
the return value are exactly as before, return <a href="
|
175
|
-
<a href="
|
174
|
+
the return value are exactly as before, 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> to show the window,
|
175
|
+
<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 not show it.</p></li>
|
176
176
|
</ul></div>
|
177
177
|
</div>
|
178
178
|
<div class="refsect1">
|
@@ -181,12 +181,12 @@ the return value are exactly as before, return <a href="https://developer.gnome.
|
|
181
181
|
<a name="gtk-tooltip-set-markup"></a><h3>gtk_tooltip_set_markup ()</h3>
|
182
182
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
183
183
|
gtk_tooltip_set_markup (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
184
|
-
<em class="parameter"><code>const <a href="
|
184
|
+
<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> *markup</code></em>);</pre>
|
185
185
|
<p>Sets the text of the tooltip to be <em class="parameter"><code>markup</code></em>
|
186
186
|
, which is marked up
|
187
187
|
with the Pango text markup language.
|
188
188
|
If <em class="parameter"><code>markup</code></em>
|
189
|
-
is <a href="
|
189
|
+
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 label will be hidden.</p>
|
190
190
|
<div class="refsect3">
|
191
191
|
<a name="gtk-tooltip-set-markup.parameters"></a><h4>Parameters</h4>
|
192
192
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -203,7 +203,7 @@ If <em class="parameter"><code>markup</code></em>
|
|
203
203
|
</tr>
|
204
204
|
<tr>
|
205
205
|
<td class="parameter_name"><p>markup</p></td>
|
206
|
-
<td class="parameter_description"><p> a markup string (see Pango markup format) or <a href="
|
206
|
+
<td class="parameter_description"><p> a markup string (see Pango markup format) 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>
|
207
207
|
<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>
|
208
208
|
</tr>
|
209
209
|
</tbody>
|
@@ -216,10 +216,10 @@ If <em class="parameter"><code>markup</code></em>
|
|
216
216
|
<a name="gtk-tooltip-set-text"></a><h3>gtk_tooltip_set_text ()</h3>
|
217
217
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
218
218
|
gtk_tooltip_set_text (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
219
|
-
<em class="parameter"><code>const <a href="
|
219
|
+
<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> *text</code></em>);</pre>
|
220
220
|
<p>Sets the text of the tooltip to be <em class="parameter"><code>text</code></em>
|
221
221
|
. If <em class="parameter"><code>text</code></em>
|
222
|
-
is <a href="
|
222
|
+
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 label
|
223
223
|
will be hidden. See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>.</p>
|
224
224
|
<div class="refsect3">
|
225
225
|
<a name="gtk-tooltip-set-text.parameters"></a><h4>Parameters</h4>
|
@@ -237,7 +237,7 @@ will be hidden. See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-m
|
|
237
237
|
</tr>
|
238
238
|
<tr>
|
239
239
|
<td class="parameter_name"><p>text</p></td>
|
240
|
-
<td class="parameter_description"><p> a text string or <a href="
|
240
|
+
<td class="parameter_description"><p> a text string 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>
|
241
241
|
<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>
|
242
242
|
</tr>
|
243
243
|
</tbody>
|
@@ -250,11 +250,11 @@ will be hidden. See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-m
|
|
250
250
|
<a name="gtk-tooltip-set-icon"></a><h3>gtk_tooltip_set_icon ()</h3>
|
251
251
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
252
252
|
gtk_tooltip_set_icon (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
253
|
-
<em class="parameter"><code><
|
253
|
+
<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre>
|
254
254
|
<p>Sets the icon of the tooltip (which is in front of the text) to be
|
255
255
|
<em class="parameter"><code>pixbuf</code></em>
|
256
256
|
. If <em class="parameter"><code>pixbuf</code></em>
|
257
|
-
is <a href="
|
257
|
+
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 image will be hidden.</p>
|
258
258
|
<div class="refsect3">
|
259
259
|
<a name="gtk-tooltip-set-icon.parameters"></a><h4>Parameters</h4>
|
260
260
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -271,7 +271,7 @@ gtk_tooltip_set_icon (<em class="parameter"><code><a class="link" href="GtkToolt
|
|
271
271
|
</tr>
|
272
272
|
<tr>
|
273
273
|
<td class="parameter_name"><p>pixbuf</p></td>
|
274
|
-
<td class="parameter_description"><p> a <
|
274
|
+
<td class="parameter_description"><p> a <span class="type">GdkPixbuf</span>, 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>
|
275
275
|
<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>
|
276
276
|
</tr>
|
277
277
|
</tbody>
|
@@ -284,7 +284,7 @@ gtk_tooltip_set_icon (<em class="parameter"><code><a class="link" href="GtkToolt
|
|
284
284
|
<a name="gtk-tooltip-set-icon-from-stock"></a><h3>gtk_tooltip_set_icon_from_stock ()</h3>
|
285
285
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
286
286
|
gtk_tooltip_set_icon_from_stock (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
287
|
-
<em class="parameter"><code>const <a href="
|
287
|
+
<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> *stock_id</code></em>,
|
288
288
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
289
289
|
<div class="warning">
|
290
290
|
<p><code class="literal">gtk_tooltip_set_icon_from_stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
@@ -295,7 +295,7 @@ the stock item indicated by <em class="parameter"><code>stock_id</code></em>
|
|
295
295
|
with the size indicated
|
296
296
|
by <em class="parameter"><code>size</code></em>
|
297
297
|
. If <em class="parameter"><code>stock_id</code></em>
|
298
|
-
is <a href="
|
298
|
+
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 image will be hidden.</p>
|
299
299
|
<div class="refsect3">
|
300
300
|
<a name="gtk-tooltip-set-icon-from-stock.parameters"></a><h4>Parameters</h4>
|
301
301
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -312,7 +312,7 @@ by <em class="parameter"><code>size</code></em>
|
|
312
312
|
</tr>
|
313
313
|
<tr>
|
314
314
|
<td class="parameter_name"><p>stock_id</p></td>
|
315
|
-
<td class="parameter_description"><p> a stock id, or <a href="
|
315
|
+
<td class="parameter_description"><p> a stock id, 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>
|
316
316
|
<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>
|
317
317
|
</tr>
|
318
318
|
<tr>
|
@@ -330,14 +330,14 @@ by <em class="parameter"><code>size</code></em>
|
|
330
330
|
<a name="gtk-tooltip-set-icon-from-icon-name"></a><h3>gtk_tooltip_set_icon_from_icon_name ()</h3>
|
331
331
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
332
332
|
gtk_tooltip_set_icon_from_icon_name (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
333
|
-
<em class="parameter"><code>const <a href="
|
333
|
+
<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> *icon_name</code></em>,
|
334
334
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
335
335
|
<p>Sets the icon of the tooltip (which is in front of the text) to be
|
336
336
|
the icon indicated by <em class="parameter"><code>icon_name</code></em>
|
337
337
|
with the size indicated
|
338
338
|
by <em class="parameter"><code>size</code></em>
|
339
339
|
. If <em class="parameter"><code>icon_name</code></em>
|
340
|
-
is <a href="
|
340
|
+
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 image will be hidden.</p>
|
341
341
|
<div class="refsect3">
|
342
342
|
<a name="gtk-tooltip-set-icon-from-icon-name.parameters"></a><h4>Parameters</h4>
|
343
343
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -354,7 +354,7 @@ by <em class="parameter"><code>size</code></em>
|
|
354
354
|
</tr>
|
355
355
|
<tr>
|
356
356
|
<td class="parameter_name"><p>icon_name</p></td>
|
357
|
-
<td class="parameter_description"><p> an icon name, or <a href="
|
357
|
+
<td class="parameter_description"><p> an icon name, 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>
|
358
358
|
<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>
|
359
359
|
</tr>
|
360
360
|
<tr>
|
@@ -372,14 +372,14 @@ by <em class="parameter"><code>size</code></em>
|
|
372
372
|
<a name="gtk-tooltip-set-icon-from-gicon"></a><h3>gtk_tooltip_set_icon_from_gicon ()</h3>
|
373
373
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
374
374
|
gtk_tooltip_set_icon_from_gicon (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
375
|
-
<em class="parameter"><code><a href="
|
375
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *gicon</code></em>,
|
376
376
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
377
377
|
<p>Sets the icon of the tooltip (which is in front of the text)
|
378
378
|
to be the icon indicated by <em class="parameter"><code>gicon</code></em>
|
379
379
|
with the size indicated
|
380
380
|
by <em class="parameter"><code>size</code></em>
|
381
381
|
. If <em class="parameter"><code>gicon</code></em>
|
382
|
-
is <a href="
|
382
|
+
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 image will be hidden.</p>
|
383
383
|
<div class="refsect3">
|
384
384
|
<a name="gtk-tooltip-set-icon-from-gicon.parameters"></a><h4>Parameters</h4>
|
385
385
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -396,7 +396,7 @@ by <em class="parameter"><code>size</code></em>
|
|
396
396
|
</tr>
|
397
397
|
<tr>
|
398
398
|
<td class="parameter_name"><p>gicon</p></td>
|
399
|
-
<td class="parameter_description"><p> a <a href="
|
399
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> representing the icon, 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>
|
400
400
|
<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>
|
401
401
|
</tr>
|
402
402
|
<tr>
|
@@ -439,7 +439,7 @@ and <a class="link" href="GtkTooltip.html#gtk-tooltip-set-icon" title="gtk_toolt
|
|
439
439
|
</tr>
|
440
440
|
<tr>
|
441
441
|
<td class="parameter_name"><p>custom_widget</p></td>
|
442
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>, or <a href="
|
442
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</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> to unset the old custom widget. </p></td>
|
443
443
|
<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>
|
444
444
|
</tr>
|
445
445
|
</tbody>
|
@@ -479,7 +479,7 @@ key press.</p>
|
|
479
479
|
<a name="gtk-tooltip-set-tip-area"></a><h3>gtk_tooltip_set_tip_area ()</h3>
|
480
480
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
481
481
|
gtk_tooltip_set_tip_area (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
482
|
-
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/
|
482
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
483
483
|
<p>Sets the area of the widget, where the contents of this tooltip apply,
|
484
484
|
to be <em class="parameter"><code>rect</code></em>
|
485
485
|
(in widget coordinates). This is especially useful for
|
@@ -504,7 +504,7 @@ functions for this: <a class="link" href="GtkTreeView.html#gtk-tree-view-set-too
|
|
504
504
|
</tr>
|
505
505
|
<tr>
|
506
506
|
<td class="parameter_name"><p>rect</p></td>
|
507
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
507
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a></p></td>
|
508
508
|
<td class="parameter_annotations"> </td>
|
509
509
|
</tr>
|
510
510
|
</tbody>
|
@@ -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="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()">*GtkTreeModelForeachFunc</a><span class="c_punctuation">)</span> <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#gchar"><span class="returnvalue">gchar</span></a> *
|
90
90
|
</td>
|
91
91
|
<td class="function_name">
|
92
92
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-to-string" title="gtk_tree_path_to_string ()">gtk_tree_path_to_string</a> <span class="c_punctuation">()</span>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</tr>
|
119
119
|
<tr>
|
120
120
|
<td class="function_type">
|
121
|
-
<a href="
|
121
|
+
<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>
|
122
122
|
</td>
|
123
123
|
<td class="function_name">
|
124
124
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-get-depth" title="gtk_tree_path_get_depth ()">gtk_tree_path_get_depth</a> <span class="c_punctuation">()</span>
|
@@ -126,7 +126,7 @@
|
|
126
126
|
</tr>
|
127
127
|
<tr>
|
128
128
|
<td class="function_type">
|
129
|
-
<a href="
|
129
|
+
<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> *
|
130
130
|
</td>
|
131
131
|
<td class="function_name">
|
132
132
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices" title="gtk_tree_path_get_indices ()">gtk_tree_path_get_indices</a> <span class="c_punctuation">()</span>
|
@@ -134,7 +134,7 @@
|
|
134
134
|
</tr>
|
135
135
|
<tr>
|
136
136
|
<td class="function_type">
|
137
|
-
<a href="
|
137
|
+
<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> *
|
138
138
|
</td>
|
139
139
|
<td class="function_name">
|
140
140
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-get-indices-with-depth" title="gtk_tree_path_get_indices_with_depth ()">gtk_tree_path_get_indices_with_depth</a> <span class="c_punctuation">()</span>
|
@@ -158,7 +158,7 @@
|
|
158
158
|
</tr>
|
159
159
|
<tr>
|
160
160
|
<td class="function_type">
|
161
|
-
<a href="
|
161
|
+
<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>
|
162
162
|
</td>
|
163
163
|
<td class="function_name">
|
164
164
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-compare" title="gtk_tree_path_compare ()">gtk_tree_path_compare</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="GtkTreeModel.html#gtk-tree-path-prev" title="gtk_tree_path_prev ()">gtk_tree_path_prev</a> <span class="c_punctuation">()</span>
|
@@ -182,7 +182,7 @@
|
|
182
182
|
</tr>
|
183
183
|
<tr>
|
184
184
|
<td class="function_type">
|
185
|
-
<a href="
|
185
|
+
<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>
|
186
186
|
</td>
|
187
187
|
<td class="function_name">
|
188
188
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-up" title="gtk_tree_path_up ()">gtk_tree_path_up</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="GtkTreeModel.html#gtk-tree-path-is-ancestor" title="gtk_tree_path_is_ancestor ()">gtk_tree_path_is_ancestor</a> <span class="c_punctuation">()</span>
|
@@ -206,7 +206,7 @@
|
|
206
206
|
</tr>
|
207
207
|
<tr>
|
208
208
|
<td class="function_type">
|
209
|
-
<a href="
|
209
|
+
<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>
|
210
210
|
</td>
|
211
211
|
<td class="function_name">
|
212
212
|
<a class="link" href="GtkTreeModel.html#gtk-tree-path-is-descendant" title="gtk_tree_path_is_descendant ()">gtk_tree_path_is_descendant</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#gboolean"><span class="returnvalue">gboolean</span></a>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-valid" title="gtk_tree_row_reference_valid ()">gtk_tree_row_reference_valid</a> <span class="c_punctuation">()</span>
|
@@ -318,7 +318,7 @@
|
|
318
318
|
</tr>
|
319
319
|
<tr>
|
320
320
|
<td class="function_type">
|
321
|
-
<a href="
|
321
|
+
<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>
|
322
322
|
</td>
|
323
323
|
<td class="function_name">
|
324
324
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-n-columns" title="gtk_tree_model_get_n_columns ()">gtk_tree_model_get_n_columns</a> <span class="c_punctuation">()</span>
|
@@ -326,7 +326,7 @@
|
|
326
326
|
</tr>
|
327
327
|
<tr>
|
328
328
|
<td class="function_type">
|
329
|
-
<a href="
|
329
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
330
330
|
</td>
|
331
331
|
<td class="function_name">
|
332
332
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-column-type" title="gtk_tree_model_get_column_type ()">gtk_tree_model_get_column_type</a> <span class="c_punctuation">()</span>
|
@@ -334,7 +334,7 @@
|
|
334
334
|
</tr>
|
335
335
|
<tr>
|
336
336
|
<td class="function_type">
|
337
|
-
<a href="
|
337
|
+
<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>
|
338
338
|
</td>
|
339
339
|
<td class="function_name">
|
340
340
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter" title="gtk_tree_model_get_iter ()">gtk_tree_model_get_iter</a> <span class="c_punctuation">()</span>
|
@@ -342,7 +342,7 @@
|
|
342
342
|
</tr>
|
343
343
|
<tr>
|
344
344
|
<td class="function_type">
|
345
|
-
<a href="
|
345
|
+
<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>
|
346
346
|
</td>
|
347
347
|
<td class="function_name">
|
348
348
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string" title="gtk_tree_model_get_iter_from_string ()">gtk_tree_model_get_iter_from_string</a> <span class="c_punctuation">()</span>
|
@@ -350,7 +350,7 @@
|
|
350
350
|
</tr>
|
351
351
|
<tr>
|
352
352
|
<td class="function_type">
|
353
|
-
<a href="
|
353
|
+
<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>
|
354
354
|
</td>
|
355
355
|
<td class="function_name">
|
356
356
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-iter-first" title="gtk_tree_model_get_iter_first ()">gtk_tree_model_get_iter_first</a> <span class="c_punctuation">()</span>
|
@@ -374,7 +374,7 @@
|
|
374
374
|
</tr>
|
375
375
|
<tr>
|
376
376
|
<td class="function_type">
|
377
|
-
<a href="
|
377
|
+
<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>
|
378
378
|
</td>
|
379
379
|
<td class="function_name">
|
380
380
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-next" title="gtk_tree_model_iter_next ()">gtk_tree_model_iter_next</a> <span class="c_punctuation">()</span>
|
@@ -382,7 +382,7 @@
|
|
382
382
|
</tr>
|
383
383
|
<tr>
|
384
384
|
<td class="function_type">
|
385
|
-
<a href="
|
385
|
+
<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>
|
386
386
|
</td>
|
387
387
|
<td class="function_name">
|
388
388
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-previous" title="gtk_tree_model_iter_previous ()">gtk_tree_model_iter_previous</a> <span class="c_punctuation">()</span>
|
@@ -390,7 +390,7 @@
|
|
390
390
|
</tr>
|
391
391
|
<tr>
|
392
392
|
<td class="function_type">
|
393
|
-
<a href="
|
393
|
+
<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>
|
394
394
|
</td>
|
395
395
|
<td class="function_name">
|
396
396
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-children" title="gtk_tree_model_iter_children ()">gtk_tree_model_iter_children</a> <span class="c_punctuation">()</span>
|
@@ -398,7 +398,7 @@
|
|
398
398
|
</tr>
|
399
399
|
<tr>
|
400
400
|
<td class="function_type">
|
401
|
-
<a href="
|
401
|
+
<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>
|
402
402
|
</td>
|
403
403
|
<td class="function_name">
|
404
404
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-has-child" title="gtk_tree_model_iter_has_child ()">gtk_tree_model_iter_has_child</a> <span class="c_punctuation">()</span>
|
@@ -406,7 +406,7 @@
|
|
406
406
|
</tr>
|
407
407
|
<tr>
|
408
408
|
<td class="function_type">
|
409
|
-
<a href="
|
409
|
+
<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>
|
410
410
|
</td>
|
411
411
|
<td class="function_name">
|
412
412
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-iter-n-children" title="gtk_tree_model_iter_n_children ()">gtk_tree_model_iter_n_children</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="GtkTreeModel.html#gtk-tree-model-iter-nth-child" title="gtk_tree_model_iter_nth_child ()">gtk_tree_model_iter_nth_child</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="GtkTreeModel.html#gtk-tree-model-iter-parent" title="gtk_tree_model_iter_parent ()">gtk_tree_model_iter_parent</a> <span class="c_punctuation">()</span>
|
@@ -430,7 +430,7 @@
|
|
430
430
|
</tr>
|
431
431
|
<tr>
|
432
432
|
<td class="function_type">
|
433
|
-
<a href="
|
433
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
434
434
|
</td>
|
435
435
|
<td class="function_name">
|
436
436
|
<a class="link" href="GtkTreeModel.html#gtk-tree-model-get-string-from-iter" title="gtk_tree_model_get_string_from_iter ()">gtk_tree_model_get_string_from_iter</a> <span class="c_punctuation">()</span>
|
@@ -539,27 +539,27 @@
|
|
539
539
|
<tr>
|
540
540
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
541
541
|
<td class="signal_name"><a class="link" href="GtkTreeModel.html#GtkTreeModel-row-changed" title="The “row-changed” signal">row-changed</a></td>
|
542
|
-
<td class="signal_flags"><a href="
|
542
|
+
<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>
|
543
543
|
</tr>
|
544
544
|
<tr>
|
545
545
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
546
546
|
<td class="signal_name"><a class="link" href="GtkTreeModel.html#GtkTreeModel-row-deleted" title="The “row-deleted” signal">row-deleted</a></td>
|
547
|
-
<td class="signal_flags"><a href="
|
547
|
+
<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-FIRST:CAPS">Run First</a></td>
|
548
548
|
</tr>
|
549
549
|
<tr>
|
550
550
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
551
551
|
<td class="signal_name"><a class="link" href="GtkTreeModel.html#GtkTreeModel-row-has-child-toggled" title="The “row-has-child-toggled” signal">row-has-child-toggled</a></td>
|
552
|
-
<td class="signal_flags"><a href="
|
552
|
+
<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>
|
553
553
|
</tr>
|
554
554
|
<tr>
|
555
555
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
556
556
|
<td class="signal_name"><a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inserted" title="The “row-inserted” signal">row-inserted</a></td>
|
557
|
-
<td class="signal_flags"><a href="
|
557
|
+
<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-FIRST:CAPS">Run First</a></td>
|
558
558
|
</tr>
|
559
559
|
<tr>
|
560
560
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
561
561
|
<td class="signal_name"><a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title="The “rows-reordered” signal">rows-reordered</a></td>
|
562
|
-
<td class="signal_flags"><a href="
|
562
|
+
<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-FIRST:CAPS">Run First</a></td>
|
563
563
|
</tr>
|
564
564
|
</tbody>
|
565
565
|
</table></div>
|
@@ -601,10 +601,10 @@
|
|
601
601
|
</div>
|
602
602
|
<div class="refsect1">
|
603
603
|
<a name="GtkTreeModel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
604
|
-
<pre class="screen"> <a href="
|
604
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
605
605
|
<span class="lineart">├──</span> GtkTreeIter
|
606
606
|
<span class="lineart">╰──</span> GtkTreePath
|
607
|
-
<a href="
|
607
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
608
608
|
<span class="lineart">╰──</span> GtkTreeModel
|
609
609
|
</pre>
|
610
610
|
</div>
|
@@ -612,7 +612,7 @@
|
|
612
612
|
<a name="GtkTreeModel.prerequisites"></a><h2>Prerequisites</h2>
|
613
613
|
<p>
|
614
614
|
GtkTreeModel requires
|
615
|
-
<a href="
|
615
|
+
<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>.</p>
|
616
616
|
</div>
|
617
617
|
<div class="refsect1">
|
618
618
|
<a name="GtkTreeModel.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
|
@@ -642,7 +642,7 @@ type for it to be viewable by a <a class="link" href="GtkTreeView.html" title="G
|
|
642
642
|
columned data. In other words, the model can be seen as a tree where
|
643
643
|
every node has different values depending on which column is being
|
644
644
|
queried. The type of data found in a column is determined by using
|
645
|
-
the GType system (ie. <a href="
|
645
|
+
the GType system (ie. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-INT:CAPS"><span class="type">G_TYPE_INT</span></a>, <span class="type">GTK_TYPE_BUTTON</span>, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-POINTER:CAPS"><span class="type">G_TYPE_POINTER</span></a>,
|
646
646
|
etc). The types are homogeneous per column across all nodes. It is
|
647
647
|
important to note that this interface only provides a way of examining
|
648
648
|
a model and observing changes. The implementation of each individual
|
@@ -733,30 +733,30 @@ callbacks.</p>
|
|
733
733
|
22
|
734
734
|
23
|
735
735
|
24</pre></td>
|
736
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
737
|
-
<span class="
|
738
|
-
|
739
|
-
|
736
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// Three ways of getting the iter pointing to the location</span>
|
737
|
+
GtkTreePath <span class="gtkdoc opt">*</span>path<span class="gtkdoc opt">;</span>
|
738
|
+
GtkTreeIter iter<span class="gtkdoc opt">;</span>
|
739
|
+
GtkTreeIter parent_iter<span class="gtkdoc opt">;</span>
|
740
740
|
|
741
|
-
<span class="
|
742
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string">gtk_tree_model_get_iter_from_string</a></span
|
743
|
-
<span class="
|
744
|
-
<span class="
|
741
|
+
<span class="gtkdoc slc">// get the iterator from a string</span>
|
742
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter-from-string">gtk_tree_model_get_iter_from_string</a></span> <span class="gtkdoc opt">(</span>model<span class="gtkdoc opt">,</span>
|
743
|
+
<span class="gtkdoc opt">&</span>iter<span class="gtkdoc opt">,</span>
|
744
|
+
<span class="string">"3:2:5"</span><span class="gtkdoc opt">);</span>
|
745
745
|
|
746
|
-
<span class="
|
747
|
-
<span class="
|
748
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter">gtk_tree_model_get_iter</a></span
|
749
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-path-free">gtk_tree_path_free</a></span
|
746
|
+
<span class="gtkdoc slc">// get the iterator from a path</span>
|
747
|
+
path <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkTreeModel.html#gtk-tree-path-new-from-string">gtk_tree_path_new_from_string</a></span> <span class="gtkdoc opt">(</span><span class="string">"3:2:5"</span><span class="gtkdoc opt">);</span>
|
748
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter">gtk_tree_model_get_iter</a></span> <span class="gtkdoc opt">(</span>model<span class="gtkdoc opt">, &</span>iter<span class="gtkdoc opt">,</span> path<span class="gtkdoc opt">);</span>
|
749
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-path-free">gtk_tree_path_free</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">);</span>
|
750
750
|
|
751
|
-
<span class="
|
752
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span
|
753
|
-
<span class="
|
754
|
-
<span class="
|
755
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span
|
756
|
-
<span class="
|
757
|
-
<span class="
|
758
|
-
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span
|
759
|
-
<span class="
|
751
|
+
<span class="gtkdoc slc">// walk the tree to find the iterator</span>
|
752
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span> <span class="gtkdoc opt">(</span>model<span class="gtkdoc opt">, &</span>iter<span class="gtkdoc opt">,</span>
|
753
|
+
NULL<span class="gtkdoc opt">,</span> <span class="number">3</span><span class="gtkdoc opt">);</span>
|
754
|
+
parent_iter <span class="gtkdoc opt">=</span> iter<span class="gtkdoc opt">;</span>
|
755
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span> <span class="gtkdoc opt">(</span>model<span class="gtkdoc opt">, &</span>iter<span class="gtkdoc opt">,</span>
|
756
|
+
<span class="gtkdoc opt">&</span>parent_iter<span class="gtkdoc opt">,</span> <span class="number">2</span><span class="gtkdoc opt">);</span>
|
757
|
+
parent_iter <span class="gtkdoc opt">=</span> iter<span class="gtkdoc opt">;</span>
|
758
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-nth-child">gtk_tree_model_iter_nth_child</a></span> <span class="gtkdoc opt">(</span>model<span class="gtkdoc opt">, &</span>iter<span class="gtkdoc opt">,</span>
|
759
|
+
<span class="gtkdoc opt">&</span>parent_iter<span class="gtkdoc opt">,</span> <span class="number">5</span><span class="gtkdoc opt">);</span></pre></td>
|
760
760
|
</tr>
|
761
761
|
</tbody>
|
762
762
|
</table>
|
@@ -823,53 +823,53 @@ how to write such a function, see the <a class="link" href="GtkListStore.html" t
|
|
823
823
|
45
|
824
824
|
46
|
825
825
|
47</pre></td>
|
826
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
827
|
-
<span class="
|
828
|
-
<span class="
|
829
|
-
<span class="
|
830
|
-
|
831
|
-
<span class="
|
826
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">enum</span>
|
827
|
+
<span class="gtkdoc opt">{</span>
|
828
|
+
STRING_COLUMN<span class="gtkdoc opt">,</span>
|
829
|
+
INT_COLUMN<span class="gtkdoc opt">,</span>
|
830
|
+
N_COLUMNS
|
831
|
+
<span class="gtkdoc opt">};</span>
|
832
832
|
|
833
|
-
<span class="
|
833
|
+
<span class="gtkdoc opt">...</span>
|
834
834
|
|
835
|
-
<span class="
|
836
|
-
|
837
|
-
|
838
|
-
|
835
|
+
GtkTreeModel <span class="gtkdoc opt">*</span>list_store<span class="gtkdoc opt">;</span>
|
836
|
+
GtkTreeIter iter<span class="gtkdoc opt">;</span>
|
837
|
+
gboolean valid<span class="gtkdoc opt">;</span>
|
838
|
+
gint row_count <span class="gtkdoc opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span>
|
839
839
|
|
840
|
-
<span class="
|
841
|
-
<span class="
|
842
|
-
<span class="
|
843
|
-
<span class="
|
840
|
+
<span class="gtkdoc slc">// make a new list_store</span>
|
841
|
+
list_store <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkListStore.html#gtk-list-store-new">gtk_list_store_new</a></span> <span class="gtkdoc opt">(</span>N_COLUMNS<span class="gtkdoc opt">,</span>
|
842
|
+
G_TYPE_STRING<span class="gtkdoc opt">,</span>
|
843
|
+
G_TYPE_INT<span class="gtkdoc opt">);</span>
|
844
844
|
|
845
|
-
<span class="
|
846
|
-
<span class="function">populate_model</span
|
845
|
+
<span class="gtkdoc slc">// Fill the list store with data</span>
|
846
|
+
<span class="function">populate_model</span> <span class="gtkdoc opt">(</span>list_store<span class="gtkdoc opt">);</span>
|
847
847
|
|
848
|
-
<span class="
|
849
|
-
<span class="
|
848
|
+
<span class="gtkdoc slc">// Get the first iter in the list, check it is valid and walk</span>
|
849
|
+
<span class="gtkdoc slc">// through the list, reading each row.</span>
|
850
850
|
|
851
|
-
<span class="
|
852
|
-
<span class="
|
853
|
-
<span class="keyword">while</span
|
854
|
-
<span class="
|
855
|
-
|
856
|
-
|
851
|
+
valid <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get-iter-first">gtk_tree_model_get_iter_first</a></span> <span class="gtkdoc opt">(</span>list_store<span class="gtkdoc opt">,</span>
|
852
|
+
<span class="gtkdoc opt">&</span>iter<span class="gtkdoc opt">);</span>
|
853
|
+
<span class="keyword">while</span> <span class="gtkdoc opt">(</span>valid<span class="gtkdoc opt">)</span>
|
854
|
+
<span class="gtkdoc opt">{</span>
|
855
|
+
gchar <span class="gtkdoc opt">*</span>str_data<span class="gtkdoc opt">;</span>
|
856
|
+
gint int_data<span class="gtkdoc opt">;</span>
|
857
857
|
|
858
|
-
<span class="
|
859
|
-
<span class="
|
860
|
-
|
861
|
-
|
862
|
-
<span class="
|
858
|
+
<span class="gtkdoc slc">// Make sure you terminate calls to gtk_tree_model_get() with a “-1” value</span>
|
859
|
+
<span class="function"><a href="GtkTreeModel.html#gtk-tree-model-get">gtk_tree_model_get</a></span> <span class="gtkdoc opt">(</span>list_store<span class="gtkdoc opt">, &</span>iter<span class="gtkdoc opt">,</span>
|
860
|
+
STRING_COLUMN<span class="gtkdoc opt">, &</span>str_data<span class="gtkdoc opt">,</span>
|
861
|
+
INT_COLUMN<span class="gtkdoc opt">, &</span>int_data<span class="gtkdoc opt">,</span>
|
862
|
+
<span class="gtkdoc opt">-</span><span class="number">1</span><span class="gtkdoc opt">);</span>
|
863
863
|
|
864
|
-
<span class="
|
865
|
-
<span class="
|
866
|
-
<span class="
|
867
|
-
<span class="
|
864
|
+
<span class="gtkdoc slc">// Do something with the data</span>
|
865
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"Row %d: (%s,%d)</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">,</span>
|
866
|
+
row_count<span class="gtkdoc opt">,</span> str_data<span class="gtkdoc opt">,</span> int_data<span class="gtkdoc opt">);</span>
|
867
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>str_data<span class="gtkdoc opt">);</span>
|
868
868
|
|
869
|
-
|
870
|
-
<span class="
|
871
|
-
<span class="
|
872
|
-
<span class="
|
869
|
+
valid <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkTreeModel.html#gtk-tree-model-iter-next">gtk_tree_model_iter_next</a></span> <span class="gtkdoc opt">(</span>list_store<span class="gtkdoc opt">,</span>
|
870
|
+
<span class="gtkdoc opt">&</span>iter<span class="gtkdoc opt">);</span>
|
871
|
+
row_count<span class="gtkdoc opt">++;</span>
|
872
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
873
873
|
</tr>
|
874
874
|
</tbody>
|
875
875
|
</table>
|
@@ -909,11 +909,11 @@ is always referenced when any view is attached).</p></li>
|
|
909
909
|
<a name="GtkTreeModel.functions_details"></a><h2>Functions</h2>
|
910
910
|
<div class="refsect2">
|
911
911
|
<a name="GtkTreeModelForeachFunc"></a><h3>GtkTreeModelForeachFunc ()</h3>
|
912
|
-
<pre class="programlisting"><a href="
|
912
|
+
<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>
|
913
913
|
<span class="c_punctuation">(</span>*GtkTreeModelForeachFunc<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>,
|
914
914
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
915
915
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
916
|
-
<em class="parameter"><code><a href="
|
916
|
+
<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>
|
917
917
|
<p>Type of the callback passed to <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()"><code class="function">gtk_tree_model_foreach()</code></a> to
|
918
918
|
iterate over the rows in a tree model.</p>
|
919
919
|
<div class="refsect3">
|
@@ -950,7 +950,7 @@ iterate over the rows in a tree model.</p>
|
|
950
950
|
</div>
|
951
951
|
<div class="refsect3">
|
952
952
|
<a name="GtkTreeModelForeachFunc.returns"></a><h4>Returns</h4>
|
953
|
-
<p> <a href="
|
953
|
+
<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 stop iterating, <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 continue</p>
|
954
954
|
</div>
|
955
955
|
</div>
|
956
956
|
<hr>
|
@@ -969,7 +969,7 @@ This refers to a row.</p>
|
|
969
969
|
<div class="refsect2">
|
970
970
|
<a name="gtk-tree-path-new-from-string"></a><h3>gtk_tree_path_new_from_string ()</h3>
|
971
971
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
|
972
|
-
gtk_tree_path_new_from_string (<em class="parameter"><code>const <a href="
|
972
|
+
gtk_tree_path_new_from_string (<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> *path</code></em>);</pre>
|
973
973
|
<p>Creates a new <a class="link" href="GtkTreeModel.html#GtkTreePath-struct" title="GtkTreePath"><span class="type">GtkTreePath</span></a> initialized to <em class="parameter"><code>path</code></em>
|
974
974
|
.</p>
|
975
975
|
<p><em class="parameter"><code>path</code></em>
|
@@ -977,7 +977,7 @@ gtk_tree_path_new_from_string (<em class="parameter"><code>const <a href="https:
|
|
977
977
|
For example, the string “10:4:0” would create a path of depth
|
978
978
|
3 pointing to the 11th child of the root node, the 5th
|
979
979
|
child of that 11th child, and the 1st child of that 5th child.
|
980
|
-
If an invalid path string is passed in, <a href="
|
980
|
+
If an invalid path string is passed in, <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> is returned.</p>
|
981
981
|
<div class="refsect3">
|
982
982
|
<a name="gtk-tree-path-new-from-string.parameters"></a><h4>Parameters</h4>
|
983
983
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -995,14 +995,14 @@ If an invalid path string is passed in, <a href="https://developer.gnome.org/gli
|
|
995
995
|
</div>
|
996
996
|
<div class="refsect3">
|
997
997
|
<a name="gtk-tree-path-new-from-string.returns"></a><h4>Returns</h4>
|
998
|
-
<p> A newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath-struct" title="GtkTreePath"><span class="type">GtkTreePath</span></a>, or <a href="
|
998
|
+
<p> A newly-created <a class="link" href="GtkTreeModel.html#GtkTreePath-struct" title="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>
|
999
999
|
</div>
|
1000
1000
|
</div>
|
1001
1001
|
<hr>
|
1002
1002
|
<div class="refsect2">
|
1003
1003
|
<a name="gtk-tree-path-new-from-indices"></a><h3>gtk_tree_path_new_from_indices ()</h3>
|
1004
1004
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
|
1005
|
-
gtk_tree_path_new_from_indices (<em class="parameter"><code><a href="
|
1005
|
+
gtk_tree_path_new_from_indices (<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> first_index</code></em>,
|
1006
1006
|
<em class="parameter"><code>...</code></em>);</pre>
|
1007
1007
|
<p>Creates a new path with <em class="parameter"><code>first_index</code></em>
|
1008
1008
|
and <em class="parameter"><code>varargs</code></em>
|
@@ -1039,8 +1039,8 @@ gtk_tree_path_new_from_indices (<em class="parameter"><code><a href="https://dev
|
|
1039
1039
|
<div class="refsect2">
|
1040
1040
|
<a name="gtk-tree-path-new-from-indicesv"></a><h3>gtk_tree_path_new_from_indicesv ()</h3>
|
1041
1041
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
|
1042
|
-
gtk_tree_path_new_from_indicesv (<em class="parameter"><code><a href="
|
1043
|
-
<em class="parameter"><code><a href="
|
1042
|
+
gtk_tree_path_new_from_indicesv (<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> *indices</code></em>,
|
1043
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>);</pre>
|
1044
1044
|
<p>Creates a new path with the given <em class="parameter"><code>indices</code></em>
|
1045
1045
|
array of <em class="parameter"><code>length</code></em>
|
1046
1046
|
.</p>
|
@@ -1077,7 +1077,7 @@ array</p></td>
|
|
1077
1077
|
<hr>
|
1078
1078
|
<div class="refsect2">
|
1079
1079
|
<a name="gtk-tree-path-to-string"></a><h3>gtk_tree_path_to_string ()</h3>
|
1080
|
-
<pre class="programlisting"><a href="
|
1080
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1081
1081
|
gtk_tree_path_to_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1082
1082
|
<p>Generates a string representation of the path.</p>
|
1083
1083
|
<p>This string is a “:” separated list of numbers.
|
@@ -1101,7 +1101,7 @@ return value for this string.</p>
|
|
1101
1101
|
<div class="refsect3">
|
1102
1102
|
<a name="gtk-tree-path-to-string.returns"></a><h4>Returns</h4>
|
1103
1103
|
<p> A newly-allocated string.
|
1104
|
-
Must be freed with <a href="
|
1104
|
+
Must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1105
1105
|
</div>
|
1106
1106
|
</div>
|
1107
1107
|
<hr>
|
@@ -1121,7 +1121,7 @@ gtk_tree_path_new_first (<em class="parameter"><code><span class="type">void</sp
|
|
1121
1121
|
<a name="gtk-tree-path-append-index"></a><h3>gtk_tree_path_append_index ()</h3>
|
1122
1122
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1123
1123
|
gtk_tree_path_append_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1124
|
-
<em class="parameter"><code><a href="
|
1124
|
+
<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> index_</code></em>);</pre>
|
1125
1125
|
<p>Appends a new index to a path.</p>
|
1126
1126
|
<p>As a result, the depth of the path is increased.</p>
|
1127
1127
|
<div class="refsect3">
|
@@ -1152,7 +1152,7 @@ gtk_tree_path_append_index (<em class="parameter"><code><a class="link" href="Gt
|
|
1152
1152
|
<a name="gtk-tree-path-prepend-index"></a><h3>gtk_tree_path_prepend_index ()</h3>
|
1153
1153
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1154
1154
|
gtk_tree_path_prepend_index (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1155
|
-
<em class="parameter"><code><a href="
|
1155
|
+
<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> index_</code></em>);</pre>
|
1156
1156
|
<p>Prepends a new index to a path.</p>
|
1157
1157
|
<p>As a result, the depth of the path is increased.</p>
|
1158
1158
|
<div class="refsect3">
|
@@ -1181,7 +1181,7 @@ gtk_tree_path_prepend_index (<em class="parameter"><code><a class="link" href="G
|
|
1181
1181
|
<hr>
|
1182
1182
|
<div class="refsect2">
|
1183
1183
|
<a name="gtk-tree-path-get-depth"></a><h3>gtk_tree_path_get_depth ()</h3>
|
1184
|
-
<pre class="programlisting"><a href="
|
1184
|
+
<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>
|
1185
1185
|
gtk_tree_path_get_depth (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1186
1186
|
<p>Returns the current depth of <em class="parameter"><code>path</code></em>
|
1187
1187
|
.</p>
|
@@ -1209,7 +1209,7 @@ gtk_tree_path_get_depth (<em class="parameter"><code><a class="link" href="GtkTr
|
|
1209
1209
|
<hr>
|
1210
1210
|
<div class="refsect2">
|
1211
1211
|
<a name="gtk-tree-path-get-indices"></a><h3>gtk_tree_path_get_indices ()</h3>
|
1212
|
-
<pre class="programlisting"><a href="
|
1212
|
+
<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> *
|
1213
1213
|
gtk_tree_path_get_indices (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1214
1214
|
<p>Returns the current indices of <em class="parameter"><code>path</code></em>
|
1215
1215
|
.</p>
|
@@ -1234,15 +1234,15 @@ This value should not be freed.</p>
|
|
1234
1234
|
</div>
|
1235
1235
|
<div class="refsect3">
|
1236
1236
|
<a name="gtk-tree-path-get-indices.returns"></a><h4>Returns</h4>
|
1237
|
-
<p> The current indices, or <a href="
|
1237
|
+
<p> The current indices, 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>
|
1238
1238
|
</div>
|
1239
1239
|
</div>
|
1240
1240
|
<hr>
|
1241
1241
|
<div class="refsect2">
|
1242
1242
|
<a name="gtk-tree-path-get-indices-with-depth"></a><h3>gtk_tree_path_get_indices_with_depth ()</h3>
|
1243
|
-
<pre class="programlisting"><a href="
|
1243
|
+
<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> *
|
1244
1244
|
gtk_tree_path_get_indices_with_depth (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1245
|
-
<em class="parameter"><code><a href="
|
1245
|
+
<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> *depth</code></em>);</pre>
|
1246
1246
|
<p>Returns the current indices of <em class="parameter"><code>path</code></em>
|
1247
1247
|
.</p>
|
1248
1248
|
<p>This is an array of integers, each representing a node in a tree.
|
@@ -1266,7 +1266,7 @@ The array should not be freed.</p>
|
|
1266
1266
|
<tr>
|
1267
1267
|
<td class="parameter_name"><p>depth</p></td>
|
1268
1268
|
<td class="parameter_description"><p> return location for number of elements
|
1269
|
-
returned in the integer array, or <a href="
|
1269
|
+
returned in the integer array, 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>
|
1270
1270
|
<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>
|
1271
1271
|
</tr>
|
1272
1272
|
</tbody>
|
@@ -1275,7 +1275,7 @@ returned in the integer array, or <a href="https://developer.gnome.org/glib/unst
|
|
1275
1275
|
<div class="refsect3">
|
1276
1276
|
<a name="gtk-tree-path-get-indices-with-depth.returns"></a><h4>Returns</h4>
|
1277
1277
|
<p> The current
|
1278
|
-
indices, or <a href="
|
1278
|
+
indices, 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>
|
1279
1279
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1280
1280
|
</div>
|
1281
1281
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1287,7 +1287,7 @@ indices, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Mac
|
|
1287
1287
|
gtk_tree_path_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1288
1288
|
<p>Frees <em class="parameter"><code>path</code></em>
|
1289
1289
|
. If <em class="parameter"><code>path</code></em>
|
1290
|
-
is <a href="
|
1290
|
+
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>, it simply returns.</p>
|
1291
1291
|
<div class="refsect3">
|
1292
1292
|
<a name="gtk-tree-path-free.parameters"></a><h4>Parameters</h4>
|
1293
1293
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1334,7 +1334,7 @@ gtk_tree_path_copy (<em class="parameter"><code>const <a class="link" href="GtkT
|
|
1334
1334
|
<hr>
|
1335
1335
|
<div class="refsect2">
|
1336
1336
|
<a name="gtk-tree-path-compare"></a><h3>gtk_tree_path_compare ()</h3>
|
1337
|
-
<pre class="programlisting"><a href="
|
1337
|
+
<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>
|
1338
1338
|
gtk_tree_path_compare (<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *a</code></em>,
|
1339
1339
|
<em class="parameter"><code>const <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *b</code></em>);</pre>
|
1340
1340
|
<p>Compares two paths.</p>
|
@@ -1400,7 +1400,7 @@ gtk_tree_path_next (<em class="parameter"><code><a class="link" href="GtkTreeMod
|
|
1400
1400
|
<hr>
|
1401
1401
|
<div class="refsect2">
|
1402
1402
|
<a name="gtk-tree-path-prev"></a><h3>gtk_tree_path_prev ()</h3>
|
1403
|
-
<pre class="programlisting"><a href="
|
1403
|
+
<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>
|
1404
1404
|
gtk_tree_path_prev (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1405
1405
|
<p>Moves the <em class="parameter"><code>path</code></em>
|
1406
1406
|
to point to the previous node at the
|
@@ -1422,7 +1422,7 @@ current depth, if it exists.</p>
|
|
1422
1422
|
</div>
|
1423
1423
|
<div class="refsect3">
|
1424
1424
|
<a name="gtk-tree-path-prev.returns"></a><h4>Returns</h4>
|
1425
|
-
<p> <a href="
|
1425
|
+
<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>path</code></em>
|
1426
1426
|
has a previous node, and
|
1427
1427
|
the move was made</p>
|
1428
1428
|
</div>
|
@@ -1430,7 +1430,7 @@ the move was made</p>
|
|
1430
1430
|
<hr>
|
1431
1431
|
<div class="refsect2">
|
1432
1432
|
<a name="gtk-tree-path-up"></a><h3>gtk_tree_path_up ()</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
|
gtk_tree_path_up (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1435
1435
|
<p>Moves the <em class="parameter"><code>path</code></em>
|
1436
1436
|
to point to its parent node, if it has a parent.</p>
|
@@ -1451,7 +1451,7 @@ gtk_tree_path_up (<em class="parameter"><code><a class="link" href="GtkTreeModel
|
|
1451
1451
|
</div>
|
1452
1452
|
<div class="refsect3">
|
1453
1453
|
<a name="gtk-tree-path-up.returns"></a><h4>Returns</h4>
|
1454
|
-
<p> <a href="
|
1454
|
+
<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>path</code></em>
|
1455
1455
|
has a parent, and the move was made</p>
|
1456
1456
|
</div>
|
1457
1457
|
</div>
|
@@ -1481,10 +1481,10 @@ gtk_tree_path_down (<em class="parameter"><code><a class="link" href="GtkTreeMod
|
|
1481
1481
|
<hr>
|
1482
1482
|
<div class="refsect2">
|
1483
1483
|
<a name="gtk-tree-path-is-ancestor"></a><h3>gtk_tree_path_is_ancestor ()</h3>
|
1484
|
-
<pre class="programlisting"><a href="
|
1484
|
+
<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>
|
1485
1485
|
gtk_tree_path_is_ancestor (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1486
1486
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *descendant</code></em>);</pre>
|
1487
|
-
<p>Returns <a href="
|
1487
|
+
<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>descendant</code></em>
|
1488
1488
|
is a descendant of <em class="parameter"><code>path</code></em>
|
1489
1489
|
.</p>
|
1490
1490
|
<div class="refsect3">
|
@@ -1511,7 +1511,7 @@ gtk_tree_path_is_ancestor (<em class="parameter"><code><a class="link" href="Gtk
|
|
1511
1511
|
</div>
|
1512
1512
|
<div class="refsect3">
|
1513
1513
|
<a name="gtk-tree-path-is-ancestor.returns"></a><h4>Returns</h4>
|
1514
|
-
<p> <a href="
|
1514
|
+
<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>descendant</code></em>
|
1515
1515
|
is contained inside <em class="parameter"><code>path</code></em>
|
1516
1516
|
</p>
|
1517
1517
|
</div>
|
@@ -1519,10 +1519,10 @@ is contained inside <em class="parameter"><code>path</code></em>
|
|
1519
1519
|
<hr>
|
1520
1520
|
<div class="refsect2">
|
1521
1521
|
<a name="gtk-tree-path-is-descendant"></a><h3>gtk_tree_path_is_descendant ()</h3>
|
1522
|
-
<pre class="programlisting"><a href="
|
1522
|
+
<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>
|
1523
1523
|
gtk_tree_path_is_descendant (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1524
1524
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *ancestor</code></em>);</pre>
|
1525
|
-
<p>Returns <a href="
|
1525
|
+
<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>path</code></em>
|
1526
1526
|
is a descendant of <em class="parameter"><code>ancestor</code></em>
|
1527
1527
|
.</p>
|
1528
1528
|
<div class="refsect3">
|
@@ -1549,7 +1549,7 @@ gtk_tree_path_is_descendant (<em class="parameter"><code><a class="link" href="G
|
|
1549
1549
|
</div>
|
1550
1550
|
<div class="refsect3">
|
1551
1551
|
<a name="gtk-tree-path-is-descendant.returns"></a><h4>Returns</h4>
|
1552
|
-
<p> <a href="
|
1552
|
+
<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>ancestor</code></em>
|
1553
1553
|
contains <em class="parameter"><code>path</code></em>
|
1554
1554
|
somewhere below it</p>
|
1555
1555
|
</div>
|
@@ -1569,7 +1569,7 @@ by <em class="parameter"><code>path</code></em>
|
|
1569
1569
|
propagated, and the path is updated appropriately. If
|
1570
1570
|
<em class="parameter"><code>path</code></em>
|
1571
1571
|
isn’t a valid path in <em class="parameter"><code>model</code></em>
|
1572
|
-
, then <a href="
|
1572
|
+
, then <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> is returned.</p>
|
1573
1573
|
<div class="refsect3">
|
1574
1574
|
<a name="gtk-tree-row-reference-new.parameters"></a><h4>Parameters</h4>
|
1575
1575
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1594,14 +1594,14 @@ propagated, and the path is updated appropriately. If
|
|
1594
1594
|
</div>
|
1595
1595
|
<div class="refsect3">
|
1596
1596
|
<a name="gtk-tree-row-reference-new.returns"></a><h4>Returns</h4>
|
1597
|
-
<p> a newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="
|
1597
|
+
<p> a newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</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>
|
1598
1598
|
</div>
|
1599
1599
|
</div>
|
1600
1600
|
<hr>
|
1601
1601
|
<div class="refsect2">
|
1602
1602
|
<a name="gtk-tree-row-reference-new-proxy"></a><h3>gtk_tree_row_reference_new_proxy ()</h3>
|
1603
1603
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="returnvalue">GtkTreeRowReference</span></a> *
|
1604
|
-
gtk_tree_row_reference_new_proxy (<em class="parameter"><code><a href="
|
1604
|
+
gtk_tree_row_reference_new_proxy (<em class="parameter"><code><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">GObject</span></a> *proxy</code></em>,
|
1605
1605
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
1606
1606
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1607
1607
|
<p>You do not need to use this function.</p>
|
@@ -1612,7 +1612,7 @@ by <em class="parameter"><code>path</code></em>
|
|
1612
1612
|
, so long as it exists. If <em class="parameter"><code>path</code></em>
|
1613
1613
|
isn’t a valid
|
1614
1614
|
path in <em class="parameter"><code>model</code></em>
|
1615
|
-
, then <a href="
|
1615
|
+
, then <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> is returned. However, unlike
|
1616
1616
|
references created with <a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new" title="gtk_tree_row_reference_new ()"><code class="function">gtk_tree_row_reference_new()</code></a>, it
|
1617
1617
|
does not listen to the model for changes. The creator of
|
1618
1618
|
the row reference must do this explicitly using
|
@@ -1641,7 +1641,7 @@ itself, and is not generally needed by most applications.</p>
|
|
1641
1641
|
<tbody>
|
1642
1642
|
<tr>
|
1643
1643
|
<td class="parameter_name"><p>proxy</p></td>
|
1644
|
-
<td class="parameter_description"><p>a proxy <a href="
|
1644
|
+
<td class="parameter_description"><p>a proxy <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">GObject</span></a></p></td>
|
1645
1645
|
<td class="parameter_annotations"> </td>
|
1646
1646
|
</tr>
|
1647
1647
|
<tr>
|
@@ -1659,7 +1659,7 @@ itself, and is not generally needed by most applications.</p>
|
|
1659
1659
|
</div>
|
1660
1660
|
<div class="refsect3">
|
1661
1661
|
<a name="gtk-tree-row-reference-new-proxy.returns"></a><h4>Returns</h4>
|
1662
|
-
<p> a newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="
|
1662
|
+
<p> a newly allocated <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</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>
|
1663
1663
|
</div>
|
1664
1664
|
</div>
|
1665
1665
|
<hr>
|
@@ -1696,7 +1696,7 @@ gtk_tree_row_reference_get_model (<em class="parameter"><code><a class="link" hr
|
|
1696
1696
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
|
1697
1697
|
gtk_tree_row_reference_get_path (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
|
1698
1698
|
<p>Returns a path that the row reference currently points to,
|
1699
|
-
or <a href="
|
1699
|
+
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 path pointed to is no longer valid.</p>
|
1700
1700
|
<div class="refsect3">
|
1701
1701
|
<a name="gtk-tree-row-reference-get-path.parameters"></a><h4>Parameters</h4>
|
1702
1702
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1714,17 +1714,17 @@ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#
|
|
1714
1714
|
</div>
|
1715
1715
|
<div class="refsect3">
|
1716
1716
|
<a name="gtk-tree-row-reference-get-path.returns"></a><h4>Returns</h4>
|
1717
|
-
<p> a current path, or <a href="
|
1717
|
+
<p> a current 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>
|
1718
1718
|
<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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1719
1719
|
</div>
|
1720
1720
|
</div>
|
1721
1721
|
<hr>
|
1722
1722
|
<div class="refsect2">
|
1723
1723
|
<a name="gtk-tree-row-reference-valid"></a><h3>gtk_tree_row_reference_valid ()</h3>
|
1724
|
-
<pre class="programlisting"><a href="
|
1724
|
+
<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>
|
1725
1725
|
gtk_tree_row_reference_valid (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
|
1726
|
-
<p>Returns <a href="
|
1727
|
-
is non-<a href="
|
1726
|
+
<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 <em class="parameter"><code>reference</code></em>
|
1727
|
+
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> and refers to
|
1728
1728
|
a current valid path.</p>
|
1729
1729
|
<div class="refsect3">
|
1730
1730
|
<a name="gtk-tree-row-reference-valid.parameters"></a><h4>Parameters</h4>
|
@@ -1736,14 +1736,14 @@ a current valid path.</p>
|
|
1736
1736
|
</colgroup>
|
1737
1737
|
<tbody><tr>
|
1738
1738
|
<td class="parameter_name"><p>reference</p></td>
|
1739
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="
|
1739
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</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>
|
1740
1740
|
<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>
|
1741
1741
|
</tr></tbody>
|
1742
1742
|
</table></div>
|
1743
1743
|
</div>
|
1744
1744
|
<div class="refsect3">
|
1745
1745
|
<a name="gtk-tree-row-reference-valid.returns"></a><h4>Returns</h4>
|
1746
|
-
<p> <a href="
|
1746
|
+
<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>reference</code></em>
|
1747
1747
|
points to a valid path</p>
|
1748
1748
|
</div>
|
1749
1749
|
</div>
|
@@ -1754,7 +1754,7 @@ points to a valid path</p>
|
|
1754
1754
|
gtk_tree_row_reference_free (<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a> *reference</code></em>);</pre>
|
1755
1755
|
<p>Free’s <em class="parameter"><code>reference</code></em>
|
1756
1756
|
. <em class="parameter"><code>reference</code></em>
|
1757
|
-
may be <a href="
|
1757
|
+
may 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>
|
1758
1758
|
<div class="refsect3">
|
1759
1759
|
<a name="gtk-tree-row-reference-free.parameters"></a><h4>Parameters</h4>
|
1760
1760
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1765,7 +1765,7 @@ gtk_tree_row_reference_free (<em class="parameter"><code><a class="link" href="G
|
|
1765
1765
|
</colgroup>
|
1766
1766
|
<tbody><tr>
|
1767
1767
|
<td class="parameter_name"><p>reference</p></td>
|
1768
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</span></a>, or <a href="
|
1768
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkTreeModel.html#GtkTreeRowReference" title="GtkTreeRowReference"><span class="type">GtkTreeRowReference</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>
|
1769
1769
|
<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>
|
1770
1770
|
</tr></tbody>
|
1771
1771
|
</table></div>
|
@@ -1803,7 +1803,7 @@ gtk_tree_row_reference_copy (<em class="parameter"><code><a class="link" href="G
|
|
1803
1803
|
<div class="refsect2">
|
1804
1804
|
<a name="gtk-tree-row-reference-inserted"></a><h3>gtk_tree_row_reference_inserted ()</h3>
|
1805
1805
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1806
|
-
gtk_tree_row_reference_inserted (<em class="parameter"><code><a href="
|
1806
|
+
gtk_tree_row_reference_inserted (<em class="parameter"><code><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">GObject</span></a> *proxy</code></em>,
|
1807
1807
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1808
1808
|
<p>Lets a set of row reference created by
|
1809
1809
|
<a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a> know that the
|
@@ -1819,7 +1819,7 @@ model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inser
|
|
1819
1819
|
<tbody>
|
1820
1820
|
<tr>
|
1821
1821
|
<td class="parameter_name"><p>proxy</p></td>
|
1822
|
-
<td class="parameter_description"><p>a <a href="
|
1822
|
+
<td class="parameter_description"><p>a <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">GObject</span></a></p></td>
|
1823
1823
|
<td class="parameter_annotations"> </td>
|
1824
1824
|
</tr>
|
1825
1825
|
<tr>
|
@@ -1835,7 +1835,7 @@ model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-inser
|
|
1835
1835
|
<div class="refsect2">
|
1836
1836
|
<a name="gtk-tree-row-reference-deleted"></a><h3>gtk_tree_row_reference_deleted ()</h3>
|
1837
1837
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1838
|
-
gtk_tree_row_reference_deleted (<em class="parameter"><code><a href="
|
1838
|
+
gtk_tree_row_reference_deleted (<em class="parameter"><code><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">GObject</span></a> *proxy</code></em>,
|
1839
1839
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1840
1840
|
<p>Lets a set of row reference created by
|
1841
1841
|
<a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a> know that the
|
@@ -1851,7 +1851,7 @@ model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-delet
|
|
1851
1851
|
<tbody>
|
1852
1852
|
<tr>
|
1853
1853
|
<td class="parameter_name"><p>proxy</p></td>
|
1854
|
-
<td class="parameter_description"><p>a <a href="
|
1854
|
+
<td class="parameter_description"><p>a <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">GObject</span></a></p></td>
|
1855
1855
|
<td class="parameter_annotations"> </td>
|
1856
1856
|
</tr>
|
1857
1857
|
<tr>
|
@@ -1867,10 +1867,10 @@ model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-row-delet
|
|
1867
1867
|
<div class="refsect2">
|
1868
1868
|
<a name="gtk-tree-row-reference-reordered"></a><h3>gtk_tree_row_reference_reordered ()</h3>
|
1869
1869
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1870
|
-
gtk_tree_row_reference_reordered (<em class="parameter"><code><a href="
|
1870
|
+
gtk_tree_row_reference_reordered (<em class="parameter"><code><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">GObject</span></a> *proxy</code></em>,
|
1871
1871
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1872
1872
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
1873
|
-
<em class="parameter"><code><a href="
|
1873
|
+
<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>
|
1874
1874
|
<p>Lets a set of row reference created by
|
1875
1875
|
<a class="link" href="GtkTreeModel.html#gtk-tree-row-reference-new-proxy" title="gtk_tree_row_reference_new_proxy ()"><code class="function">gtk_tree_row_reference_new_proxy()</code></a> know that the
|
1876
1876
|
model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title="The “rows-reordered” signal"><span class="type">“rows-reordered”</span></a> signal.</p>
|
@@ -1886,7 +1886,7 @@ model emitted the <a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reor
|
|
1886
1886
|
<tbody>
|
1887
1887
|
<tr>
|
1888
1888
|
<td class="parameter_name"><p>proxy</p></td>
|
1889
|
-
<td class="parameter_description"><p>a <a href="
|
1889
|
+
<td class="parameter_description"><p>a <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">GObject</span></a></p></td>
|
1890
1890
|
<td class="parameter_annotations"> </td>
|
1891
1891
|
</tr>
|
1892
1892
|
<tr>
|
@@ -1996,7 +1996,7 @@ of the <em class="parameter"><code>tree_model</code></em>
|
|
1996
1996
|
<hr>
|
1997
1997
|
<div class="refsect2">
|
1998
1998
|
<a name="gtk-tree-model-get-n-columns"></a><h3>gtk_tree_model_get_n_columns ()</h3>
|
1999
|
-
<pre class="programlisting"><a href="
|
1999
|
+
<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>
|
2000
2000
|
gtk_tree_model_get_n_columns (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>);</pre>
|
2001
2001
|
<p>Returns the number of columns supported by <em class="parameter"><code>tree_model</code></em>
|
2002
2002
|
.</p>
|
@@ -2023,9 +2023,9 @@ gtk_tree_model_get_n_columns (<em class="parameter"><code><a class="link" href="
|
|
2023
2023
|
<hr>
|
2024
2024
|
<div class="refsect2">
|
2025
2025
|
<a name="gtk-tree-model-get-column-type"></a><h3>gtk_tree_model_get_column_type ()</h3>
|
2026
|
-
<pre class="programlisting"><a href="
|
2026
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
2027
2027
|
gtk_tree_model_get_column_type (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</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#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
|
2029
2029
|
<p>Returns the type of the column.</p>
|
2030
2030
|
<div class="refsect3">
|
2031
2031
|
<a name="gtk-tree-model-get-column-type.parameters"></a><h4>Parameters</h4>
|
@@ -2057,7 +2057,7 @@ gtk_tree_model_get_column_type (<em class="parameter"><code><a class="link" href
|
|
2057
2057
|
<hr>
|
2058
2058
|
<div class="refsect2">
|
2059
2059
|
<a name="gtk-tree-model-get-iter"></a><h3>gtk_tree_model_get_iter ()</h3>
|
2060
|
-
<pre class="programlisting"><a href="
|
2060
|
+
<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>
|
2061
2061
|
gtk_tree_model_get_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2062
2062
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2063
2063
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
@@ -2066,7 +2066,7 @@ gtk_tree_model_get_iter (<em class="parameter"><code><a class="link" href="GtkTr
|
|
2066
2066
|
. If <em class="parameter"><code>path</code></em>
|
2067
2067
|
does
|
2068
2068
|
not exist, <em class="parameter"><code>iter</code></em>
|
2069
|
-
is set to an invalid iterator and <a href="
|
2069
|
+
is set to an invalid iterator and <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> is returned.</p>
|
2070
2070
|
<div class="refsect3">
|
2071
2071
|
<a name="gtk-tree-model-get-iter.parameters"></a><h4>Parameters</h4>
|
2072
2072
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2096,22 +2096,22 @@ not exist, <em class="parameter"><code>iter</code></em>
|
|
2096
2096
|
</div>
|
2097
2097
|
<div class="refsect3">
|
2098
2098
|
<a name="gtk-tree-model-get-iter.returns"></a><h4>Returns</h4>
|
2099
|
-
<p> <a href="
|
2099
|
+
<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>
|
2100
2100
|
was set</p>
|
2101
2101
|
</div>
|
2102
2102
|
</div>
|
2103
2103
|
<hr>
|
2104
2104
|
<div class="refsect2">
|
2105
2105
|
<a name="gtk-tree-model-get-iter-from-string"></a><h3>gtk_tree_model_get_iter_from_string ()</h3>
|
2106
|
-
<pre class="programlisting"><a href="
|
2106
|
+
<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>
|
2107
2107
|
gtk_tree_model_get_iter_from_string (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2108
2108
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2109
|
-
<em class="parameter"><code>const <a href="
|
2109
|
+
<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> *path_string</code></em>);</pre>
|
2110
2110
|
<p>Sets <em class="parameter"><code>iter</code></em>
|
2111
2111
|
to a valid iterator pointing to <em class="parameter"><code>path_string</code></em>
|
2112
2112
|
, if it
|
2113
2113
|
exists. Otherwise, <em class="parameter"><code>iter</code></em>
|
2114
|
-
is left invalid and <a href="
|
2114
|
+
is left invalid and <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> is returned.</p>
|
2115
2115
|
<div class="refsect3">
|
2116
2116
|
<a name="gtk-tree-model-get-iter-from-string.parameters"></a><h4>Parameters</h4>
|
2117
2117
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2141,20 +2141,20 @@ exists. Otherwise, <em class="parameter"><code>iter</code></em>
|
|
2141
2141
|
</div>
|
2142
2142
|
<div class="refsect3">
|
2143
2143
|
<a name="gtk-tree-model-get-iter-from-string.returns"></a><h4>Returns</h4>
|
2144
|
-
<p> <a href="
|
2144
|
+
<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>
|
2145
2145
|
was set</p>
|
2146
2146
|
</div>
|
2147
2147
|
</div>
|
2148
2148
|
<hr>
|
2149
2149
|
<div class="refsect2">
|
2150
2150
|
<a name="gtk-tree-model-get-iter-first"></a><h3>gtk_tree_model_get_iter_first ()</h3>
|
2151
|
-
<pre class="programlisting"><a href="
|
2151
|
+
<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>
|
2152
2152
|
gtk_tree_model_get_iter_first (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2153
2153
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2154
2154
|
<p>Initializes <em class="parameter"><code>iter</code></em>
|
2155
2155
|
with the first iterator in the tree
|
2156
|
-
(the one at the path "0") and returns <a href="
|
2157
|
-
<a href="
|
2156
|
+
(the one at the path "0") and 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>. Returns
|
2157
|
+
<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 tree is empty.</p>
|
2158
2158
|
<div class="refsect3">
|
2159
2159
|
<a name="gtk-tree-model-get-iter-first.parameters"></a><h4>Parameters</h4>
|
2160
2160
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2179,7 +2179,7 @@ gtk_tree_model_get_iter_first (<em class="parameter"><code><a class="link" href=
|
|
2179
2179
|
</div>
|
2180
2180
|
<div class="refsect3">
|
2181
2181
|
<a name="gtk-tree-model-get-iter-first.returns"></a><h4>Returns</h4>
|
2182
|
-
<p> <a href="
|
2182
|
+
<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>
|
2183
2183
|
was set</p>
|
2184
2184
|
</div>
|
2185
2185
|
</div>
|
@@ -2225,13 +2225,13 @@ gtk_tree_model_get_path (<em class="parameter"><code><a class="link" href="GtkTr
|
|
2225
2225
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2226
2226
|
gtk_tree_model_get_value (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2227
2227
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2228
|
-
<em class="parameter"><code><a href="
|
2229
|
-
<em class="parameter"><code><a href="
|
2228
|
+
<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>,
|
2229
|
+
<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>
|
2230
2230
|
<p>Initializes and sets <em class="parameter"><code>value</code></em>
|
2231
2231
|
to that at <em class="parameter"><code>column</code></em>
|
2232
2232
|
.</p>
|
2233
2233
|
<p>When done with <em class="parameter"><code>value</code></em>
|
2234
|
-
, <a href="
|
2234
|
+
, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> needs to be called
|
2235
2235
|
to free any allocated memory.</p>
|
2236
2236
|
<div class="refsect3">
|
2237
2237
|
<a name="gtk-tree-model-get-value.parameters"></a><h4>Parameters</h4>
|
@@ -2259,7 +2259,7 @@ to free any allocated memory.</p>
|
|
2259
2259
|
</tr>
|
2260
2260
|
<tr>
|
2261
2261
|
<td class="parameter_name"><p>value</p></td>
|
2262
|
-
<td class="parameter_description"><p> an empty <a href="
|
2262
|
+
<td class="parameter_description"><p> an empty <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> to set. </p></td>
|
2263
2263
|
<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>]</span></td>
|
2264
2264
|
</tr>
|
2265
2265
|
</tbody>
|
@@ -2269,13 +2269,13 @@ to free any allocated memory.</p>
|
|
2269
2269
|
<hr>
|
2270
2270
|
<div class="refsect2">
|
2271
2271
|
<a name="gtk-tree-model-iter-next"></a><h3>gtk_tree_model_iter_next ()</h3>
|
2272
|
-
<pre class="programlisting"><a href="
|
2272
|
+
<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>
|
2273
2273
|
gtk_tree_model_iter_next (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2274
2274
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2275
2275
|
<p>Sets <em class="parameter"><code>iter</code></em>
|
2276
2276
|
to point to the node following it at the current level.</p>
|
2277
2277
|
<p>If there is no next <em class="parameter"><code>iter</code></em>
|
2278
|
-
, <a href="
|
2278
|
+
, <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> is returned and <em class="parameter"><code>iter</code></em>
|
2279
2279
|
is set
|
2280
2280
|
to be invalid.</p>
|
2281
2281
|
<div class="refsect3">
|
@@ -2302,20 +2302,20 @@ to be invalid.</p>
|
|
2302
2302
|
</div>
|
2303
2303
|
<div class="refsect3">
|
2304
2304
|
<a name="gtk-tree-model-iter-next.returns"></a><h4>Returns</h4>
|
2305
|
-
<p> <a href="
|
2305
|
+
<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>
|
2306
2306
|
has been changed to the next node</p>
|
2307
2307
|
</div>
|
2308
2308
|
</div>
|
2309
2309
|
<hr>
|
2310
2310
|
<div class="refsect2">
|
2311
2311
|
<a name="gtk-tree-model-iter-previous"></a><h3>gtk_tree_model_iter_previous ()</h3>
|
2312
|
-
<pre class="programlisting"><a href="
|
2312
|
+
<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>
|
2313
2313
|
gtk_tree_model_iter_previous (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2314
2314
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2315
2315
|
<p>Sets <em class="parameter"><code>iter</code></em>
|
2316
2316
|
to point to the previous node at the current level.</p>
|
2317
2317
|
<p>If there is no previous <em class="parameter"><code>iter</code></em>
|
2318
|
-
, <a href="
|
2318
|
+
, <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> is returned and <em class="parameter"><code>iter</code></em>
|
2319
2319
|
is
|
2320
2320
|
set to be invalid.</p>
|
2321
2321
|
<div class="refsect3">
|
@@ -2342,7 +2342,7 @@ set to be invalid.</p>
|
|
2342
2342
|
</div>
|
2343
2343
|
<div class="refsect3">
|
2344
2344
|
<a name="gtk-tree-model-iter-previous.returns"></a><h4>Returns</h4>
|
2345
|
-
<p> <a href="
|
2345
|
+
<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>
|
2346
2346
|
has been changed to the previous node</p>
|
2347
2347
|
</div>
|
2348
2348
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -2350,7 +2350,7 @@ has been changed to the previous node</p>
|
|
2350
2350
|
<hr>
|
2351
2351
|
<div class="refsect2">
|
2352
2352
|
<a name="gtk-tree-model-iter-children"></a><h3>gtk_tree_model_iter_children ()</h3>
|
2353
|
-
<pre class="programlisting"><a href="
|
2353
|
+
<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>
|
2354
2354
|
gtk_tree_model_iter_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2355
2355
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2356
2356
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>);</pre>
|
@@ -2358,13 +2358,13 @@ gtk_tree_model_iter_children (<em class="parameter"><code><a class="link" href="
|
|
2358
2358
|
to point to the first child of <em class="parameter"><code>parent</code></em>
|
2359
2359
|
.</p>
|
2360
2360
|
<p>If <em class="parameter"><code>parent</code></em>
|
2361
|
-
has no children, <a href="
|
2361
|
+
has no children, <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> is returned and <em class="parameter"><code>iter</code></em>
|
2362
2362
|
is
|
2363
2363
|
set to be invalid. <em class="parameter"><code>parent</code></em>
|
2364
2364
|
will remain a valid node after this
|
2365
2365
|
function has been called.</p>
|
2366
2366
|
<p>If <em class="parameter"><code>parent</code></em>
|
2367
|
-
is <a href="
|
2367
|
+
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> returns the first node, equivalent to
|
2368
2368
|
<code class="literal">gtk_tree_model_get_iter_first (tree_model, iter);</code></p>
|
2369
2369
|
<div class="refsect3">
|
2370
2370
|
<a name="gtk-tree-model-iter-children.parameters"></a><h4>Parameters</h4>
|
@@ -2387,7 +2387,7 @@ function has been called.</p>
|
|
2387
2387
|
</tr>
|
2388
2388
|
<tr>
|
2389
2389
|
<td class="parameter_name"><p>parent</p></td>
|
2390
|
-
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
2390
|
+
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct 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>
|
2391
2391
|
<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>
|
2392
2392
|
</tr>
|
2393
2393
|
</tbody>
|
@@ -2395,18 +2395,18 @@ function has been called.</p>
|
|
2395
2395
|
</div>
|
2396
2396
|
<div class="refsect3">
|
2397
2397
|
<a name="gtk-tree-model-iter-children.returns"></a><h4>Returns</h4>
|
2398
|
-
<p> <a href="
|
2398
|
+
<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>
|
2399
2399
|
has been set to the first child</p>
|
2400
2400
|
</div>
|
2401
2401
|
</div>
|
2402
2402
|
<hr>
|
2403
2403
|
<div class="refsect2">
|
2404
2404
|
<a name="gtk-tree-model-iter-has-child"></a><h3>gtk_tree_model_iter_has_child ()</h3>
|
2405
|
-
<pre class="programlisting"><a href="
|
2405
|
+
<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>
|
2406
2406
|
gtk_tree_model_iter_has_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2407
2407
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2408
|
-
<p>Returns <a href="
|
2409
|
-
has children, <a href="
|
2408
|
+
<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>
|
2409
|
+
has children, <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>
|
2410
2410
|
<div class="refsect3">
|
2411
2411
|
<a name="gtk-tree-model-iter-has-child.parameters"></a><h4>Parameters</h4>
|
2412
2412
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2431,20 +2431,20 @@ gtk_tree_model_iter_has_child (<em class="parameter"><code><a class="link" href=
|
|
2431
2431
|
</div>
|
2432
2432
|
<div class="refsect3">
|
2433
2433
|
<a name="gtk-tree-model-iter-has-child.returns"></a><h4>Returns</h4>
|
2434
|
-
<p> <a href="
|
2434
|
+
<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>
|
2435
2435
|
has children</p>
|
2436
2436
|
</div>
|
2437
2437
|
</div>
|
2438
2438
|
<hr>
|
2439
2439
|
<div class="refsect2">
|
2440
2440
|
<a name="gtk-tree-model-iter-n-children"></a><h3>gtk_tree_model_iter_n_children ()</h3>
|
2441
|
-
<pre class="programlisting"><a href="
|
2441
|
+
<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>
|
2442
2442
|
gtk_tree_model_iter_n_children (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2443
2443
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2444
2444
|
<p>Returns the number of children that <em class="parameter"><code>iter</code></em>
|
2445
2445
|
has.</p>
|
2446
2446
|
<p>As a special case, if <em class="parameter"><code>iter</code></em>
|
2447
|
-
is <a href="
|
2447
|
+
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 number
|
2448
2448
|
of toplevel nodes is returned.</p>
|
2449
2449
|
<div class="refsect3">
|
2450
2450
|
<a name="gtk-tree-model-iter-n-children.parameters"></a><h4>Parameters</h4>
|
@@ -2462,7 +2462,7 @@ of toplevel nodes is returned.</p>
|
|
2462
2462
|
</tr>
|
2463
2463
|
<tr>
|
2464
2464
|
<td class="parameter_name"><p>iter</p></td>
|
2465
|
-
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a>, or <a href="
|
2465
|
+
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct 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>
|
2466
2466
|
<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>
|
2467
2467
|
</tr>
|
2468
2468
|
</tbody>
|
@@ -2477,11 +2477,11 @@ of toplevel nodes is returned.</p>
|
|
2477
2477
|
<hr>
|
2478
2478
|
<div class="refsect2">
|
2479
2479
|
<a name="gtk-tree-model-iter-nth-child"></a><h3>gtk_tree_model_iter_nth_child ()</h3>
|
2480
|
-
<pre class="programlisting"><a href="
|
2480
|
+
<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>
|
2481
2481
|
gtk_tree_model_iter_nth_child (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2482
2482
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2483
2483
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *parent</code></em>,
|
2484
|
-
<em class="parameter"><code><a href="
|
2484
|
+
<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>
|
2485
2485
|
<p>Sets <em class="parameter"><code>iter</code></em>
|
2486
2486
|
to be the child of <em class="parameter"><code>parent</code></em>
|
2487
2487
|
, using the given index.</p>
|
@@ -2489,11 +2489,11 @@ gtk_tree_model_iter_nth_child (<em class="parameter"><code><a class="link" href=
|
|
2489
2489
|
is too big, or <em class="parameter"><code>parent</code></em>
|
2490
2490
|
has no children,
|
2491
2491
|
<em class="parameter"><code>iter</code></em>
|
2492
|
-
is set to an invalid iterator and <a href="
|
2492
|
+
is set to an invalid iterator and <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> is returned. <em class="parameter"><code>parent</code></em>
|
2493
2493
|
|
2494
2494
|
will remain a valid node after this function has been called. As a
|
2495
2495
|
special case, if <em class="parameter"><code>parent</code></em>
|
2496
|
-
is <a href="
|
2496
|
+
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 <em class="parameter"><code>n</code></em>
|
2497
2497
|
-th root node
|
2498
2498
|
is set.</p>
|
2499
2499
|
<div class="refsect3">
|
@@ -2517,7 +2517,7 @@ is set.</p>
|
|
2517
2517
|
</tr>
|
2518
2518
|
<tr>
|
2519
2519
|
<td class="parameter_name"><p>parent</p></td>
|
2520
|
-
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a> to get the child from, or <a href="
|
2520
|
+
<td class="parameter_description"><p> the <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a> to get the child from, 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>
|
2521
2521
|
<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>
|
2522
2522
|
</tr>
|
2523
2523
|
<tr>
|
@@ -2530,7 +2530,7 @@ is set.</p>
|
|
2530
2530
|
</div>
|
2531
2531
|
<div class="refsect3">
|
2532
2532
|
<a name="gtk-tree-model-iter-nth-child.returns"></a><h4>Returns</h4>
|
2533
|
-
<p> <a href="
|
2533
|
+
<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>parent</code></em>
|
2534
2534
|
has an <em class="parameter"><code>n</code></em>
|
2535
2535
|
-th child</p>
|
2536
2536
|
</div>
|
@@ -2538,7 +2538,7 @@ has an <em class="parameter"><code>n</code></em>
|
|
2538
2538
|
<hr>
|
2539
2539
|
<div class="refsect2">
|
2540
2540
|
<a name="gtk-tree-model-iter-parent"></a><h3>gtk_tree_model_iter_parent ()</h3>
|
2541
|
-
<pre class="programlisting"><a href="
|
2541
|
+
<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>
|
2542
2542
|
gtk_tree_model_iter_parent (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2543
2543
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2544
2544
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *child</code></em>);</pre>
|
@@ -2548,7 +2548,7 @@ gtk_tree_model_iter_parent (<em class="parameter"><code><a class="link" href="Gt
|
|
2548
2548
|
<p>If <em class="parameter"><code>child</code></em>
|
2549
2549
|
is at the toplevel, and doesn’t have a parent, then
|
2550
2550
|
<em class="parameter"><code>iter</code></em>
|
2551
|
-
is set to an invalid iterator and <a href="
|
2551
|
+
is set to an invalid iterator and <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> is returned.
|
2552
2552
|
<em class="parameter"><code>child</code></em>
|
2553
2553
|
will remain a valid node after this function has been
|
2554
2554
|
called.</p>
|
@@ -2586,7 +2586,7 @@ and <em class="parameter"><code>iter</code></em>
|
|
2586
2586
|
</div>
|
2587
2587
|
<div class="refsect3">
|
2588
2588
|
<a name="gtk-tree-model-iter-parent.returns"></a><h4>Returns</h4>
|
2589
|
-
<p> <a href="
|
2589
|
+
<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>
|
2590
2590
|
is set to the parent of <em class="parameter"><code>child</code></em>
|
2591
2591
|
</p>
|
2592
2592
|
</div>
|
@@ -2594,7 +2594,7 @@ is set to the parent of <em class="parameter"><code>child</code></em>
|
|
2594
2594
|
<hr>
|
2595
2595
|
<div class="refsect2">
|
2596
2596
|
<a name="gtk-tree-model-get-string-from-iter"></a><h3>gtk_tree_model_get_string_from_iter ()</h3>
|
2597
|
-
<pre class="programlisting"><a href="
|
2597
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2598
2598
|
gtk_tree_model_get_string_from_iter (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2599
2599
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
2600
2600
|
<p>Generates a string representation of the iter.</p>
|
@@ -2626,7 +2626,7 @@ return value for this string.</p>
|
|
2626
2626
|
<div class="refsect3">
|
2627
2627
|
<a name="gtk-tree-model-get-string-from-iter.returns"></a><h4>Returns</h4>
|
2628
2628
|
<p> a newly-allocated string.
|
2629
|
-
Must be freed with <a href="
|
2629
|
+
Must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
2630
2630
|
</div>
|
2631
2631
|
<p class="since">Since: 2.2</p>
|
2632
2632
|
</div>
|
@@ -2720,12 +2720,12 @@ gtk_tree_model_get (<em class="parameter"><code><a class="link" href="GtkTreeMod
|
|
2720
2720
|
The variable argument list should contain integer column numbers,
|
2721
2721
|
each column number followed by a place to store the value being
|
2722
2722
|
retrieved. The list is terminated by a -1. For example, to get a
|
2723
|
-
value from column 0 with type <a href="
|
2723
|
+
value from column 0 with type <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>, you would
|
2724
2724
|
write: <code class="literal">gtk_tree_model_get (model, iter, 0, &place_string_here, -1)</code>,
|
2725
|
-
where <code class="literal">place_string_here</code> is a <a href="
|
2725
|
+
where <code class="literal">place_string_here</code> is 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>
|
2726
2726
|
to be filled with the string.</p>
|
2727
|
-
<p>Returned values with type <a href="
|
2728
|
-
values with type <a href="
|
2727
|
+
<p>Returned values with type <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> have to be unreferenced,
|
2728
|
+
values with type <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> have to be freed.
|
2729
2729
|
Other values are passed by value.</p>
|
2730
2730
|
<div class="refsect3">
|
2731
2731
|
<a name="gtk-tree-model-get.parameters"></a><h4>Parameters</h4>
|
@@ -2801,10 +2801,10 @@ for language bindings to use.</p>
|
|
2801
2801
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2802
2802
|
gtk_tree_model_foreach (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>,
|
2803
2803
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeModelForeachFunc" title="GtkTreeModelForeachFunc ()"><span class="type">GtkTreeModelForeachFunc</span></a> func</code></em>,
|
2804
|
-
<em class="parameter"><code><a href="
|
2804
|
+
<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>
|
2805
2805
|
<p>Calls func on each node in model in a depth-first fashion.</p>
|
2806
2806
|
<p>If <em class="parameter"><code>func</code></em>
|
2807
|
-
returns <a href="
|
2807
|
+
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>, then the tree ceases to be walked,
|
2808
2808
|
and <a class="link" href="GtkTreeModel.html#gtk-tree-model-foreach" title="gtk_tree_model_foreach ()"><code class="function">gtk_tree_model_foreach()</code></a> returns.</p>
|
2809
2809
|
<div class="refsect3">
|
2810
2810
|
<a name="gtk-tree-model-foreach.parameters"></a><h4>Parameters</h4>
|
@@ -2993,7 +2993,7 @@ the deleted row</p></td>
|
|
2993
2993
|
gtk_tree_model_rows_reordered (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
2994
2994
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2995
2995
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
2996
|
-
<em class="parameter"><code><a href="
|
2996
|
+
<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>
|
2997
2997
|
<p>Emits the <a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title="The “rows-reordered” signal"><span class="type">“rows-reordered”</span></a> signal on <em class="parameter"><code>tree_model</code></em>
|
2998
2998
|
.</p>
|
2999
2999
|
<p>This should be called by models when their rows have been
|
@@ -3022,7 +3022,7 @@ have been reordered</p></td>
|
|
3022
3022
|
<tr>
|
3023
3023
|
<td class="parameter_name"><p>iter</p></td>
|
3024
3024
|
<td class="parameter_description"><p>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose children
|
3025
|
-
have been reordered, or <a href="
|
3025
|
+
have been reordered, 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 depth of <em class="parameter"><code>path</code></em>
|
3026
3026
|
is 0</p></td>
|
3027
3027
|
<td class="parameter_annotations"> </td>
|
3028
3028
|
</tr>
|
@@ -3046,8 +3046,8 @@ gtk_tree_model_rows_reordered_with_length
|
|
3046
3046
|
(<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
3047
3047
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3048
3048
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
3049
|
-
<em class="parameter"><code><a href="
|
3050
|
-
<em class="parameter"><code><a href="
|
3049
|
+
<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>,
|
3050
|
+
<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> length</code></em>);</pre>
|
3051
3051
|
<p>Emits the <a class="link" href="GtkTreeModel.html#GtkTreeModel-rows-reordered" title="The “rows-reordered” signal"><span class="type">“rows-reordered”</span></a> signal on <em class="parameter"><code>tree_model</code></em>
|
3052
3052
|
.</p>
|
3053
3053
|
<p>This should be called by models when their rows have been
|
@@ -3076,7 +3076,7 @@ have been reordered</p></td>
|
|
3076
3076
|
<tr>
|
3077
3077
|
<td class="parameter_name"><p>iter</p></td>
|
3078
3078
|
<td class="parameter_description"><p> a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node
|
3079
|
-
whose children have been reordered, or <a href="
|
3079
|
+
whose children have been reordered, 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 depth
|
3080
3080
|
of <em class="parameter"><code>path</code></em>
|
3081
3081
|
is 0. </p></td>
|
3082
3082
|
<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>
|
@@ -3135,22 +3135,22 @@ members.</p>
|
|
3135
3135
|
</colgroup>
|
3136
3136
|
<tbody>
|
3137
3137
|
<tr>
|
3138
|
-
<td class="struct_member_name"><p><a href="
|
3138
|
+
<td class="struct_member_name"><p><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> <em class="structfield"><code><a name="GtkTreeIter-struct.stamp"></a>stamp</code></em>;</p></td>
|
3139
3139
|
<td class="struct_member_description"><p>a unique stamp to catch invalid iterators</p></td>
|
3140
3140
|
<td class="struct_member_annotations"> </td>
|
3141
3141
|
</tr>
|
3142
3142
|
<tr>
|
3143
|
-
<td class="struct_member_name"><p><a href="
|
3143
|
+
<td class="struct_member_name"><p><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> <em class="structfield"><code><a name="GtkTreeIter-struct.user-data"></a>user_data</code></em>;</p></td>
|
3144
3144
|
<td class="struct_member_description"><p>model-specific data</p></td>
|
3145
3145
|
<td class="struct_member_annotations"> </td>
|
3146
3146
|
</tr>
|
3147
3147
|
<tr>
|
3148
|
-
<td class="struct_member_name"><p><a href="
|
3148
|
+
<td class="struct_member_name"><p><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> <em class="structfield"><code><a name="GtkTreeIter-struct.user-data2"></a>user_data2</code></em>;</p></td>
|
3149
3149
|
<td class="struct_member_description"><p>model-specific data</p></td>
|
3150
3150
|
<td class="struct_member_annotations"> </td>
|
3151
3151
|
</tr>
|
3152
3152
|
<tr>
|
3153
|
-
<td class="struct_member_name"><p><a href="
|
3153
|
+
<td class="struct_member_name"><p><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> <em class="structfield"><code><a name="GtkTreeIter-struct.user-data3"></a>user_data3</code></em>;</p></td>
|
3154
3154
|
<td class="struct_member_description"><p>model-specific data</p></td>
|
3155
3155
|
<td class="struct_member_annotations"> </td>
|
3156
3156
|
</tr>
|
@@ -3317,7 +3317,7 @@ current level.</p></td>
|
|
3317
3317
|
</tr>
|
3318
3318
|
<tr>
|
3319
3319
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkTreeModelIface.iter-has-child"></a>iter_has_child</code></em> ()</p></td>
|
3320
|
-
<td class="struct_member_description"><p><a href="
|
3320
|
+
<td class="struct_member_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 iter has children, <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>
|
3321
3321
|
<td class="struct_member_annotations"> </td>
|
3322
3322
|
</tr>
|
3323
3323
|
<tr>
|
@@ -3396,7 +3396,7 @@ this section.</p>
|
|
3396
3396
|
user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
|
3397
3397
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3398
3398
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
3399
|
-
<a href="
|
3399
|
+
<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>
|
3400
3400
|
<p>This signal is emitted when a row in the model has changed.</p>
|
3401
3401
|
<div class="refsect3">
|
3402
3402
|
<a name="GtkTreeModel-row-changed.parameters"></a><h4>Parameters</h4>
|
@@ -3430,7 +3430,7 @@ user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><sp
|
|
3430
3430
|
</tbody>
|
3431
3431
|
</table></div>
|
3432
3432
|
</div>
|
3433
|
-
<p>Flags: <a href="
|
3433
|
+
<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>
|
3434
3434
|
</div>
|
3435
3435
|
<hr>
|
3436
3436
|
<div class="refsect2">
|
@@ -3438,7 +3438,7 @@ user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><sp
|
|
3438
3438
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3439
3439
|
user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
|
3440
3440
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3441
|
-
<a href="
|
3441
|
+
<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>
|
3442
3442
|
<p>This signal is emitted when a row has been deleted.</p>
|
3443
3443
|
<p>Note that no iterator is passed to the signal handler,
|
3444
3444
|
since the row is already deleted.</p>
|
@@ -3473,7 +3473,7 @@ the row previously was at. It may not be a valid location anymore.</p>
|
|
3473
3473
|
</tbody>
|
3474
3474
|
</table></div>
|
3475
3475
|
</div>
|
3476
|
-
<p>Flags: <a href="
|
3476
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3477
3477
|
</div>
|
3478
3478
|
<hr>
|
3479
3479
|
<div class="refsect2">
|
@@ -3482,7 +3482,7 @@ the row previously was at. It may not be a valid location anymore.</p>
|
|
3482
3482
|
user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
|
3483
3483
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3484
3484
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
3485
|
-
<a href="
|
3485
|
+
<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>
|
3486
3486
|
<p>This signal is emitted when a row has gotten the first child
|
3487
3487
|
row or lost its last child row.</p>
|
3488
3488
|
<div class="refsect3">
|
@@ -3517,7 +3517,7 @@ row or lost its last child row.</p>
|
|
3517
3517
|
</tbody>
|
3518
3518
|
</table></div>
|
3519
3519
|
</div>
|
3520
|
-
<p>Flags: <a href="
|
3520
|
+
<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>
|
3521
3521
|
</div>
|
3522
3522
|
<hr>
|
3523
3523
|
<div class="refsect2">
|
@@ -3526,7 +3526,7 @@ row or lost its last child row.</p>
|
|
3526
3526
|
user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
|
3527
3527
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3528
3528
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
3529
|
-
<a href="
|
3529
|
+
<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>
|
3530
3530
|
<p>This signal is emitted when a new row has been inserted in
|
3531
3531
|
the model.</p>
|
3532
3532
|
<p>Note that the row may still be empty at this point, since
|
@@ -3564,7 +3564,7 @@ then fill it with the desired values.</p>
|
|
3564
3564
|
</tbody>
|
3565
3565
|
</table></div>
|
3566
3566
|
</div>
|
3567
|
-
<p>Flags: <a href="
|
3567
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3568
3568
|
</div>
|
3569
3569
|
<hr>
|
3570
3570
|
<div class="refsect2">
|
@@ -3573,8 +3573,8 @@ then fill it with the desired values.</p>
|
|
3573
3573
|
user_function (<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model,
|
3574
3574
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3575
3575
|
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
3576
|
-
<a href="
|
3577
|
-
<a href="
|
3576
|
+
<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> new_order,
|
3577
|
+
<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>
|
3578
3578
|
<p>This signal is emitted when the children of a node in the
|
3579
3579
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> have been reordered.</p>
|
3580
3580
|
<p>Note that this signal is not emitted
|
@@ -3604,7 +3604,7 @@ have been reordered</p></td>
|
|
3604
3604
|
<tr>
|
3605
3605
|
<td class="parameter_name"><p>iter</p></td>
|
3606
3606
|
<td class="parameter_description"><p>a valid <a class="link" href="GtkTreeModel.html#GtkTreeIter-struct" title="struct GtkTreeIter"><span class="type">GtkTreeIter</span></a> pointing to the node whose children
|
3607
|
-
have been reordered, or <a href="
|
3607
|
+
have been reordered, 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 depth of <em class="parameter"><code>path</code></em>
|
3608
3608
|
is 0</p></td>
|
3609
3609
|
<td class="parameter_annotations"> </td>
|
3610
3610
|
</tr>
|
@@ -3624,7 +3624,7 @@ i.e. <em class="parameter"><code>new_order</code></em>
|
|
3624
3624
|
</tbody>
|
3625
3625
|
</table></div>
|
3626
3626
|
</div>
|
3627
|
-
<p>Flags: <a href="
|
3627
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3628
3628
|
</div>
|
3629
3629
|
</div>
|
3630
3630
|
<div class="refsect1">
|