gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
9
9
|
<link rel="prev" href="GtkCellView.html" title="GtkCellView">
|
10
10
|
<link rel="next" href="GtkTreeSortable.html" title="GtkTreeSortable">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkIconView.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry"
|
39
|
+
<div class="refentry">
|
40
40
|
<a name="GtkIconView"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,14 +45,14 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="icon-view.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv"
|
48
|
+
<div class="refsynopsisdiv">
|
49
49
|
<a name="GtkIconView.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
53
|
+
struct <a class="link" href="GtkIconView.html#GtkIconView-struct" title="struct GtkIconView">GtkIconView</a>;
|
54
54
|
<span class="returnvalue">void</span> (<a class="link" href="GtkIconView.html#GtkIconViewForeachFunc" title="GtkIconViewForeachFunc ()">*GtkIconViewForeachFunc</a>) (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
55
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
55
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
56
56
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
57
57
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkIconView.html#gtk-icon-view-new" title="gtk_icon_view_new ()">gtk_icon_view_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
58
58
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkIconView.html#gtk-icon-view-new-with-model" title="gtk_icon_view_new_with_model ()">gtk_icon_view_new_with_model</a> (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);
|
@@ -68,13 +68,13 @@
|
|
68
68
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-pixbuf-column" title="gtk_icon_view_set_pixbuf_column ()">gtk_icon_view_set_pixbuf_column</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
69
69
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
70
70
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
71
|
-
<a class="link" href="GtkTreeModel.html#GtkTreePath"
|
71
|
+
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * <a class="link" href="GtkIconView.html#gtk-icon-view-get-path-at-pos" title="gtk_icon_view_get_path_at_pos ()">gtk_icon_view_get_path_at_pos</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
72
72
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
73
73
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
|
74
74
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
75
75
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
76
76
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
77
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
77
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
78
78
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);
|
79
79
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-convert-widget-to-bin-window-coords" title="gtk_icon_view_convert_widget_to_bin_window_coords ()">gtk_icon_view_convert_widget_to_bin_window_coords</a>
|
80
80
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
@@ -83,11 +83,11 @@
|
|
83
83
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bx</code></em>,
|
84
84
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *by</code></em>);
|
85
85
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-cursor" title="gtk_icon_view_set_cursor ()">gtk_icon_view_set_cursor</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
86
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
86
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
87
87
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
88
88
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);
|
89
89
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkIconView.html#gtk-icon-view-get-cursor" title="gtk_icon_view_get_cursor ()">gtk_icon_view_get_cursor</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
90
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
90
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
91
91
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);
|
92
92
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-selected-foreach" title="gtk_icon_view_selected_foreach ()">gtk_icon_view_selected_foreach</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
93
93
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewForeachFunc" title="GtkIconViewForeachFunc ()"><span class="type">GtkIconViewForeachFunc</span></a> func</code></em>,
|
@@ -123,56 +123,56 @@
|
|
123
123
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_padding</code></em>);
|
124
124
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
125
125
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-select-path" title="gtk_icon_view_select_path ()">gtk_icon_view_select_path</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
126
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
126
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
127
127
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-unselect-path" title="gtk_icon_view_unselect_path ()">gtk_icon_view_unselect_path</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
128
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
128
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
129
129
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
130
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
130
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
131
131
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
132
132
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-select-all" title="gtk_icon_view_select_all ()">gtk_icon_view_select_all</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
133
133
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-unselect-all" title="gtk_icon_view_unselect_all ()">gtk_icon_view_unselect_all</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
134
134
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-item-activated" title="gtk_icon_view_item_activated ()">gtk_icon_view_item_activated</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
135
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
135
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
136
136
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-scroll-to-path" title="gtk_icon_view_scroll_to_path ()">gtk_icon_view_scroll_to_path</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
137
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
137
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
138
138
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
139
139
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
140
140
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);
|
141
141
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
142
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
143
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
142
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
|
143
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);
|
144
144
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-item" title="gtk_icon_view_set_tooltip_item ()">gtk_icon_view_set_tooltip_item</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
145
145
|
<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
146
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
146
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
147
147
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-cell" title="gtk_icon_view_set_tooltip_cell ()">gtk_icon_view_set_tooltip_cell</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
148
148
|
<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
149
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
149
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
150
150
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);
|
151
151
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
152
152
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
153
153
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
154
154
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
|
155
155
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
|
156
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
157
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
156
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
157
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
|
158
158
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-column" title="gtk_icon_view_set_tooltip_column ()">gtk_icon_view_set_tooltip_column</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
159
159
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
|
160
160
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
161
161
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
162
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
162
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
163
163
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
164
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
164
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
165
165
|
|
166
166
|
enum <a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition">GtkIconViewDropPosition</a>;
|
167
167
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-source" title="gtk_icon_view_enable_model_drag_source ()">gtk_icon_view_enable_model_drag_source</a>
|
168
168
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
169
169
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
|
170
|
-
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
170
|
+
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
171
171
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
172
172
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
|
173
173
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-enable-model-drag-dest" title="gtk_icon_view_enable_model_drag_dest ()">gtk_icon_view_enable_model_drag_dest</a>
|
174
174
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
175
|
-
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
175
|
+
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
176
176
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
177
177
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
|
178
178
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-unset-model-drag-source" title="gtk_icon_view_unset_model_drag_source ()">gtk_icon_view_unset_model_drag_source</a>
|
@@ -182,21 +182,21 @@ enum <a class="link" href="GtkIconView.html#GtkIconViewDropPositi
|
|
182
182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);
|
183
183
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkIconView.html#gtk-icon-view-get-reorderable" title="gtk_icon_view_get_reorderable ()">gtk_icon_view_get_reorderable</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);
|
184
184
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-set-drag-dest-item" title="gtk_icon_view_set_drag_dest_item ()">gtk_icon_view_set_drag_dest_item</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
185
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
185
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
186
186
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> pos</code></em>);
|
187
187
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconView.html#gtk-icon-view-get-drag-dest-item" title="gtk_icon_view_get_drag_dest_item ()">gtk_icon_view_get_drag_dest_item</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
188
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
188
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
189
189
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);
|
190
190
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
191
191
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
|
192
192
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
|
193
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
193
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
194
194
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);
|
195
195
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> * <a class="link" href="GtkIconView.html#gtk-icon-view-create-drag-icon" title="gtk_icon_view_create_drag_icon ()">gtk_icon_view_create_drag_icon</a> (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
196
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
196
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
197
197
|
</pre>
|
198
198
|
</div>
|
199
|
-
<div class="refsect1"
|
199
|
+
<div class="refsect1">
|
200
200
|
<a name="GtkIconView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
201
201
|
<pre class="synopsis">
|
202
202
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -207,13 +207,13 @@ enum <a class="link" href="GtkIconView.html#GtkIconViewDropPositi
|
|
207
207
|
+----GtkIconView
|
208
208
|
</pre>
|
209
209
|
</div>
|
210
|
-
<div class="refsect1"
|
210
|
+
<div class="refsect1">
|
211
211
|
<a name="GtkIconView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
212
212
|
<p>
|
213
213
|
GtkIconView implements
|
214
214
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkCellLayout.html" title="GtkCellLayout">GtkCellLayout</a>.</p>
|
215
215
|
</div>
|
216
|
-
<div class="refsect1"
|
216
|
+
<div class="refsect1">
|
217
217
|
<a name="GtkIconView.properties"></a><h2>Properties</h2>
|
218
218
|
<pre class="synopsis">
|
219
219
|
"<a class="link" href="GtkIconView.html#GtkIconView--column-spacing" title='The "column-spacing" property'>column-spacing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
@@ -234,28 +234,28 @@ GtkIconView implements
|
|
234
234
|
"<a class="link" href="GtkIconView.html#GtkIconView--tooltip-column" title='The "tooltip-column" property'>tooltip-column</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
235
235
|
</pre>
|
236
236
|
</div>
|
237
|
-
<div class="refsect1"
|
237
|
+
<div class="refsect1">
|
238
238
|
<a name="GtkIconView.style-properties"></a><h2>Style Properties</h2>
|
239
239
|
<pre class="synopsis">
|
240
240
|
"<a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-alpha" title='The "selection-box-alpha" style property'>selection-box-alpha</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read
|
241
241
|
"<a class="link" href="GtkIconView.html#GtkIconView--s-selection-box-color" title='The "selection-box-color" style property'>selection-box-color</a>" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
|
242
242
|
</pre>
|
243
243
|
</div>
|
244
|
-
<div class="refsect1"
|
244
|
+
<div class="refsect1">
|
245
245
|
<a name="GtkIconView.signals"></a><h2>Signals</h2>
|
246
246
|
<pre class="synopsis">
|
247
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title='The "activate-cursor-item" signal'>activate-cursor-item</a>" :
|
248
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-item-activated" title='The "item-activated" signal'>item-activated</a>" : Run Last
|
249
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" :
|
250
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-select-all" title='The "select-all" signal'>select-all</a>" :
|
251
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title='The "select-cursor-item" signal'>select-cursor-item</a>" :
|
252
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : Run First
|
253
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" : Run Last
|
254
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title='The "toggle-cursor-item" signal'>toggle-cursor-item</a>" :
|
255
|
-
"<a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title='The "unselect-all" signal'>unselect-all</a>" :
|
247
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-activate-cursor-item" title='The "activate-cursor-item" signal'>activate-cursor-item</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
248
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-item-activated" title='The "item-activated" signal'>item-activated</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
249
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
250
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-select-all" title='The "select-all" signal'>select-all</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
251
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-select-cursor-item" title='The "select-cursor-item" signal'>select-cursor-item</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
252
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
253
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
254
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-toggle-cursor-item" title='The "toggle-cursor-item" signal'>toggle-cursor-item</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
255
|
+
"<a class="link" href="GtkIconView.html#GtkIconView-unselect-all" title='The "unselect-all" signal'>unselect-all</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
256
256
|
</pre>
|
257
257
|
</div>
|
258
|
-
<div class="refsect1"
|
258
|
+
<div class="refsect1">
|
259
259
|
<a name="GtkIconView.description"></a><h2>Description</h2>
|
260
260
|
<p>
|
261
261
|
<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> provides an alternative view on a list model.
|
@@ -266,21 +266,21 @@ In addition to selection with the arrow keys, <a class="link" href="GtkIconView.
|
|
266
266
|
rubberband selection, which is controlled by dragging the pointer.
|
267
267
|
</p>
|
268
268
|
</div>
|
269
|
-
<div class="refsect1"
|
269
|
+
<div class="refsect1">
|
270
270
|
<a name="GtkIconView.details"></a><h2>Details</h2>
|
271
|
-
<div class="refsect2"
|
272
|
-
<a name="GtkIconView-struct"></a><h3>GtkIconView</h3>
|
273
|
-
<pre class="programlisting">
|
271
|
+
<div class="refsect2">
|
272
|
+
<a name="GtkIconView-struct"></a><h3>struct GtkIconView</h3>
|
273
|
+
<pre class="programlisting">struct GtkIconView;</pre>
|
274
274
|
<p>
|
275
275
|
The <span class="structname">GtkIconView</span> struct contains only
|
276
276
|
private fields and should not be directly accessed.
|
277
277
|
</p>
|
278
278
|
</div>
|
279
279
|
<hr>
|
280
|
-
<div class="refsect2"
|
280
|
+
<div class="refsect2">
|
281
281
|
<a name="GtkIconViewForeachFunc"></a><h3>GtkIconViewForeachFunc ()</h3>
|
282
282
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GtkIconViewForeachFunc) (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
283
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
283
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
284
284
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
285
285
|
<p>
|
286
286
|
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
|
@@ -296,19 +296,17 @@ selected rows. It will be called on every selected row in the view.
|
|
296
296
|
</tr>
|
297
297
|
<tr>
|
298
298
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
299
|
-
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
300
|
-
</td>
|
299
|
+
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> of a selected row</td>
|
301
300
|
</tr>
|
302
301
|
<tr>
|
303
302
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
304
|
-
<td>user data
|
305
|
-
</td>
|
303
|
+
<td>user data</td>
|
306
304
|
</tr>
|
307
305
|
</tbody>
|
308
306
|
</table></div>
|
309
307
|
</div>
|
310
308
|
<hr>
|
311
|
-
<div class="refsect2"
|
309
|
+
<div class="refsect2">
|
312
310
|
<a name="gtk-icon-view-new"></a><h3>gtk_icon_view_new ()</h3>
|
313
311
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_icon_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
314
312
|
<p>
|
@@ -318,15 +316,13 @@ Creates a new <a class="link" href="GtkIconView.html" title="GtkIconView"><span
|
|
318
316
|
<col align="left" valign="top">
|
319
317
|
<tbody><tr>
|
320
318
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
321
|
-
<td>
|
322
|
-
|
323
|
-
</td>
|
319
|
+
<td>A newly created <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> widget</td>
|
324
320
|
</tr></tbody>
|
325
321
|
</table></div>
|
326
322
|
<p class="since">Since 2.6</p>
|
327
323
|
</div>
|
328
324
|
<hr>
|
329
|
-
<div class="refsect2"
|
325
|
+
<div class="refsect2">
|
330
326
|
<a name="gtk-icon-view-new-with-model"></a><h3>gtk_icon_view_new_with_model ()</h3>
|
331
327
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_icon_view_new_with_model (<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
|
332
328
|
<p>
|
@@ -337,21 +333,18 @@ Creates a new <a class="link" href="GtkIconView.html" title="GtkIconView"><span
|
|
337
333
|
<tbody>
|
338
334
|
<tr>
|
339
335
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
340
|
-
<td>The model
|
341
|
-
</td>
|
336
|
+
<td>The model.</td>
|
342
337
|
</tr>
|
343
338
|
<tr>
|
344
339
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
345
|
-
<td>
|
346
|
-
|
347
|
-
</td>
|
340
|
+
<td>A newly created <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> widget.</td>
|
348
341
|
</tr>
|
349
342
|
</tbody>
|
350
343
|
</table></div>
|
351
344
|
<p class="since">Since 2.6</p>
|
352
345
|
</div>
|
353
346
|
<hr>
|
354
|
-
<div class="refsect2"
|
347
|
+
<div class="refsect2">
|
355
348
|
<a name="gtk-icon-view-set-model"></a><h3>gtk_icon_view_set_model ()</h3>
|
356
349
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_model (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
357
350
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
|
@@ -366,12 +359,11 @@ it will unset the old model.
|
|
366
359
|
<tbody>
|
367
360
|
<tr>
|
368
361
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
369
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
370
|
-
</td>
|
362
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
371
363
|
</tr>
|
372
364
|
<tr>
|
373
365
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
374
|
-
<td>
|
366
|
+
<td>The model. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
375
367
|
</td>
|
376
368
|
</tr>
|
377
369
|
</tbody>
|
@@ -379,7 +371,7 @@ it will unset the old model.
|
|
379
371
|
<p class="since">Since 2.6</p>
|
380
372
|
</div>
|
381
373
|
<hr>
|
382
|
-
<div class="refsect2"
|
374
|
+
<div class="refsect2">
|
383
375
|
<a name="gtk-icon-view-get-model"></a><h3>gtk_icon_view_get_model ()</h3>
|
384
376
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * 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>
|
385
377
|
<p>
|
@@ -396,8 +388,8 @@ model is unset.
|
|
396
388
|
</tr>
|
397
389
|
<tr>
|
398
390
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
399
|
-
<td>
|
400
|
-
|
391
|
+
<td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is
|
392
|
+
currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
401
393
|
</td>
|
402
394
|
</tr>
|
403
395
|
</tbody>
|
@@ -405,7 +397,7 @@ model is unset.
|
|
405
397
|
<p class="since">Since 2.6</p>
|
406
398
|
</div>
|
407
399
|
<hr>
|
408
|
-
<div class="refsect2"
|
400
|
+
<div class="refsect2">
|
409
401
|
<a name="gtk-icon-view-set-text-column"></a><h3>gtk_icon_view_set_text_column ()</h3>
|
410
402
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
411
403
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
@@ -418,20 +410,18 @@ column must be of type <a href="http://library.gnome.org/devel/gobject/unstable/
|
|
418
410
|
<tbody>
|
419
411
|
<tr>
|
420
412
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
421
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
422
|
-
</td>
|
413
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
423
414
|
</tr>
|
424
415
|
<tr>
|
425
416
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
426
|
-
<td>A column in the currently used model, or -1 to display no text
|
427
|
-
</td>
|
417
|
+
<td>A column in the currently used model, or -1 to display no text</td>
|
428
418
|
</tr>
|
429
419
|
</tbody>
|
430
420
|
</table></div>
|
431
421
|
<p class="since">Since 2.6</p>
|
432
422
|
</div>
|
433
423
|
<hr>
|
434
|
-
<div class="refsect2"
|
424
|
+
<div class="refsect2">
|
435
425
|
<a name="gtk-icon-view-get-text-column"></a><h3>gtk_icon_view_get_text_column ()</h3>
|
436
426
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
437
427
|
<p>
|
@@ -442,21 +432,18 @@ Returns the column with text for <em class="parameter"><code>icon_view</code></e
|
|
442
432
|
<tbody>
|
443
433
|
<tr>
|
444
434
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
445
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
446
|
-
</td>
|
435
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
447
436
|
</tr>
|
448
437
|
<tr>
|
449
438
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
450
|
-
<td>
|
451
|
-
|
452
|
-
</td>
|
439
|
+
<td>the text column, or -1 if it's unset.</td>
|
453
440
|
</tr>
|
454
441
|
</tbody>
|
455
442
|
</table></div>
|
456
443
|
<p class="since">Since 2.6</p>
|
457
444
|
</div>
|
458
445
|
<hr>
|
459
|
-
<div class="refsect2"
|
446
|
+
<div class="refsect2">
|
460
447
|
<a name="gtk-icon-view-set-markup-column"></a><h3>gtk_icon_view_set_markup_column ()</h3>
|
461
448
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
462
449
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
@@ -471,20 +458,18 @@ the text column set by <a class="link" href="GtkIconView.html#gtk-icon-view-set-
|
|
471
458
|
<tbody>
|
472
459
|
<tr>
|
473
460
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
474
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
475
|
-
</td>
|
461
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
476
462
|
</tr>
|
477
463
|
<tr>
|
478
464
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
479
|
-
<td>A column in the currently used model, or -1 to display no text
|
480
|
-
</td>
|
465
|
+
<td>A column in the currently used model, or -1 to display no text</td>
|
481
466
|
</tr>
|
482
467
|
</tbody>
|
483
468
|
</table></div>
|
484
469
|
<p class="since">Since 2.6</p>
|
485
470
|
</div>
|
486
471
|
<hr>
|
487
|
-
<div class="refsect2"
|
472
|
+
<div class="refsect2">
|
488
473
|
<a name="gtk-icon-view-get-markup-column"></a><h3>gtk_icon_view_get_markup_column ()</h3>
|
489
474
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
490
475
|
<p>
|
@@ -495,21 +480,18 @@ Returns the column with markup text for <em class="parameter"><code>icon_view</c
|
|
495
480
|
<tbody>
|
496
481
|
<tr>
|
497
482
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
498
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
499
|
-
</td>
|
483
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
500
484
|
</tr>
|
501
485
|
<tr>
|
502
486
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
503
|
-
<td>
|
504
|
-
|
505
|
-
</td>
|
487
|
+
<td>the markup column, or -1 if it's unset.</td>
|
506
488
|
</tr>
|
507
489
|
</tbody>
|
508
490
|
</table></div>
|
509
491
|
<p class="since">Since 2.6</p>
|
510
492
|
</div>
|
511
493
|
<hr>
|
512
|
-
<div class="refsect2"
|
494
|
+
<div class="refsect2">
|
513
495
|
<a name="gtk-icon-view-set-pixbuf-column"></a><h3>gtk_icon_view_set_pixbuf_column ()</h3>
|
514
496
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
515
497
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
@@ -522,20 +504,18 @@ column must be of type <span class="type">GDK_TYPE_PIXBUF</span>
|
|
522
504
|
<tbody>
|
523
505
|
<tr>
|
524
506
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
525
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
526
|
-
</td>
|
507
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
527
508
|
</tr>
|
528
509
|
<tr>
|
529
510
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
530
|
-
<td>A column in the currently used model, or -1 to disable
|
531
|
-
</td>
|
511
|
+
<td>A column in the currently used model, or -1 to disable</td>
|
532
512
|
</tr>
|
533
513
|
</tbody>
|
534
514
|
</table></div>
|
535
515
|
<p class="since">Since 2.6</p>
|
536
516
|
</div>
|
537
517
|
<hr>
|
538
|
-
<div class="refsect2"
|
518
|
+
<div class="refsect2">
|
539
519
|
<a name="gtk-icon-view-get-pixbuf-column"></a><h3>gtk_icon_view_get_pixbuf_column ()</h3>
|
540
520
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
541
521
|
<p>
|
@@ -546,23 +526,20 @@ Returns the column with pixbufs for <em class="parameter"><code>icon_view</code>
|
|
546
526
|
<tbody>
|
547
527
|
<tr>
|
548
528
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
549
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
550
|
-
</td>
|
529
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
551
530
|
</tr>
|
552
531
|
<tr>
|
553
532
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
554
|
-
<td>
|
555
|
-
|
556
|
-
</td>
|
533
|
+
<td>the pixbuf column, or -1 if it's unset.</td>
|
557
534
|
</tr>
|
558
535
|
</tbody>
|
559
536
|
</table></div>
|
560
537
|
<p class="since">Since 2.6</p>
|
561
538
|
</div>
|
562
539
|
<hr>
|
563
|
-
<div class="refsect2"
|
540
|
+
<div class="refsect2">
|
564
541
|
<a name="gtk-icon-view-get-path-at-pos"></a><h3>gtk_icon_view_get_path_at_pos ()</h3>
|
565
|
-
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
542
|
+
<pre class="programlisting"><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="returnvalue">GtkTreePath</span></a> * 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>,
|
566
543
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
567
544
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
568
545
|
<p>
|
@@ -577,37 +554,32 @@ widget coordinates to bin_window coordinates.
|
|
577
554
|
<tbody>
|
578
555
|
<tr>
|
579
556
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
580
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
581
|
-
</td>
|
557
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
582
558
|
</tr>
|
583
559
|
<tr>
|
584
560
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
585
|
-
<td>The x position to be identified
|
586
|
-
</td>
|
561
|
+
<td>The x position to be identified</td>
|
587
562
|
</tr>
|
588
563
|
<tr>
|
589
564
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
590
|
-
<td>The y position to be identified
|
591
|
-
</td>
|
565
|
+
<td>The y position to be identified</td>
|
592
566
|
</tr>
|
593
567
|
<tr>
|
594
568
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
595
|
-
<td>
|
596
|
-
if no icon exists at that position
|
597
|
-
|
598
|
-
</td>
|
569
|
+
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> corresponding to the icon or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
570
|
+
if no icon exists at that position.</td>
|
599
571
|
</tr>
|
600
572
|
</tbody>
|
601
573
|
</table></div>
|
602
574
|
<p class="since">Since 2.6</p>
|
603
575
|
</div>
|
604
576
|
<hr>
|
605
|
-
<div class="refsect2"
|
577
|
+
<div class="refsect2">
|
606
578
|
<a name="gtk-icon-view-get-item-at-pos"></a><h3>gtk_icon_view_get_item_at_pos ()</h3>
|
607
579
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
608
580
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
609
581
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
610
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
582
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
611
583
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
|
612
584
|
<p>
|
613
585
|
Finds the path at the point (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>), relative to bin_window coordinates.
|
@@ -622,42 +594,38 @@ widget coordinates to bin_window coordinates.
|
|
622
594
|
<tbody>
|
623
595
|
<tr>
|
624
596
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
625
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
626
|
-
</td>
|
597
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
627
598
|
</tr>
|
628
599
|
<tr>
|
629
600
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
630
|
-
<td>The x position to be identified
|
631
|
-
</td>
|
601
|
+
<td>The x position to be identified</td>
|
632
602
|
</tr>
|
633
603
|
<tr>
|
634
604
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
635
|
-
<td>The y position to be identified
|
636
|
-
</td>
|
605
|
+
<td>The y position to be identified</td>
|
637
606
|
</tr>
|
638
607
|
<tr>
|
639
608
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
640
|
-
<td>
|
609
|
+
<td>Return location for the path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
641
610
|
</td>
|
642
611
|
</tr>
|
643
612
|
<tr>
|
644
613
|
<td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
|
645
614
|
<td>Return location for the renderer responsible for the cell
|
646
|
-
|
615
|
+
at (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>), or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
647
616
|
</td>
|
648
617
|
</tr>
|
649
618
|
<tr>
|
650
619
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
651
|
-
<td>
|
652
|
-
|
653
|
-
</td>
|
620
|
+
<td>
|
621
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an item exists at the specified position</td>
|
654
622
|
</tr>
|
655
623
|
</tbody>
|
656
624
|
</table></div>
|
657
625
|
<p class="since">Since 2.8</p>
|
658
626
|
</div>
|
659
627
|
<hr>
|
660
|
-
<div class="refsect2"
|
628
|
+
<div class="refsect2">
|
661
629
|
<a name="gtk-icon-view-convert-widget-to-bin-window-coords"></a><h3>gtk_icon_view_convert_widget_to_bin_window_coords ()</h3>
|
662
630
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_convert_widget_to_bin_window_coords
|
663
631
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
@@ -674,38 +642,34 @@ as expected by e.g. <a class="link" href="GtkIconView.html#gtk-icon-view-get-pat
|
|
674
642
|
<tbody>
|
675
643
|
<tr>
|
676
644
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
677
|
-
<td>a <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>
|
645
|
+
<td>a <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>
|
678
646
|
</td>
|
679
647
|
</tr>
|
680
648
|
<tr>
|
681
649
|
<td><p><span class="term"><em class="parameter"><code>wx</code></em> :</span></p></td>
|
682
|
-
<td>X coordinate relative to the widget
|
683
|
-
</td>
|
650
|
+
<td>X coordinate relative to the widget</td>
|
684
651
|
</tr>
|
685
652
|
<tr>
|
686
653
|
<td><p><span class="term"><em class="parameter"><code>wy</code></em> :</span></p></td>
|
687
|
-
<td>Y coordinate relative to the widget
|
688
|
-
</td>
|
654
|
+
<td>Y coordinate relative to the widget</td>
|
689
655
|
</tr>
|
690
656
|
<tr>
|
691
657
|
<td><p><span class="term"><em class="parameter"><code>bx</code></em> :</span></p></td>
|
692
|
-
<td>return location for bin_window X coordinate
|
693
|
-
</td>
|
658
|
+
<td>return location for bin_window X coordinate</td>
|
694
659
|
</tr>
|
695
660
|
<tr>
|
696
661
|
<td><p><span class="term"><em class="parameter"><code>by</code></em> :</span></p></td>
|
697
|
-
<td>return location for bin_window Y coordinate
|
698
|
-
</td>
|
662
|
+
<td>return location for bin_window Y coordinate</td>
|
699
663
|
</tr>
|
700
664
|
</tbody>
|
701
665
|
</table></div>
|
702
666
|
<p class="since">Since 2.12</p>
|
703
667
|
</div>
|
704
668
|
<hr>
|
705
|
-
<div class="refsect2"
|
669
|
+
<div class="refsect2">
|
706
670
|
<a name="gtk-icon-view-set-cursor"></a><h3>gtk_icon_view_set_cursor ()</h3>
|
707
671
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
708
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
672
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
709
673
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
710
674
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> start_editing</code></em>);</pre>
|
711
675
|
<p>
|
@@ -730,29 +694,28 @@ Please note that editing can only happen when the widget is realized.
|
|
730
694
|
</tr>
|
731
695
|
<tr>
|
732
696
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
733
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
697
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
|
734
698
|
</td>
|
735
699
|
</tr>
|
736
700
|
<tr>
|
737
701
|
<td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
|
738
|
-
<td>
|
702
|
+
<td>One of the cell renderers of <em class="parameter"><code>icon_view</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
739
703
|
</td>
|
740
704
|
</tr>
|
741
705
|
<tr>
|
742
706
|
<td><p><span class="term"><em class="parameter"><code>start_editing</code></em> :</span></p></td>
|
743
707
|
<td>
|
744
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited
|
745
|
-
</td>
|
708
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the specified cell should start being edited.</td>
|
746
709
|
</tr>
|
747
710
|
</tbody>
|
748
711
|
</table></div>
|
749
712
|
<p class="since">Since 2.8</p>
|
750
713
|
</div>
|
751
714
|
<hr>
|
752
|
-
<div class="refsect2"
|
715
|
+
<div class="refsect2">
|
753
716
|
<a name="gtk-icon-view-get-cursor"></a><h3>gtk_icon_view_get_cursor ()</h3>
|
754
717
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
755
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
718
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
756
719
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> **cell</code></em>);</pre>
|
757
720
|
<p>
|
758
721
|
Fills in <em class="parameter"><code>path</code></em> and <em class="parameter"><code>cell</code></em> with the current cursor path and cell.
|
@@ -760,7 +723,7 @@ If the cursor isn't currently set, then *<em class="parameter"><code>path</code>
|
|
760
723
|
If no cell currently has focus, then *<em class="parameter"><code>cell</code></em> will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
761
724
|
</p>
|
762
725
|
<p>
|
763
|
-
The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
726
|
+
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>.
|
764
727
|
</p>
|
765
728
|
<div class="variablelist"><table border="0">
|
766
729
|
<col align="left" valign="top">
|
@@ -772,26 +735,25 @@ The returned <a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTree
|
|
772
735
|
</tr>
|
773
736
|
<tr>
|
774
737
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
775
|
-
<td>
|
738
|
+
<td>Return location for the current cursor path, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
776
739
|
</td>
|
777
740
|
</tr>
|
778
741
|
<tr>
|
779
742
|
<td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
|
780
|
-
<td>
|
743
|
+
<td>Return location the current focus cell, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
781
744
|
</td>
|
782
745
|
</tr>
|
783
746
|
<tr>
|
784
747
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
785
|
-
<td>
|
786
|
-
|
787
|
-
</td>
|
748
|
+
<td>
|
749
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor is set.</td>
|
788
750
|
</tr>
|
789
751
|
</tbody>
|
790
752
|
</table></div>
|
791
753
|
<p class="since">Since 2.8</p>
|
792
754
|
</div>
|
793
755
|
<hr>
|
794
|
-
<div class="refsect2"
|
756
|
+
<div class="refsect2">
|
795
757
|
<a name="gtk-icon-view-selected-foreach"></a><h3>gtk_icon_view_selected_foreach ()</h3>
|
796
758
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
797
759
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewForeachFunc" title="GtkIconViewForeachFunc ()"><span class="type">GtkIconViewForeachFunc</span></a> func</code></em>,
|
@@ -805,25 +767,23 @@ selection cannot be modified from within this function.
|
|
805
767
|
<tbody>
|
806
768
|
<tr>
|
807
769
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
808
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
809
|
-
</td>
|
770
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
810
771
|
</tr>
|
811
772
|
<tr>
|
812
773
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
813
|
-
<td>The
|
774
|
+
<td>The function to call for each selected icon. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
|
814
775
|
</td>
|
815
776
|
</tr>
|
816
777
|
<tr>
|
817
778
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
818
|
-
<td>User data to pass to the function
|
819
|
-
</td>
|
779
|
+
<td>User data to pass to the function.</td>
|
820
780
|
</tr>
|
821
781
|
</tbody>
|
822
782
|
</table></div>
|
823
783
|
<p class="since">Since 2.6</p>
|
824
784
|
</div>
|
825
785
|
<hr>
|
826
|
-
<div class="refsect2"
|
786
|
+
<div class="refsect2">
|
827
787
|
<a name="gtk-icon-view-set-selection-mode"></a><h3>gtk_icon_view_set_selection_mode ()</h3>
|
828
788
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_selection_mode (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
829
789
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
|
@@ -835,20 +795,18 @@ Sets the selection mode of the <em class="parameter"><code>icon_view</code></em>
|
|
835
795
|
<tbody>
|
836
796
|
<tr>
|
837
797
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
838
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
839
|
-
</td>
|
798
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
840
799
|
</tr>
|
841
800
|
<tr>
|
842
801
|
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
843
|
-
<td>The selection mode
|
844
|
-
</td>
|
802
|
+
<td>The selection mode</td>
|
845
803
|
</tr>
|
846
804
|
</tbody>
|
847
805
|
</table></div>
|
848
806
|
<p class="since">Since 2.6</p>
|
849
807
|
</div>
|
850
808
|
<hr>
|
851
|
-
<div class="refsect2"
|
809
|
+
<div class="refsect2">
|
852
810
|
<a name="gtk-icon-view-get-selection-mode"></a><h3>gtk_icon_view_get_selection_mode ()</h3>
|
853
811
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a> gtk_icon_view_get_selection_mode (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
854
812
|
<p>
|
@@ -859,25 +817,22 @@ Gets the selection mode of the <em class="parameter"><code>icon_view</code></em>
|
|
859
817
|
<tbody>
|
860
818
|
<tr>
|
861
819
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
862
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
863
|
-
</td>
|
820
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
864
821
|
</tr>
|
865
822
|
<tr>
|
866
823
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
867
|
-
<td>
|
868
|
-
|
869
|
-
</td>
|
824
|
+
<td>the current selection mode</td>
|
870
825
|
</tr>
|
871
826
|
</tbody>
|
872
827
|
</table></div>
|
873
828
|
<p class="since">Since 2.6</p>
|
874
829
|
</div>
|
875
830
|
<hr>
|
876
|
-
<div class="refsect2"
|
831
|
+
<div class="refsect2">
|
877
832
|
<a name="gtk-icon-view-set-orientation"></a><h3>gtk_icon_view_set_orientation ()</h3>
|
878
833
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
879
834
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
880
|
-
<div class="warning"
|
835
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
881
836
|
<h3 class="title">Warning</h3>
|
882
837
|
<p><code class="literal">gtk_icon_view_set_orientation</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GtkIconView.html#gtk-icon-view-set-item-orientation" title="gtk_icon_view_set_item_orientation ()"><code class="function">gtk_icon_view_set_item_orientation()</code></a></p>
|
883
838
|
</div>
|
@@ -895,18 +850,17 @@ are drawn beside the icons instead of below.
|
|
895
850
|
</tr>
|
896
851
|
<tr>
|
897
852
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
898
|
-
<td>the relative position of texts and icons
|
899
|
-
</td>
|
853
|
+
<td>the relative position of texts and icons</td>
|
900
854
|
</tr>
|
901
855
|
</tbody>
|
902
856
|
</table></div>
|
903
857
|
<p class="since">Since 2.6</p>
|
904
858
|
</div>
|
905
859
|
<hr>
|
906
|
-
<div class="refsect2"
|
860
|
+
<div class="refsect2">
|
907
861
|
<a name="gtk-icon-view-get-orientation"></a><h3>gtk_icon_view_get_orientation ()</h3>
|
908
862
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_icon_view_get_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
909
|
-
<div class="warning"
|
863
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
910
864
|
<h3 class="title">Warning</h3>
|
911
865
|
<p><code class="literal">gtk_icon_view_get_orientation</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GtkIconView.html#gtk-icon-view-get-item-orientation" title="gtk_icon_view_get_item_orientation ()"><code class="function">gtk_icon_view_get_item_orientation()</code></a></p>
|
912
866
|
</div>
|
@@ -924,16 +878,14 @@ whether the labels are drawn beside the icons instead of below.
|
|
924
878
|
</tr>
|
925
879
|
<tr>
|
926
880
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
927
|
-
<td>
|
928
|
-
|
929
|
-
</td>
|
881
|
+
<td>the relative position of texts and icons</td>
|
930
882
|
</tr>
|
931
883
|
</tbody>
|
932
884
|
</table></div>
|
933
885
|
<p class="since">Since 2.6</p>
|
934
886
|
</div>
|
935
887
|
<hr>
|
936
|
-
<div class="refsect2"
|
888
|
+
<div class="refsect2">
|
937
889
|
<a name="gtk-icon-view-set-item-orientation"></a><h3>gtk_icon_view_set_item_orientation ()</h3>
|
938
890
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_item_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
939
891
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
@@ -951,15 +903,14 @@ the labels are drawn beside the icons instead of below.
|
|
951
903
|
</tr>
|
952
904
|
<tr>
|
953
905
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
954
|
-
<td>the relative position of texts and icons
|
955
|
-
</td>
|
906
|
+
<td>the relative position of texts and icons</td>
|
956
907
|
</tr>
|
957
908
|
</tbody>
|
958
909
|
</table></div>
|
959
910
|
<p class="since">Since 2.22</p>
|
960
911
|
</div>
|
961
912
|
<hr>
|
962
|
-
<div class="refsect2"
|
913
|
+
<div class="refsect2">
|
963
914
|
<a name="gtk-icon-view-get-item-orientation"></a><h3>gtk_icon_view_get_item_orientation ()</h3>
|
964
915
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_icon_view_get_item_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
965
916
|
<p>
|
@@ -976,16 +927,14 @@ whether the labels are drawn beside the icons instead of below.
|
|
976
927
|
</tr>
|
977
928
|
<tr>
|
978
929
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
979
|
-
<td>
|
980
|
-
|
981
|
-
</td>
|
930
|
+
<td>the relative position of texts and icons</td>
|
982
931
|
</tr>
|
983
932
|
</tbody>
|
984
933
|
</table></div>
|
985
934
|
<p class="since">Since 2.22</p>
|
986
935
|
</div>
|
987
936
|
<hr>
|
988
|
-
<div class="refsect2"
|
937
|
+
<div class="refsect2">
|
989
938
|
<a name="gtk-icon-view-set-columns"></a><h3>gtk_icon_view_set_columns ()</h3>
|
990
939
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
991
940
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> columns</code></em>);</pre>
|
@@ -1005,15 +954,14 @@ to fill the available area.
|
|
1005
954
|
</tr>
|
1006
955
|
<tr>
|
1007
956
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
1008
|
-
<td>the number of columns
|
1009
|
-
</td>
|
957
|
+
<td>the number of columns</td>
|
1010
958
|
</tr>
|
1011
959
|
</tbody>
|
1012
960
|
</table></div>
|
1013
961
|
<p class="since">Since 2.6</p>
|
1014
962
|
</div>
|
1015
963
|
<hr>
|
1016
|
-
<div class="refsect2"
|
964
|
+
<div class="refsect2">
|
1017
965
|
<a name="gtk-icon-view-get-columns"></a><h3>gtk_icon_view_get_columns ()</h3>
|
1018
966
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1019
967
|
<p>
|
@@ -1029,16 +977,14 @@ Returns the value of the ::columns property.
|
|
1029
977
|
</tr>
|
1030
978
|
<tr>
|
1031
979
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1032
|
-
<td>
|
1033
|
-
|
1034
|
-
</td>
|
980
|
+
<td>the number of columns, or -1</td>
|
1035
981
|
</tr>
|
1036
982
|
</tbody>
|
1037
983
|
</table></div>
|
1038
984
|
<p class="since">Since 2.6</p>
|
1039
985
|
</div>
|
1040
986
|
<hr>
|
1041
|
-
<div class="refsect2"
|
987
|
+
<div class="refsect2">
|
1042
988
|
<a name="gtk-icon-view-set-item-width"></a><h3>gtk_icon_view_set_item_width ()</h3>
|
1043
989
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1044
990
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_width</code></em>);</pre>
|
@@ -1057,15 +1003,14 @@ automatically determine a suitable item size.
|
|
1057
1003
|
</tr>
|
1058
1004
|
<tr>
|
1059
1005
|
<td><p><span class="term"><em class="parameter"><code>item_width</code></em> :</span></p></td>
|
1060
|
-
<td>the width for each item
|
1061
|
-
</td>
|
1006
|
+
<td>the width for each item</td>
|
1062
1007
|
</tr>
|
1063
1008
|
</tbody>
|
1064
1009
|
</table></div>
|
1065
1010
|
<p class="since">Since 2.6</p>
|
1066
1011
|
</div>
|
1067
1012
|
<hr>
|
1068
|
-
<div class="refsect2"
|
1013
|
+
<div class="refsect2">
|
1069
1014
|
<a name="gtk-icon-view-get-item-width"></a><h3>gtk_icon_view_get_item_width ()</h3>
|
1070
1015
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1071
1016
|
<p>
|
@@ -1081,16 +1026,14 @@ Returns the value of the ::item-width property.
|
|
1081
1026
|
</tr>
|
1082
1027
|
<tr>
|
1083
1028
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1084
|
-
<td>
|
1085
|
-
|
1086
|
-
</td>
|
1029
|
+
<td>the width of a single item, or -1</td>
|
1087
1030
|
</tr>
|
1088
1031
|
</tbody>
|
1089
1032
|
</table></div>
|
1090
1033
|
<p class="since">Since 2.6</p>
|
1091
1034
|
</div>
|
1092
1035
|
<hr>
|
1093
|
-
<div class="refsect2"
|
1036
|
+
<div class="refsect2">
|
1094
1037
|
<a name="gtk-icon-view-set-spacing"></a><h3>gtk_icon_view_set_spacing ()</h3>
|
1095
1038
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1096
1039
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
|
@@ -1109,15 +1052,14 @@ the text) of an item.
|
|
1109
1052
|
</tr>
|
1110
1053
|
<tr>
|
1111
1054
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
1112
|
-
<td>the spacing
|
1113
|
-
</td>
|
1055
|
+
<td>the spacing</td>
|
1114
1056
|
</tr>
|
1115
1057
|
</tbody>
|
1116
1058
|
</table></div>
|
1117
1059
|
<p class="since">Since 2.6</p>
|
1118
1060
|
</div>
|
1119
1061
|
<hr>
|
1120
|
-
<div class="refsect2"
|
1062
|
+
<div class="refsect2">
|
1121
1063
|
<a name="gtk-icon-view-get-spacing"></a><h3>gtk_icon_view_get_spacing ()</h3>
|
1122
1064
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1123
1065
|
<p>
|
@@ -1133,16 +1075,14 @@ Returns the value of the ::spacing property.
|
|
1133
1075
|
</tr>
|
1134
1076
|
<tr>
|
1135
1077
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1136
|
-
<td>
|
1137
|
-
|
1138
|
-
</td>
|
1078
|
+
<td>the space between cells</td>
|
1139
1079
|
</tr>
|
1140
1080
|
</tbody>
|
1141
1081
|
</table></div>
|
1142
1082
|
<p class="since">Since 2.6</p>
|
1143
1083
|
</div>
|
1144
1084
|
<hr>
|
1145
|
-
<div class="refsect2"
|
1085
|
+
<div class="refsect2">
|
1146
1086
|
<a name="gtk-icon-view-set-row-spacing"></a><h3>gtk_icon_view_set_row_spacing ()</h3>
|
1147
1087
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1148
1088
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row_spacing</code></em>);</pre>
|
@@ -1160,15 +1100,14 @@ which is inserted between the rows of the icon view.
|
|
1160
1100
|
</tr>
|
1161
1101
|
<tr>
|
1162
1102
|
<td><p><span class="term"><em class="parameter"><code>row_spacing</code></em> :</span></p></td>
|
1163
|
-
<td>the row spacing
|
1164
|
-
</td>
|
1103
|
+
<td>the row spacing</td>
|
1165
1104
|
</tr>
|
1166
1105
|
</tbody>
|
1167
1106
|
</table></div>
|
1168
1107
|
<p class="since">Since 2.6</p>
|
1169
1108
|
</div>
|
1170
1109
|
<hr>
|
1171
|
-
<div class="refsect2"
|
1110
|
+
<div class="refsect2">
|
1172
1111
|
<a name="gtk-icon-view-get-row-spacing"></a><h3>gtk_icon_view_get_row_spacing ()</h3>
|
1173
1112
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1174
1113
|
<p>
|
@@ -1184,16 +1123,14 @@ Returns the value of the ::row-spacing property.
|
|
1184
1123
|
</tr>
|
1185
1124
|
<tr>
|
1186
1125
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1187
|
-
<td>
|
1188
|
-
|
1189
|
-
</td>
|
1126
|
+
<td>the space between rows</td>
|
1190
1127
|
</tr>
|
1191
1128
|
</tbody>
|
1192
1129
|
</table></div>
|
1193
1130
|
<p class="since">Since 2.6</p>
|
1194
1131
|
</div>
|
1195
1132
|
<hr>
|
1196
|
-
<div class="refsect2"
|
1133
|
+
<div class="refsect2">
|
1197
1134
|
<a name="gtk-icon-view-set-column-spacing"></a><h3>gtk_icon_view_set_column_spacing ()</h3>
|
1198
1135
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1199
1136
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column_spacing</code></em>);</pre>
|
@@ -1211,15 +1148,14 @@ which is inserted between the columns of the icon view.
|
|
1211
1148
|
</tr>
|
1212
1149
|
<tr>
|
1213
1150
|
<td><p><span class="term"><em class="parameter"><code>column_spacing</code></em> :</span></p></td>
|
1214
|
-
<td>the column spacing
|
1215
|
-
</td>
|
1151
|
+
<td>the column spacing</td>
|
1216
1152
|
</tr>
|
1217
1153
|
</tbody>
|
1218
1154
|
</table></div>
|
1219
1155
|
<p class="since">Since 2.6</p>
|
1220
1156
|
</div>
|
1221
1157
|
<hr>
|
1222
|
-
<div class="refsect2"
|
1158
|
+
<div class="refsect2">
|
1223
1159
|
<a name="gtk-icon-view-get-column-spacing"></a><h3>gtk_icon_view_get_column_spacing ()</h3>
|
1224
1160
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1225
1161
|
<p>
|
@@ -1235,16 +1171,14 @@ Returns the value of the ::column-spacing property.
|
|
1235
1171
|
</tr>
|
1236
1172
|
<tr>
|
1237
1173
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1238
|
-
<td>
|
1239
|
-
|
1240
|
-
</td>
|
1174
|
+
<td>the space between columns</td>
|
1241
1175
|
</tr>
|
1242
1176
|
</tbody>
|
1243
1177
|
</table></div>
|
1244
1178
|
<p class="since">Since 2.6</p>
|
1245
1179
|
</div>
|
1246
1180
|
<hr>
|
1247
|
-
<div class="refsect2"
|
1181
|
+
<div class="refsect2">
|
1248
1182
|
<a name="gtk-icon-view-set-margin"></a><h3>gtk_icon_view_set_margin ()</h3>
|
1249
1183
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1250
1184
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> margin</code></em>);</pre>
|
@@ -1263,15 +1197,14 @@ of the icon view.
|
|
1263
1197
|
</tr>
|
1264
1198
|
<tr>
|
1265
1199
|
<td><p><span class="term"><em class="parameter"><code>margin</code></em> :</span></p></td>
|
1266
|
-
<td>the margin
|
1267
|
-
</td>
|
1200
|
+
<td>the margin</td>
|
1268
1201
|
</tr>
|
1269
1202
|
</tbody>
|
1270
1203
|
</table></div>
|
1271
1204
|
<p class="since">Since 2.6</p>
|
1272
1205
|
</div>
|
1273
1206
|
<hr>
|
1274
|
-
<div class="refsect2"
|
1207
|
+
<div class="refsect2">
|
1275
1208
|
<a name="gtk-icon-view-get-margin"></a><h3>gtk_icon_view_get_margin ()</h3>
|
1276
1209
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1277
1210
|
<p>
|
@@ -1287,16 +1220,14 @@ Returns the value of the ::margin property.
|
|
1287
1220
|
</tr>
|
1288
1221
|
<tr>
|
1289
1222
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1290
|
-
<td>
|
1291
|
-
|
1292
|
-
</td>
|
1223
|
+
<td>the space at the borders</td>
|
1293
1224
|
</tr>
|
1294
1225
|
</tbody>
|
1295
1226
|
</table></div>
|
1296
1227
|
<p class="since">Since 2.6</p>
|
1297
1228
|
</div>
|
1298
1229
|
<hr>
|
1299
|
-
<div class="refsect2"
|
1230
|
+
<div class="refsect2">
|
1300
1231
|
<a name="gtk-icon-view-set-item-padding"></a><h3>gtk_icon_view_set_item_padding ()</h3>
|
1301
1232
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1302
1233
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item_padding</code></em>);</pre>
|
@@ -1314,15 +1245,14 @@ around each of the icon view's items.
|
|
1314
1245
|
</tr>
|
1315
1246
|
<tr>
|
1316
1247
|
<td><p><span class="term"><em class="parameter"><code>item_padding</code></em> :</span></p></td>
|
1317
|
-
<td>the item padding
|
1318
|
-
</td>
|
1248
|
+
<td>the item padding</td>
|
1319
1249
|
</tr>
|
1320
1250
|
</tbody>
|
1321
1251
|
</table></div>
|
1322
1252
|
<p class="since">Since 2.18</p>
|
1323
1253
|
</div>
|
1324
1254
|
<hr>
|
1325
|
-
<div class="refsect2"
|
1255
|
+
<div class="refsect2">
|
1326
1256
|
<a name="gtk-icon-view-get-item-padding"></a><h3>gtk_icon_view_get_item_padding ()</h3>
|
1327
1257
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1328
1258
|
<p>
|
@@ -1338,19 +1268,17 @@ Returns the value of the ::item-padding property.
|
|
1338
1268
|
</tr>
|
1339
1269
|
<tr>
|
1340
1270
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1341
|
-
<td>
|
1342
|
-
|
1343
|
-
</td>
|
1271
|
+
<td>the padding around items</td>
|
1344
1272
|
</tr>
|
1345
1273
|
</tbody>
|
1346
1274
|
</table></div>
|
1347
1275
|
<p class="since">Since 2.18</p>
|
1348
1276
|
</div>
|
1349
1277
|
<hr>
|
1350
|
-
<div class="refsect2"
|
1278
|
+
<div class="refsect2">
|
1351
1279
|
<a name="gtk-icon-view-select-path"></a><h3>gtk_icon_view_select_path ()</h3>
|
1352
1280
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_select_path (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1353
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1281
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1354
1282
|
<p>
|
1355
1283
|
Selects the row at <em class="parameter"><code>path</code></em>.
|
1356
1284
|
</p>
|
@@ -1359,23 +1287,21 @@ Selects the row at <em class="parameter"><code>path</code></em>.
|
|
1359
1287
|
<tbody>
|
1360
1288
|
<tr>
|
1361
1289
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1362
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1363
|
-
</td>
|
1290
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1364
1291
|
</tr>
|
1365
1292
|
<tr>
|
1366
1293
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1367
|
-
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1368
|
-
</td>
|
1294
|
+
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to be selected.</td>
|
1369
1295
|
</tr>
|
1370
1296
|
</tbody>
|
1371
1297
|
</table></div>
|
1372
1298
|
<p class="since">Since 2.6</p>
|
1373
1299
|
</div>
|
1374
1300
|
<hr>
|
1375
|
-
<div class="refsect2"
|
1301
|
+
<div class="refsect2">
|
1376
1302
|
<a name="gtk-icon-view-unselect-path"></a><h3>gtk_icon_view_unselect_path ()</h3>
|
1377
1303
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_unselect_path (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1378
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1304
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1379
1305
|
<p>
|
1380
1306
|
Unselects the row at <em class="parameter"><code>path</code></em>.
|
1381
1307
|
</p>
|
@@ -1384,23 +1310,21 @@ Unselects the row at <em class="parameter"><code>path</code></em>.
|
|
1384
1310
|
<tbody>
|
1385
1311
|
<tr>
|
1386
1312
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1387
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1388
|
-
</td>
|
1313
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1389
1314
|
</tr>
|
1390
1315
|
<tr>
|
1391
1316
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1392
|
-
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1393
|
-
</td>
|
1317
|
+
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to be unselected.</td>
|
1394
1318
|
</tr>
|
1395
1319
|
</tbody>
|
1396
1320
|
</table></div>
|
1397
1321
|
<p class="since">Since 2.6</p>
|
1398
1322
|
</div>
|
1399
1323
|
<hr>
|
1400
|
-
<div class="refsect2"
|
1324
|
+
<div class="refsect2">
|
1401
1325
|
<a name="gtk-icon-view-path-is-selected"></a><h3>gtk_icon_view_path_is_selected ()</h3>
|
1402
1326
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
1403
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1327
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1404
1328
|
<p>
|
1405
1329
|
Returns <a href="http://library.gnome.org/devel/glib/unstable/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> is currently
|
1406
1330
|
selected. If <em class="parameter"><code>path</code></em> does not point to a valid location, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned.
|
@@ -1410,26 +1334,23 @@ selected. If <em class="parameter"><code>path</code></em> does not point to a va
|
|
1410
1334
|
<tbody>
|
1411
1335
|
<tr>
|
1412
1336
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1413
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1414
|
-
</td>
|
1337
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1415
1338
|
</tr>
|
1416
1339
|
<tr>
|
1417
1340
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1418
|
-
<td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1419
|
-
</td>
|
1341
|
+
<td>A <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to check selection on.</td>
|
1420
1342
|
</tr>
|
1421
1343
|
<tr>
|
1422
1344
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1423
|
-
<td>
|
1424
|
-
|
1425
|
-
</td>
|
1345
|
+
<td>
|
1346
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>path</code></em> is selected.</td>
|
1426
1347
|
</tr>
|
1427
1348
|
</tbody>
|
1428
1349
|
</table></div>
|
1429
1350
|
<p class="since">Since 2.6</p>
|
1430
1351
|
</div>
|
1431
1352
|
<hr>
|
1432
|
-
<div class="refsect2"
|
1353
|
+
<div class="refsect2">
|
1433
1354
|
<a name="gtk-icon-view-get-selected-items"></a><h3>gtk_icon_view_get_selected_items ()</h3>
|
1434
1355
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_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>
|
1435
1356
|
<p>
|
@@ -1461,12 +1382,11 @@ To free the return value, use:
|
|
1461
1382
|
<tbody>
|
1462
1383
|
<tr>
|
1463
1384
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1464
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1465
|
-
</td>
|
1385
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1466
1386
|
</tr>
|
1467
1387
|
<tr>
|
1468
1388
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1469
|
-
<td>
|
1389
|
+
<td>A <a href="http://library.gnome.org/devel/glib/unstable/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. <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>
|
1470
1390
|
</td>
|
1471
1391
|
</tr>
|
1472
1392
|
</tbody>
|
@@ -1474,7 +1394,7 @@ To free the return value, use:
|
|
1474
1394
|
<p class="since">Since 2.6</p>
|
1475
1395
|
</div>
|
1476
1396
|
<hr>
|
1477
|
-
<div class="refsect2"
|
1397
|
+
<div class="refsect2">
|
1478
1398
|
<a name="gtk-icon-view-select-all"></a><h3>gtk_icon_view_select_all ()</h3>
|
1479
1399
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_select_all (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1480
1400
|
<p>
|
@@ -1485,14 +1405,13 @@ to <a class="link" href="gtk-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:C
|
|
1485
1405
|
<col align="left" valign="top">
|
1486
1406
|
<tbody><tr>
|
1487
1407
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1488
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1489
|
-
</td>
|
1408
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1490
1409
|
</tr></tbody>
|
1491
1410
|
</table></div>
|
1492
1411
|
<p class="since">Since 2.6</p>
|
1493
1412
|
</div>
|
1494
1413
|
<hr>
|
1495
|
-
<div class="refsect2"
|
1414
|
+
<div class="refsect2">
|
1496
1415
|
<a name="gtk-icon-view-unselect-all"></a><h3>gtk_icon_view_unselect_all ()</h3>
|
1497
1416
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_unselect_all (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
1498
1417
|
<p>
|
@@ -1502,17 +1421,16 @@ Unselects all the icons.
|
|
1502
1421
|
<col align="left" valign="top">
|
1503
1422
|
<tbody><tr>
|
1504
1423
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1505
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1506
|
-
</td>
|
1424
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1507
1425
|
</tr></tbody>
|
1508
1426
|
</table></div>
|
1509
1427
|
<p class="since">Since 2.6</p>
|
1510
1428
|
</div>
|
1511
1429
|
<hr>
|
1512
|
-
<div class="refsect2"
|
1430
|
+
<div class="refsect2">
|
1513
1431
|
<a name="gtk-icon-view-item-activated"></a><h3>gtk_icon_view_item_activated ()</h3>
|
1514
1432
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_item_activated (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1515
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1433
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1516
1434
|
<p>
|
1517
1435
|
Activates the item determined by <em class="parameter"><code>path</code></em>.
|
1518
1436
|
</p>
|
@@ -1526,18 +1444,17 @@ Activates the item determined by <em class="parameter"><code>path</code></em>.
|
|
1526
1444
|
</tr>
|
1527
1445
|
<tr>
|
1528
1446
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1529
|
-
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1530
|
-
</td>
|
1447
|
+
<td>The <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> to be activated</td>
|
1531
1448
|
</tr>
|
1532
1449
|
</tbody>
|
1533
1450
|
</table></div>
|
1534
1451
|
<p class="since">Since 2.6</p>
|
1535
1452
|
</div>
|
1536
1453
|
<hr>
|
1537
|
-
<div class="refsect2"
|
1454
|
+
<div class="refsect2">
|
1538
1455
|
<a name="gtk-icon-view-scroll-to-path"></a><h3>gtk_icon_view_scroll_to_path ()</h3>
|
1539
1456
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1540
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1457
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1541
1458
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
1542
1459
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> row_align</code></em>,
|
1543
1460
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> col_align</code></em>);</pre>
|
@@ -1564,39 +1481,34 @@ centered path will be modified to reflect this change.
|
|
1564
1481
|
<tbody>
|
1565
1482
|
<tr>
|
1566
1483
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
1567
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
1568
|
-
</td>
|
1484
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
1569
1485
|
</tr>
|
1570
1486
|
<tr>
|
1571
1487
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1572
|
-
<td>The path of the item to move to
|
1573
|
-
</td>
|
1488
|
+
<td>The path of the item to move to.</td>
|
1574
1489
|
</tr>
|
1575
1490
|
<tr>
|
1576
1491
|
<td><p><span class="term"><em class="parameter"><code>use_align</code></em> :</span></p></td>
|
1577
|
-
<td>whether to use alignment arguments, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a
|
1578
|
-
</td>
|
1492
|
+
<td>whether to use alignment arguments, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
|
1579
1493
|
</tr>
|
1580
1494
|
<tr>
|
1581
1495
|
<td><p><span class="term"><em class="parameter"><code>row_align</code></em> :</span></p></td>
|
1582
|
-
<td>The vertical alignment of the item specified by <em class="parameter"><code>path</code></em
|
1583
|
-
</td>
|
1496
|
+
<td>The vertical alignment of the item specified by <em class="parameter"><code>path</code></em>.</td>
|
1584
1497
|
</tr>
|
1585
1498
|
<tr>
|
1586
1499
|
<td><p><span class="term"><em class="parameter"><code>col_align</code></em> :</span></p></td>
|
1587
|
-
<td>The horizontal alignment of the item specified by <em class="parameter"><code>path</code></em
|
1588
|
-
</td>
|
1500
|
+
<td>The horizontal alignment of the item specified by <em class="parameter"><code>path</code></em>.</td>
|
1589
1501
|
</tr>
|
1590
1502
|
</tbody>
|
1591
1503
|
</table></div>
|
1592
1504
|
<p class="since">Since 2.8</p>
|
1593
1505
|
</div>
|
1594
1506
|
<hr>
|
1595
|
-
<div class="refsect2"
|
1507
|
+
<div class="refsect2">
|
1596
1508
|
<a name="gtk-icon-view-get-visible-range"></a><h3>gtk_icon_view_get_visible_range ()</h3>
|
1597
1509
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
1598
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1599
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1510
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
|
1511
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);</pre>
|
1600
1512
|
<p>
|
1601
1513
|
Sets <em class="parameter"><code>start_path</code></em> and <em class="parameter"><code>end_path</code></em> to be the first and last visible path.
|
1602
1514
|
Note that there may be invisible paths in between.
|
@@ -1614,18 +1526,18 @@ Both paths should be freed with <a class="link" href="GtkTreeModel.html#gtk-tree
|
|
1614
1526
|
</tr>
|
1615
1527
|
<tr>
|
1616
1528
|
<td><p><span class="term"><em class="parameter"><code>start_path</code></em> :</span></p></td>
|
1617
|
-
<td>
|
1529
|
+
<td>Return location for start of region, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1618
1530
|
</td>
|
1619
1531
|
</tr>
|
1620
1532
|
<tr>
|
1621
1533
|
<td><p><span class="term"><em class="parameter"><code>end_path</code></em> :</span></p></td>
|
1622
|
-
<td>
|
1534
|
+
<td>Return location for end of region, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1623
1535
|
</td>
|
1624
1536
|
</tr>
|
1625
1537
|
<tr>
|
1626
1538
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1627
|
-
<td>
|
1628
|
-
|
1539
|
+
<td>
|
1540
|
+
<a href="http://library.gnome.org/devel/glib/unstable/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> and <em class="parameter"><code>end_path</code></em>
|
1629
1541
|
</td>
|
1630
1542
|
</tr>
|
1631
1543
|
</tbody>
|
@@ -1633,11 +1545,11 @@ Both paths should be freed with <a class="link" href="GtkTreeModel.html#gtk-tree
|
|
1633
1545
|
<p class="since">Since 2.8</p>
|
1634
1546
|
</div>
|
1635
1547
|
<hr>
|
1636
|
-
<div class="refsect2"
|
1548
|
+
<div class="refsect2">
|
1637
1549
|
<a name="gtk-icon-view-set-tooltip-item"></a><h3>gtk_icon_view_set_tooltip_item ()</h3>
|
1638
1550
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_tooltip_item (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1639
1551
|
<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
1640
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1552
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1641
1553
|
<p>
|
1642
1554
|
Sets the tip area of <em class="parameter"><code>tooltip</code></em> to be the area covered by the item at <em class="parameter"><code>path</code></em>.
|
1643
1555
|
See also <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-column" title="gtk_icon_view_set_tooltip_column ()"><code class="function">gtk_icon_view_set_tooltip_column()</code></a> for a simpler alternative.
|
@@ -1658,7 +1570,7 @@ See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title="
|
|
1658
1570
|
</tr>
|
1659
1571
|
<tr>
|
1660
1572
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1661
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1573
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
|
1662
1574
|
</td>
|
1663
1575
|
</tr>
|
1664
1576
|
</tbody>
|
@@ -1666,11 +1578,11 @@ See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title="
|
|
1666
1578
|
<p class="since">Since 2.12</p>
|
1667
1579
|
</div>
|
1668
1580
|
<hr>
|
1669
|
-
<div class="refsect2"
|
1581
|
+
<div class="refsect2">
|
1670
1582
|
<a name="gtk-icon-view-set-tooltip-cell"></a><h3>gtk_icon_view_set_tooltip_cell ()</h3>
|
1671
1583
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_tooltip_cell (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1672
1584
|
<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
1673
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1585
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
1674
1586
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);</pre>
|
1675
1587
|
<p>
|
1676
1588
|
Sets the tip area of <em class="parameter"><code>tooltip</code></em> to the area which <em class="parameter"><code>cell</code></em> occupies in
|
@@ -1694,12 +1606,12 @@ See also <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-column
|
|
1694
1606
|
</tr>
|
1695
1607
|
<tr>
|
1696
1608
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1697
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1609
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>
|
1698
1610
|
</td>
|
1699
1611
|
</tr>
|
1700
1612
|
<tr>
|
1701
1613
|
<td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
|
1702
|
-
<td>
|
1614
|
+
<td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1703
1615
|
</td>
|
1704
1616
|
</tr>
|
1705
1617
|
</tbody>
|
@@ -1707,15 +1619,15 @@ See also <a class="link" href="GtkIconView.html#gtk-icon-view-set-tooltip-column
|
|
1707
1619
|
<p class="since">Since 2.12</p>
|
1708
1620
|
</div>
|
1709
1621
|
<hr>
|
1710
|
-
<div class="refsect2"
|
1622
|
+
<div class="refsect2">
|
1711
1623
|
<a name="gtk-icon-view-get-tooltip-context"></a><h3>gtk_icon_view_get_tooltip_context ()</h3>
|
1712
1624
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
1713
1625
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
1714
1626
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
1715
1627
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keyboard_tip</code></em>,
|
1716
1628
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **model</code></em>,
|
1717
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1718
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1629
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
1630
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
|
1719
1631
|
<p>
|
1720
1632
|
This function is supposed to be used in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title='The "query-tooltip" signal'><span class="type">"query-tooltip"</span></a>
|
1721
1633
|
signal handler for <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>. The <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> and <em class="parameter"><code>keyboard_tip</code></em> values
|
@@ -1740,46 +1652,41 @@ to be relative to <em class="parameter"><code>icon_view</code></em>'s bin_window
|
|
1740
1652
|
</tr>
|
1741
1653
|
<tr>
|
1742
1654
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1743
|
-
<td>the x coordinate (relative to widget coordinates)
|
1744
|
-
</td>
|
1655
|
+
<td>the x coordinate (relative to widget coordinates)</td>
|
1745
1656
|
</tr>
|
1746
1657
|
<tr>
|
1747
1658
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1748
|
-
<td>the y coordinate (relative to widget coordinates)
|
1749
|
-
</td>
|
1659
|
+
<td>the y coordinate (relative to widget coordinates)</td>
|
1750
1660
|
</tr>
|
1751
1661
|
<tr>
|
1752
1662
|
<td><p><span class="term"><em class="parameter"><code>keyboard_tip</code></em> :</span></p></td>
|
1753
|
-
<td>whether this is a keyboard tooltip or not
|
1754
|
-
</td>
|
1663
|
+
<td>whether this is a keyboard tooltip or not</td>
|
1755
1664
|
</tr>
|
1756
1665
|
<tr>
|
1757
1666
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
1758
|
-
<td>
|
1667
|
+
<td>a pointer to receive a <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="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>
|
1759
1668
|
</td>
|
1760
1669
|
</tr>
|
1761
1670
|
<tr>
|
1762
1671
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1763
|
-
<td>
|
1672
|
+
<td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="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>
|
1764
1673
|
</td>
|
1765
1674
|
</tr>
|
1766
1675
|
<tr>
|
1767
1676
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1768
|
-
<td>
|
1677
|
+
<td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="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>
|
1769
1678
|
</td>
|
1770
1679
|
</tr>
|
1771
1680
|
<tr>
|
1772
1681
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1773
|
-
<td>
|
1774
|
-
|
1775
|
-
</td>
|
1682
|
+
<td>whether or not the given tooltip context points to a item</td>
|
1776
1683
|
</tr>
|
1777
1684
|
</tbody>
|
1778
1685
|
</table></div>
|
1779
1686
|
<p class="since">Since 2.12</p>
|
1780
1687
|
</div>
|
1781
1688
|
<hr>
|
1782
|
-
<div class="refsect2"
|
1689
|
+
<div class="refsect2">
|
1783
1690
|
<a name="gtk-icon-view-set-tooltip-column"></a><h3>gtk_icon_view_set_tooltip_column ()</h3>
|
1784
1691
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1785
1692
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
|
@@ -1803,15 +1710,14 @@ When enabled, <span class="type">"has-tooltip"</span> will be set to <a href="ht
|
|
1803
1710
|
</tr>
|
1804
1711
|
<tr>
|
1805
1712
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
1806
|
-
<td>an integer, which is a valid column number for <em class="parameter"><code>icon_view</code></em>'s model
|
1807
|
-
</td>
|
1713
|
+
<td>an integer, which is a valid column number for <em class="parameter"><code>icon_view</code></em>'s model</td>
|
1808
1714
|
</tr>
|
1809
1715
|
</tbody>
|
1810
1716
|
</table></div>
|
1811
1717
|
<p class="since">Since 2.12</p>
|
1812
1718
|
</div>
|
1813
1719
|
<hr>
|
1814
|
-
<div class="refsect2"
|
1720
|
+
<div class="refsect2">
|
1815
1721
|
<a name="gtk-icon-view-get-tooltip-column"></a><h3>gtk_icon_view_get_tooltip_column ()</h3>
|
1816
1722
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>
|
1817
1723
|
<p>
|
@@ -1828,20 +1734,18 @@ displaying tooltips on <em class="parameter"><code>icon_view</code></em>'s rows.
|
|
1828
1734
|
</tr>
|
1829
1735
|
<tr>
|
1830
1736
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1831
|
-
<td>
|
1832
|
-
used, or -1 if this is disabled
|
1833
|
-
|
1834
|
-
</td>
|
1737
|
+
<td>the index of the tooltip column that is currently being
|
1738
|
+
used, or -1 if this is disabled.</td>
|
1835
1739
|
</tr>
|
1836
1740
|
</tbody>
|
1837
1741
|
</table></div>
|
1838
1742
|
<p class="since">Since 2.12</p>
|
1839
1743
|
</div>
|
1840
1744
|
<hr>
|
1841
|
-
<div class="refsect2"
|
1745
|
+
<div class="refsect2">
|
1842
1746
|
<a name="gtk-icon-view-get-item-row"></a><h3>gtk_icon_view_get_item_row ()</h3>
|
1843
1747
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>,
|
1844
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1748
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1845
1749
|
<p>
|
1846
1750
|
Gets the row in which the item <em class="parameter"><code>path</code></em> is currently
|
1847
1751
|
displayed. Row numbers start at 0.
|
@@ -1856,24 +1760,21 @@ displayed. Row numbers start at 0.
|
|
1856
1760
|
</tr>
|
1857
1761
|
<tr>
|
1858
1762
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1859
|
-
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1860
|
-
</td>
|
1763
|
+
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> of the item</td>
|
1861
1764
|
</tr>
|
1862
1765
|
<tr>
|
1863
1766
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1864
|
-
<td>
|
1865
|
-
|
1866
|
-
</td>
|
1767
|
+
<td>The row in which the item is displayed</td>
|
1867
1768
|
</tr>
|
1868
1769
|
</tbody>
|
1869
1770
|
</table></div>
|
1870
1771
|
<p class="since">Since 2.22</p>
|
1871
1772
|
</div>
|
1872
1773
|
<hr>
|
1873
|
-
<div class="refsect2"
|
1774
|
+
<div class="refsect2">
|
1874
1775
|
<a name="gtk-icon-view-get-item-column"></a><h3>gtk_icon_view_get_item_column ()</h3>
|
1875
1776
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> 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>,
|
1876
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1777
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
1877
1778
|
<p>
|
1878
1779
|
Gets the column in which the item <em class="parameter"><code>path</code></em> is currently
|
1879
1780
|
displayed. Column numbers start at 0.
|
@@ -1888,21 +1789,18 @@ displayed. Column numbers start at 0.
|
|
1888
1789
|
</tr>
|
1889
1790
|
<tr>
|
1890
1791
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
1891
|
-
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
1892
|
-
</td>
|
1792
|
+
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> of the item</td>
|
1893
1793
|
</tr>
|
1894
1794
|
<tr>
|
1895
1795
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1896
|
-
<td>
|
1897
|
-
|
1898
|
-
</td>
|
1796
|
+
<td>The column in which the item is displayed</td>
|
1899
1797
|
</tr>
|
1900
1798
|
</tbody>
|
1901
1799
|
</table></div>
|
1902
1800
|
<p class="since">Since 2.22</p>
|
1903
1801
|
</div>
|
1904
1802
|
<hr>
|
1905
|
-
<div class="refsect2"
|
1803
|
+
<div class="refsect2">
|
1906
1804
|
<a name="GtkIconViewDropPosition"></a><h3>enum GtkIconViewDropPosition</h3>
|
1907
1805
|
<pre class="programlisting">typedef enum
|
1908
1806
|
{
|
@@ -1954,12 +1852,12 @@ An enum for determining where a dropped item goes.
|
|
1954
1852
|
</table></div>
|
1955
1853
|
</div>
|
1956
1854
|
<hr>
|
1957
|
-
<div class="refsect2"
|
1855
|
+
<div class="refsect2">
|
1958
1856
|
<a name="gtk-icon-view-enable-model-drag-source"></a><h3>gtk_icon_view_enable_model_drag_source ()</h3>
|
1959
1857
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_enable_model_drag_source
|
1960
1858
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
1961
1859
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
|
1962
|
-
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
1860
|
+
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
1963
1861
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
1964
1862
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
1965
1863
|
<p>
|
@@ -1976,13 +1874,11 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
1976
1874
|
</tr>
|
1977
1875
|
<tr>
|
1978
1876
|
<td><p><span class="term"><em class="parameter"><code>start_button_mask</code></em> :</span></p></td>
|
1979
|
-
<td>Mask of allowed buttons to start drag
|
1980
|
-
</td>
|
1877
|
+
<td>Mask of allowed buttons to start drag</td>
|
1981
1878
|
</tr>
|
1982
1879
|
<tr>
|
1983
1880
|
<td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
|
1984
|
-
<td>the table of targets that the drag will support
|
1985
|
-
</td>
|
1881
|
+
<td>the table of targets that the drag will support</td>
|
1986
1882
|
</tr>
|
1987
1883
|
<tr>
|
1988
1884
|
<td><p><span class="term"><em class="parameter"><code>n_targets</code></em> :</span></p></td>
|
@@ -1992,19 +1888,18 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
1992
1888
|
<tr>
|
1993
1889
|
<td><p><span class="term"><em class="parameter"><code>actions</code></em> :</span></p></td>
|
1994
1890
|
<td>the bitmask of possible actions for a drag from this
|
1995
|
-
|
1996
|
-
</td>
|
1891
|
+
widget</td>
|
1997
1892
|
</tr>
|
1998
1893
|
</tbody>
|
1999
1894
|
</table></div>
|
2000
1895
|
<p class="since">Since 2.8</p>
|
2001
1896
|
</div>
|
2002
1897
|
<hr>
|
2003
|
-
<div class="refsect2"
|
1898
|
+
<div class="refsect2">
|
2004
1899
|
<a name="gtk-icon-view-enable-model-drag-dest"></a><h3>gtk_icon_view_enable_model_drag_dest ()</h3>
|
2005
1900
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_enable_model_drag_dest
|
2006
1901
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2007
|
-
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
1902
|
+
<em class="parameter"><code>const <a class="link" href="gtk-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
2008
1903
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
2009
1904
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
2010
1905
|
<p>
|
@@ -2021,8 +1916,7 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2021
1916
|
</tr>
|
2022
1917
|
<tr>
|
2023
1918
|
<td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
|
2024
|
-
<td>the table of targets that the drag will support
|
2025
|
-
</td>
|
1919
|
+
<td>the table of targets that the drag will support</td>
|
2026
1920
|
</tr>
|
2027
1921
|
<tr>
|
2028
1922
|
<td><p><span class="term"><em class="parameter"><code>n_targets</code></em> :</span></p></td>
|
@@ -2032,15 +1926,14 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2032
1926
|
<tr>
|
2033
1927
|
<td><p><span class="term"><em class="parameter"><code>actions</code></em> :</span></p></td>
|
2034
1928
|
<td>the bitmask of possible actions for a drag to this
|
2035
|
-
|
2036
|
-
</td>
|
1929
|
+
widget</td>
|
2037
1930
|
</tr>
|
2038
1931
|
</tbody>
|
2039
1932
|
</table></div>
|
2040
1933
|
<p class="since">Since 2.8</p>
|
2041
1934
|
</div>
|
2042
1935
|
<hr>
|
2043
|
-
<div class="refsect2"
|
1936
|
+
<div class="refsect2">
|
2044
1937
|
<a name="gtk-icon-view-unset-model-drag-source"></a><h3>gtk_icon_view_unset_model_drag_source ()</h3>
|
2045
1938
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_unset_model_drag_source
|
2046
1939
|
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
|
@@ -2059,7 +1952,7 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2059
1952
|
<p class="since">Since 2.8</p>
|
2060
1953
|
</div>
|
2061
1954
|
<hr>
|
2062
|
-
<div class="refsect2"
|
1955
|
+
<div class="refsect2">
|
2063
1956
|
<a name="gtk-icon-view-unset-model-drag-dest"></a><h3>gtk_icon_view_unset_model_drag_dest ()</h3>
|
2064
1957
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
2065
1958
|
<p>
|
@@ -2077,13 +1970,13 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
|
|
2077
1970
|
<p class="since">Since 2.8</p>
|
2078
1971
|
</div>
|
2079
1972
|
<hr>
|
2080
|
-
<div class="refsect2"
|
1973
|
+
<div class="refsect2">
|
2081
1974
|
<a name="gtk-icon-view-set-reorderable"></a><h3>gtk_icon_view_set_reorderable ()</h3>
|
2082
1975
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
2083
1976
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reorderable</code></em>);</pre>
|
2084
1977
|
<p>
|
2085
1978
|
This function is a convenience function to allow you to reorder models that
|
2086
|
-
support the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
|
1979
|
+
support the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="struct GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="struct GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
|
2087
1980
|
<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> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then
|
2088
1981
|
the user can reorder the model by dragging and dropping rows. The
|
2089
1982
|
developer can listen to these changes by connecting to the model's
|
@@ -2101,21 +1994,19 @@ handle drag and drop manually.
|
|
2101
1994
|
<tbody>
|
2102
1995
|
<tr>
|
2103
1996
|
<td><p><span class="term"><em class="parameter"><code>icon_view</code></em> :</span></p></td>
|
2104
|
-
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a
|
2105
|
-
</td>
|
1997
|
+
<td>A <a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a>.</td>
|
2106
1998
|
</tr>
|
2107
1999
|
<tr>
|
2108
2000
|
<td><p><span class="term"><em class="parameter"><code>reorderable</code></em> :</span></p></td>
|
2109
2001
|
<td>
|
2110
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the list of items can be reordered
|
2111
|
-
</td>
|
2002
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the list of items can be reordered.</td>
|
2112
2003
|
</tr>
|
2113
2004
|
</tbody>
|
2114
2005
|
</table></div>
|
2115
2006
|
<p class="since">Since 2.8</p>
|
2116
2007
|
</div>
|
2117
2008
|
<hr>
|
2118
|
-
<div class="refsect2"
|
2009
|
+
<div class="refsect2">
|
2119
2010
|
<a name="gtk-icon-view-get-reorderable"></a><h3>gtk_icon_view_get_reorderable ()</h3>
|
2120
2011
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
2121
2012
|
<p>
|
@@ -2132,19 +2023,18 @@ See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title=
|
|
2132
2023
|
</tr>
|
2133
2024
|
<tr>
|
2134
2025
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2135
|
-
<td>
|
2136
|
-
|
2137
|
-
</td>
|
2026
|
+
<td>
|
2027
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the list can be reordered.</td>
|
2138
2028
|
</tr>
|
2139
2029
|
</tbody>
|
2140
2030
|
</table></div>
|
2141
2031
|
<p class="since">Since 2.8</p>
|
2142
2032
|
</div>
|
2143
2033
|
<hr>
|
2144
|
-
<div class="refsect2"
|
2034
|
+
<div class="refsect2">
|
2145
2035
|
<a name="gtk-icon-view-set-drag-dest-item"></a><h3>gtk_icon_view_set_drag_dest_item ()</h3>
|
2146
2036
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_set_drag_dest_item (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2147
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2037
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
2148
2038
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> pos</code></em>);</pre>
|
2149
2039
|
<p>
|
2150
2040
|
Sets the item that is highlighted for feedback.
|
@@ -2159,23 +2049,22 @@ Sets the item that is highlighted for feedback.
|
|
2159
2049
|
</tr>
|
2160
2050
|
<tr>
|
2161
2051
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
2162
|
-
<td>
|
2052
|
+
<td>The path of the item to highlight, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2163
2053
|
</td>
|
2164
2054
|
</tr>
|
2165
2055
|
<tr>
|
2166
2056
|
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
|
2167
|
-
<td>Specifies where to drop, relative to the item
|
2168
|
-
</td>
|
2057
|
+
<td>Specifies where to drop, relative to the item</td>
|
2169
2058
|
</tr>
|
2170
2059
|
</tbody>
|
2171
2060
|
</table></div>
|
2172
2061
|
<p class="since">Since 2.8</p>
|
2173
2062
|
</div>
|
2174
2063
|
<hr>
|
2175
|
-
<div class="refsect2"
|
2064
|
+
<div class="refsect2">
|
2176
2065
|
<a name="gtk-icon-view-get-drag-dest-item"></a><h3>gtk_icon_view_get_drag_dest_item ()</h3>
|
2177
2066
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_view_get_drag_dest_item (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2178
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2067
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
2179
2068
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
|
2180
2069
|
<p>
|
2181
2070
|
Gets information about the item that is highlighted for feedback.
|
@@ -2190,12 +2079,12 @@ Gets information about the item that is highlighted for feedback.
|
|
2190
2079
|
</tr>
|
2191
2080
|
<tr>
|
2192
2081
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
2193
|
-
<td>
|
2082
|
+
<td>Return location for the path of the highlighted item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2194
2083
|
</td>
|
2195
2084
|
</tr>
|
2196
2085
|
<tr>
|
2197
2086
|
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
|
2198
|
-
<td>
|
2087
|
+
<td>Return location for the drop position, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2199
2088
|
</td>
|
2200
2089
|
</tr>
|
2201
2090
|
</tbody>
|
@@ -2203,12 +2092,12 @@ Gets information about the item that is highlighted for feedback.
|
|
2203
2092
|
<p class="since">Since 2.8</p>
|
2204
2093
|
</div>
|
2205
2094
|
<hr>
|
2206
|
-
<div class="refsect2"
|
2095
|
+
<div class="refsect2">
|
2207
2096
|
<a name="gtk-icon-view-get-dest-item-at-pos"></a><h3>gtk_icon_view_get_dest_item_at_pos ()</h3>
|
2208
2097
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
2209
2098
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_x</code></em>,
|
2210
2099
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> drag_y</code></em>,
|
2211
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2100
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
|
2212
2101
|
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
|
2213
2102
|
<p>
|
2214
2103
|
Determines the destination item for a given position.
|
@@ -2223,41 +2112,37 @@ Determines the destination item for a given position.
|
|
2223
2112
|
</tr>
|
2224
2113
|
<tr>
|
2225
2114
|
<td><p><span class="term"><em class="parameter"><code>drag_x</code></em> :</span></p></td>
|
2226
|
-
<td>the position to determine the destination item for
|
2227
|
-
</td>
|
2115
|
+
<td>the position to determine the destination item for</td>
|
2228
2116
|
</tr>
|
2229
2117
|
<tr>
|
2230
2118
|
<td><p><span class="term"><em class="parameter"><code>drag_y</code></em> :</span></p></td>
|
2231
|
-
<td>the position to determine the destination item for
|
2232
|
-
</td>
|
2119
|
+
<td>the position to determine the destination item for</td>
|
2233
2120
|
</tr>
|
2234
2121
|
<tr>
|
2235
2122
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
2236
|
-
<td>
|
2123
|
+
<td>Return location for the path of the item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2237
2124
|
</td>
|
2238
2125
|
</tr>
|
2239
2126
|
<tr>
|
2240
2127
|
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
|
2241
|
-
<td>
|
2128
|
+
<td>Return location for the drop position, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2242
2129
|
</td>
|
2243
2130
|
</tr>
|
2244
2131
|
<tr>
|
2245
2132
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2246
|
-
<td>
|
2247
|
-
|
2248
|
-
</td>
|
2133
|
+
<td>whether there is an item at the given position.</td>
|
2249
2134
|
</tr>
|
2250
2135
|
</tbody>
|
2251
2136
|
</table></div>
|
2252
2137
|
<p class="since">Since 2.8</p>
|
2253
2138
|
</div>
|
2254
2139
|
<hr>
|
2255
|
-
<div class="refsect2"
|
2140
|
+
<div class="refsect2">
|
2256
2141
|
<a name="gtk-icon-view-create-drag-icon"></a><h3>gtk_icon_view_create_drag_icon ()</h3>
|
2257
2142
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> * gtk_icon_view_create_drag_icon (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
|
2258
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2143
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
2259
2144
|
<p>
|
2260
|
-
Creates a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> representation of the item at <em class="parameter"><code>path</code></em>.
|
2145
|
+
Creates a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> representation of the item at <em class="parameter"><code>path</code></em>.
|
2261
2146
|
This image is used for a drag icon.
|
2262
2147
|
</p>
|
2263
2148
|
<div class="variablelist"><table border="0">
|
@@ -2270,13 +2155,12 @@ This image is used for a drag icon.
|
|
2270
2155
|
</tr>
|
2271
2156
|
<tr>
|
2272
2157
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
2273
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2158
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> in <em class="parameter"><code>icon_view</code></em>
|
2274
2159
|
</td>
|
2275
2160
|
</tr>
|
2276
2161
|
<tr>
|
2277
2162
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2278
|
-
<td>
|
2279
|
-
|
2163
|
+
<td>a newly-allocated pixmap of the drag icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2280
2164
|
</td>
|
2281
2165
|
</tr>
|
2282
2166
|
</tbody>
|
@@ -2284,9 +2168,9 @@ This image is used for a drag icon.
|
|
2284
2168
|
<p class="since">Since 2.8</p>
|
2285
2169
|
</div>
|
2286
2170
|
</div>
|
2287
|
-
<div class="refsect1"
|
2171
|
+
<div class="refsect1">
|
2288
2172
|
<a name="GtkIconView.property-details"></a><h2>Property Details</h2>
|
2289
|
-
<div class="refsect2"
|
2173
|
+
<div class="refsect2">
|
2290
2174
|
<a name="GtkIconView--column-spacing"></a><h3>The <code class="literal">"column-spacing"</code> property</h3>
|
2291
2175
|
<pre class="programlisting"> "column-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2292
2176
|
<p>
|
@@ -2298,7 +2182,7 @@ the columns of the icon view.
|
|
2298
2182
|
<p class="since">Since 2.6</p>
|
2299
2183
|
</div>
|
2300
2184
|
<hr>
|
2301
|
-
<div class="refsect2"
|
2185
|
+
<div class="refsect2">
|
2302
2186
|
<a name="GtkIconView--columns"></a><h3>The <code class="literal">"columns"</code> property</h3>
|
2303
2187
|
<pre class="programlisting"> "columns" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2304
2188
|
<p>
|
@@ -2311,7 +2195,7 @@ be chosen automatically to fill the available area.
|
|
2311
2195
|
<p class="since">Since 2.6</p>
|
2312
2196
|
</div>
|
2313
2197
|
<hr>
|
2314
|
-
<div class="refsect2"
|
2198
|
+
<div class="refsect2">
|
2315
2199
|
<a name="GtkIconView--item-orientation"></a><h3>The <code class="literal">"item-orientation"</code> property</h3>
|
2316
2200
|
<pre class="programlisting"> "item-orientation" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write</pre>
|
2317
2201
|
<p>
|
@@ -2322,7 +2206,7 @@ the text) of the item are positioned relative to each other.
|
|
2322
2206
|
<p class="since">Since 2.22</p>
|
2323
2207
|
</div>
|
2324
2208
|
<hr>
|
2325
|
-
<div class="refsect2"
|
2209
|
+
<div class="refsect2">
|
2326
2210
|
<a name="GtkIconView--item-padding"></a><h3>The <code class="literal">"item-padding"</code> property</h3>
|
2327
2211
|
<pre class="programlisting"> "item-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2328
2212
|
<p>
|
@@ -2334,7 +2218,7 @@ of the icon view's item.
|
|
2334
2218
|
<p class="since">Since 2.18</p>
|
2335
2219
|
</div>
|
2336
2220
|
<hr>
|
2337
|
-
<div class="refsect2"
|
2221
|
+
<div class="refsect2">
|
2338
2222
|
<a name="GtkIconView--item-width"></a><h3>The <code class="literal">"item-width"</code> property</h3>
|
2339
2223
|
<pre class="programlisting"> "item-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2340
2224
|
<p>
|
@@ -2347,7 +2231,7 @@ suitable item size.
|
|
2347
2231
|
<p class="since">Since 2.6</p>
|
2348
2232
|
</div>
|
2349
2233
|
<hr>
|
2350
|
-
<div class="refsect2"
|
2234
|
+
<div class="refsect2">
|
2351
2235
|
<a name="GtkIconView--margin"></a><h3>The <code class="literal">"margin"</code> property</h3>
|
2352
2236
|
<pre class="programlisting"> "margin" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2353
2237
|
<p>
|
@@ -2359,7 +2243,7 @@ at the edges of the icon view.
|
|
2359
2243
|
<p class="since">Since 2.6</p>
|
2360
2244
|
</div>
|
2361
2245
|
<hr>
|
2362
|
-
<div class="refsect2"
|
2246
|
+
<div class="refsect2">
|
2363
2247
|
<a name="GtkIconView--markup-column"></a><h3>The <code class="literal">"markup-column"</code> property</h3>
|
2364
2248
|
<pre class="programlisting"> "markup-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2365
2249
|
<p>
|
@@ -2374,16 +2258,16 @@ If both are set to -1, no texts are displayed.
|
|
2374
2258
|
<p class="since">Since 2.6</p>
|
2375
2259
|
</div>
|
2376
2260
|
<hr>
|
2377
|
-
<div class="refsect2"
|
2261
|
+
<div class="refsect2">
|
2378
2262
|
<a name="GtkIconView--model"></a><h3>The <code class="literal">"model"</code> property</h3>
|
2379
2263
|
<pre class="programlisting"> "model" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write</pre>
|
2380
2264
|
<p>The model for the icon view.</p>
|
2381
2265
|
</div>
|
2382
2266
|
<hr>
|
2383
|
-
<div class="refsect2"
|
2267
|
+
<div class="refsect2">
|
2384
2268
|
<a name="GtkIconView--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
|
2385
2269
|
<pre class="programlisting"> "orientation" <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> : Read / Write</pre>
|
2386
|
-
<div class="warning"
|
2270
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2387
2271
|
<h3 class="title">Warning</h3>
|
2388
2272
|
<p><code class="literal">GtkIconView:orientation</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use the <span class="type">"item-orientation"</span> property</p>
|
2389
2273
|
</div>
|
@@ -2395,7 +2279,7 @@ the text) of the item are positioned relative to each other.
|
|
2395
2279
|
<p class="since">Since 2.6</p>
|
2396
2280
|
</div>
|
2397
2281
|
<hr>
|
2398
|
-
<div class="refsect2"
|
2282
|
+
<div class="refsect2">
|
2399
2283
|
<a name="GtkIconView--pixbuf-column"></a><h3>The <code class="literal">"pixbuf-column"</code> property</h3>
|
2400
2284
|
<pre class="programlisting"> "pixbuf-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2401
2285
|
<p>
|
@@ -2409,7 +2293,7 @@ display of pixbufs.
|
|
2409
2293
|
<p class="since">Since 2.6</p>
|
2410
2294
|
</div>
|
2411
2295
|
<hr>
|
2412
|
-
<div class="refsect2"
|
2296
|
+
<div class="refsect2">
|
2413
2297
|
<a name="GtkIconView--reorderable"></a><h3>The <code class="literal">"reorderable"</code> property</h3>
|
2414
2298
|
<pre class="programlisting"> "reorderable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2415
2299
|
<p>
|
@@ -2420,7 +2304,7 @@ by DND.
|
|
2420
2304
|
<p class="since">Since 2.8</p>
|
2421
2305
|
</div>
|
2422
2306
|
<hr>
|
2423
|
-
<div class="refsect2"
|
2307
|
+
<div class="refsect2">
|
2424
2308
|
<a name="GtkIconView--row-spacing"></a><h3>The <code class="literal">"row-spacing"</code> property</h3>
|
2425
2309
|
<pre class="programlisting"> "row-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2426
2310
|
<p>
|
@@ -2432,7 +2316,7 @@ the rows of the icon view.
|
|
2432
2316
|
<p class="since">Since 2.6</p>
|
2433
2317
|
</div>
|
2434
2318
|
<hr>
|
2435
|
-
<div class="refsect2"
|
2319
|
+
<div class="refsect2">
|
2436
2320
|
<a name="GtkIconView--selection-mode"></a><h3>The <code class="literal">"selection-mode"</code> property</h3>
|
2437
2321
|
<pre class="programlisting"> "selection-mode" <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> : Read / Write</pre>
|
2438
2322
|
<p>
|
@@ -2444,7 +2328,7 @@ is enabled, for the other modes, only keyboard selection is possible.
|
|
2444
2328
|
<p class="since">Since 2.6</p>
|
2445
2329
|
</div>
|
2446
2330
|
<hr>
|
2447
|
-
<div class="refsect2"
|
2331
|
+
<div class="refsect2">
|
2448
2332
|
<a name="GtkIconView--spacing"></a><h3>The <code class="literal">"spacing"</code> property</h3>
|
2449
2333
|
<pre class="programlisting"> "spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2450
2334
|
<p>
|
@@ -2456,7 +2340,7 @@ the cells (i.e. the icon and the text) of an item.
|
|
2456
2340
|
<p class="since">Since 2.6</p>
|
2457
2341
|
</div>
|
2458
2342
|
<hr>
|
2459
|
-
<div class="refsect2"
|
2343
|
+
<div class="refsect2">
|
2460
2344
|
<a name="GtkIconView--text-column"></a><h3>The <code class="literal">"text-column"</code> property</h3>
|
2461
2345
|
<pre class="programlisting"> "text-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2462
2346
|
<p>
|
@@ -2470,7 +2354,7 @@ property are both set to -1, no texts are displayed.
|
|
2470
2354
|
<p class="since">Since 2.6</p>
|
2471
2355
|
</div>
|
2472
2356
|
<hr>
|
2473
|
-
<div class="refsect2"
|
2357
|
+
<div class="refsect2">
|
2474
2358
|
<a name="GtkIconView--tooltip-column"></a><h3>The <code class="literal">"tooltip-column"</code> property</h3>
|
2475
2359
|
<pre class="programlisting"> "tooltip-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2476
2360
|
<p>The column in the model containing the tooltip texts for the items.</p>
|
@@ -2478,27 +2362,27 @@ property are both set to -1, no texts are displayed.
|
|
2478
2362
|
<p>Default value: -1</p>
|
2479
2363
|
</div>
|
2480
2364
|
</div>
|
2481
|
-
<div class="refsect1"
|
2365
|
+
<div class="refsect1">
|
2482
2366
|
<a name="GtkIconView.style-property-details"></a><h2>Style Property Details</h2>
|
2483
|
-
<div class="refsect2"
|
2367
|
+
<div class="refsect2">
|
2484
2368
|
<a name="GtkIconView--s-selection-box-alpha"></a><h3>The <code class="literal">"selection-box-alpha"</code> style property</h3>
|
2485
2369
|
<pre class="programlisting"> "selection-box-alpha" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read</pre>
|
2486
2370
|
<p>Opacity of the selection box.</p>
|
2487
2371
|
<p>Default value: 64</p>
|
2488
2372
|
</div>
|
2489
2373
|
<hr>
|
2490
|
-
<div class="refsect2"
|
2374
|
+
<div class="refsect2">
|
2491
2375
|
<a name="GtkIconView--s-selection-box-color"></a><h3>The <code class="literal">"selection-box-color"</code> style property</h3>
|
2492
2376
|
<pre class="programlisting"> "selection-box-color" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
|
2493
2377
|
<p>Color of the selection box.</p>
|
2494
2378
|
</div>
|
2495
2379
|
</div>
|
2496
|
-
<div class="refsect1"
|
2380
|
+
<div class="refsect1">
|
2497
2381
|
<a name="GtkIconView.signal-details"></a><h2>Signal Details</h2>
|
2498
|
-
<div class="refsect2"
|
2382
|
+
<div class="refsect2">
|
2499
2383
|
<a name="GtkIconView-activate-cursor-item"></a><h3>The <code class="literal">"activate-cursor-item"</code> signal</h3>
|
2500
2384
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2501
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2385
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2502
2386
|
<p>
|
2503
2387
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2504
2388
|
which gets emitted when the user activates the currently
|
@@ -2517,8 +2401,7 @@ The default bindings for this signal are Space, Return and Enter.
|
|
2517
2401
|
<tbody>
|
2518
2402
|
<tr>
|
2519
2403
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2520
|
-
<td>the object on which the signal is emitted
|
2521
|
-
</td>
|
2404
|
+
<td>the object on which the signal is emitted</td>
|
2522
2405
|
</tr>
|
2523
2406
|
<tr>
|
2524
2407
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2528,11 +2411,11 @@ The default bindings for this signal are Space, Return and Enter.
|
|
2528
2411
|
</table></div>
|
2529
2412
|
</div>
|
2530
2413
|
<hr>
|
2531
|
-
<div class="refsect2"
|
2414
|
+
<div class="refsect2">
|
2532
2415
|
<a name="GtkIconView-item-activated"></a><h3>The <code class="literal">"item-activated"</code> signal</h3>
|
2533
2416
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2534
|
-
<a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2535
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2417
|
+
<a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path,
|
2418
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
2536
2419
|
<p>
|
2537
2420
|
The ::item-activated signal is emitted when the method
|
2538
2421
|
<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 or the user double
|
@@ -2545,13 +2428,11 @@ pressed.
|
|
2545
2428
|
<tbody>
|
2546
2429
|
<tr>
|
2547
2430
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2548
|
-
<td>the object on which the signal is emitted
|
2549
|
-
</td>
|
2431
|
+
<td>the object on which the signal is emitted</td>
|
2550
2432
|
</tr>
|
2551
2433
|
<tr>
|
2552
2434
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
2553
|
-
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"
|
2554
|
-
</td>
|
2435
|
+
<td>the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the activated item</td>
|
2555
2436
|
</tr>
|
2556
2437
|
<tr>
|
2557
2438
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2561,12 +2442,12 @@ pressed.
|
|
2561
2442
|
</table></div>
|
2562
2443
|
</div>
|
2563
2444
|
<hr>
|
2564
|
-
<div class="refsect2"
|
2445
|
+
<div class="refsect2">
|
2565
2446
|
<a name="GtkIconView-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
|
2566
2447
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2567
2448
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
2568
2449
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2569
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2450
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2570
2451
|
<p>
|
2571
2452
|
The ::move-cursor signal is a
|
2572
2453
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2596,8 +2477,7 @@ the Shift modifier.
|
|
2596
2477
|
<tbody>
|
2597
2478
|
<tr>
|
2598
2479
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2599
|
-
<td>the object which received the signal
|
2600
|
-
</td>
|
2480
|
+
<td>the object which received the signal</td>
|
2601
2481
|
</tr>
|
2602
2482
|
<tr>
|
2603
2483
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
@@ -2606,8 +2486,7 @@ the Shift modifier.
|
|
2606
2486
|
</tr>
|
2607
2487
|
<tr>
|
2608
2488
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2609
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
2610
|
-
</td>
|
2489
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move</td>
|
2611
2490
|
</tr>
|
2612
2491
|
<tr>
|
2613
2492
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2617,10 +2496,10 @@ the Shift modifier.
|
|
2617
2496
|
</table></div>
|
2618
2497
|
</div>
|
2619
2498
|
<hr>
|
2620
|
-
<div class="refsect2"
|
2499
|
+
<div class="refsect2">
|
2621
2500
|
<a name="GtkIconView-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
|
2622
2501
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2623
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2502
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2624
2503
|
<p>
|
2625
2504
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2626
2505
|
which gets emitted when the user selects all items.
|
@@ -2638,8 +2517,7 @@ The default binding for this signal is Ctrl-a.
|
|
2638
2517
|
<tbody>
|
2639
2518
|
<tr>
|
2640
2519
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2641
|
-
<td>the object on which the signal is emitted
|
2642
|
-
</td>
|
2520
|
+
<td>the object on which the signal is emitted</td>
|
2643
2521
|
</tr>
|
2644
2522
|
<tr>
|
2645
2523
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2649,10 +2527,10 @@ The default binding for this signal is Ctrl-a.
|
|
2649
2527
|
</table></div>
|
2650
2528
|
</div>
|
2651
2529
|
<hr>
|
2652
|
-
<div class="refsect2"
|
2530
|
+
<div class="refsect2">
|
2653
2531
|
<a name="GtkIconView-select-cursor-item"></a><h3>The <code class="literal">"select-cursor-item"</code> signal</h3>
|
2654
2532
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2655
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2533
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2656
2534
|
<p>
|
2657
2535
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2658
2536
|
which gets emitted when the user selects the item that is currently
|
@@ -2671,8 +2549,7 @@ There is no default binding for this signal.
|
|
2671
2549
|
<tbody>
|
2672
2550
|
<tr>
|
2673
2551
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2674
|
-
<td>the object on which the signal is emitted
|
2675
|
-
</td>
|
2552
|
+
<td>the object on which the signal is emitted</td>
|
2676
2553
|
</tr>
|
2677
2554
|
<tr>
|
2678
2555
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2682,10 +2559,10 @@ There is no default binding for this signal.
|
|
2682
2559
|
</table></div>
|
2683
2560
|
</div>
|
2684
2561
|
<hr>
|
2685
|
-
<div class="refsect2"
|
2562
|
+
<div class="refsect2">
|
2686
2563
|
<a name="GtkIconView-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
|
2687
2564
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2688
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
2565
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
2689
2566
|
<p>
|
2690
2567
|
The ::selection-changed signal is emitted when the selection
|
2691
2568
|
(i.e. the set of selected items) changes.
|
@@ -2695,8 +2572,7 @@ The ::selection-changed signal is emitted when the selection
|
|
2695
2572
|
<tbody>
|
2696
2573
|
<tr>
|
2697
2574
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2698
|
-
<td>the object on which the signal is emitted
|
2699
|
-
</td>
|
2575
|
+
<td>the object on which the signal is emitted</td>
|
2700
2576
|
</tr>
|
2701
2577
|
<tr>
|
2702
2578
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2706,12 +2582,12 @@ The ::selection-changed signal is emitted when the selection
|
|
2706
2582
|
</table></div>
|
2707
2583
|
</div>
|
2708
2584
|
<hr>
|
2709
|
-
<div class="refsect2"
|
2585
|
+
<div class="refsect2">
|
2710
2586
|
<a name="GtkIconView-set-scroll-adjustments"></a><h3>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
|
2711
2587
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *horizontal,
|
2712
2588
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vertical,
|
2713
2589
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
|
2714
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2590
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
2715
2591
|
<p>
|
2716
2592
|
Set the scroll adjustments for the icon view. Usually scrolled containers
|
2717
2593
|
like <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> will emit this signal to connect two instances
|
@@ -2738,10 +2614,10 @@ of <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="ty
|
|
2738
2614
|
</table></div>
|
2739
2615
|
</div>
|
2740
2616
|
<hr>
|
2741
|
-
<div class="refsect2"
|
2617
|
+
<div class="refsect2">
|
2742
2618
|
<a name="GtkIconView-toggle-cursor-item"></a><h3>The <code class="literal">"toggle-cursor-item"</code> signal</h3>
|
2743
2619
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2744
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2620
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2745
2621
|
<p>
|
2746
2622
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2747
2623
|
which gets emitted when the user toggles whether the currently
|
@@ -2761,8 +2637,7 @@ There is no default binding for this signal is Ctrl-Space.
|
|
2761
2637
|
<tbody>
|
2762
2638
|
<tr>
|
2763
2639
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2764
|
-
<td>the object on which the signal is emitted
|
2765
|
-
</td>
|
2640
|
+
<td>the object on which the signal is emitted</td>
|
2766
2641
|
</tr>
|
2767
2642
|
<tr>
|
2768
2643
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2772,10 +2647,10 @@ There is no default binding for this signal is Ctrl-Space.
|
|
2772
2647
|
</table></div>
|
2773
2648
|
</div>
|
2774
2649
|
<hr>
|
2775
|
-
<div class="refsect2"
|
2650
|
+
<div class="refsect2">
|
2776
2651
|
<a name="GtkIconView-unselect-all"></a><h3>The <code class="literal">"unselect-all"</code> signal</h3>
|
2777
2652
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
2778
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2653
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2779
2654
|
<p>
|
2780
2655
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
2781
2656
|
which gets emitted when the user unselects all items.
|
@@ -2793,8 +2668,7 @@ The default binding for this signal is Ctrl-Shift-a.
|
|
2793
2668
|
<tbody>
|
2794
2669
|
<tr>
|
2795
2670
|
<td><p><span class="term"><em class="parameter"><code>iconview</code></em> :</span></p></td>
|
2796
|
-
<td>the object on which the signal is emitted
|
2797
|
-
</td>
|
2671
|
+
<td>the object on which the signal is emitted</td>
|
2798
2672
|
</tr>
|
2799
2673
|
<tr>
|
2800
2674
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2807,6 +2681,6 @@ The default binding for this signal is Ctrl-Shift-a.
|
|
2807
2681
|
</div>
|
2808
2682
|
<div class="footer">
|
2809
2683
|
<hr>
|
2810
|
-
Generated by GTK-Doc V1.
|
2684
|
+
Generated by GTK-Doc V1.16.1</div>
|
2811
2685
|
</body>
|
2812
2686
|
</html>
|