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
@@ -105,7 +105,7 @@
|
|
105
105
|
</tr>
|
106
106
|
<tr>
|
107
107
|
<td class="function_type">
|
108
|
-
<a href="
|
108
|
+
<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>
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="gtk3-GtkSymbolicColor.html#gtk-symbolic-color-resolve" title="gtk_symbolic_color_resolve ()">gtk_symbolic_color_resolve</a> <span class="c_punctuation">()</span>
|
@@ -149,7 +149,7 @@ To obtain the color represented by a GtkSymbolicColor, it has to
|
|
149
149
|
be resolved with <a class="link" href="gtk3-GtkSymbolicColor.html#gtk-symbolic-color-resolve" title="gtk_symbolic_color_resolve ()"><code class="function">gtk_symbolic_color_resolve()</code></a>, which replaces all
|
150
150
|
symbolic color references by the colors they refer to (in a given
|
151
151
|
context) and evaluates mix, shade and other expressions, resulting
|
152
|
-
in a <a href="http://developer.gnome.org/gdk3/
|
152
|
+
in a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> value.</p>
|
153
153
|
<p>It is not normally necessary to deal directly with <a href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor"><span class="type">GtkSymbolicColors</span></a>,
|
154
154
|
since they are mostly used behind the scenes by <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> and
|
155
155
|
<a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a>.</p>
|
@@ -161,7 +161,7 @@ implementation detail of GTK+.</p>
|
|
161
161
|
<div class="refsect2">
|
162
162
|
<a name="gtk-symbolic-color-new-literal"></a><h3>gtk_symbolic_color_new_literal ()</h3>
|
163
163
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
164
|
-
gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/
|
164
|
+
gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
165
165
|
<div class="warning">
|
166
166
|
<p><code class="literal">gtk_symbolic_color_new_literal</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
167
167
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -177,7 +177,7 @@ gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="http:
|
|
177
177
|
</colgroup>
|
178
178
|
<tbody><tr>
|
179
179
|
<td class="parameter_name"><p>color</p></td>
|
180
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
180
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a></p></td>
|
181
181
|
<td class="parameter_annotations"> </td>
|
182
182
|
</tr></tbody>
|
183
183
|
</table></div>
|
@@ -192,7 +192,7 @@ gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="http:
|
|
192
192
|
<div class="refsect2">
|
193
193
|
<a name="gtk-symbolic-color-new-name"></a><h3>gtk_symbolic_color_new_name ()</h3>
|
194
194
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
195
|
-
gtk_symbolic_color_new_name (<em class="parameter"><code>const <a href="
|
195
|
+
gtk_symbolic_color_new_name (<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> *name</code></em>);</pre>
|
196
196
|
<div class="warning">
|
197
197
|
<p><code class="literal">gtk_symbolic_color_new_name</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
198
198
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -226,7 +226,7 @@ color. See <a class="link" href="GtkStyleContext.html#gtk-style-context-lookup-c
|
|
226
226
|
<a name="gtk-symbolic-color-new-shade"></a><h3>gtk_symbolic_color_new_shade ()</h3>
|
227
227
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
228
228
|
gtk_symbolic_color_new_shade (<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color</code></em>,
|
229
|
-
<em class="parameter"><code><a href="
|
229
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> factor</code></em>);</pre>
|
230
230
|
<div class="warning">
|
231
231
|
<p><code class="literal">gtk_symbolic_color_new_shade</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
232
232
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -270,7 +270,7 @@ a darker color.</p>
|
|
270
270
|
<a name="gtk-symbolic-color-new-alpha"></a><h3>gtk_symbolic_color_new_alpha ()</h3>
|
271
271
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
272
272
|
gtk_symbolic_color_new_alpha (<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color</code></em>,
|
273
|
-
<em class="parameter"><code><a href="
|
273
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> factor</code></em>);</pre>
|
274
274
|
<div class="warning">
|
275
275
|
<p><code class="literal">gtk_symbolic_color_new_alpha</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
276
276
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -316,7 +316,7 @@ alpha</p></td>
|
|
316
316
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
317
317
|
gtk_symbolic_color_new_mix (<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color1</code></em>,
|
318
318
|
<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color2</code></em>,
|
319
|
-
<em class="parameter"><code><a href="
|
319
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> factor</code></em>);</pre>
|
320
320
|
<div class="warning">
|
321
321
|
<p><code class="literal">gtk_symbolic_color_new_mix</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
322
322
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -364,8 +364,8 @@ while a factor of 1 would resolve to <em class="parameter"><code>color2</code></
|
|
364
364
|
<div class="refsect2">
|
365
365
|
<a name="gtk-symbolic-color-new-win32"></a><h3>gtk_symbolic_color_new_win32 ()</h3>
|
366
366
|
<pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
|
367
|
-
gtk_symbolic_color_new_win32 (<em class="parameter"><code>const <a href="
|
368
|
-
<em class="parameter"><code><a href="
|
367
|
+
gtk_symbolic_color_new_win32 (<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> *theme_class</code></em>,
|
368
|
+
<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> id</code></em>);</pre>
|
369
369
|
<div class="warning">
|
370
370
|
<p><code class="literal">gtk_symbolic_color_new_win32</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
371
371
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -469,10 +469,10 @@ reference count reaches 0.</p>
|
|
469
469
|
<hr>
|
470
470
|
<div class="refsect2">
|
471
471
|
<a name="gtk-symbolic-color-resolve"></a><h3>gtk_symbolic_color_resolve ()</h3>
|
472
|
-
<pre class="programlisting"><a href="
|
472
|
+
<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>
|
473
473
|
gtk_symbolic_color_resolve (<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color</code></em>,
|
474
474
|
<em class="parameter"><code><a class="link" href="gtk3-GtkStyleProperties.html#GtkStyleProperties" title="struct GtkStyleProperties"><span class="type">GtkStyleProperties</span></a> *props</code></em>,
|
475
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
475
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *resolved_color</code></em>);</pre>
|
476
476
|
<div class="warning">
|
477
477
|
<p><code class="literal">gtk_symbolic_color_resolve</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
478
478
|
<p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
|
@@ -480,16 +480,16 @@ gtk_symbolic_color_resolve (<em class="parameter"><code><a class="link" href="gt
|
|
480
480
|
<p>If <em class="parameter"><code>color</code></em>
|
481
481
|
is resolvable, <em class="parameter"><code>resolved_color</code></em>
|
482
482
|
will be filled in
|
483
|
-
with the resolved color, and <a href="
|
483
|
+
with the resolved color, and <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> will be returned. Generally,
|
484
484
|
if <em class="parameter"><code>color</code></em>
|
485
485
|
can’t be resolved, it is due to it being defined on
|
486
486
|
top of a named color that doesn’t exist in <em class="parameter"><code>props</code></em>
|
487
487
|
.</p>
|
488
488
|
<p>When <em class="parameter"><code>props</code></em>
|
489
|
-
is <a href="
|
489
|
+
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>, resolving of named colors will fail, so if
|
490
490
|
your <em class="parameter"><code>color</code></em>
|
491
491
|
is or references such a color, this function will
|
492
|
-
return <a href="
|
492
|
+
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>.</p>
|
493
493
|
<div class="refsect3">
|
494
494
|
<a name="gtk-symbolic-color-resolve.parameters"></a><h4>Parameters</h4>
|
495
495
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -507,7 +507,7 @@ return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
|
507
507
|
<tr>
|
508
508
|
<td class="parameter_name"><p>props</p></td>
|
509
509
|
<td class="parameter_description"><p> <a class="link" href="gtk3-GtkStyleProperties.html#GtkStyleProperties" title="struct GtkStyleProperties"><span class="type">GtkStyleProperties</span></a> to use when resolving
|
510
|
-
named colors, or <a href="
|
510
|
+
named colors, 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>
|
511
511
|
<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>
|
512
512
|
</tr>
|
513
513
|
<tr>
|
@@ -520,7 +520,7 @@ named colors, or <a href="https://developer.gnome.org/glib/unstable/glib-Standar
|
|
520
520
|
</div>
|
521
521
|
<div class="refsect3">
|
522
522
|
<a name="gtk-symbolic-color-resolve.returns"></a><h4>Returns</h4>
|
523
|
-
<p> <a href="
|
523
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the color has been resolved</p>
|
524
524
|
</div>
|
525
525
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
526
526
|
</div>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<tbody>
|
44
44
|
<tr>
|
45
45
|
<td class="function_type">
|
46
|
-
<a href="
|
46
|
+
<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>
|
47
47
|
</td>
|
48
48
|
<td class="function_name">
|
49
49
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-delete" title="gtk_tree_drag_source_drag_data_delete ()">gtk_tree_drag_source_drag_data_delete</a> <span class="c_punctuation">()</span>
|
@@ -51,7 +51,7 @@
|
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
53
|
<td class="function_type">
|
54
|
-
<a href="
|
54
|
+
<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>
|
55
55
|
</td>
|
56
56
|
<td class="function_name">
|
57
57
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-get" title="gtk_tree_drag_source_drag_data_get ()">gtk_tree_drag_source_drag_data_get</a> <span class="c_punctuation">()</span>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
</tr>
|
60
60
|
<tr>
|
61
61
|
<td class="function_type">
|
62
|
-
<a href="
|
62
|
+
<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>
|
63
63
|
</td>
|
64
64
|
<td class="function_name">
|
65
65
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-row-draggable" title="gtk_tree_drag_source_row_draggable ()">gtk_tree_drag_source_row_draggable</a> <span class="c_punctuation">()</span>
|
@@ -67,7 +67,7 @@
|
|
67
67
|
</tr>
|
68
68
|
<tr>
|
69
69
|
<td class="function_type">
|
70
|
-
<a href="
|
70
|
+
<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>
|
71
71
|
</td>
|
72
72
|
<td class="function_name">
|
73
73
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-drag-data-received" title="gtk_tree_drag_dest_drag_data_received ()">gtk_tree_drag_dest_drag_data_received</a> <span class="c_punctuation">()</span>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="
|
78
|
+
<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>
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-row-drop-possible" title="gtk_tree_drag_dest_row_drop_possible ()">gtk_tree_drag_dest_row_drop_possible</a> <span class="c_punctuation">()</span>
|
@@ -83,7 +83,7 @@
|
|
83
83
|
</tr>
|
84
84
|
<tr>
|
85
85
|
<td class="function_type">
|
86
|
-
<a href="
|
86
|
+
<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>
|
87
87
|
</td>
|
88
88
|
<td class="function_name">
|
89
89
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-set-row-drag-data" title="gtk_tree_set_row_drag_data ()">gtk_tree_set_row_drag_data</a> <span class="c_punctuation">()</span>
|
@@ -91,7 +91,7 @@
|
|
91
91
|
</tr>
|
92
92
|
<tr>
|
93
93
|
<td class="function_type">
|
94
|
-
<a href="
|
94
|
+
<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>
|
95
95
|
</td>
|
96
96
|
<td class="function_name">
|
97
97
|
<a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#gtk-tree-get-row-drag-data" title="gtk_tree_get_row_drag_data ()">gtk_tree_get_row_drag_data</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
</div>
|
130
130
|
<div class="refsect1">
|
131
131
|
<a name="gtk3-GtkTreeView-drag-and-drop.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
132
|
-
<pre class="screen"> <a href="
|
132
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
133
133
|
<span class="lineart">├──</span> GtkTreeDragDest
|
134
134
|
<span class="lineart">╰──</span> GtkTreeDragSource
|
135
135
|
</pre>
|
@@ -168,12 +168,12 @@ and auto-scroll, but your models have to implement the
|
|
168
168
|
<a name="gtk3-GtkTreeView-drag-and-drop.functions_details"></a><h2>Functions</h2>
|
169
169
|
<div class="refsect2">
|
170
170
|
<a name="gtk-tree-drag-source-drag-data-delete"></a><h3>gtk_tree_drag_source_drag_data_delete ()</h3>
|
171
|
-
<pre class="programlisting"><a href="
|
171
|
+
<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>
|
172
172
|
gtk_tree_drag_source_drag_data_delete (<em class="parameter"><code><a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
173
173
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
174
174
|
<p>Asks the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> to delete the row at <em class="parameter"><code>path</code></em>
|
175
175
|
, because
|
176
|
-
it was moved somewhere else via drag-and-drop. Returns <a href="
|
176
|
+
it was moved somewhere else via drag-and-drop. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
177
177
|
if the deletion fails because <em class="parameter"><code>path</code></em>
|
178
178
|
no longer exists, or for
|
179
179
|
some model-specific reason. Should robustly handle a <em class="parameter"><code>path</code></em>
|
@@ -203,13 +203,13 @@ longer found in the model!</p>
|
|
203
203
|
</div>
|
204
204
|
<div class="refsect3">
|
205
205
|
<a name="gtk-tree-drag-source-drag-data-delete.returns"></a><h4>Returns</h4>
|
206
|
-
<p> <a href="
|
206
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row was successfully deleted</p>
|
207
207
|
</div>
|
208
208
|
</div>
|
209
209
|
<hr>
|
210
210
|
<div class="refsect2">
|
211
211
|
<a name="gtk-tree-drag-source-drag-data-get"></a><h3>gtk_tree_drag_source_drag_data_get ()</h3>
|
212
|
-
<pre class="programlisting"><a href="
|
212
|
+
<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>
|
213
213
|
gtk_tree_drag_source_drag_data_get (<em class="parameter"><code><a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
214
214
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
215
215
|
<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
@@ -251,13 +251,13 @@ from the dragged row</p></td>
|
|
251
251
|
</div>
|
252
252
|
<div class="refsect3">
|
253
253
|
<a name="gtk-tree-drag-source-drag-data-get.returns"></a><h4>Returns</h4>
|
254
|
-
<p> <a href="
|
254
|
+
<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 data of the required type was provided </p>
|
255
255
|
</div>
|
256
256
|
</div>
|
257
257
|
<hr>
|
258
258
|
<div class="refsect2">
|
259
259
|
<a name="gtk-tree-drag-source-row-draggable"></a><h3>gtk_tree_drag_source_row_draggable ()</h3>
|
260
|
-
<pre class="programlisting"><a href="
|
260
|
+
<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>
|
261
261
|
gtk_tree_drag_source_row_draggable (<em class="parameter"><code><a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
262
262
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
263
263
|
<p>Asks the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> whether a particular row can be used as
|
@@ -287,13 +287,13 @@ this interface, the row is assumed draggable.</p>
|
|
287
287
|
</div>
|
288
288
|
<div class="refsect3">
|
289
289
|
<a name="gtk-tree-drag-source-row-draggable.returns"></a><h4>Returns</h4>
|
290
|
-
<p> <a href="
|
290
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row can be dragged</p>
|
291
291
|
</div>
|
292
292
|
</div>
|
293
293
|
<hr>
|
294
294
|
<div class="refsect2">
|
295
295
|
<a name="gtk-tree-drag-dest-drag-data-received"></a><h3>gtk_tree_drag_dest_drag_data_received ()</h3>
|
296
|
-
<pre class="programlisting"><a href="
|
296
|
+
<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>
|
297
297
|
gtk_tree_drag_dest_drag_data_received (<em class="parameter"><code><a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
298
298
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest</code></em>,
|
299
299
|
<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
@@ -302,8 +302,8 @@ gtk_tree_drag_dest_drag_data_received (<em class="parameter"><code><a class="lin
|
|
302
302
|
deriving the contents of the row from <em class="parameter"><code>selection_data</code></em>
|
303
303
|
. If <em class="parameter"><code>dest</code></em>
|
304
304
|
is
|
305
|
-
outside the tree so that inserting before it is impossible, <a href="
|
306
|
-
will be returned. Also, <a href="
|
305
|
+
outside the tree so that inserting before it is impossible, <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>
|
306
|
+
will be returned. Also, <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> may be returned if the new row is
|
307
307
|
not created for some model-specific reason. Should robustly handle
|
308
308
|
a <em class="parameter"><code>dest</code></em>
|
309
309
|
no longer found in the model!</p>
|
@@ -343,7 +343,7 @@ a <em class="parameter"><code>dest</code></em>
|
|
343
343
|
<hr>
|
344
344
|
<div class="refsect2">
|
345
345
|
<a name="gtk-tree-drag-dest-row-drop-possible"></a><h3>gtk_tree_drag_dest_row_drop_possible ()</h3>
|
346
|
-
<pre class="programlisting"><a href="
|
346
|
+
<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>
|
347
347
|
gtk_tree_drag_dest_row_drop_possible (<em class="parameter"><code><a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
348
348
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest_path</code></em>,
|
349
349
|
<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
@@ -354,7 +354,7 @@ at the same depth as <em class="parameter"><code>dest_path</code></em>
|
|
354
354
|
<em class="parameter"><code>selection_data</code></em>
|
355
355
|
at that location. <em class="parameter"><code>dest_path</code></em>
|
356
356
|
does not have to
|
357
|
-
exist; the return value will almost certainly be <a href="
|
357
|
+
exist; the return value will almost certainly be <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
|
358
358
|
parent of <em class="parameter"><code>dest_path</code></em>
|
359
359
|
doesn’t exist, though.</p>
|
360
360
|
<div class="refsect3">
|
@@ -386,14 +386,14 @@ parent of <em class="parameter"><code>dest_path</code></em>
|
|
386
386
|
</div>
|
387
387
|
<div class="refsect3">
|
388
388
|
<a name="gtk-tree-drag-dest-row-drop-possible.returns"></a><h4>Returns</h4>
|
389
|
-
<p> <a href="
|
389
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a drop is possible before <em class="parameter"><code>dest_path</code></em>
|
390
390
|
</p>
|
391
391
|
</div>
|
392
392
|
</div>
|
393
393
|
<hr>
|
394
394
|
<div class="refsect2">
|
395
395
|
<a name="gtk-tree-set-row-drag-data"></a><h3>gtk_tree_set_row_drag_data ()</h3>
|
396
|
-
<pre class="programlisting"><a href="
|
396
|
+
<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>
|
397
397
|
gtk_tree_set_row_drag_data (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
398
398
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
399
399
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
@@ -429,13 +429,13 @@ in a drag_data_get handler.</p>
|
|
429
429
|
</div>
|
430
430
|
<div class="refsect3">
|
431
431
|
<a name="gtk-tree-set-row-drag-data.returns"></a><h4>Returns</h4>
|
432
|
-
<p> <a href="
|
432
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> had the proper target type to allow us to set a tree row</p>
|
433
433
|
</div>
|
434
434
|
</div>
|
435
435
|
<hr>
|
436
436
|
<div class="refsect2">
|
437
437
|
<a name="gtk-tree-get-row-drag-data"></a><h3>gtk_tree_get_row_drag_data ()</h3>
|
438
|
-
<pre class="programlisting"><a href="
|
438
|
+
<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>
|
439
439
|
gtk_tree_get_row_drag_data (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
440
440
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **tree_model</code></em>,
|
441
441
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>);</pre>
|
@@ -481,7 +481,7 @@ in from the current process. The returned path must be freed with
|
|
481
481
|
</div>
|
482
482
|
<div class="refsect3">
|
483
483
|
<a name="gtk-tree-get-row-drag-data.returns"></a><h4>Returns</h4>
|
484
|
-
<p> <a href="
|
484
|
+
<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>selection_data</code></em>
|
485
485
|
had target type <code class="literal">GTK_TREE_MODEL_ROW</code> and
|
486
486
|
is otherwise valid</p>
|
487
487
|
</div>
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<tbody>
|
42
42
|
<tr>
|
43
43
|
<td class="function_type">
|
44
|
-
<a href="
|
44
|
+
<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>
|
45
45
|
</td>
|
46
46
|
<td class="function_name">
|
47
47
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type" title="gtk_widget_path_append_type ()">gtk_widget_path_append_type</a> <span class="c_punctuation">()</span>
|
@@ -49,7 +49,7 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<td class="function_type">
|
52
|
-
<a href="
|
52
|
+
<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>
|
53
53
|
</td>
|
54
54
|
<td class="function_name">
|
55
55
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-with-siblings" title="gtk_widget_path_append_with_siblings ()">gtk_widget_path_append_with_siblings</a> <span class="c_punctuation">()</span>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
</tr>
|
58
58
|
<tr>
|
59
59
|
<td class="function_type">
|
60
|
-
<a href="
|
60
|
+
<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>
|
61
61
|
</td>
|
62
62
|
<td class="function_name">
|
63
63
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-for-widget" title="gtk_widget_path_append_for_widget ()">gtk_widget_path_append_for_widget</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<a href="
|
100
|
+
<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>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-get-object-type" title="gtk_widget_path_get_object_type ()">gtk_widget_path_get_object_type</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</tr>
|
106
106
|
<tr>
|
107
107
|
<td class="function_type">
|
108
|
-
<a href="
|
108
|
+
<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>
|
109
109
|
</td>
|
110
110
|
<td class="function_name">
|
111
111
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-has-parent" title="gtk_widget_path_has_parent ()">gtk_widget_path_has_parent</a> <span class="c_punctuation">()</span>
|
@@ -113,7 +113,7 @@
|
|
113
113
|
</tr>
|
114
114
|
<tr>
|
115
115
|
<td class="function_type">
|
116
|
-
<a href="
|
116
|
+
<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>
|
117
117
|
</td>
|
118
118
|
<td class="function_name">
|
119
119
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-is-type" title="gtk_widget_path_is_type ()">gtk_widget_path_is_type</a> <span class="c_punctuation">()</span>
|
@@ -152,7 +152,7 @@
|
|
152
152
|
</td>
|
153
153
|
</tr>
|
154
154
|
<tr>
|
155
|
-
<td class="function_type">const <a href="
|
155
|
+
<td class="function_type">const <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> *
|
156
156
|
</td>
|
157
157
|
<td class="function_name">
|
158
158
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-name" title="gtk_widget_path_iter_get_name ()">gtk_widget_path_iter_get_name</a> <span class="c_punctuation">()</span>
|
@@ -167,7 +167,7 @@
|
|
167
167
|
</tr>
|
168
168
|
<tr>
|
169
169
|
<td class="function_type">
|
170
|
-
<a href="
|
170
|
+
<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>
|
171
171
|
</td>
|
172
172
|
<td class="function_name">
|
173
173
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-object-type" title="gtk_widget_path_iter_get_object_type ()">gtk_widget_path_iter_get_object_type</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#guint"><span class="returnvalue">guint</span></a>
|
186
186
|
</td>
|
187
187
|
<td class="function_name">
|
188
188
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-sibling-index" title="gtk_widget_path_iter_get_sibling_index ()">gtk_widget_path_iter_get_sibling_index</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="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-class" title="gtk_widget_path_iter_has_class ()">gtk_widget_path_iter_has_class</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="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-name" title="gtk_widget_path_iter_has_name ()">gtk_widget_path_iter_has_name</a> <span class="c_punctuation">()</span>
|
@@ -214,7 +214,7 @@
|
|
214
214
|
</tr>
|
215
215
|
<tr>
|
216
216
|
<td class="function_type">
|
217
|
-
<a href="
|
217
|
+
<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>
|
218
218
|
</td>
|
219
219
|
<td class="function_name">
|
220
220
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-qclass" title="gtk_widget_path_iter_has_qclass ()">gtk_widget_path_iter_has_qclass</a> <span class="c_punctuation">()</span>
|
@@ -222,7 +222,7 @@
|
|
222
222
|
</tr>
|
223
223
|
<tr>
|
224
224
|
<td class="function_type">
|
225
|
-
<a href="
|
225
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
226
226
|
</td>
|
227
227
|
<td class="function_name">
|
228
228
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-qname" title="gtk_widget_path_iter_has_qname ()">gtk_widget_path_iter_has_qname</a> <span class="c_punctuation">()</span>
|
@@ -230,7 +230,7 @@
|
|
230
230
|
</tr>
|
231
231
|
<tr>
|
232
232
|
<td class="function_type">
|
233
|
-
<a href="
|
233
|
+
<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>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-qregion" title="gtk_widget_path_iter_has_qregion ()">gtk_widget_path_iter_has_qregion</a> <span class="c_punctuation">()</span>
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</tr>
|
239
239
|
<tr>
|
240
240
|
<td class="function_type">
|
241
|
-
<a href="
|
241
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
242
242
|
</td>
|
243
243
|
<td class="function_name">
|
244
244
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-region" title="gtk_widget_path_iter_has_region ()">gtk_widget_path_iter_has_region</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-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-list-classes" title="gtk_widget_path_iter_list_classes ()">gtk_widget_path_iter_list_classes</a> <span class="c_punctuation">()</span>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="function_type">
|
257
|
-
<a href="
|
257
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
258
258
|
</td>
|
259
259
|
<td class="function_name">
|
260
260
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-list-regions" title="gtk_widget_path_iter_list_regions ()">gtk_widget_path_iter_list_regions</a> <span class="c_punctuation">()</span>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
</tr>
|
311
311
|
<tr>
|
312
312
|
<td class="function_type">
|
313
|
-
<a href="
|
313
|
+
<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>
|
314
314
|
</td>
|
315
315
|
<td class="function_name">
|
316
316
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-length" title="gtk_widget_path_length ()">gtk_widget_path_length</a> <span class="c_punctuation">()</span>
|
@@ -385,13 +385,13 @@ updated on widget hierarchy changes.</p>
|
|
385
385
|
5
|
386
386
|
6
|
387
387
|
7</pre></td>
|
388
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
389
|
-
|
388
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">{</span>
|
389
|
+
GtkWidgetPath <span class="gtkdoc opt">*</span>path<span class="gtkdoc opt">;</span>
|
390
390
|
|
391
|
-
|
392
|
-
<span class="
|
393
|
-
<span class="
|
394
|
-
<span class="
|
391
|
+
path <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-new">gtk_widget_path_new</a></span> <span class="gtkdoc opt">();</span>
|
392
|
+
<span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type">gtk_widget_path_append_type</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> GTK_TYPE_WINDOW<span class="gtkdoc opt">);</span>
|
393
|
+
<span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type">gtk_widget_path_append_type</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> GTK_TYPE_BUTTON<span class="gtkdoc opt">);</span>
|
394
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
395
395
|
</tr>
|
396
396
|
</tbody>
|
397
397
|
</table>
|
@@ -420,18 +420,18 @@ types) and intermediate regions may be included:</p>
|
|
420
420
|
10
|
421
421
|
11
|
422
422
|
12</pre></td>
|
423
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
424
|
-
|
425
|
-
|
423
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">{</span>
|
424
|
+
GtkWidgetPath <span class="gtkdoc opt">*</span>path<span class="gtkdoc opt">;</span>
|
425
|
+
guint pos<span class="gtkdoc opt">;</span>
|
426
426
|
|
427
|
-
|
427
|
+
path <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-new">gtk_widget_path_new</a></span> <span class="gtkdoc opt">();</span>
|
428
428
|
|
429
|
-
|
430
|
-
<span class="
|
429
|
+
pos <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type">gtk_widget_path_append_type</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> GTK_TYPE_NOTEBOOK<span class="gtkdoc opt">);</span>
|
430
|
+
<span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-add-region">gtk_widget_path_iter_add_region</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">,</span> <span class="string">"tab"</span><span class="gtkdoc opt">,</span> GTK_REGION_EVEN <span class="gtkdoc opt">|</span> GTK_REGION_FIRST<span class="gtkdoc opt">);</span>
|
431
431
|
|
432
|
-
|
433
|
-
<span class="
|
434
|
-
<span class="
|
432
|
+
pos <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type">gtk_widget_path_append_type</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> GTK_TYPE_LABEL<span class="gtkdoc opt">);</span>
|
433
|
+
<span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-name">gtk_widget_path_iter_set_name</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">,</span> <span class="string">"first tab label"</span><span class="gtkdoc opt">);</span>
|
434
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
435
435
|
</tr>
|
436
436
|
</tbody>
|
437
437
|
</table>
|
@@ -446,9 +446,9 @@ that applies to the described widget.</p>
|
|
446
446
|
<a name="gtk3-GtkWidgetPath.functions_details"></a><h2>Functions</h2>
|
447
447
|
<div class="refsect2">
|
448
448
|
<a name="gtk-widget-path-append-type"></a><h3>gtk_widget_path_append_type ()</h3>
|
449
|
-
<pre class="programlisting"><a href="
|
449
|
+
<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>
|
450
450
|
gtk_widget_path_append_type (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
451
|
-
<em class="parameter"><code><a href="
|
451
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
452
452
|
<p>Appends a widget type to the widget hierarchy represented by <em class="parameter"><code>path</code></em>
|
453
453
|
.</p>
|
454
454
|
<div class="refsect3">
|
@@ -482,10 +482,10 @@ gtk_widget_path_append_type (<em class="parameter"><code><a class="link" href="g
|
|
482
482
|
<hr>
|
483
483
|
<div class="refsect2">
|
484
484
|
<a name="gtk-widget-path-append-with-siblings"></a><h3>gtk_widget_path_append_with_siblings ()</h3>
|
485
|
-
<pre class="programlisting"><a href="
|
485
|
+
<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>
|
486
486
|
gtk_widget_path_append_with_siblings (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
487
487
|
<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *siblings</code></em>,
|
488
|
-
<em class="parameter"><code><a href="
|
488
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> sibling_index</code></em>);</pre>
|
489
489
|
<p>Appends a widget type with all its siblings to the widget hierarchy
|
490
490
|
represented by <em class="parameter"><code>path</code></em>
|
491
491
|
. Using this function instead of
|
@@ -535,7 +535,7 @@ positioned.</p></td>
|
|
535
535
|
<hr>
|
536
536
|
<div class="refsect2">
|
537
537
|
<a name="gtk-widget-path-append-for-widget"></a><h3>gtk_widget_path_append_for_widget ()</h3>
|
538
|
-
<pre class="programlisting"><a href="
|
538
|
+
<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>
|
539
539
|
gtk_widget_path_append_for_widget (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
540
540
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
541
541
|
<p>Appends the data from <em class="parameter"><code>widget</code></em>
|
@@ -687,7 +687,7 @@ if the reference count reaches 0.</p>
|
|
687
687
|
<hr>
|
688
688
|
<div class="refsect2">
|
689
689
|
<a name="gtk-widget-path-get-object-type"></a><h3>gtk_widget_path_get_object_type ()</h3>
|
690
|
-
<pre class="programlisting"><a href="
|
690
|
+
<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>
|
691
691
|
gtk_widget_path_get_object_type (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>);</pre>
|
692
692
|
<p>Returns the topmost object type, that is, the object type this path
|
693
693
|
is representing.</p>
|
@@ -715,10 +715,10 @@ is representing.</p>
|
|
715
715
|
<hr>
|
716
716
|
<div class="refsect2">
|
717
717
|
<a name="gtk-widget-path-has-parent"></a><h3>gtk_widget_path_has_parent ()</h3>
|
718
|
-
<pre class="programlisting"><a href="
|
718
|
+
<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>
|
719
719
|
gtk_widget_path_has_parent (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
720
|
-
<em class="parameter"><code><a href="
|
721
|
-
<p>Returns <a href="
|
720
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
721
|
+
<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 any of the parents of the widget represented
|
722
722
|
in <em class="parameter"><code>path</code></em>
|
723
723
|
is of type <em class="parameter"><code>type</code></em>
|
724
724
|
, or any subtype of it.</p>
|
@@ -746,7 +746,7 @@ in <em class="parameter"><code>path</code></em>
|
|
746
746
|
</div>
|
747
747
|
<div class="refsect3">
|
748
748
|
<a name="gtk-widget-path-has-parent.returns"></a><h4>Returns</h4>
|
749
|
-
<p> <a href="
|
749
|
+
<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 any parent is of type <em class="parameter"><code>type</code></em>
|
750
750
|
</p>
|
751
751
|
</div>
|
752
752
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -754,10 +754,10 @@ in <em class="parameter"><code>path</code></em>
|
|
754
754
|
<hr>
|
755
755
|
<div class="refsect2">
|
756
756
|
<a name="gtk-widget-path-is-type"></a><h3>gtk_widget_path_is_type ()</h3>
|
757
|
-
<pre class="programlisting"><a href="
|
757
|
+
<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>
|
758
758
|
gtk_widget_path_is_type (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
759
|
-
<em class="parameter"><code><a href="
|
760
|
-
<p>Returns <a href="
|
759
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
760
|
+
<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 widget type represented by this path
|
761
761
|
is <em class="parameter"><code>type</code></em>
|
762
762
|
, or a subtype of it.</p>
|
763
763
|
<div class="refsect3">
|
@@ -784,7 +784,7 @@ is <em class="parameter"><code>type</code></em>
|
|
784
784
|
</div>
|
785
785
|
<div class="refsect3">
|
786
786
|
<a name="gtk-widget-path-is-type.returns"></a><h4>Returns</h4>
|
787
|
-
<p> <a href="
|
787
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget represented by <em class="parameter"><code>path</code></em>
|
788
788
|
is of type <em class="parameter"><code>type</code></em>
|
789
789
|
</p>
|
790
790
|
</div>
|
@@ -795,8 +795,8 @@ is of type <em class="parameter"><code>type</code></em>
|
|
795
795
|
<a name="gtk-widget-path-iter-add-class"></a><h3>gtk_widget_path_iter_add_class ()</h3>
|
796
796
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
797
797
|
gtk_widget_path_iter_add_class (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
798
|
-
<em class="parameter"><code><a href="
|
799
|
-
<em class="parameter"><code>const <a href="
|
798
|
+
<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> pos</code></em>,
|
799
|
+
<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> *name</code></em>);</pre>
|
800
800
|
<p>Adds the class <em class="parameter"><code>name</code></em>
|
801
801
|
to the widget at position <em class="parameter"><code>pos</code></em>
|
802
802
|
in
|
@@ -837,8 +837,8 @@ the hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
837
837
|
<a name="gtk-widget-path-iter-add-region"></a><h3>gtk_widget_path_iter_add_region ()</h3>
|
838
838
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
839
839
|
gtk_widget_path_iter_add_region (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
840
|
-
<em class="parameter"><code><a href="
|
841
|
-
<em class="parameter"><code>const <a href="
|
840
|
+
<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> pos</code></em>,
|
841
|
+
<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> *name</code></em>,
|
842
842
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> flags</code></em>);</pre>
|
843
843
|
<div class="warning">
|
844
844
|
<p><code class="literal">gtk_widget_path_iter_add_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
@@ -891,7 +891,7 @@ and “-”, starting always with a lowercase letter.</p>
|
|
891
891
|
<a name="gtk-widget-path-iter-clear-classes"></a><h3>gtk_widget_path_iter_clear_classes ()</h3>
|
892
892
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
893
893
|
gtk_widget_path_iter_clear_classes (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
894
|
-
<em class="parameter"><code><a href="
|
894
|
+
<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> pos</code></em>);</pre>
|
895
895
|
<p>Removes all classes from the widget at position <em class="parameter"><code>pos</code></em>
|
896
896
|
in the
|
897
897
|
hierarchy defined in <em class="parameter"><code>path</code></em>
|
@@ -925,7 +925,7 @@ hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
925
925
|
<a name="gtk-widget-path-iter-clear-regions"></a><h3>gtk_widget_path_iter_clear_regions ()</h3>
|
926
926
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
927
927
|
gtk_widget_path_iter_clear_regions (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
928
|
-
<em class="parameter"><code><a href="
|
928
|
+
<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> pos</code></em>);</pre>
|
929
929
|
<div class="warning">
|
930
930
|
<p><code class="literal">gtk_widget_path_iter_clear_regions</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
931
931
|
<p>The use of regions is deprecated.</p>
|
@@ -961,9 +961,9 @@ hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
961
961
|
<hr>
|
962
962
|
<div class="refsect2">
|
963
963
|
<a name="gtk-widget-path-iter-get-name"></a><h3>gtk_widget_path_iter_get_name ()</h3>
|
964
|
-
<pre class="programlisting">const <a href="
|
964
|
+
<pre class="programlisting">const <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> *
|
965
965
|
gtk_widget_path_iter_get_name (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
966
|
-
<em class="parameter"><code><a href="
|
966
|
+
<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> pos</code></em>);</pre>
|
967
967
|
<p>Returns the name corresponding to the widget found at
|
968
968
|
the position <em class="parameter"><code>pos</code></em>
|
969
969
|
in the widget hierarchy defined by
|
@@ -993,7 +993,8 @@ the position <em class="parameter"><code>pos</code></em>
|
|
993
993
|
</div>
|
994
994
|
<div class="refsect3">
|
995
995
|
<a name="gtk-widget-path-iter-get-name.returns"></a><h4>Returns</h4>
|
996
|
-
<p> The widget name, or <a href="
|
996
|
+
<p> The widget 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> if none was set. </p>
|
997
|
+
<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>]</span></p>
|
997
998
|
</div>
|
998
999
|
</div>
|
999
1000
|
<hr>
|
@@ -1001,7 +1002,7 @@ the position <em class="parameter"><code>pos</code></em>
|
|
1001
1002
|
<a name="gtk-widget-path-iter-get-object-name"></a><h3>gtk_widget_path_iter_get_object_name ()</h3>
|
1002
1003
|
<pre class="programlisting">const <span class="returnvalue">char</span> *
|
1003
1004
|
gtk_widget_path_iter_get_object_name (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1004
|
-
<em class="parameter"><code><a href="
|
1005
|
+
<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> pos</code></em>);</pre>
|
1005
1006
|
<p>Returns the object name that is at position <em class="parameter"><code>pos</code></em>
|
1006
1007
|
in the widget
|
1007
1008
|
hierarchy defined in <em class="parameter"><code>path</code></em>
|
@@ -1030,17 +1031,18 @@ hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
1030
1031
|
</div>
|
1031
1032
|
<div class="refsect3">
|
1032
1033
|
<a name="gtk-widget-path-iter-get-object-name.returns"></a><h4>Returns</h4>
|
1033
|
-
<p> the name or <a href="
|
1034
|
+
<p> the 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>
|
1035
|
+
<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>]</span></p>
|
1034
1036
|
</div>
|
1035
1037
|
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
1036
1038
|
</div>
|
1037
1039
|
<hr>
|
1038
1040
|
<div class="refsect2">
|
1039
1041
|
<a name="gtk-widget-path-iter-get-object-type"></a><h3>gtk_widget_path_iter_get_object_type ()</h3>
|
1040
|
-
<pre class="programlisting"><a href="
|
1042
|
+
<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>
|
1041
1043
|
gtk_widget_path_iter_get_object_type (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1042
|
-
<em class="parameter"><code><a href="
|
1043
|
-
<p>Returns the object <a href="
|
1044
|
+
<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> pos</code></em>);</pre>
|
1045
|
+
<p>Returns the object <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> that is at position <em class="parameter"><code>pos</code></em>
|
1044
1046
|
in the widget
|
1045
1047
|
hierarchy defined in <em class="parameter"><code>path</code></em>
|
1046
1048
|
.</p>
|
@@ -1077,10 +1079,10 @@ hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
1077
1079
|
<a name="gtk-widget-path-iter-get-siblings"></a><h3>gtk_widget_path_iter_get_siblings ()</h3>
|
1078
1080
|
<pre class="programlisting">const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="returnvalue">GtkWidgetPath</span></a> *
|
1079
1081
|
gtk_widget_path_iter_get_siblings (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1080
|
-
<em class="parameter"><code><a href="
|
1082
|
+
<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> pos</code></em>);</pre>
|
1081
1083
|
<p>Returns the list of siblings for the element at <em class="parameter"><code>pos</code></em>
|
1082
1084
|
. If the element
|
1083
|
-
was not added with siblings, <a href="
|
1085
|
+
was not added with siblings, <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>
|
1084
1086
|
<div class="refsect3">
|
1085
1087
|
<a name="gtk-widget-path-iter-get-siblings.parameters"></a><h4>Parameters</h4>
|
1086
1088
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1105,21 +1107,21 @@ was not added with siblings, <a href="https://developer.gnome.org/glib/unstable/
|
|
1105
1107
|
</div>
|
1106
1108
|
<div class="refsect3">
|
1107
1109
|
<a name="gtk-widget-path-iter-get-siblings.returns"></a><h4>Returns</h4>
|
1108
|
-
<p> <a href="
|
1110
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the list of siblings for the element at <em class="parameter"><code>pos</code></em>
|
1109
1111
|
.</p>
|
1110
1112
|
</div>
|
1111
1113
|
</div>
|
1112
1114
|
<hr>
|
1113
1115
|
<div class="refsect2">
|
1114
1116
|
<a name="gtk-widget-path-iter-get-sibling-index"></a><h3>gtk_widget_path_iter_get_sibling_index ()</h3>
|
1115
|
-
<pre class="programlisting"><a href="
|
1117
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
1116
1118
|
gtk_widget_path_iter_get_sibling_index
|
1117
1119
|
(<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1118
|
-
<em class="parameter"><code><a href="
|
1120
|
+
<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> pos</code></em>);</pre>
|
1119
1121
|
<p>Returns the index into the list of siblings for the element at <em class="parameter"><code>pos</code></em>
|
1120
1122
|
as
|
1121
1123
|
returned by <a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-siblings" title="gtk_widget_path_iter_get_siblings ()"><code class="function">gtk_widget_path_iter_get_siblings()</code></a>. If that function would
|
1122
|
-
return <a href="
|
1124
|
+
return <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> because the element at <em class="parameter"><code>pos</code></em>
|
1123
1125
|
has no siblings, this function
|
1124
1126
|
will return 0.</p>
|
1125
1127
|
<div class="refsect3">
|
@@ -1155,7 +1157,7 @@ will return 0.</p>
|
|
1155
1157
|
<a name="gtk-widget-path-iter-get-state"></a><h3>gtk_widget_path_iter_get_state ()</h3>
|
1156
1158
|
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="returnvalue">GtkStateFlags</span></a>
|
1157
1159
|
gtk_widget_path_iter_get_state (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1158
|
-
<em class="parameter"><code><a href="
|
1160
|
+
<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> pos</code></em>);</pre>
|
1159
1161
|
<p>Returns the state flags corresponding to the widget found at
|
1160
1162
|
the position <em class="parameter"><code>pos</code></em>
|
1161
1163
|
in the widget hierarchy defined by
|
@@ -1192,14 +1194,14 @@ the position <em class="parameter"><code>pos</code></em>
|
|
1192
1194
|
<hr>
|
1193
1195
|
<div class="refsect2">
|
1194
1196
|
<a name="gtk-widget-path-iter-has-class"></a><h3>gtk_widget_path_iter_has_class ()</h3>
|
1195
|
-
<pre class="programlisting"><a href="
|
1197
|
+
<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>
|
1196
1198
|
gtk_widget_path_iter_has_class (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1197
|
-
<em class="parameter"><code><a href="
|
1198
|
-
<em class="parameter"><code>const <a href="
|
1199
|
-
<p>Returns <a href="
|
1199
|
+
<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> pos</code></em>,
|
1200
|
+
<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> *name</code></em>);</pre>
|
1201
|
+
<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 widget at position <em class="parameter"><code>pos</code></em>
|
1200
1202
|
has the class <em class="parameter"><code>name</code></em>
|
1201
1203
|
|
1202
|
-
defined, <a href="
|
1204
|
+
defined, <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>
|
1203
1205
|
<div class="refsect3">
|
1204
1206
|
<a name="gtk-widget-path-iter-has-class.parameters"></a><h4>Parameters</h4>
|
1205
1207
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1229,7 +1231,7 @@ defined, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros
|
|
1229
1231
|
</div>
|
1230
1232
|
<div class="refsect3">
|
1231
1233
|
<a name="gtk-widget-path-iter-has-class.returns"></a><h4>Returns</h4>
|
1232
|
-
<p> <a href="
|
1234
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the class <em class="parameter"><code>name</code></em>
|
1233
1235
|
is defined for the widget at <em class="parameter"><code>pos</code></em>
|
1234
1236
|
</p>
|
1235
1237
|
</div>
|
@@ -1238,14 +1240,14 @@ is defined for the widget at <em class="parameter"><code>pos</code></em>
|
|
1238
1240
|
<hr>
|
1239
1241
|
<div class="refsect2">
|
1240
1242
|
<a name="gtk-widget-path-iter-has-name"></a><h3>gtk_widget_path_iter_has_name ()</h3>
|
1241
|
-
<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#gboolean"><span class="returnvalue">gboolean</span></a>
|
1242
1244
|
gtk_widget_path_iter_has_name (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1243
|
-
<em class="parameter"><code><a href="
|
1244
|
-
<em class="parameter"><code>const <a href="
|
1245
|
-
<p>Returns <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> pos</code></em>,
|
1246
|
+
<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> *name</code></em>);</pre>
|
1247
|
+
<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 widget at position <em class="parameter"><code>pos</code></em>
|
1246
1248
|
has the name <em class="parameter"><code>name</code></em>
|
1247
1249
|
,
|
1248
|
-
<a href="
|
1250
|
+
<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>
|
1249
1251
|
<div class="refsect3">
|
1250
1252
|
<a name="gtk-widget-path-iter-has-name.parameters"></a><h4>Parameters</h4>
|
1251
1253
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1275,7 +1277,7 @@ gtk_widget_path_iter_has_name (<em class="parameter"><code>const <a class="link"
|
|
1275
1277
|
</div>
|
1276
1278
|
<div class="refsect3">
|
1277
1279
|
<a name="gtk-widget-path-iter-has-name.returns"></a><h4>Returns</h4>
|
1278
|
-
<p> <a href="
|
1280
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget at <em class="parameter"><code>pos</code></em>
|
1279
1281
|
has this name</p>
|
1280
1282
|
</div>
|
1281
1283
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1283,10 +1285,10 @@ has this name</p>
|
|
1283
1285
|
<hr>
|
1284
1286
|
<div class="refsect2">
|
1285
1287
|
<a name="gtk-widget-path-iter-has-qclass"></a><h3>gtk_widget_path_iter_has_qclass ()</h3>
|
1286
|
-
<pre class="programlisting"><a href="
|
1288
|
+
<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>
|
1287
1289
|
gtk_widget_path_iter_has_qclass (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1288
|
-
<em class="parameter"><code><a href="
|
1289
|
-
<em class="parameter"><code><a href="
|
1290
|
+
<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> pos</code></em>,
|
1291
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> qname</code></em>);</pre>
|
1290
1292
|
<p>See <a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-class" title="gtk_widget_path_iter_has_class ()"><code class="function">gtk_widget_path_iter_has_class()</code></a>. This is a version that operates
|
1291
1293
|
with GQuarks.</p>
|
1292
1294
|
<div class="refsect3">
|
@@ -1310,7 +1312,7 @@ with GQuarks.</p>
|
|
1310
1312
|
</tr>
|
1311
1313
|
<tr>
|
1312
1314
|
<td class="parameter_name"><p>qname</p></td>
|
1313
|
-
<td class="parameter_description"><p>class name as a <a href="
|
1315
|
+
<td class="parameter_description"><p>class name as a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a></p></td>
|
1314
1316
|
<td class="parameter_annotations"> </td>
|
1315
1317
|
</tr>
|
1316
1318
|
</tbody>
|
@@ -1318,7 +1320,7 @@ with GQuarks.</p>
|
|
1318
1320
|
</div>
|
1319
1321
|
<div class="refsect3">
|
1320
1322
|
<a name="gtk-widget-path-iter-has-qclass.returns"></a><h4>Returns</h4>
|
1321
|
-
<p> <a href="
|
1323
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget at <em class="parameter"><code>pos</code></em>
|
1322
1324
|
has the class defined.</p>
|
1323
1325
|
</div>
|
1324
1326
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1326,12 +1328,12 @@ has the class defined.</p>
|
|
1326
1328
|
<hr>
|
1327
1329
|
<div class="refsect2">
|
1328
1330
|
<a name="gtk-widget-path-iter-has-qname"></a><h3>gtk_widget_path_iter_has_qname ()</h3>
|
1329
|
-
<pre class="programlisting"><a href="
|
1331
|
+
<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>
|
1330
1332
|
gtk_widget_path_iter_has_qname (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1331
|
-
<em class="parameter"><code><a href="
|
1332
|
-
<em class="parameter"><code><a href="
|
1333
|
+
<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> pos</code></em>,
|
1334
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> qname</code></em>);</pre>
|
1333
1335
|
<p>See <a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-has-name" title="gtk_widget_path_iter_has_name ()"><code class="function">gtk_widget_path_iter_has_name()</code></a>. This is a version
|
1334
|
-
that operates on <a href="
|
1336
|
+
that operates on <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuarks</span></a>.</p>
|
1335
1337
|
<div class="refsect3">
|
1336
1338
|
<a name="gtk-widget-path-iter-has-qname.parameters"></a><h4>Parameters</h4>
|
1337
1339
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1353,7 +1355,7 @@ that operates on <a href="https://developer.gnome.org/glib/unstable/glib-Quarks.
|
|
1353
1355
|
</tr>
|
1354
1356
|
<tr>
|
1355
1357
|
<td class="parameter_name"><p>qname</p></td>
|
1356
|
-
<td class="parameter_description"><p>widget name as a <a href="
|
1358
|
+
<td class="parameter_description"><p>widget name as a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a></p></td>
|
1357
1359
|
<td class="parameter_annotations"> </td>
|
1358
1360
|
</tr>
|
1359
1361
|
</tbody>
|
@@ -1361,7 +1363,7 @@ that operates on <a href="https://developer.gnome.org/glib/unstable/glib-Quarks.
|
|
1361
1363
|
</div>
|
1362
1364
|
<div class="refsect3">
|
1363
1365
|
<a name="gtk-widget-path-iter-has-qname.returns"></a><h4>Returns</h4>
|
1364
|
-
<p> <a href="
|
1366
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget at <em class="parameter"><code>pos</code></em>
|
1365
1367
|
has this name</p>
|
1366
1368
|
</div>
|
1367
1369
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1369,10 +1371,10 @@ has this name</p>
|
|
1369
1371
|
<hr>
|
1370
1372
|
<div class="refsect2">
|
1371
1373
|
<a name="gtk-widget-path-iter-has-qregion"></a><h3>gtk_widget_path_iter_has_qregion ()</h3>
|
1372
|
-
<pre class="programlisting"><a href="
|
1374
|
+
<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>
|
1373
1375
|
gtk_widget_path_iter_has_qregion (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1374
|
-
<em class="parameter"><code><a href="
|
1375
|
-
<em class="parameter"><code><a href="
|
1376
|
+
<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> pos</code></em>,
|
1377
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a> qname</code></em>,
|
1376
1378
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> *flags</code></em>);</pre>
|
1377
1379
|
<div class="warning">
|
1378
1380
|
<p><code class="literal">gtk_widget_path_iter_has_qregion</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
@@ -1401,7 +1403,7 @@ with GQuarks.</p>
|
|
1401
1403
|
</tr>
|
1402
1404
|
<tr>
|
1403
1405
|
<td class="parameter_name"><p>qname</p></td>
|
1404
|
-
<td class="parameter_description"><p>region name as a <a href="
|
1406
|
+
<td class="parameter_description"><p>region name as a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a></p></td>
|
1405
1407
|
<td class="parameter_annotations"> </td>
|
1406
1408
|
</tr>
|
1407
1409
|
<tr>
|
@@ -1414,7 +1416,7 @@ with GQuarks.</p>
|
|
1414
1416
|
</div>
|
1415
1417
|
<div class="refsect3">
|
1416
1418
|
<a name="gtk-widget-path-iter-has-qregion.returns"></a><h4>Returns</h4>
|
1417
|
-
<p> <a href="
|
1419
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget at <em class="parameter"><code>pos</code></em>
|
1418
1420
|
has the region defined.</p>
|
1419
1421
|
</div>
|
1420
1422
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1422,19 +1424,19 @@ has the region defined.</p>
|
|
1422
1424
|
<hr>
|
1423
1425
|
<div class="refsect2">
|
1424
1426
|
<a name="gtk-widget-path-iter-has-region"></a><h3>gtk_widget_path_iter_has_region ()</h3>
|
1425
|
-
<pre class="programlisting"><a href="
|
1427
|
+
<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>
|
1426
1428
|
gtk_widget_path_iter_has_region (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1427
|
-
<em class="parameter"><code><a href="
|
1428
|
-
<em class="parameter"><code>const <a href="
|
1429
|
+
<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> pos</code></em>,
|
1430
|
+
<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> *name</code></em>,
|
1429
1431
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> *flags</code></em>);</pre>
|
1430
1432
|
<div class="warning">
|
1431
1433
|
<p><code class="literal">gtk_widget_path_iter_has_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
1432
1434
|
<p>The use of regions is deprecated.</p>
|
1433
1435
|
</div>
|
1434
|
-
<p>Returns <a href="
|
1436
|
+
<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 widget at position <em class="parameter"><code>pos</code></em>
|
1435
1437
|
has the class <em class="parameter"><code>name</code></em>
|
1436
1438
|
|
1437
|
-
defined, <a href="
|
1439
|
+
defined, <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>
|
1438
1440
|
<div class="refsect3">
|
1439
1441
|
<a name="gtk-widget-path-iter-has-region.parameters"></a><h4>Parameters</h4>
|
1440
1442
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1469,7 +1471,7 @@ defined, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros
|
|
1469
1471
|
</div>
|
1470
1472
|
<div class="refsect3">
|
1471
1473
|
<a name="gtk-widget-path-iter-has-region.returns"></a><h4>Returns</h4>
|
1472
|
-
<p> <a href="
|
1474
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the class <em class="parameter"><code>name</code></em>
|
1473
1475
|
is defined for the widget at <em class="parameter"><code>pos</code></em>
|
1474
1476
|
</p>
|
1475
1477
|
</div>
|
@@ -1478,9 +1480,9 @@ is defined for the widget at <em class="parameter"><code>pos</code></em>
|
|
1478
1480
|
<hr>
|
1479
1481
|
<div class="refsect2">
|
1480
1482
|
<a name="gtk-widget-path-iter-list-classes"></a><h3>gtk_widget_path_iter_list_classes ()</h3>
|
1481
|
-
<pre class="programlisting"><a href="
|
1483
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1482
1484
|
gtk_widget_path_iter_list_classes (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1483
|
-
<em class="parameter"><code><a href="
|
1485
|
+
<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> pos</code></em>);</pre>
|
1484
1486
|
<p>Returns a list with all the class names defined for the widget
|
1485
1487
|
at position <em class="parameter"><code>pos</code></em>
|
1486
1488
|
in the hierarchy defined in <em class="parameter"><code>path</code></em>
|
@@ -1510,8 +1512,8 @@ at position <em class="parameter"><code>pos</code></em>
|
|
1510
1512
|
<div class="refsect3">
|
1511
1513
|
<a name="gtk-widget-path-iter-list-classes.returns"></a><h4>Returns</h4>
|
1512
1514
|
<p> The list of
|
1513
|
-
classes, This is a list of strings, the <a href="
|
1514
|
-
are owned by GTK+, but you should use <a href="
|
1515
|
+
classes, This is a list of strings, the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> contents
|
1516
|
+
are owned by GTK+, but you should use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a> to
|
1515
1517
|
free the list itself. </p>
|
1516
1518
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
1517
1519
|
</div>
|
@@ -1520,9 +1522,9 @@ free the list itself. </p>
|
|
1520
1522
|
<hr>
|
1521
1523
|
<div class="refsect2">
|
1522
1524
|
<a name="gtk-widget-path-iter-list-regions"></a><h3>gtk_widget_path_iter_list_regions ()</h3>
|
1523
|
-
<pre class="programlisting"><a href="
|
1525
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1524
1526
|
gtk_widget_path_iter_list_regions (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1525
|
-
<em class="parameter"><code><a href="
|
1527
|
+
<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> pos</code></em>);</pre>
|
1526
1528
|
<div class="warning">
|
1527
1529
|
<p><code class="literal">gtk_widget_path_iter_list_regions</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
1528
1530
|
<p>The use of regions is deprecated.</p>
|
@@ -1556,8 +1558,8 @@ at position <em class="parameter"><code>pos</code></em>
|
|
1556
1558
|
<div class="refsect3">
|
1557
1559
|
<a name="gtk-widget-path-iter-list-regions.returns"></a><h4>Returns</h4>
|
1558
1560
|
<p> The list of
|
1559
|
-
regions, This is a list of strings, the <a href="
|
1560
|
-
are owned by GTK+, but you should use <a href="
|
1561
|
+
regions, This is a list of strings, the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> contents
|
1562
|
+
are owned by GTK+, but you should use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a> to
|
1561
1563
|
free the list itself. </p>
|
1562
1564
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
1563
1565
|
</div>
|
@@ -1568,8 +1570,8 @@ free the list itself. </p>
|
|
1568
1570
|
<a name="gtk-widget-path-iter-remove-class"></a><h3>gtk_widget_path_iter_remove_class ()</h3>
|
1569
1571
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1570
1572
|
gtk_widget_path_iter_remove_class (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1571
|
-
<em class="parameter"><code><a href="
|
1572
|
-
<em class="parameter"><code>const <a href="
|
1573
|
+
<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> pos</code></em>,
|
1574
|
+
<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> *name</code></em>);</pre>
|
1573
1575
|
<p>Removes the class <em class="parameter"><code>name</code></em>
|
1574
1576
|
from the widget at position <em class="parameter"><code>pos</code></em>
|
1575
1577
|
in
|
@@ -1609,8 +1611,8 @@ the hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
1609
1611
|
<a name="gtk-widget-path-iter-remove-region"></a><h3>gtk_widget_path_iter_remove_region ()</h3>
|
1610
1612
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1611
1613
|
gtk_widget_path_iter_remove_region (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1612
|
-
<em class="parameter"><code><a href="
|
1613
|
-
<em class="parameter"><code>const <a href="
|
1614
|
+
<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> pos</code></em>,
|
1615
|
+
<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> *name</code></em>);</pre>
|
1614
1616
|
<div class="warning">
|
1615
1617
|
<p><code class="literal">gtk_widget_path_iter_remove_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
1616
1618
|
<p>The use of regions is deprecated.</p>
|
@@ -1654,8 +1656,8 @@ the hierarchy defined in <em class="parameter"><code>path</code></em>
|
|
1654
1656
|
<a name="gtk-widget-path-iter-set-name"></a><h3>gtk_widget_path_iter_set_name ()</h3>
|
1655
1657
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1656
1658
|
gtk_widget_path_iter_set_name (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1657
|
-
<em class="parameter"><code><a href="
|
1658
|
-
<em class="parameter"><code>const <a href="
|
1659
|
+
<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> pos</code></em>,
|
1660
|
+
<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> *name</code></em>);</pre>
|
1659
1661
|
<p>Sets the widget name for the widget found at position <em class="parameter"><code>pos</code></em>
|
1660
1662
|
|
1661
1663
|
in the widget hierarchy defined by <em class="parameter"><code>path</code></em>
|
@@ -1694,7 +1696,7 @@ in the widget hierarchy defined by <em class="parameter"><code>path</code></em>
|
|
1694
1696
|
<a name="gtk-widget-path-iter-set-object-name"></a><h3>gtk_widget_path_iter_set_object_name ()</h3>
|
1695
1697
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1696
1698
|
gtk_widget_path_iter_set_object_name (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1697
|
-
<em class="parameter"><code><a href="
|
1699
|
+
<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> pos</code></em>,
|
1698
1700
|
<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
|
1699
1701
|
<p>Sets the object name for a given position in the widget hierarchy
|
1700
1702
|
defined by <em class="parameter"><code>path</code></em>
|
@@ -1722,7 +1724,7 @@ CSS.</p>
|
|
1722
1724
|
</tr>
|
1723
1725
|
<tr>
|
1724
1726
|
<td class="parameter_name"><p>name</p></td>
|
1725
|
-
<td class="parameter_description"><p> object name to set or <a href="
|
1727
|
+
<td class="parameter_description"><p> object name to set or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset. </p></td>
|
1726
1728
|
<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>
|
1727
1729
|
</tr>
|
1728
1730
|
</tbody>
|
@@ -1735,8 +1737,8 @@ CSS.</p>
|
|
1735
1737
|
<a name="gtk-widget-path-iter-set-object-type"></a><h3>gtk_widget_path_iter_set_object_type ()</h3>
|
1736
1738
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1737
1739
|
gtk_widget_path_iter_set_object_type (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1738
|
-
<em class="parameter"><code><a href="
|
1739
|
-
<em class="parameter"><code><a href="
|
1740
|
+
<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> pos</code></em>,
|
1741
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1740
1742
|
<p>Sets the object type for a given position in the widget hierarchy
|
1741
1743
|
defined by <em class="parameter"><code>path</code></em>
|
1742
1744
|
.</p>
|
@@ -1774,7 +1776,7 @@ defined by <em class="parameter"><code>path</code></em>
|
|
1774
1776
|
<a name="gtk-widget-path-iter-set-state"></a><h3>gtk_widget_path_iter_set_state ()</h3>
|
1775
1777
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1776
1778
|
gtk_widget_path_iter_set_state (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1777
|
-
<em class="parameter"><code><a href="
|
1779
|
+
<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> pos</code></em>,
|
1778
1780
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>);</pre>
|
1779
1781
|
<p>Sets the widget name for the widget found at position <em class="parameter"><code>pos</code></em>
|
1780
1782
|
|
@@ -1789,7 +1791,7 @@ this manually, as this function updates all state flags.</p>
|
|
1789
1791
|
<tbody>
|
1790
1792
|
<tr>
|
1791
1793
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
1792
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-state">gtk_widget_path_iter_set_state</a></span
|
1794
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-state">gtk_widget_path_iter_set_state</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">,</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-state">gtk_widget_path_iter_get_state</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">) |</span> flag<span class="gtkdoc opt">);</span></pre></td>
|
1793
1795
|
</tr>
|
1794
1796
|
</tbody>
|
1795
1797
|
</table>
|
@@ -1804,7 +1806,7 @@ this manually, as this function updates all state flags.</p>
|
|
1804
1806
|
<tbody>
|
1805
1807
|
<tr>
|
1806
1808
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
1807
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-state">gtk_widget_path_iter_set_state</a></span
|
1809
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-state">gtk_widget_path_iter_set_state</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">,</span> <span class="function"><a href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-state">gtk_widget_path_iter_get_state</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">,</span> pos<span class="gtkdoc opt">) & ~</span>flag<span class="gtkdoc opt">);</span></pre></td>
|
1808
1810
|
</tr>
|
1809
1811
|
</tbody>
|
1810
1812
|
</table>
|
@@ -1844,9 +1846,9 @@ this manually, as this function updates all state flags.</p>
|
|
1844
1846
|
<hr>
|
1845
1847
|
<div class="refsect2">
|
1846
1848
|
<a name="gtk-widget-path-length"></a><h3>gtk_widget_path_length ()</h3>
|
1847
|
-
<pre class="programlisting"><a href="
|
1849
|
+
<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>
|
1848
1850
|
gtk_widget_path_length (<em class="parameter"><code>const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>);</pre>
|
1849
|
-
<p>Returns the number of <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> <a href="
|
1851
|
+
<p>Returns the number of <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GTypes</span></a> between the represented
|
1850
1852
|
widget and its topmost container.</p>
|
1851
1853
|
<div class="refsect3">
|
1852
1854
|
<a name="gtk-widget-path-length.parameters"></a><h4>Parameters</h4>
|
@@ -1887,7 +1889,7 @@ gtk_widget_path_new (<em class="parameter"><code><span class="type">void</span><
|
|
1887
1889
|
<a name="gtk-widget-path-prepend-type"></a><h3>gtk_widget_path_prepend_type ()</h3>
|
1888
1890
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1889
1891
|
gtk_widget_path_prepend_type (<em class="parameter"><code><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a> *path</code></em>,
|
1890
|
-
<em class="parameter"><code><a href="
|
1892
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
|
1891
1893
|
<p>Prepends a widget type to the widget hierachy represented by <em class="parameter"><code>path</code></em>
|
1892
1894
|
.</p>
|
1893
1895
|
<div class="refsect3">
|
@@ -1923,7 +1925,7 @@ gtk_widget_path_to_string (<em class="parameter"><code>const <a class="link" hre
|
|
1923
1925
|
the CSS style as closely as possible (Note that there might be paths
|
1924
1926
|
that cannot be represented in CSS).</p>
|
1925
1927
|
<p>The main use of this code is for debugging purposes, so that you can
|
1926
|
-
<a href="
|
1928
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-print"><code class="function">g_print()</code></a> the path or dump it in a gdb session.</p>
|
1927
1929
|
<div class="refsect3">
|
1928
1930
|
<a name="gtk-widget-path-to-string.parameters"></a><h4>Parameters</h4>
|
1929
1931
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|