gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -102,7 +102,7 @@
|
|
102
102
|
</tr>
|
103
103
|
<tr>
|
104
104
|
<td class="function_type">
|
105
|
-
<a href="
|
105
|
+
<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>
|
106
106
|
</td>
|
107
107
|
<td class="function_name">
|
108
108
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-text-column" title="gtk_icon_view_get_text_column ()">gtk_icon_view_get_text_column</a> <span class="c_punctuation">()</span>
|
@@ -118,7 +118,7 @@
|
|
118
118
|
</tr>
|
119
119
|
<tr>
|
120
120
|
<td class="function_type">
|
121
|
-
<a href="
|
121
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
122
122
|
</td>
|
123
123
|
<td class="function_name">
|
124
124
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-markup-column" title="gtk_icon_view_get_markup_column ()">gtk_icon_view_get_markup_column</a> <span class="c_punctuation">()</span>
|
@@ -134,7 +134,7 @@
|
|
134
134
|
</tr>
|
135
135
|
<tr>
|
136
136
|
<td class="function_type">
|
137
|
-
<a href="
|
137
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
138
138
|
</td>
|
139
139
|
<td class="function_name">
|
140
140
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-pixbuf-column" title="gtk_icon_view_get_pixbuf_column ()">gtk_icon_view_get_pixbuf_column</a> <span class="c_punctuation">()</span>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
</tr>
|
151
151
|
<tr>
|
152
152
|
<td class="function_type">
|
153
|
-
<a href="
|
153
|
+
<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>
|
154
154
|
</td>
|
155
155
|
<td class="function_name">
|
156
156
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-at-pos" title="gtk_icon_view_get_item_at_pos ()">gtk_icon_view_get_item_at_pos</a> <span class="c_punctuation">()</span>
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</tr>
|
175
175
|
<tr>
|
176
176
|
<td class="function_type">
|
177
|
-
<a href="
|
177
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
178
178
|
</td>
|
179
179
|
<td class="function_name">
|
180
180
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-cursor" title="gtk_icon_view_get_cursor ()">gtk_icon_view_get_cursor</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#gint"><span class="returnvalue">gint</span></a>
|
234
234
|
</td>
|
235
235
|
<td class="function_name">
|
236
236
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-columns" title="gtk_icon_view_get_columns ()">gtk_icon_view_get_columns</a> <span class="c_punctuation">()</span>
|
@@ -246,7 +246,7 @@
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="function_type">
|
249
|
-
<a href="
|
249
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
250
250
|
</td>
|
251
251
|
<td class="function_name">
|
252
252
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-width" title="gtk_icon_view_get_item_width ()">gtk_icon_view_get_item_width</a> <span class="c_punctuation">()</span>
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</tr>
|
263
263
|
<tr>
|
264
264
|
<td class="function_type">
|
265
|
-
<a href="
|
265
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
266
266
|
</td>
|
267
267
|
<td class="function_name">
|
268
268
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-spacing" title="gtk_icon_view_get_spacing ()">gtk_icon_view_get_spacing</a> <span class="c_punctuation">()</span>
|
@@ -278,7 +278,7 @@
|
|
278
278
|
</tr>
|
279
279
|
<tr>
|
280
280
|
<td class="function_type">
|
281
|
-
<a href="
|
281
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
282
282
|
</td>
|
283
283
|
<td class="function_name">
|
284
284
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-row-spacing" title="gtk_icon_view_get_row_spacing ()">gtk_icon_view_get_row_spacing</a> <span class="c_punctuation">()</span>
|
@@ -294,7 +294,7 @@
|
|
294
294
|
</tr>
|
295
295
|
<tr>
|
296
296
|
<td class="function_type">
|
297
|
-
<a href="
|
297
|
+
<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>
|
298
298
|
</td>
|
299
299
|
<td class="function_name">
|
300
300
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-column-spacing" title="gtk_icon_view_get_column_spacing ()">gtk_icon_view_get_column_spacing</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="GtkIconView.html#gtk-icon-view-get-margin" title="gtk_icon_view_get_margin ()">gtk_icon_view_get_margin</a> <span class="c_punctuation">()</span>
|
@@ -326,7 +326,7 @@
|
|
326
326
|
</tr>
|
327
327
|
<tr>
|
328
328
|
<td class="function_type">
|
329
|
-
<a href="
|
329
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
330
330
|
</td>
|
331
331
|
<td class="function_name">
|
332
332
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-padding" title="gtk_icon_view_get_item_padding ()">gtk_icon_view_get_item_padding</a> <span class="c_punctuation">()</span>
|
@@ -342,7 +342,7 @@
|
|
342
342
|
</tr>
|
343
343
|
<tr>
|
344
344
|
<td class="function_type">
|
345
|
-
<a href="
|
345
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
346
346
|
</td>
|
347
347
|
<td class="function_name">
|
348
348
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-activate-on-single-click" title="gtk_icon_view_get_activate_on_single_click ()">gtk_icon_view_get_activate_on_single_click</a> <span class="c_punctuation">()</span>
|
@@ -350,7 +350,7 @@
|
|
350
350
|
</tr>
|
351
351
|
<tr>
|
352
352
|
<td class="function_type">
|
353
|
-
<a href="
|
353
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
354
354
|
</td>
|
355
355
|
<td class="function_name">
|
356
356
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-cell-rect" title="gtk_icon_view_get_cell_rect ()">gtk_icon_view_get_cell_rect</a> <span class="c_punctuation">()</span>
|
@@ -374,7 +374,7 @@
|
|
374
374
|
</tr>
|
375
375
|
<tr>
|
376
376
|
<td class="function_type">
|
377
|
-
<a href="
|
377
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
378
378
|
</td>
|
379
379
|
<td class="function_name">
|
380
380
|
<a class="link" href="GtkIconView.html#gtk-icon-view-path-is-selected" title="gtk_icon_view_path_is_selected ()">gtk_icon_view_path_is_selected</a> <span class="c_punctuation">()</span>
|
@@ -382,7 +382,7 @@
|
|
382
382
|
</tr>
|
383
383
|
<tr>
|
384
384
|
<td class="function_type">
|
385
|
-
<a href="
|
385
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
386
386
|
</td>
|
387
387
|
<td class="function_name">
|
388
388
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-selected-items" title="gtk_icon_view_get_selected_items ()">gtk_icon_view_get_selected_items</a> <span class="c_punctuation">()</span>
|
@@ -422,7 +422,7 @@
|
|
422
422
|
</tr>
|
423
423
|
<tr>
|
424
424
|
<td class="function_type">
|
425
|
-
<a href="
|
425
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
426
426
|
</td>
|
427
427
|
<td class="function_name">
|
428
428
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-visible-range" title="gtk_icon_view_get_visible_range ()">gtk_icon_view_get_visible_range</a> <span class="c_punctuation">()</span>
|
@@ -446,7 +446,7 @@
|
|
446
446
|
</tr>
|
447
447
|
<tr>
|
448
448
|
<td class="function_type">
|
449
|
-
<a href="
|
449
|
+
<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>
|
450
450
|
</td>
|
451
451
|
<td class="function_name">
|
452
452
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-tooltip-context" title="gtk_icon_view_get_tooltip_context ()">gtk_icon_view_get_tooltip_context</a> <span class="c_punctuation">()</span>
|
@@ -462,7 +462,7 @@
|
|
462
462
|
</tr>
|
463
463
|
<tr>
|
464
464
|
<td class="function_type">
|
465
|
-
<a href="
|
465
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
466
466
|
</td>
|
467
467
|
<td class="function_name">
|
468
468
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-tooltip-column" title="gtk_icon_view_get_tooltip_column ()">gtk_icon_view_get_tooltip_column</a> <span class="c_punctuation">()</span>
|
@@ -470,7 +470,7 @@
|
|
470
470
|
</tr>
|
471
471
|
<tr>
|
472
472
|
<td class="function_type">
|
473
|
-
<a href="
|
473
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
474
474
|
</td>
|
475
475
|
<td class="function_name">
|
476
476
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-row" title="gtk_icon_view_get_item_row ()">gtk_icon_view_get_item_row</a> <span class="c_punctuation">()</span>
|
@@ -478,7 +478,7 @@
|
|
478
478
|
</tr>
|
479
479
|
<tr>
|
480
480
|
<td class="function_type">
|
481
|
-
<a href="
|
481
|
+
<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>
|
482
482
|
</td>
|
483
483
|
<td class="function_name">
|
484
484
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-column" title="gtk_icon_view_get_item_column ()">gtk_icon_view_get_item_column</a> <span class="c_punctuation">()</span>
|
@@ -526,7 +526,7 @@
|
|
526
526
|
</tr>
|
527
527
|
<tr>
|
528
528
|
<td class="function_type">
|
529
|
-
<a href="
|
529
|
+
<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>
|
530
530
|
</td>
|
531
531
|
<td class="function_name">
|
532
532
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-reorderable" title="gtk_icon_view_get_reorderable ()">gtk_icon_view_get_reorderable</a> <span class="c_punctuation">()</span>
|
@@ -550,7 +550,7 @@
|
|
550
550
|
</tr>
|
551
551
|
<tr>
|
552
552
|
<td class="function_type">
|
553
|
-
<a href="
|
553
|
+
<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>
|
554
554
|
</td>
|
555
555
|
<td class="function_name">
|
556
556
|
<a class="link" href="GtkIconView.html#gtk-icon-view-get-dest-item-at-pos" title="gtk_icon_view_get_dest_item_at_pos ()">gtk_icon_view_get_dest_item_at_pos</a> <span class="c_punctuation">()</span>
|
@@ -577,7 +577,7 @@
|
|
577
577
|
</colgroup>
|
578
578
|
<tbody>
|
579
579
|
<tr>
|
580
|
-
<td class="property_type"><a href="
|
580
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
581
581
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--activate-on-single-click" title="The “activate-on-single-click” property">activate-on-single-click</a></td>
|
582
582
|
<td class="property_flags">Read / Write</td>
|
583
583
|
</tr>
|
@@ -588,12 +588,12 @@
|
|
588
588
|
<td class="property_flags">Read / Write / Construct Only</td>
|
589
589
|
</tr>
|
590
590
|
<tr>
|
591
|
-
<td class="property_type"><a href="
|
591
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
592
592
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--column-spacing" title="The “column-spacing” property">column-spacing</a></td>
|
593
593
|
<td class="property_flags">Read / Write</td>
|
594
594
|
</tr>
|
595
595
|
<tr>
|
596
|
-
<td class="property_type"><a href="
|
596
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
597
597
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--columns" title="The “columns” property">columns</a></td>
|
598
598
|
<td class="property_flags">Read / Write</td>
|
599
599
|
</tr>
|
@@ -603,22 +603,22 @@
|
|
603
603
|
<td class="property_flags">Read / Write</td>
|
604
604
|
</tr>
|
605
605
|
<tr>
|
606
|
-
<td class="property_type"><a href="
|
606
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
607
607
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-padding" title="The “item-padding” property">item-padding</a></td>
|
608
608
|
<td class="property_flags">Read / Write</td>
|
609
609
|
</tr>
|
610
610
|
<tr>
|
611
|
-
<td class="property_type"><a href="
|
611
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
612
612
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-width" title="The “item-width” property">item-width</a></td>
|
613
613
|
<td class="property_flags">Read / Write</td>
|
614
614
|
</tr>
|
615
615
|
<tr>
|
616
|
-
<td class="property_type"><a href="
|
616
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
617
617
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--margin" title="The “margin” property">margin</a></td>
|
618
618
|
<td class="property_flags">Read / Write</td>
|
619
619
|
</tr>
|
620
620
|
<tr>
|
621
|
-
<td class="property_type"><a href="
|
621
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
622
622
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--markup-column" title="The “markup-column” property">markup-column</a></td>
|
623
623
|
<td class="property_flags">Read / Write</td>
|
624
624
|
</tr>
|
@@ -629,17 +629,17 @@
|
|
629
629
|
<td class="property_flags">Read / Write</td>
|
630
630
|
</tr>
|
631
631
|
<tr>
|
632
|
-
<td class="property_type"><a href="
|
632
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
633
633
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--pixbuf-column" title="The “pixbuf-column” property">pixbuf-column</a></td>
|
634
634
|
<td class="property_flags">Read / Write</td>
|
635
635
|
</tr>
|
636
636
|
<tr>
|
637
|
-
<td class="property_type"><a href="
|
637
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
638
638
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property">reorderable</a></td>
|
639
639
|
<td class="property_flags">Read / Write</td>
|
640
640
|
</tr>
|
641
641
|
<tr>
|
642
|
-
<td class="property_type"><a href="
|
642
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
643
643
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--row-spacing" title="The “row-spacing” property">row-spacing</a></td>
|
644
644
|
<td class="property_flags">Read / Write</td>
|
645
645
|
</tr>
|
@@ -649,17 +649,17 @@
|
|
649
649
|
<td class="property_flags">Read / Write</td>
|
650
650
|
</tr>
|
651
651
|
<tr>
|
652
|
-
<td class="property_type"><a href="
|
652
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
653
653
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--spacing" title="The “spacing” property">spacing</a></td>
|
654
654
|
<td class="property_flags">Read / Write</td>
|
655
655
|
</tr>
|
656
656
|
<tr>
|
657
|
-
<td class="property_type"><a href="
|
657
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
658
658
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--text-column" title="The “text-column” property">text-column</a></td>
|
659
659
|
<td class="property_flags">Read / Write</td>
|
660
660
|
</tr>
|
661
661
|
<tr>
|
662
|
-
<td class="property_type"><a href="
|
662
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
663
663
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--tooltip-column" title="The “tooltip-column” property">tooltip-column</a></td>
|
664
664
|
<td class="property_flags">Read / Write</td>
|
665
665
|
</tr>
|
@@ -676,13 +676,13 @@
|
|
676
676
|
</colgroup>
|
677
677
|
<tbody>
|
678
678
|
<tr>
|
679
|
-
<td class="property_type"><a href="
|
679
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></td>
|
680
680
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-alpha" title="The “selection-box-alpha” style property">selection-box-alpha</a></td>
|
681
681
|
<td class="property_flags">Read</td>
|
682
682
|
</tr>
|
683
683
|
<tr>
|
684
684
|
<td class="property_type">
|
685
|
-
<
|
685
|
+
<span class="type">GdkColor</span> *</td>
|
686
686
|
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-color" title="The “selection-box-color” style property">selection-box-color</a></td>
|
687
687
|
<td class="property_flags">Read</td>
|
688
688
|
</tr>
|
@@ -699,44 +699,44 @@
|
|
699
699
|
</colgroup>
|
700
700
|
<tbody>
|
701
701
|
<tr>
|
702
|
-
<td class="signal_type"><a href="
|
702
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
703
703
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title="The “activate-cursor-item” signal">activate-cursor-item</a></td>
|
704
|
-
<td class="signal_flags"><a href="
|
704
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
705
705
|
</tr>
|
706
706
|
<tr>
|
707
707
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
708
708
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-item-activated" title="The “item-activated” signal">item-activated</a></td>
|
709
|
-
<td class="signal_flags"><a href="
|
709
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
710
710
|
</tr>
|
711
711
|
<tr>
|
712
|
-
<td class="signal_type"><a href="
|
712
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
713
713
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
714
|
-
<td class="signal_flags"><a href="
|
714
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
715
715
|
</tr>
|
716
716
|
<tr>
|
717
717
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
718
718
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-select-all" title="The “select-all” signal">select-all</a></td>
|
719
|
-
<td class="signal_flags"><a href="
|
719
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
720
720
|
</tr>
|
721
721
|
<tr>
|
722
722
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
723
723
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title="The “select-cursor-item” signal">select-cursor-item</a></td>
|
724
|
-
<td class="signal_flags"><a href="
|
724
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
725
725
|
</tr>
|
726
726
|
<tr>
|
727
727
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
728
728
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title="The “selection-changed” signal">selection-changed</a></td>
|
729
|
-
<td class="signal_flags"><a href="
|
729
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
730
730
|
</tr>
|
731
731
|
<tr>
|
732
732
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
733
733
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title="The “toggle-cursor-item” signal">toggle-cursor-item</a></td>
|
734
|
-
<td class="signal_flags"><a href="
|
734
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
735
735
|
</tr>
|
736
736
|
<tr>
|
737
737
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
738
738
|
<td class="signal_name"><a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title="The “unselect-all” signal">unselect-all</a></td>
|
739
|
-
<td class="signal_flags"><a href="
|
739
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
740
740
|
</tr>
|
741
741
|
</tbody>
|
742
742
|
</table></div>
|
@@ -762,8 +762,8 @@
|
|
762
762
|
</div>
|
763
763
|
<div class="refsect1">
|
764
764
|
<a name="GtkIconView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
765
|
-
<pre class="screen"> <a href="
|
766
|
-
<span class="lineart">╰──</span> <a href="
|
765
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
766
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
767
767
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
768
768
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
769
769
|
<span class="lineart">╰──</span> GtkIconView
|
@@ -800,8 +800,8 @@ ignore the tree’s branches.</p>
|
|
800
800
|
<tr>
|
801
801
|
<td class="listing_lines" align="right"><pre>1
|
802
802
|
2</pre></td>
|
803
|
-
<td class="listing_code"><pre class="programlisting"
|
804
|
-
<span class="
|
803
|
+
<td class="listing_code"><pre class="programlisting">iconview<span class="gtkdoc opt">.</span>view
|
804
|
+
╰── <span class="gtkdoc opt">[</span>rubberband<span class="gtkdoc opt">]</span></pre></td>
|
805
805
|
</tr>
|
806
806
|
</tbody>
|
807
807
|
</table>
|
@@ -819,7 +819,7 @@ For rubberband selection, a subnode with name rubberband is used.</p>
|
|
819
819
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
820
820
|
<span class="c_punctuation">(</span>*GtkIconViewForeachFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
821
821
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
822
|
-
<em class="parameter"><code><a href="
|
822
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
823
823
|
<p>A function used by <a class="link" href="GtkIconView.html#gtk-icon-view-selected-foreach" title="gtk_icon_view_selected_foreach ()"><code class="function">gtk_icon_view_selected_foreach()</code></a> to map all
|
824
824
|
selected rows. It will be called on every selected row in the view.</p>
|
825
825
|
<div class="refsect3">
|
@@ -929,7 +929,7 @@ gtk_icon_view_set_model (<em class="parameter"><code><a class="link" href="GtkIc
|
|
929
929
|
If the <em class="parameter"><code>icon_view</code></em>
|
930
930
|
already has a model set, it will remove
|
931
931
|
it before setting the new model. If <em class="parameter"><code>model</code></em>
|
932
|
-
is <a href="
|
932
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
|
933
933
|
it will unset the old model.</p>
|
934
934
|
<div class="refsect3">
|
935
935
|
<a name="gtk-icon-view-set-model.parameters"></a><h4>Parameters</h4>
|
@@ -960,7 +960,7 @@ it will unset the old model.</p>
|
|
960
960
|
<a name="gtk-icon-view-get-model"></a><h3>gtk_icon_view_get_model ()</h3>
|
961
961
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> *
|
962
962
|
gtk_icon_view_get_model (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
963
|
-
<p>Returns the model the <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> is based on. Returns <a href="
|
963
|
+
<p>Returns the model the <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> is based on. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
964
964
|
model is unset.</p>
|
965
965
|
<div class="refsect3">
|
966
966
|
<a name="gtk-icon-view-get-model.parameters"></a><h4>Parameters</h4>
|
@@ -979,7 +979,7 @@ model is unset.</p>
|
|
979
979
|
</div>
|
980
980
|
<div class="refsect3">
|
981
981
|
<a name="gtk-icon-view-get-model.returns"></a><h4>Returns</h4>
|
982
|
-
<p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="
|
982
|
+
<p> A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is
|
983
983
|
currently being used. </p>
|
984
984
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
985
985
|
</div>
|
@@ -990,11 +990,11 @@ currently being used. </p>
|
|
990
990
|
<a name="gtk-icon-view-set-text-column"></a><h3>gtk_icon_view_set_text_column ()</h3>
|
991
991
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
992
992
|
gtk_icon_view_set_text_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
993
|
-
<em class="parameter"><code><a href="
|
993
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
994
994
|
<p>Sets the column with text for <em class="parameter"><code>icon_view</code></em>
|
995
995
|
to be <em class="parameter"><code>column</code></em>
|
996
996
|
. The text
|
997
|
-
column must be of type <a href="
|
997
|
+
column must be of type <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.</p>
|
998
998
|
<div class="refsect3">
|
999
999
|
<a name="gtk-icon-view-set-text-column.parameters"></a><h4>Parameters</h4>
|
1000
1000
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1022,7 +1022,7 @@ column must be of type <a href="https://developer.gnome.org/gobject/unstable/gob
|
|
1022
1022
|
<hr>
|
1023
1023
|
<div class="refsect2">
|
1024
1024
|
<a name="gtk-icon-view-get-text-column"></a><h3>gtk_icon_view_get_text_column ()</h3>
|
1025
|
-
<pre class="programlisting"><a href="
|
1025
|
+
<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>
|
1026
1026
|
gtk_icon_view_get_text_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1027
1027
|
<p>Returns the column with text for <em class="parameter"><code>icon_view</code></em>
|
1028
1028
|
.</p>
|
@@ -1052,11 +1052,11 @@ gtk_icon_view_get_text_column (<em class="parameter"><code><a class="link" href=
|
|
1052
1052
|
<a name="gtk-icon-view-set-markup-column"></a><h3>gtk_icon_view_set_markup_column ()</h3>
|
1053
1053
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1054
1054
|
gtk_icon_view_set_markup_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1055
|
-
<em class="parameter"><code><a href="
|
1055
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1056
1056
|
<p>Sets the column with markup information for <em class="parameter"><code>icon_view</code></em>
|
1057
1057
|
to be
|
1058
1058
|
<em class="parameter"><code>column</code></em>
|
1059
|
-
. The markup column must be of type <a href="
|
1059
|
+
. The markup column must be of type <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>.
|
1060
1060
|
If the markup column is set to something, it overrides
|
1061
1061
|
the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-text-column" title="gtk_icon_view_set_text_column ()"><code class="function">gtk_icon_view_set_text_column()</code></a>.</p>
|
1062
1062
|
<div class="refsect3">
|
@@ -1086,7 +1086,7 @@ the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-
|
|
1086
1086
|
<hr>
|
1087
1087
|
<div class="refsect2">
|
1088
1088
|
<a name="gtk-icon-view-get-markup-column"></a><h3>gtk_icon_view_get_markup_column ()</h3>
|
1089
|
-
<pre class="programlisting"><a href="
|
1089
|
+
<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>
|
1090
1090
|
gtk_icon_view_get_markup_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1091
1091
|
<p>Returns the column with markup text for <em class="parameter"><code>icon_view</code></em>
|
1092
1092
|
.</p>
|
@@ -1116,7 +1116,7 @@ gtk_icon_view_get_markup_column (<em class="parameter"><code><a class="link" hre
|
|
1116
1116
|
<a name="gtk-icon-view-set-pixbuf-column"></a><h3>gtk_icon_view_set_pixbuf_column ()</h3>
|
1117
1117
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1118
1118
|
gtk_icon_view_set_pixbuf_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1119
|
-
<em class="parameter"><code><a href="
|
1119
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
1120
1120
|
<p>Sets the column with pixbufs for <em class="parameter"><code>icon_view</code></em>
|
1121
1121
|
to be <em class="parameter"><code>column</code></em>
|
1122
1122
|
. The pixbuf
|
@@ -1148,7 +1148,7 @@ column must be of type <span class="type">GDK_TYPE_PIXBUF</span></p>
|
|
1148
1148
|
<hr>
|
1149
1149
|
<div class="refsect2">
|
1150
1150
|
<a name="gtk-icon-view-get-pixbuf-column"></a><h3>gtk_icon_view_get_pixbuf_column ()</h3>
|
1151
|
-
<pre class="programlisting"><a href="
|
1151
|
+
<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>
|
1152
1152
|
gtk_icon_view_get_pixbuf_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1153
1153
|
<p>Returns the column with pixbufs for <em class="parameter"><code>icon_view</code></em>
|
1154
1154
|
.</p>
|
@@ -1178,8 +1178,8 @@ gtk_icon_view_get_pixbuf_column (<em class="parameter"><code><a class="link" hre
|
|
1178
1178
|
<a name="gtk-icon-view-get-path-at-pos"></a><h3>gtk_icon_view_get_path_at_pos ()</h3>
|
1179
1179
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> *
|
1180
1180
|
gtk_icon_view_get_path_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1181
|
-
<em class="parameter"><code><a href="
|
1182
|
-
<em class="parameter"><code><a href="
|
1181
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1182
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
1183
1183
|
<p>Finds the path at the point (<em class="parameter"><code>x</code></em>
|
1184
1184
|
, <em class="parameter"><code>y</code></em>
|
1185
1185
|
), relative to bin_window coordinates.
|
@@ -1217,7 +1217,7 @@ widget coordinates to bin_window coordinates.</p>
|
|
1217
1217
|
<div class="refsect3">
|
1218
1218
|
<a name="gtk-icon-view-get-path-at-pos.returns"></a><h4>Returns</h4>
|
1219
1219
|
<p> The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> corresponding
|
1220
|
-
to the icon or <a href="
|
1220
|
+
to the icon or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon exists at that position. </p>
|
1221
1221
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1222
1222
|
</div>
|
1223
1223
|
<p class="since">Since: 2.6</p>
|
@@ -1225,10 +1225,10 @@ to the icon or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
|
|
1225
1225
|
<hr>
|
1226
1226
|
<div class="refsect2">
|
1227
1227
|
<a name="gtk-icon-view-get-item-at-pos"></a><h3>gtk_icon_view_get_item_at_pos ()</h3>
|
1228
|
-
<pre class="programlisting"><a href="
|
1228
|
+
<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>
|
1229
1229
|
gtk_icon_view_get_item_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1230
|
-
<em class="parameter"><code><a href="
|
1231
|
-
<em class="parameter"><code><a href="
|
1230
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1231
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1232
1232
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
1233
1233
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
|
1234
1234
|
<p>Finds the path at the point (<em class="parameter"><code>x</code></em>
|
@@ -1265,7 +1265,7 @@ widget coordinates to bin_window coordinates.</p>
|
|
1265
1265
|
</tr>
|
1266
1266
|
<tr>
|
1267
1267
|
<td class="parameter_name"><p>path</p></td>
|
1268
|
-
<td class="parameter_description"><p> Return location for the path, or <a href="
|
1268
|
+
<td class="parameter_description"><p> Return location for the path, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1269
1269
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1270
1270
|
</tr>
|
1271
1271
|
<tr>
|
@@ -1273,7 +1273,7 @@ widget coordinates to bin_window coordinates.</p>
|
|
1273
1273
|
<td class="parameter_description"><p> Return location for the renderer
|
1274
1274
|
responsible for the cell at (<em class="parameter"><code>x</code></em>
|
1275
1275
|
, <em class="parameter"><code>y</code></em>
|
1276
|
-
), or <a href="
|
1276
|
+
), 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>
|
1277
1277
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1278
1278
|
</tr>
|
1279
1279
|
</tbody>
|
@@ -1281,7 +1281,7 @@ responsible for the cell at (<em class="parameter"><code>x</code></em>
|
|
1281
1281
|
</div>
|
1282
1282
|
<div class="refsect3">
|
1283
1283
|
<a name="gtk-icon-view-get-item-at-pos.returns"></a><h4>Returns</h4>
|
1284
|
-
<p> <a href="
|
1284
|
+
<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 an item exists at the specified position</p>
|
1285
1285
|
</div>
|
1286
1286
|
<p class="since">Since: 2.8</p>
|
1287
1287
|
</div>
|
@@ -1291,10 +1291,10 @@ responsible for the cell at (<em class="parameter"><code>x</code></em>
|
|
1291
1291
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1292
1292
|
gtk_icon_view_convert_widget_to_bin_window_coords
|
1293
1293
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1294
|
-
<em class="parameter"><code><a href="
|
1295
|
-
<em class="parameter"><code><a href="
|
1296
|
-
<em class="parameter"><code><a href="
|
1297
|
-
<em class="parameter"><code><a href="
|
1294
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wx</code></em>,
|
1295
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> wy</code></em>,
|
1296
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
|
1297
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);</pre>
|
1298
1298
|
<p>Converts widget coordinates to coordinates for the bin_window,
|
1299
1299
|
as expected by e.g. <a class="link" href="GtkIconView.html#gtk-icon-view-get-path-at-pos" title="gtk_icon_view_get_path_at_pos ()"><code class="function">gtk_icon_view_get_path_at_pos()</code></a>.</p>
|
1300
1300
|
<div class="refsect3">
|
@@ -1343,14 +1343,14 @@ as expected by e.g. <a class="link" href="GtkIconView.html#gtk-icon-view-get-pat
|
|
1343
1343
|
gtk_icon_view_set_cursor (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1344
1344
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1345
1345
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
1346
|
-
<em class="parameter"><code><a href="
|
1346
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
|
1347
1347
|
<p>Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>
|
1348
1348
|
, and selects it. This is
|
1349
1349
|
useful when you want to focus the user’s attention on a particular item.
|
1350
1350
|
If <em class="parameter"><code>cell</code></em>
|
1351
|
-
is not <a href="
|
1351
|
+
is not <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the cell specified by
|
1352
1352
|
it. Additionally, if <em class="parameter"><code>start_editing</code></em>
|
1353
|
-
is <a href="
|
1353
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then editing should be
|
1354
1354
|
started in the specified cell. </p>
|
1355
1355
|
<p>This function is often followed by <code class="literal">gtk_widget_grab_focus
|
1356
1356
|
(icon_view)</code> in order to give keyboard focus to the widget.
|
@@ -1377,12 +1377,12 @@ Please note that editing can only happen when the widget is realized.</p>
|
|
1377
1377
|
<tr>
|
1378
1378
|
<td class="parameter_name"><p>cell</p></td>
|
1379
1379
|
<td class="parameter_description"><p> One of the cell renderers of <em class="parameter"><code>icon_view</code></em>
|
1380
|
-
, or <a href="
|
1380
|
+
, 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>
|
1381
1381
|
<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>
|
1382
1382
|
</tr>
|
1383
1383
|
<tr>
|
1384
1384
|
<td class="parameter_name"><p>start_editing</p></td>
|
1385
|
-
<td class="parameter_description"><p><a href="
|
1385
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</p></td>
|
1386
1386
|
<td class="parameter_annotations"> </td>
|
1387
1387
|
</tr>
|
1388
1388
|
</tbody>
|
@@ -1393,7 +1393,7 @@ Please note that editing can only happen when the widget is realized.</p>
|
|
1393
1393
|
<hr>
|
1394
1394
|
<div class="refsect2">
|
1395
1395
|
<a name="gtk-icon-view-get-cursor"></a><h3>gtk_icon_view_get_cursor ()</h3>
|
1396
|
-
<pre class="programlisting"><a href="
|
1396
|
+
<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>
|
1397
1397
|
gtk_icon_view_get_cursor (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1398
1398
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
1399
1399
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
|
@@ -1401,9 +1401,9 @@ gtk_icon_view_get_cursor (<em class="parameter"><code><a class="link" href="GtkI
|
|
1401
1401
|
and <em class="parameter"><code>cell</code></em>
|
1402
1402
|
with the current cursor path and cell.
|
1403
1403
|
If the cursor isn’t currently set, then *<em class="parameter"><code>path</code></em>
|
1404
|
-
will be <a href="
|
1404
|
+
will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1405
1405
|
If no cell currently has focus, then *<em class="parameter"><code>cell</code></em>
|
1406
|
-
will be <a href="
|
1406
|
+
will be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1407
1407
|
<p>The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> must be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>.</p>
|
1408
1408
|
<div class="refsect3">
|
1409
1409
|
<a name="gtk-icon-view-get-cursor.parameters"></a><h4>Parameters</h4>
|
@@ -1422,13 +1422,13 @@ If no cell currently has focus, then *<em class="parameter"><code>cell</code></e
|
|
1422
1422
|
<tr>
|
1423
1423
|
<td class="parameter_name"><p>path</p></td>
|
1424
1424
|
<td class="parameter_description"><p> Return location for the current
|
1425
|
-
cursor path, or <a href="
|
1425
|
+
cursor path, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1426
1426
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
1427
1427
|
</tr>
|
1428
1428
|
<tr>
|
1429
1429
|
<td class="parameter_name"><p>cell</p></td>
|
1430
1430
|
<td class="parameter_description"><p> Return location the current
|
1431
|
-
focus cell, or <a href="
|
1431
|
+
focus cell, 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>
|
1432
1432
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
1433
1433
|
</tr>
|
1434
1434
|
</tbody>
|
@@ -1436,7 +1436,7 @@ focus cell, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
|
|
1436
1436
|
</div>
|
1437
1437
|
<div class="refsect3">
|
1438
1438
|
<a name="gtk-icon-view-get-cursor.returns"></a><h4>Returns</h4>
|
1439
|
-
<p> <a href="
|
1439
|
+
<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 cursor is set.</p>
|
1440
1440
|
</div>
|
1441
1441
|
<p class="since">Since: 2.8</p>
|
1442
1442
|
</div>
|
@@ -1446,7 +1446,7 @@ focus cell, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
|
|
1446
1446
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1447
1447
|
gtk_icon_view_selected_foreach (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1448
1448
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewForeachFunc" title="GtkIconViewForeachFunc ()"><span class="type">GtkIconViewForeachFunc</span></a> func</code></em>,
|
1449
|
-
<em class="parameter"><code><a href="
|
1449
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1450
1450
|
<p>Calls a function for each selected icon. Note that the model or
|
1451
1451
|
selection cannot be modified from within this function.</p>
|
1452
1452
|
<div class="refsect3">
|
@@ -1603,7 +1603,7 @@ whether the labels are drawn beside the icons instead of below.</p>
|
|
1603
1603
|
<a name="gtk-icon-view-set-columns"></a><h3>gtk_icon_view_set_columns ()</h3>
|
1604
1604
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1605
1605
|
gtk_icon_view_set_columns (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1606
|
-
<em class="parameter"><code><a href="
|
1606
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
|
1607
1607
|
<p>Sets the ::columns property which determines in how
|
1608
1608
|
many columns the icons are arranged. If <em class="parameter"><code>columns</code></em>
|
1609
1609
|
is
|
@@ -1636,7 +1636,7 @@ to fill the available area.</p>
|
|
1636
1636
|
<hr>
|
1637
1637
|
<div class="refsect2">
|
1638
1638
|
<a name="gtk-icon-view-get-columns"></a><h3>gtk_icon_view_get_columns ()</h3>
|
1639
|
-
<pre class="programlisting"><a href="
|
1639
|
+
<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>
|
1640
1640
|
gtk_icon_view_get_columns (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1641
1641
|
<p>Returns the value of the ::columns property.</p>
|
1642
1642
|
<div class="refsect3">
|
@@ -1665,7 +1665,7 @@ gtk_icon_view_get_columns (<em class="parameter"><code><a class="link" href="Gtk
|
|
1665
1665
|
<a name="gtk-icon-view-set-item-width"></a><h3>gtk_icon_view_set_item_width ()</h3>
|
1666
1666
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1667
1667
|
gtk_icon_view_set_item_width (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1668
|
-
<em class="parameter"><code><a href="
|
1668
|
+
<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> item_width</code></em>);</pre>
|
1669
1669
|
<p>Sets the ::item-width property which specifies the width
|
1670
1670
|
to use for each item. If it is set to -1, the icon view will
|
1671
1671
|
automatically determine a suitable item size.</p>
|
@@ -1696,7 +1696,7 @@ automatically determine a suitable item size.</p>
|
|
1696
1696
|
<hr>
|
1697
1697
|
<div class="refsect2">
|
1698
1698
|
<a name="gtk-icon-view-get-item-width"></a><h3>gtk_icon_view_get_item_width ()</h3>
|
1699
|
-
<pre class="programlisting"><a href="
|
1699
|
+
<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>
|
1700
1700
|
gtk_icon_view_get_item_width (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1701
1701
|
<p>Returns the value of the ::item-width property.</p>
|
1702
1702
|
<div class="refsect3">
|
@@ -1725,7 +1725,7 @@ gtk_icon_view_get_item_width (<em class="parameter"><code><a class="link" href="
|
|
1725
1725
|
<a name="gtk-icon-view-set-spacing"></a><h3>gtk_icon_view_set_spacing ()</h3>
|
1726
1726
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1727
1727
|
gtk_icon_view_set_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1728
|
-
<em class="parameter"><code><a href="
|
1728
|
+
<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> spacing</code></em>);</pre>
|
1729
1729
|
<p>Sets the ::spacing property which specifies the space
|
1730
1730
|
which is inserted between the cells (i.e. the icon and
|
1731
1731
|
the text) of an item.</p>
|
@@ -1756,7 +1756,7 @@ the text) of an item.</p>
|
|
1756
1756
|
<hr>
|
1757
1757
|
<div class="refsect2">
|
1758
1758
|
<a name="gtk-icon-view-get-spacing"></a><h3>gtk_icon_view_get_spacing ()</h3>
|
1759
|
-
<pre class="programlisting"><a href="
|
1759
|
+
<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>
|
1760
1760
|
gtk_icon_view_get_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1761
1761
|
<p>Returns the value of the ::spacing property.</p>
|
1762
1762
|
<div class="refsect3">
|
@@ -1785,7 +1785,7 @@ gtk_icon_view_get_spacing (<em class="parameter"><code><a class="link" href="Gtk
|
|
1785
1785
|
<a name="gtk-icon-view-set-row-spacing"></a><h3>gtk_icon_view_set_row_spacing ()</h3>
|
1786
1786
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1787
1787
|
gtk_icon_view_set_row_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1788
|
-
<em class="parameter"><code><a href="
|
1788
|
+
<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> row_spacing</code></em>);</pre>
|
1789
1789
|
<p>Sets the ::row-spacing property which specifies the space
|
1790
1790
|
which is inserted between the rows of the icon view.</p>
|
1791
1791
|
<div class="refsect3">
|
@@ -1815,7 +1815,7 @@ which is inserted between the rows of the icon view.</p>
|
|
1815
1815
|
<hr>
|
1816
1816
|
<div class="refsect2">
|
1817
1817
|
<a name="gtk-icon-view-get-row-spacing"></a><h3>gtk_icon_view_get_row_spacing ()</h3>
|
1818
|
-
<pre class="programlisting"><a href="
|
1818
|
+
<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>
|
1819
1819
|
gtk_icon_view_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1820
1820
|
<p>Returns the value of the ::row-spacing property.</p>
|
1821
1821
|
<div class="refsect3">
|
@@ -1844,7 +1844,7 @@ gtk_icon_view_get_row_spacing (<em class="parameter"><code><a class="link" href=
|
|
1844
1844
|
<a name="gtk-icon-view-set-column-spacing"></a><h3>gtk_icon_view_set_column_spacing ()</h3>
|
1845
1845
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1846
1846
|
gtk_icon_view_set_column_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1847
|
-
<em class="parameter"><code><a href="
|
1847
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_spacing</code></em>);</pre>
|
1848
1848
|
<p>Sets the ::column-spacing property which specifies the space
|
1849
1849
|
which is inserted between the columns of the icon view.</p>
|
1850
1850
|
<div class="refsect3">
|
@@ -1874,7 +1874,7 @@ which is inserted between the columns of the icon view.</p>
|
|
1874
1874
|
<hr>
|
1875
1875
|
<div class="refsect2">
|
1876
1876
|
<a name="gtk-icon-view-get-column-spacing"></a><h3>gtk_icon_view_get_column_spacing ()</h3>
|
1877
|
-
<pre class="programlisting"><a href="
|
1877
|
+
<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>
|
1878
1878
|
gtk_icon_view_get_column_spacing (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1879
1879
|
<p>Returns the value of the ::column-spacing property.</p>
|
1880
1880
|
<div class="refsect3">
|
@@ -1903,7 +1903,7 @@ gtk_icon_view_get_column_spacing (<em class="parameter"><code><a class="link" hr
|
|
1903
1903
|
<a name="gtk-icon-view-set-margin"></a><h3>gtk_icon_view_set_margin ()</h3>
|
1904
1904
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1905
1905
|
gtk_icon_view_set_margin (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1906
|
-
<em class="parameter"><code><a href="
|
1906
|
+
<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> margin</code></em>);</pre>
|
1907
1907
|
<p>Sets the ::margin property which specifies the space
|
1908
1908
|
which is inserted at the top, bottom, left and right
|
1909
1909
|
of the icon view.</p>
|
@@ -1934,7 +1934,7 @@ of the icon view.</p>
|
|
1934
1934
|
<hr>
|
1935
1935
|
<div class="refsect2">
|
1936
1936
|
<a name="gtk-icon-view-get-margin"></a><h3>gtk_icon_view_get_margin ()</h3>
|
1937
|
-
<pre class="programlisting"><a href="
|
1937
|
+
<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>
|
1938
1938
|
gtk_icon_view_get_margin (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1939
1939
|
<p>Returns the value of the ::margin property.</p>
|
1940
1940
|
<div class="refsect3">
|
@@ -1963,7 +1963,7 @@ gtk_icon_view_get_margin (<em class="parameter"><code><a class="link" href="GtkI
|
|
1963
1963
|
<a name="gtk-icon-view-set-item-padding"></a><h3>gtk_icon_view_set_item_padding ()</h3>
|
1964
1964
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1965
1965
|
gtk_icon_view_set_item_padding (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1966
|
-
<em class="parameter"><code><a href="
|
1966
|
+
<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> item_padding</code></em>);</pre>
|
1967
1967
|
<p>Sets the <a class="link" href="GtkIconView.html#GtkIconView--item-padding" title="The “item-padding” property"><span class="type">“item-padding”</span></a> property which specifies the padding
|
1968
1968
|
around each of the icon view’s items.</p>
|
1969
1969
|
<div class="refsect3">
|
@@ -1993,7 +1993,7 @@ around each of the icon view’s items.</p>
|
|
1993
1993
|
<hr>
|
1994
1994
|
<div class="refsect2">
|
1995
1995
|
<a name="gtk-icon-view-get-item-padding"></a><h3>gtk_icon_view_get_item_padding ()</h3>
|
1996
|
-
<pre class="programlisting"><a href="
|
1996
|
+
<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>
|
1997
1997
|
gtk_icon_view_get_item_padding (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1998
1998
|
<p>Returns the value of the ::item-padding property.</p>
|
1999
1999
|
<div class="refsect3">
|
@@ -2023,7 +2023,7 @@ gtk_icon_view_get_item_padding (<em class="parameter"><code><a class="link" href
|
|
2023
2023
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2024
2024
|
gtk_icon_view_set_activate_on_single_click
|
2025
2025
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2026
|
-
<em class="parameter"><code><a href="
|
2026
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single</code></em>);</pre>
|
2027
2027
|
<p>Causes the <a class="link" href="GtkIconView.html#GtkIconView-item-activated" title="The “item-activated” signal"><span class="type">“item-activated”</span></a> signal to be emitted on
|
2028
2028
|
a single click instead of a double click.</p>
|
2029
2029
|
<div class="refsect3">
|
@@ -2042,7 +2042,7 @@ a single click instead of a double click.</p>
|
|
2042
2042
|
</tr>
|
2043
2043
|
<tr>
|
2044
2044
|
<td class="parameter_name"><p>single</p></td>
|
2045
|
-
<td class="parameter_description"><p><a href="
|
2045
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to emit item-activated on a single click</p></td>
|
2046
2046
|
<td class="parameter_annotations"> </td>
|
2047
2047
|
</tr>
|
2048
2048
|
</tbody>
|
@@ -2053,7 +2053,7 @@ a single click instead of a double click.</p>
|
|
2053
2053
|
<hr>
|
2054
2054
|
<div class="refsect2">
|
2055
2055
|
<a name="gtk-icon-view-get-activate-on-single-click"></a><h3>gtk_icon_view_get_activate_on_single_click ()</h3>
|
2056
|
-
<pre class="programlisting"><a href="
|
2056
|
+
<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>
|
2057
2057
|
gtk_icon_view_get_activate_on_single_click
|
2058
2058
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2059
2059
|
<p>Gets the setting set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-activate-on-single-click" title="gtk_icon_view_set_activate_on_single_click ()"><code class="function">gtk_icon_view_set_activate_on_single_click()</code></a>.</p>
|
@@ -2074,23 +2074,23 @@ gtk_icon_view_get_activate_on_single_click
|
|
2074
2074
|
</div>
|
2075
2075
|
<div class="refsect3">
|
2076
2076
|
<a name="gtk-icon-view-get-activate-on-single-click.returns"></a><h4>Returns</h4>
|
2077
|
-
<p> <a href="
|
2077
|
+
<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 item-activated will be emitted on a single click</p>
|
2078
2078
|
</div>
|
2079
2079
|
<p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
|
2080
2080
|
</div>
|
2081
2081
|
<hr>
|
2082
2082
|
<div class="refsect2">
|
2083
2083
|
<a name="gtk-icon-view-get-cell-rect"></a><h3>gtk_icon_view_get_cell_rect ()</h3>
|
2084
|
-
<pre class="programlisting"><a href="
|
2084
|
+
<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>
|
2085
2085
|
gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2086
2086
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2087
2087
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
2088
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
2088
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
2089
2089
|
<p>Fills the bounding rectangle in widget coordinates for the cell specified by
|
2090
2090
|
<em class="parameter"><code>path</code></em>
|
2091
2091
|
and <em class="parameter"><code>cell</code></em>
|
2092
2092
|
. If <em class="parameter"><code>cell</code></em>
|
2093
|
-
is <a href="
|
2093
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> the main cell area is used.</p>
|
2094
2094
|
<p>This function is only valid if <em class="parameter"><code>icon_view</code></em>
|
2095
2095
|
is realized.</p>
|
2096
2096
|
<div class="refsect3">
|
@@ -2114,7 +2114,7 @@ gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="G
|
|
2114
2114
|
</tr>
|
2115
2115
|
<tr>
|
2116
2116
|
<td class="parameter_name"><p>cell</p></td>
|
2117
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="
|
2117
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2118
2118
|
<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>
|
2119
2119
|
</tr>
|
2120
2120
|
<tr>
|
@@ -2127,7 +2127,7 @@ gtk_icon_view_get_cell_rect (<em class="parameter"><code><a class="link" href="G
|
|
2127
2127
|
</div>
|
2128
2128
|
<div class="refsect3">
|
2129
2129
|
<a name="gtk-icon-view-get-cell-rect.returns"></a><h4>Returns</h4>
|
2130
|
-
<p> <a href="
|
2130
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if there is no such item, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> otherwise</p>
|
2131
2131
|
</div>
|
2132
2132
|
<p class="since">Since: <a class="link" href="api-index-3-6.html#api-index-3.6">3.6</a></p>
|
2133
2133
|
</div>
|
@@ -2198,13 +2198,13 @@ gtk_icon_view_unselect_path (<em class="parameter"><code><a class="link" href="G
|
|
2198
2198
|
<hr>
|
2199
2199
|
<div class="refsect2">
|
2200
2200
|
<a name="gtk-icon-view-path-is-selected"></a><h3>gtk_icon_view_path_is_selected ()</h3>
|
2201
|
-
<pre class="programlisting"><a href="
|
2201
|
+
<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>
|
2202
2202
|
gtk_icon_view_path_is_selected (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2203
2203
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
2204
|
-
<p>Returns <a href="
|
2204
|
+
<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 icon pointed to by <em class="parameter"><code>path</code></em>
|
2205
2205
|
is currently
|
2206
2206
|
selected. If <em class="parameter"><code>path</code></em>
|
2207
|
-
does not point to a valid location, <a href="
|
2207
|
+
does not point to a valid location, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.</p>
|
2208
2208
|
<div class="refsect3">
|
2209
2209
|
<a name="gtk-icon-view-path-is-selected.parameters"></a><h4>Parameters</h4>
|
2210
2210
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2229,7 +2229,7 @@ selected. If <em class="parameter"><code>path</code></em>
|
|
2229
2229
|
</div>
|
2230
2230
|
<div class="refsect3">
|
2231
2231
|
<a name="gtk-icon-view-path-is-selected.returns"></a><h4>Returns</h4>
|
2232
|
-
<p> <a href="
|
2232
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em>
|
2233
2233
|
is selected.</p>
|
2234
2234
|
</div>
|
2235
2235
|
<p class="since">Since: 2.6</p>
|
@@ -2237,7 +2237,7 @@ is selected.</p>
|
|
2237
2237
|
<hr>
|
2238
2238
|
<div class="refsect2">
|
2239
2239
|
<a name="gtk-icon-view-get-selected-items"></a><h3>gtk_icon_view_get_selected_items ()</h3>
|
2240
|
-
<pre class="programlisting"><a href="
|
2240
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
2241
2241
|
gtk_icon_view_get_selected_items (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2242
2242
|
<p>Creates a list of paths of all selected items. Additionally, if you are
|
2243
2243
|
planning on modifying the model after calling this function, you may
|
@@ -2249,7 +2249,7 @@ To do this, you can use <a class="link" href="GtkTreeModel.html#gtk-tree-row-ref
|
|
2249
2249
|
<tbody>
|
2250
2250
|
<tr>
|
2251
2251
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2252
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="
|
2252
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free-full">g_list_free_full</a></span> <span class="gtkdoc opt">(</span>list<span class="gtkdoc opt">, (</span>GDestroyNotify<span class="gtkdoc opt">)</span> gtk_tree_path_free<span class="gtkdoc opt">);</span></pre></td>
|
2253
2253
|
</tr>
|
2254
2254
|
</tbody>
|
2255
2255
|
</table>
|
@@ -2273,7 +2273,7 @@ To do this, you can use <a class="link" href="GtkTreeModel.html#gtk-tree-row-ref
|
|
2273
2273
|
</div>
|
2274
2274
|
<div class="refsect3">
|
2275
2275
|
<a name="gtk-icon-view-get-selected-items.returns"></a><h4>Returns</h4>
|
2276
|
-
<p> A <a href="
|
2276
|
+
<p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for each selected row. </p>
|
2277
2277
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTreePath][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2278
2278
|
</div>
|
2279
2279
|
<p class="since">Since: 2.6</p>
|
@@ -2364,9 +2364,9 @@ gtk_icon_view_item_activated (<em class="parameter"><code><a class="link" href="
|
|
2364
2364
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2365
2365
|
gtk_icon_view_scroll_to_path (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2366
2366
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2367
|
-
<em class="parameter"><code><a href="
|
2368
|
-
<em class="parameter"><code><a href="
|
2369
|
-
<em class="parameter"><code><a href="
|
2367
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
2368
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
2369
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
|
2370
2370
|
<p>Moves the alignments of <em class="parameter"><code>icon_view</code></em>
|
2371
2371
|
to the position specified by <em class="parameter"><code>path</code></em>
|
2372
2372
|
.
|
@@ -2378,7 +2378,7 @@ where <em class="parameter"><code>column</code></em>
|
|
2378
2378
|
0.0 means left/top alignment, 1.0 means right/bottom alignment, 0.5 means
|
2379
2379
|
center.</p>
|
2380
2380
|
<p>If <em class="parameter"><code>use_align</code></em>
|
2381
|
-
is <a href="
|
2381
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the alignment arguments are ignored, and the
|
2382
2382
|
tree does the minimum amount of work to scroll the item onto the screen.
|
2383
2383
|
This means that the item will be scrolled to the edge closest to its current
|
2384
2384
|
position. If the item is currently visible on the screen, nothing is done.</p>
|
@@ -2408,7 +2408,7 @@ centered path will be modified to reflect this change.</p>
|
|
2408
2408
|
</tr>
|
2409
2409
|
<tr>
|
2410
2410
|
<td class="parameter_name"><p>use_align</p></td>
|
2411
|
-
<td class="parameter_description"><p>whether to use alignment arguments, or <a href="
|
2411
|
+
<td class="parameter_description"><p>whether to use alignment arguments, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p></td>
|
2412
2412
|
<td class="parameter_annotations"> </td>
|
2413
2413
|
</tr>
|
2414
2414
|
<tr>
|
@@ -2431,7 +2431,7 @@ centered path will be modified to reflect this change.</p>
|
|
2431
2431
|
<hr>
|
2432
2432
|
<div class="refsect2">
|
2433
2433
|
<a name="gtk-icon-view-get-visible-range"></a><h3>gtk_icon_view_get_visible_range ()</h3>
|
2434
|
-
<pre class="programlisting"><a href="
|
2434
|
+
<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>
|
2435
2435
|
gtk_icon_view_get_visible_range (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2436
2436
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
|
2437
2437
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);</pre>
|
@@ -2457,12 +2457,12 @@ Note that there may be invisible paths in between.</p>
|
|
2457
2457
|
<tr>
|
2458
2458
|
<td class="parameter_name"><p>start_path</p></td>
|
2459
2459
|
<td class="parameter_description"><p> Return location for start of region,
|
2460
|
-
or <a href="
|
2460
|
+
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>
|
2461
2461
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2462
2462
|
</tr>
|
2463
2463
|
<tr>
|
2464
2464
|
<td class="parameter_name"><p>end_path</p></td>
|
2465
|
-
<td class="parameter_description"><p> Return location for end of region, or <a href="
|
2465
|
+
<td class="parameter_description"><p> Return location for end of region, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2466
2466
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2467
2467
|
</tr>
|
2468
2468
|
</tbody>
|
@@ -2470,7 +2470,7 @@ or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#
|
|
2470
2470
|
</div>
|
2471
2471
|
<div class="refsect3">
|
2472
2472
|
<a name="gtk-icon-view-get-visible-range.returns"></a><h4>Returns</h4>
|
2473
|
-
<p> <a href="
|
2473
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if valid paths were placed in <em class="parameter"><code>start_path</code></em>
|
2474
2474
|
and <em class="parameter"><code>end_path</code></em>
|
2475
2475
|
</p>
|
2476
2476
|
</div>
|
@@ -2557,7 +2557,7 @@ the item pointed to by <em class="parameter"><code>path</code></em>
|
|
2557
2557
|
</tr>
|
2558
2558
|
<tr>
|
2559
2559
|
<td class="parameter_name"><p>cell</p></td>
|
2560
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="
|
2560
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2561
2561
|
<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>
|
2562
2562
|
</tr>
|
2563
2563
|
</tbody>
|
@@ -2568,11 +2568,11 @@ the item pointed to by <em class="parameter"><code>path</code></em>
|
|
2568
2568
|
<hr>
|
2569
2569
|
<div class="refsect2">
|
2570
2570
|
<a name="gtk-icon-view-get-tooltip-context"></a><h3>gtk_icon_view_get_tooltip_context ()</h3>
|
2571
|
-
<pre class="programlisting"><a href="
|
2571
|
+
<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>
|
2572
2572
|
gtk_icon_view_get_tooltip_context (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2573
|
-
<em class="parameter"><code><a href="
|
2574
|
-
<em class="parameter"><code><a href="
|
2575
|
-
<em class="parameter"><code><a href="
|
2573
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
2574
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
2575
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
|
2576
2576
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
|
2577
2577
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
2578
2578
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
@@ -2584,8 +2584,8 @@ signal handler for <a class="link" href="GtkIconView.html" title="GtkIconView"><
|
|
2584
2584
|
which are received in the signal handler, should be passed to this
|
2585
2585
|
function without modification.</p>
|
2586
2586
|
<p>The return value indicates whether there is an icon view item at the given
|
2587
|
-
coordinates (<a href="
|
2588
|
-
tooltips the item returned will be the cursor item. When <a href="
|
2587
|
+
coordinates (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or not (<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>) for mouse tooltips. For keyboard
|
2588
|
+
tooltips the item returned will be the cursor item. When <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then any of
|
2589
2589
|
<em class="parameter"><code>model</code></em>
|
2590
2590
|
, <em class="parameter"><code>path</code></em>
|
2591
2591
|
and <em class="parameter"><code>iter</code></em>
|
@@ -2595,7 +2595,7 @@ that row and the corresponding model. <em class="parameter"><code>x</code></em>
|
|
2595
2595
|
will always be converted
|
2596
2596
|
to be relative to <em class="parameter"><code>icon_view</code></em>
|
2597
2597
|
’s bin_window if <em class="parameter"><code>keyboard_tooltip</code></em>
|
2598
|
-
is <a href="
|
2598
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2599
2599
|
<div class="refsect3">
|
2600
2600
|
<a name="gtk-icon-view-get-tooltip-context.parameters"></a><h4>Parameters</h4>
|
2601
2601
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2628,17 +2628,17 @@ to be relative to <em class="parameter"><code>icon_view</code></em>
|
|
2628
2628
|
<tr>
|
2629
2629
|
<td class="parameter_name"><p>model</p></td>
|
2630
2630
|
<td class="parameter_description"><p> a pointer to receive a
|
2631
|
-
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="
|
2631
|
+
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2632
2632
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
2633
2633
|
</tr>
|
2634
2634
|
<tr>
|
2635
2635
|
<td class="parameter_name"><p>path</p></td>
|
2636
|
-
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="
|
2636
|
+
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2637
2637
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2638
2638
|
</tr>
|
2639
2639
|
<tr>
|
2640
2640
|
<td class="parameter_name"><p>iter</p></td>
|
2641
|
-
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="
|
2641
|
+
<td class="parameter_description"><p> a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2642
2642
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2643
2643
|
</tr>
|
2644
2644
|
</tbody>
|
@@ -2655,14 +2655,14 @@ to be relative to <em class="parameter"><code>icon_view</code></em>
|
|
2655
2655
|
<a name="gtk-icon-view-set-tooltip-column"></a><h3>gtk_icon_view_set_tooltip_column ()</h3>
|
2656
2656
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2657
2657
|
gtk_icon_view_set_tooltip_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2658
|
-
<em class="parameter"><code><a href="
|
2658
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
2659
2659
|
<p>If you only plan to have simple (text-only) tooltips on full items, you
|
2660
2660
|
can use this function to have <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> handle these automatically
|
2661
2661
|
for you. <em class="parameter"><code>column</code></em>
|
2662
2662
|
should be set to the column in <em class="parameter"><code>icon_view</code></em>
|
2663
2663
|
’s model
|
2664
2664
|
containing the tooltip texts, or -1 to disable this feature.</p>
|
2665
|
-
<p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="
|
2665
|
+
<p>When enabled, <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title="The “has-tooltip” property"><span class="type">“has-tooltip”</span></a> will be set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and
|
2666
2666
|
<em class="parameter"><code>icon_view</code></em>
|
2667
2667
|
will connect a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> signal handler.</p>
|
2668
2668
|
<p>Note that the signal handler sets the text with <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>,
|
@@ -2695,7 +2695,7 @@ so &, <, etc have to be escaped in the text.</p>
|
|
2695
2695
|
<hr>
|
2696
2696
|
<div class="refsect2">
|
2697
2697
|
<a name="gtk-icon-view-get-tooltip-column"></a><h3>gtk_icon_view_get_tooltip_column ()</h3>
|
2698
|
-
<pre class="programlisting"><a href="
|
2698
|
+
<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>
|
2699
2699
|
gtk_icon_view_get_tooltip_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2700
2700
|
<p>Returns the column of <em class="parameter"><code>icon_view</code></em>
|
2701
2701
|
’s model which is being used for
|
@@ -2726,7 +2726,7 @@ used, or -1 if this is disabled.</p>
|
|
2726
2726
|
<hr>
|
2727
2727
|
<div class="refsect2">
|
2728
2728
|
<a name="gtk-icon-view-get-item-row"></a><h3>gtk_icon_view_get_item_row ()</h3>
|
2729
|
-
<pre class="programlisting"><a href="
|
2729
|
+
<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>
|
2730
2730
|
gtk_icon_view_get_item_row (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2731
2731
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
2732
2732
|
<p>Gets the row in which the item <em class="parameter"><code>path</code></em>
|
@@ -2763,7 +2763,7 @@ displayed. Row numbers start at 0.</p>
|
|
2763
2763
|
<hr>
|
2764
2764
|
<div class="refsect2">
|
2765
2765
|
<a name="gtk-icon-view-get-item-column"></a><h3>gtk_icon_view_get_item_column ()</h3>
|
2766
|
-
<pre class="programlisting"><a href="
|
2766
|
+
<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>
|
2767
2767
|
gtk_icon_view_get_item_column (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2768
2768
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
2769
2769
|
<p>Gets the column in which the item <em class="parameter"><code>path</code></em>
|
@@ -2803,13 +2803,13 @@ displayed. Column numbers start at 0.</p>
|
|
2803
2803
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2804
2804
|
gtk_icon_view_enable_model_drag_source
|
2805
2805
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2806
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
2806
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
|
2807
2807
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
2808
|
-
<em class="parameter"><code><a href="
|
2809
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
2808
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
2809
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
2810
2810
|
<p>Turns <em class="parameter"><code>icon_view</code></em>
|
2811
2811
|
into a drag source for automatic DND. Calling this
|
2812
|
-
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
2812
|
+
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2813
2813
|
<div class="refsect3">
|
2814
2814
|
<a name="gtk-icon-view-enable-model-drag-source.parameters"></a><h4>Parameters</h4>
|
2815
2815
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2858,11 +2858,11 @@ widget</p></td>
|
|
2858
2858
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2859
2859
|
gtk_icon_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2860
2860
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
2861
|
-
<em class="parameter"><code><a href="
|
2862
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
2861
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
2862
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
2863
2863
|
<p>Turns <em class="parameter"><code>icon_view</code></em>
|
2864
2864
|
into a drop destination for automatic DND. Calling this
|
2865
|
-
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
2865
|
+
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2866
2866
|
<div class="refsect3">
|
2867
2867
|
<a name="gtk-icon-view-enable-model-drag-dest.parameters"></a><h4>Parameters</h4>
|
2868
2868
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2906,7 +2906,7 @@ widget</p></td>
|
|
2906
2906
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2907
2907
|
gtk_icon_view_unset_model_drag_source (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2908
2908
|
<p>Undoes the effect of <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-source" title="gtk_icon_view_enable_model_drag_source ()"><code class="function">gtk_icon_view_enable_model_drag_source()</code></a>. Calling this
|
2909
|
-
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
2909
|
+
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2910
2910
|
<div class="refsect3">
|
2911
2911
|
<a name="gtk-icon-view-unset-model-drag-source.parameters"></a><h4>Parameters</h4>
|
2912
2912
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2930,7 +2930,7 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2930
2930
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2931
2931
|
gtk_icon_view_unset_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2932
2932
|
<p>Undoes the effect of <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-dest" title="gtk_icon_view_enable_model_drag_dest ()"><code class="function">gtk_icon_view_enable_model_drag_dest()</code></a>. Calling this
|
2933
|
-
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="
|
2933
|
+
method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2934
2934
|
<div class="refsect3">
|
2935
2935
|
<a name="gtk-icon-view-unset-model-drag-dest.parameters"></a><h4>Parameters</h4>
|
2936
2936
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2953,11 +2953,11 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2953
2953
|
<a name="gtk-icon-view-set-reorderable"></a><h3>gtk_icon_view_set_reorderable ()</h3>
|
2954
2954
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2955
2955
|
gtk_icon_view_set_reorderable (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2956
|
-
<em class="parameter"><code><a href="
|
2956
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
|
2957
2957
|
<p>This function is a convenience function to allow you to reorder models that
|
2958
2958
|
support the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="struct GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="struct GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
|
2959
2959
|
<a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> support these. If <em class="parameter"><code>reorderable</code></em>
|
2960
|
-
is <a href="
|
2960
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then
|
2961
2961
|
the user can reorder the model by dragging and dropping rows. The
|
2962
2962
|
developer can listen to these changes by connecting to the model's
|
2963
2963
|
row_inserted and row_deleted signals. The reordering is implemented by setting up
|
@@ -2982,7 +2982,7 @@ handle drag and drop manually.</p>
|
|
2982
2982
|
</tr>
|
2983
2983
|
<tr>
|
2984
2984
|
<td class="parameter_name"><p>reorderable</p></td>
|
2985
|
-
<td class="parameter_description"><p><a href="
|
2985
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the list of items can be reordered.</p></td>
|
2986
2986
|
<td class="parameter_annotations"> </td>
|
2987
2987
|
</tr>
|
2988
2988
|
</tbody>
|
@@ -2993,7 +2993,7 @@ handle drag and drop manually.</p>
|
|
2993
2993
|
<hr>
|
2994
2994
|
<div class="refsect2">
|
2995
2995
|
<a name="gtk-icon-view-get-reorderable"></a><h3>gtk_icon_view_get_reorderable ()</h3>
|
2996
|
-
<pre class="programlisting"><a href="
|
2996
|
+
<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>
|
2997
2997
|
gtk_icon_view_get_reorderable (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
2998
2998
|
<p>Retrieves whether the user can reorder the list via drag-and-drop.
|
2999
2999
|
See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title="gtk_icon_view_set_reorderable ()"><code class="function">gtk_icon_view_set_reorderable()</code></a>.</p>
|
@@ -3014,7 +3014,7 @@ See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title=
|
|
3014
3014
|
</div>
|
3015
3015
|
<div class="refsect3">
|
3016
3016
|
<a name="gtk-icon-view-get-reorderable.returns"></a><h4>Returns</h4>
|
3017
|
-
<p> <a href="
|
3017
|
+
<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 list can be reordered.</p>
|
3018
3018
|
</div>
|
3019
3019
|
<p class="since">Since: 2.8</p>
|
3020
3020
|
</div>
|
@@ -3042,7 +3042,7 @@ gtk_icon_view_set_drag_dest_item (<em class="parameter"><code><a class="link" hr
|
|
3042
3042
|
</tr>
|
3043
3043
|
<tr>
|
3044
3044
|
<td class="parameter_name"><p>path</p></td>
|
3045
|
-
<td class="parameter_description"><p> The path of the item to highlight, or <a href="
|
3045
|
+
<td class="parameter_description"><p> The path of the item to highlight, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3046
3046
|
<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>
|
3047
3047
|
</tr>
|
3048
3048
|
<tr>
|
@@ -3080,12 +3080,12 @@ gtk_icon_view_get_drag_dest_item (<em class="parameter"><code><a class="link" hr
|
|
3080
3080
|
<tr>
|
3081
3081
|
<td class="parameter_name"><p>path</p></td>
|
3082
3082
|
<td class="parameter_description"><p> Return location for the path of
|
3083
|
-
the highlighted item, or <a href="
|
3083
|
+
the highlighted item, 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>
|
3084
3084
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3085
3085
|
</tr>
|
3086
3086
|
<tr>
|
3087
3087
|
<td class="parameter_name"><p>pos</p></td>
|
3088
|
-
<td class="parameter_description"><p> Return location for the drop position, or <a href="
|
3088
|
+
<td class="parameter_description"><p> Return location for the drop position, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3089
3089
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3090
3090
|
</tr>
|
3091
3091
|
</tbody>
|
@@ -3096,10 +3096,10 @@ the highlighted item, or <a href="https://developer.gnome.org/glib/unstable/glib
|
|
3096
3096
|
<hr>
|
3097
3097
|
<div class="refsect2">
|
3098
3098
|
<a name="gtk-icon-view-get-dest-item-at-pos"></a><h3>gtk_icon_view_get_dest_item_at_pos ()</h3>
|
3099
|
-
<pre class="programlisting"><a href="
|
3099
|
+
<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>
|
3100
3100
|
gtk_icon_view_get_dest_item_at_pos (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
3101
|
-
<em class="parameter"><code><a href="
|
3102
|
-
<em class="parameter"><code><a href="
|
3101
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
|
3102
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
|
3103
3103
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
3104
3104
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
|
3105
3105
|
<p>Determines the destination item for a given position.</p>
|
@@ -3130,12 +3130,12 @@ gtk_icon_view_get_dest_item_at_pos (<em class="parameter"><code><a class="link"
|
|
3130
3130
|
<tr>
|
3131
3131
|
<td class="parameter_name"><p>path</p></td>
|
3132
3132
|
<td class="parameter_description"><p> Return location for the path of the item,
|
3133
|
-
or <a href="
|
3133
|
+
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>
|
3134
3134
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3135
3135
|
</tr>
|
3136
3136
|
<tr>
|
3137
3137
|
<td class="parameter_name"><p>pos</p></td>
|
3138
|
-
<td class="parameter_description"><p> Return location for the drop position, or <a href="
|
3138
|
+
<td class="parameter_description"><p> Return location for the drop position, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3139
3139
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
3140
3140
|
</tr>
|
3141
3141
|
</tbody>
|
@@ -3257,7 +3257,7 @@ This image is used for a drag icon.</p>
|
|
3257
3257
|
<a name="GtkIconView.property-details"></a><h2>Property Details</h2>
|
3258
3258
|
<div class="refsect2">
|
3259
3259
|
<a name="GtkIconView--activate-on-single-click"></a><h3>The <code class="literal">“activate-on-single-click”</code> property</h3>
|
3260
|
-
<pre class="programlisting"> “activate-on-single-click” <a href="
|
3260
|
+
<pre class="programlisting"> “activate-on-single-click” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
3261
3261
|
<p>The activate-on-single-click property specifies whether the "item-activated" signal
|
3262
3262
|
will be emitted after a single click.</p>
|
3263
3263
|
<p>Flags: Read / Write</p>
|
@@ -3278,7 +3278,7 @@ a <a class="link" href="GtkCellAreaBox.html" title="GtkCellAreaBox"><span class=
|
|
3278
3278
|
<hr>
|
3279
3279
|
<div class="refsect2">
|
3280
3280
|
<a name="GtkIconView--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
|
3281
|
-
<pre class="programlisting"> “column-spacing” <a href="
|
3281
|
+
<pre class="programlisting"> “column-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3282
3282
|
<p>The column-spacing property specifies the space which is inserted between
|
3283
3283
|
the columns of the icon view.</p>
|
3284
3284
|
<p>Flags: Read / Write</p>
|
@@ -3289,7 +3289,7 @@ the columns of the icon view.</p>
|
|
3289
3289
|
<hr>
|
3290
3290
|
<div class="refsect2">
|
3291
3291
|
<a name="GtkIconView--columns"></a><h3>The <code class="literal">“columns”</code> property</h3>
|
3292
|
-
<pre class="programlisting"> “columns” <a href="
|
3292
|
+
<pre class="programlisting"> “columns” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3293
3293
|
<p>The columns property contains the number of the columns in which the
|
3294
3294
|
items should be displayed. If it is -1, the number of columns will
|
3295
3295
|
be chosen automatically to fill the available area.</p>
|
@@ -3311,7 +3311,7 @@ the text) of the item are positioned relative to each other.</p>
|
|
3311
3311
|
<hr>
|
3312
3312
|
<div class="refsect2">
|
3313
3313
|
<a name="GtkIconView--item-padding"></a><h3>The <code class="literal">“item-padding”</code> property</h3>
|
3314
|
-
<pre class="programlisting"> “item-padding” <a href="
|
3314
|
+
<pre class="programlisting"> “item-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3315
3315
|
<p>The item-padding property specifies the padding around each
|
3316
3316
|
of the icon view's item.</p>
|
3317
3317
|
<p>Flags: Read / Write</p>
|
@@ -3322,7 +3322,7 @@ of the icon view's item.</p>
|
|
3322
3322
|
<hr>
|
3323
3323
|
<div class="refsect2">
|
3324
3324
|
<a name="GtkIconView--item-width"></a><h3>The <code class="literal">“item-width”</code> property</h3>
|
3325
|
-
<pre class="programlisting"> “item-width” <a href="
|
3325
|
+
<pre class="programlisting"> “item-width” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3326
3326
|
<p>The item-width property specifies the width to use for each item.
|
3327
3327
|
|
3328
3328
|
If it is set to -1, the icon view will automatically determine a
|
@@ -3336,7 +3336,7 @@ suitable item size.</p>
|
|
3336
3336
|
<hr>
|
3337
3337
|
<div class="refsect2">
|
3338
3338
|
<a name="GtkIconView--margin"></a><h3>The <code class="literal">“margin”</code> property</h3>
|
3339
|
-
<pre class="programlisting"> “margin” <a href="
|
3339
|
+
<pre class="programlisting"> “margin” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3340
3340
|
<p>The margin property specifies the space which is inserted
|
3341
3341
|
|
3342
3342
|
at the edges of the icon view.</p>
|
@@ -3348,11 +3348,11 @@ at the edges of the icon view.</p>
|
|
3348
3348
|
<hr>
|
3349
3349
|
<div class="refsect2">
|
3350
3350
|
<a name="GtkIconView--markup-column"></a><h3>The <code class="literal">“markup-column”</code> property</h3>
|
3351
|
-
<pre class="programlisting"> “markup-column” <a href="
|
3351
|
+
<pre class="programlisting"> “markup-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3352
3352
|
<p>The ::markup-column property contains the number of the model column
|
3353
3353
|
containing markup information to be displayed. The markup column must be
|
3354
3354
|
|
3355
|
-
of type <a href="
|
3355
|
+
of type <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :text-column property
|
3356
3356
|
|
3357
3357
|
are both set to column numbers, it overrides the text column.
|
3358
3358
|
If both are set to -1, no texts are displayed.</p>
|
@@ -3371,7 +3371,7 @@ If both are set to -1, no texts are displayed.</p>
|
|
3371
3371
|
<hr>
|
3372
3372
|
<div class="refsect2">
|
3373
3373
|
<a name="GtkIconView--pixbuf-column"></a><h3>The <code class="literal">“pixbuf-column”</code> property</h3>
|
3374
|
-
<pre class="programlisting"> “pixbuf-column” <a href="
|
3374
|
+
<pre class="programlisting"> “pixbuf-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3375
3375
|
<p>The ::pixbuf-column property contains the number of the model column
|
3376
3376
|
containing the pixbufs which are displayed. The pixbuf column must be
|
3377
3377
|
|
@@ -3385,7 +3385,7 @@ display of pixbufs.</p>
|
|
3385
3385
|
<hr>
|
3386
3386
|
<div class="refsect2">
|
3387
3387
|
<a name="GtkIconView--reorderable"></a><h3>The <code class="literal">“reorderable”</code> property</h3>
|
3388
|
-
<pre class="programlisting"> “reorderable” <a href="
|
3388
|
+
<pre class="programlisting"> “reorderable” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
3389
3389
|
<p>The reorderable property specifies if the items can be reordered
|
3390
3390
|
by DND.</p>
|
3391
3391
|
<p>Flags: Read / Write</p>
|
@@ -3395,7 +3395,7 @@ by DND.</p>
|
|
3395
3395
|
<hr>
|
3396
3396
|
<div class="refsect2">
|
3397
3397
|
<a name="GtkIconView--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
|
3398
|
-
<pre class="programlisting"> “row-spacing” <a href="
|
3398
|
+
<pre class="programlisting"> “row-spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3399
3399
|
<p>The row-spacing property specifies the space which is inserted between
|
3400
3400
|
the rows of the icon view.</p>
|
3401
3401
|
<p>Flags: Read / Write</p>
|
@@ -3417,7 +3417,7 @@ is enabled, for the other modes, only keyboard selection is possible.</p>
|
|
3417
3417
|
<hr>
|
3418
3418
|
<div class="refsect2">
|
3419
3419
|
<a name="GtkIconView--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
|
3420
|
-
<pre class="programlisting"> “spacing” <a href="
|
3420
|
+
<pre class="programlisting"> “spacing” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3421
3421
|
<p>The spacing property specifies the space which is inserted between
|
3422
3422
|
the cells (i.e. the icon and the text) of an item.</p>
|
3423
3423
|
<p>Flags: Read / Write</p>
|
@@ -3428,11 +3428,11 @@ the cells (i.e. the icon and the text) of an item.</p>
|
|
3428
3428
|
<hr>
|
3429
3429
|
<div class="refsect2">
|
3430
3430
|
<a name="GtkIconView--text-column"></a><h3>The <code class="literal">“text-column”</code> property</h3>
|
3431
|
-
<pre class="programlisting"> “text-column” <a href="
|
3431
|
+
<pre class="programlisting"> “text-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3432
3432
|
<p>The ::text-column property contains the number of the model column
|
3433
3433
|
containing the texts which are displayed. The text column must be
|
3434
3434
|
|
3435
|
-
of type <a href="
|
3435
|
+
of type <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"><span class="type">G_TYPE_STRING</span></a>. If this property and the :markup-column
|
3436
3436
|
|
3437
3437
|
property are both set to -1, no texts are displayed.</p>
|
3438
3438
|
<p>Flags: Read / Write</p>
|
@@ -3443,7 +3443,7 @@ property are both set to -1, no texts are displayed.</p>
|
|
3443
3443
|
<hr>
|
3444
3444
|
<div class="refsect2">
|
3445
3445
|
<a name="GtkIconView--tooltip-column"></a><h3>The <code class="literal">“tooltip-column”</code> property</h3>
|
3446
|
-
<pre class="programlisting"> “tooltip-column” <a href="
|
3446
|
+
<pre class="programlisting"> “tooltip-column” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
3447
3447
|
<p>The column in the model containing the tooltip texts for the items.</p>
|
3448
3448
|
<p>Flags: Read / Write</p>
|
3449
3449
|
<p>Allowed values: >= -1</p>
|
@@ -3454,7 +3454,7 @@ property are both set to -1, no texts are displayed.</p>
|
|
3454
3454
|
<a name="GtkIconView.style-property-details"></a><h2>Style Property Details</h2>
|
3455
3455
|
<div class="refsect2">
|
3456
3456
|
<a name="GtkIconView--s-selection-box-alpha"></a><h3>The <code class="literal">“selection-box-alpha”</code> style property</h3>
|
3457
|
-
<pre class="programlisting"> “selection-box-alpha” <a href="
|
3457
|
+
<pre class="programlisting"> “selection-box-alpha” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a></pre>
|
3458
3458
|
<p>The opacity of the selection box.</p>
|
3459
3459
|
<div class="warning">
|
3460
3460
|
<p><code class="literal">GtkIconView:selection-box-alpha</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
@@ -3467,7 +3467,7 @@ property are both set to -1, no texts are displayed.</p>
|
|
3467
3467
|
<hr>
|
3468
3468
|
<div class="refsect2">
|
3469
3469
|
<a name="GtkIconView--s-selection-box-color"></a><h3>The <code class="literal">“selection-box-color”</code> style property</h3>
|
3470
|
-
<pre class="programlisting"> “selection-box-color” <
|
3470
|
+
<pre class="programlisting"> “selection-box-color” <span class="type">GdkColor</span> *</pre>
|
3471
3471
|
<p>The color of the selection box.</p>
|
3472
3472
|
<div class="warning">
|
3473
3473
|
<p><code class="literal">GtkIconView:selection-box-color</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
@@ -3481,15 +3481,15 @@ property are both set to -1, no texts are displayed.</p>
|
|
3481
3481
|
<a name="GtkIconView.signal-details"></a><h2>Signal Details</h2>
|
3482
3482
|
<div class="refsect2">
|
3483
3483
|
<a name="GtkIconView-activate-cursor-item"></a><h3>The <code class="literal">“activate-cursor-item”</code> signal</h3>
|
3484
|
-
<pre class="programlisting"><a href="
|
3484
|
+
<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>
|
3485
3485
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3486
|
-
<a href="
|
3486
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3487
3487
|
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3488
3488
|
which gets emitted when the user activates the currently
|
3489
3489
|
|
3490
3490
|
focused item. </p>
|
3491
3491
|
<p>Applications should not connect to it, but may emit it with
|
3492
|
-
<a href="
|
3492
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control activation
|
3493
3493
|
programmatically.</p>
|
3494
3494
|
<p>The default bindings for this signal are Space, Return and Enter.</p>
|
3495
3495
|
<div class="refsect3">
|
@@ -3514,7 +3514,7 @@ programmatically.</p>
|
|
3514
3514
|
</tbody>
|
3515
3515
|
</table></div>
|
3516
3516
|
</div>
|
3517
|
-
<p>Flags: <a href="
|
3517
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3518
3518
|
</div>
|
3519
3519
|
<hr>
|
3520
3520
|
<div class="refsect2">
|
@@ -3522,12 +3522,12 @@ programmatically.</p>
|
|
3522
3522
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3523
3523
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3524
3524
|
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
3525
|
-
<a href="
|
3525
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3526
3526
|
<p>The ::item-activated signal is emitted when the method
|
3527
3527
|
<a class="link" href="GtkIconView.html#gtk-icon-view-item-activated" title="gtk_icon_view_item_activated ()"><code class="function">gtk_icon_view_item_activated()</code></a> is called, when the user double
|
3528
3528
|
clicks an item with the "activate-on-single-click" property set
|
3529
|
-
to <a href="
|
3530
|
-
"activate-on-single-click" property set to <a href="
|
3529
|
+
to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, or when the user single clicks an item when the
|
3530
|
+
"activate-on-single-click" property set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. It is also
|
3531
3531
|
emitted when a non-editable item is selected and one of the keys:
|
3532
3532
|
Space, Return or Enter is pressed.</p>
|
3533
3533
|
<div class="refsect3">
|
@@ -3557,21 +3557,21 @@ Space, Return or Enter is pressed.</p>
|
|
3557
3557
|
</tbody>
|
3558
3558
|
</table></div>
|
3559
3559
|
</div>
|
3560
|
-
<p>Flags: <a href="
|
3560
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
3561
3561
|
</div>
|
3562
3562
|
<hr>
|
3563
3563
|
<div class="refsect2">
|
3564
3564
|
<a name="GtkIconView-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
|
3565
|
-
<pre class="programlisting"><a href="
|
3565
|
+
<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>
|
3566
3566
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3567
3567
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
3568
|
-
<a href="
|
3569
|
-
<a href="
|
3568
|
+
<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> count,
|
3569
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3570
3570
|
<p>The ::move-cursor signal is a
|
3571
3571
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3572
3572
|
which gets emitted when the user initiates a cursor movement.</p>
|
3573
3573
|
<p>Applications should not connect to it, but may emit it with
|
3574
|
-
<a href="
|
3574
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
3575
3575
|
programmatically.</p>
|
3576
3576
|
<p>The default bindings for this signal include</p>
|
3577
3577
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
@@ -3614,18 +3614,18 @@ units to move</p></td>
|
|
3614
3614
|
</tbody>
|
3615
3615
|
</table></div>
|
3616
3616
|
</div>
|
3617
|
-
<p>Flags: <a href="
|
3617
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3618
3618
|
</div>
|
3619
3619
|
<hr>
|
3620
3620
|
<div class="refsect2">
|
3621
3621
|
<a name="GtkIconView-select-all"></a><h3>The <code class="literal">“select-all”</code> signal</h3>
|
3622
3622
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3623
3623
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3624
|
-
<a href="
|
3624
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3625
3625
|
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3626
3626
|
which gets emitted when the user selects all items.</p>
|
3627
3627
|
<p>Applications should not connect to it, but may emit it with
|
3628
|
-
<a href="
|
3628
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
|
3629
3629
|
programmatically.</p>
|
3630
3630
|
<p>The default binding for this signal is Ctrl-a.</p>
|
3631
3631
|
<div class="refsect3">
|
@@ -3650,19 +3650,19 @@ programmatically.</p>
|
|
3650
3650
|
</tbody>
|
3651
3651
|
</table></div>
|
3652
3652
|
</div>
|
3653
|
-
<p>Flags: <a href="
|
3653
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3654
3654
|
</div>
|
3655
3655
|
<hr>
|
3656
3656
|
<div class="refsect2">
|
3657
3657
|
<a name="GtkIconView-select-cursor-item"></a><h3>The <code class="literal">“select-cursor-item”</code> signal</h3>
|
3658
3658
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3659
3659
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3660
|
-
<a href="
|
3660
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3661
3661
|
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3662
3662
|
which gets emitted when the user selects the item that is currently
|
3663
3663
|
focused.</p>
|
3664
3664
|
<p>Applications should not connect to it, but may emit it with
|
3665
|
-
<a href="
|
3665
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
|
3666
3666
|
programmatically.</p>
|
3667
3667
|
<p>There is no default binding for this signal.</p>
|
3668
3668
|
<div class="refsect3">
|
@@ -3687,14 +3687,14 @@ programmatically.</p>
|
|
3687
3687
|
</tbody>
|
3688
3688
|
</table></div>
|
3689
3689
|
</div>
|
3690
|
-
<p>Flags: <a href="
|
3690
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3691
3691
|
</div>
|
3692
3692
|
<hr>
|
3693
3693
|
<div class="refsect2">
|
3694
3694
|
<a name="GtkIconView-selection-changed"></a><h3>The <code class="literal">“selection-changed”</code> signal</h3>
|
3695
3695
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3696
3696
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3697
|
-
<a href="
|
3697
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3698
3698
|
<p>The ::selection-changed signal is emitted when the selection
|
3699
3699
|
(i.e. the set of selected items) changes.</p>
|
3700
3700
|
<div class="refsect3">
|
@@ -3719,21 +3719,21 @@ user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span
|
|
3719
3719
|
</tbody>
|
3720
3720
|
</table></div>
|
3721
3721
|
</div>
|
3722
|
-
<p>Flags: <a href="
|
3722
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3723
3723
|
</div>
|
3724
3724
|
<hr>
|
3725
3725
|
<div class="refsect2">
|
3726
3726
|
<a name="GtkIconView-toggle-cursor-item"></a><h3>The <code class="literal">“toggle-cursor-item”</code> signal</h3>
|
3727
3727
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3728
3728
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3729
|
-
<a href="
|
3729
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3730
3730
|
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3731
3731
|
which gets emitted when the user toggles whether the currently
|
3732
3732
|
focused item is selected or not. The exact effect of this
|
3733
3733
|
|
3734
3734
|
depend on the selection mode.</p>
|
3735
3735
|
<p>Applications should not connect to it, but may emit it with
|
3736
|
-
<a href="
|
3736
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
|
3737
3737
|
programmatically.</p>
|
3738
3738
|
<p>There is no default binding for this signal is Ctrl-Space.</p>
|
3739
3739
|
<div class="refsect3">
|
@@ -3758,18 +3758,18 @@ programmatically.</p>
|
|
3758
3758
|
</tbody>
|
3759
3759
|
</table></div>
|
3760
3760
|
</div>
|
3761
|
-
<p>Flags: <a href="
|
3761
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3762
3762
|
</div>
|
3763
3763
|
<hr>
|
3764
3764
|
<div class="refsect2">
|
3765
3765
|
<a name="GtkIconView-unselect-all"></a><h3>The <code class="literal">“unselect-all”</code> signal</h3>
|
3766
3766
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3767
3767
|
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
3768
|
-
<a href="
|
3768
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
3769
3769
|
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
3770
3770
|
which gets emitted when the user unselects all items.</p>
|
3771
3771
|
<p>Applications should not connect to it, but may emit it with
|
3772
|
-
<a href="
|
3772
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control selection
|
3773
3773
|
programmatically.</p>
|
3774
3774
|
<p>The default binding for this signal is Ctrl-Shift-a.</p>
|
3775
3775
|
<div class="refsect3">
|
@@ -3794,7 +3794,7 @@ programmatically.</p>
|
|
3794
3794
|
</tbody>
|
3795
3795
|
</table></div>
|
3796
3796
|
</div>
|
3797
|
-
<p>Flags: <a href="
|
3797
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
3798
3798
|
</div>
|
3799
3799
|
</div>
|
3800
3800
|
</div>
|