gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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="Actions.html" title="Action-based menus and toolbars">
|
9
9
|
<link rel="prev" href="GtkRadioAction.html" title="GtkRadioAction">
|
10
10
|
<link rel="next" href="GtkActivatable.html" title="GtkActivatable">
|
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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkRecentAction.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkRecentAction"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkRecentAction.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
struct <a class="link" href="GtkRecentAction.html#GtkRecentAction-struct" title="struct GtkRecentAction">GtkRecentAction</a>;
|
50
50
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * <a class="link" href="GtkRecentAction.html#gtk-recent-action-new" title="gtk_recent_action_new ()">gtk_recent_action_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
51
51
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
|
52
52
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tooltip</code></em>,
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1"
|
64
|
+
<div class="refsect1">
|
65
65
|
<a name="GtkRecentAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
66
66
|
<pre class="synopsis">
|
67
67
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -69,19 +69,19 @@
|
|
69
69
|
+----GtkRecentAction
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1"
|
72
|
+
<div class="refsect1">
|
73
73
|
<a name="GtkRecentAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
74
74
|
<p>
|
75
75
|
GtkRecentAction implements
|
76
76
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser">GtkRecentChooser</a>.</p>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1"
|
78
|
+
<div class="refsect1">
|
79
79
|
<a name="GtkRecentAction.properties"></a><h2>Properties</h2>
|
80
80
|
<pre class="synopsis">
|
81
81
|
"<a class="link" href="GtkRecentAction.html#GtkRecentAction--show-numbers" title='The "show-numbers" property'>show-numbers</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
82
82
|
</pre>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1"
|
84
|
+
<div class="refsect1">
|
85
85
|
<a name="GtkRecentAction.description"></a><h2>Description</h2>
|
86
86
|
<p>
|
87
87
|
A GtkRecentAction represents a list of recently used files, which
|
@@ -95,16 +95,16 @@ the recently used files in the popup menu, use a GtkRecentAction as the
|
|
95
95
|
action for a <toolitem> element.
|
96
96
|
</p>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1"
|
98
|
+
<div class="refsect1">
|
99
99
|
<a name="GtkRecentAction.details"></a><h2>Details</h2>
|
100
|
-
<div class="refsect2"
|
101
|
-
<a name="GtkRecentAction-struct"></a><h3>GtkRecentAction</h3>
|
102
|
-
<pre class="programlisting">
|
100
|
+
<div class="refsect2">
|
101
|
+
<a name="GtkRecentAction-struct"></a><h3>struct GtkRecentAction</h3>
|
102
|
+
<pre class="programlisting">struct GtkRecentAction;</pre>
|
103
103
|
<p>
|
104
104
|
</p>
|
105
105
|
</div>
|
106
106
|
<hr>
|
107
|
-
<div class="refsect2"
|
107
|
+
<div class="refsect2">
|
108
108
|
<a name="gtk-recent-action-new"></a><h3>gtk_recent_action_new ()</h3>
|
109
109
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_recent_action_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
110
110
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
|
@@ -120,37 +120,34 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
120
120
|
<tbody>
|
121
121
|
<tr>
|
122
122
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
123
|
-
<td>a unique name for the action
|
124
|
-
</td>
|
123
|
+
<td>a unique name for the action</td>
|
125
124
|
</tr>
|
126
125
|
<tr>
|
127
126
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
128
|
-
<td>
|
127
|
+
<td>the label displayed in menu items and on buttons, 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>
|
129
128
|
</td>
|
130
129
|
</tr>
|
131
130
|
<tr>
|
132
131
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
133
|
-
<td>
|
132
|
+
<td>a tooltip for the action, 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>
|
134
133
|
</td>
|
135
134
|
</tr>
|
136
135
|
<tr>
|
137
136
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
138
137
|
<td>the stock icon to display in widgets representing the
|
139
|
-
|
138
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
140
139
|
</td>
|
141
140
|
</tr>
|
142
141
|
<tr>
|
143
142
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
144
|
-
<td>
|
145
|
-
|
146
|
-
</td>
|
143
|
+
<td>the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a>.</td>
|
147
144
|
</tr>
|
148
145
|
</tbody>
|
149
146
|
</table></div>
|
150
147
|
<p class="since">Since 2.12</p>
|
151
148
|
</div>
|
152
149
|
<hr>
|
153
|
-
<div class="refsect2"
|
150
|
+
<div class="refsect2">
|
154
151
|
<a name="gtk-recent-action-new-for-manager"></a><h3>gtk_recent_action_new_for_manager ()</h3>
|
155
152
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_recent_action_new_for_manager (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
156
153
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
|
@@ -167,35 +164,33 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
167
164
|
<tbody>
|
168
165
|
<tr>
|
169
166
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
170
|
-
<td>a unique name for the action
|
171
|
-
</td>
|
167
|
+
<td>a unique name for the action</td>
|
172
168
|
</tr>
|
173
169
|
<tr>
|
174
170
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
175
|
-
<td>
|
171
|
+
<td>the label displayed in menu items and on buttons, 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>
|
176
172
|
</td>
|
177
173
|
</tr>
|
178
174
|
<tr>
|
179
175
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
180
|
-
<td>
|
176
|
+
<td>a tooltip for the action, 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>
|
181
177
|
</td>
|
182
178
|
</tr>
|
183
179
|
<tr>
|
184
180
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
185
181
|
<td>the stock icon to display in widgets representing the
|
186
|
-
|
182
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
187
183
|
</td>
|
188
184
|
</tr>
|
189
185
|
<tr>
|
190
186
|
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
|
191
|
-
<td>
|
192
|
-
|
187
|
+
<td>a <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for using the default
|
188
|
+
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
193
189
|
</td>
|
194
190
|
</tr>
|
195
191
|
<tr>
|
196
192
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
197
|
-
<td>
|
198
|
-
|
193
|
+
<td>the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a>
|
199
194
|
</td>
|
200
195
|
</tr>
|
201
196
|
</tbody>
|
@@ -203,7 +198,7 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
203
198
|
<p class="since">Since 2.12</p>
|
204
199
|
</div>
|
205
200
|
<hr>
|
206
|
-
<div class="refsect2"
|
201
|
+
<div class="refsect2">
|
207
202
|
<a name="gtk-recent-action-get-show-numbers"></a><h3>gtk_recent_action_get_show_numbers ()</h3>
|
208
203
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_action_get_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a> *action</code></em>);</pre>
|
209
204
|
<p>
|
@@ -219,16 +214,15 @@ Returns the value set by <a class="link" href="GtkRecentChooserMenu.html#gtk-rec
|
|
219
214
|
</tr>
|
220
215
|
<tr>
|
221
216
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
222
|
-
<td>
|
223
|
-
|
224
|
-
</td>
|
217
|
+
<td>
|
218
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if numbers should be shown.</td>
|
225
219
|
</tr>
|
226
220
|
</tbody>
|
227
221
|
</table></div>
|
228
222
|
<p class="since">Since 2.12</p>
|
229
223
|
</div>
|
230
224
|
<hr>
|
231
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
232
226
|
<a name="gtk-recent-action-set-show-numbers"></a><h3>gtk_recent_action_set_show_numbers ()</h3>
|
233
227
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_action_set_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a> *action</code></em>,
|
234
228
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);</pre>
|
@@ -249,17 +243,16 @@ label. Only the first ten items get a number to avoid clashes.
|
|
249
243
|
<tr>
|
250
244
|
<td><p><span class="term"><em class="parameter"><code>show_numbers</code></em> :</span></p></td>
|
251
245
|
<td>
|
252
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the shown items should be numbered
|
253
|
-
</td>
|
246
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the shown items should be numbered</td>
|
254
247
|
</tr>
|
255
248
|
</tbody>
|
256
249
|
</table></div>
|
257
250
|
<p class="since">Since 2.12</p>
|
258
251
|
</div>
|
259
252
|
</div>
|
260
|
-
<div class="refsect1"
|
253
|
+
<div class="refsect1">
|
261
254
|
<a name="GtkRecentAction.property-details"></a><h2>Property Details</h2>
|
262
|
-
<div class="refsect2"
|
255
|
+
<div class="refsect2">
|
263
256
|
<a name="GtkRecentAction--show-numbers"></a><h3>The <code class="literal">"show-numbers"</code> property</h3>
|
264
257
|
<pre class="programlisting"> "show-numbers" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
265
258
|
<p>Whether the items should be displayed with a number.</p>
|
@@ -269,6 +262,6 @@ label. Only the first ten items get a number to avoid clashes.
|
|
269
262
|
</div>
|
270
263
|
<div class="footer">
|
271
264
|
<hr>
|
272
|
-
Generated by GTK-Doc V1.
|
265
|
+
Generated by GTK-Doc V1.16.1</div>
|
273
266
|
</body>
|
274
267
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="RecentDocuments.html" title="Recently Used Documents">
|
9
9
|
<link rel="prev" href="GtkRecentManager.html" title="GtkRecentManager">
|
10
10
|
<link rel="next" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog">
|
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="#GtkRecentChooser.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry"
|
39
|
+
<div class="refentry">
|
40
40
|
<a name="GtkRecentChooser"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,13 +45,13 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv"
|
48
|
+
<div class="refsynopsisdiv">
|
49
49
|
<a name="GtkRecentChooser.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
53
|
<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-struct" title="GtkRecentChooser">GtkRecentChooser</a>;
|
54
|
-
|
54
|
+
struct <a class="link" href="GtkRecentChooser.html#GtkRecentChooserIface" title="struct GtkRecentChooserIface">GtkRecentChooserIface</a>;
|
55
55
|
#define <a class="link" href="GtkRecentChooser.html#GTK-RECENT-CHOOSER-ERROR:CAPS" title="GTK_RECENT_CHOOSER_ERROR">GTK_RECENT_CHOOSER_ERROR</a>
|
56
56
|
enum <a class="link" href="GtkRecentChooser.html#GtkRecentChooserError" title="enum GtkRecentChooserError">GtkRecentChooserError</a>;
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-set-show-private" title="gtk_recent_chooser_set_show_private ()">gtk_recent_chooser_set_show_private</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -112,32 +112,32 @@ enum <a class="link" href="GtkRecentChooser.html#GtkRecentSortTyp
|
|
112
112
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
113
113
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-remove-filter" title="gtk_recent_chooser_remove_filter ()">gtk_recent_chooser_remove_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
114
114
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
115
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
115
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-list-filters" title="gtk_recent_chooser_list_filters ()">gtk_recent_chooser_list_filters</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);
|
116
116
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-set-filter" title="gtk_recent_chooser_set_filter ()">gtk_recent_chooser_set_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
117
117
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
118
118
|
<a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-get-filter" title="gtk_recent_chooser_get_filter ()">gtk_recent_chooser_get_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);
|
119
119
|
</pre>
|
120
120
|
</div>
|
121
|
-
<div class="refsect1"
|
121
|
+
<div class="refsect1">
|
122
122
|
<a name="GtkRecentChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
123
123
|
<pre class="synopsis">
|
124
124
|
GInterface
|
125
125
|
+----GtkRecentChooser
|
126
126
|
</pre>
|
127
127
|
</div>
|
128
|
-
<div class="refsect1"
|
128
|
+
<div class="refsect1">
|
129
129
|
<a name="GtkRecentChooser.prerequisites"></a><h2>Prerequisites</h2>
|
130
130
|
<p>
|
131
131
|
GtkRecentChooser requires
|
132
132
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
133
133
|
</div>
|
134
|
-
<div class="refsect1"
|
134
|
+
<div class="refsect1">
|
135
135
|
<a name="GtkRecentChooser.implementations"></a><h2>Known Implementations</h2>
|
136
136
|
<p>
|
137
137
|
GtkRecentChooser is implemented by
|
138
138
|
<a class="link" href="GtkRecentAction.html" title="GtkRecentAction">GtkRecentAction</a>, <a class="link" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog">GtkRecentChooserDialog</a>, <a class="link" href="GtkRecentChooserMenu.html" title="GtkRecentChooserMenu">GtkRecentChooserMenu</a> and <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget">GtkRecentChooserWidget</a>.</p>
|
139
139
|
</div>
|
140
|
-
<div class="refsect1"
|
140
|
+
<div class="refsect1">
|
141
141
|
<a name="GtkRecentChooser.properties"></a><h2>Properties</h2>
|
142
142
|
<pre class="synopsis">
|
143
143
|
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser--filter" title='The "filter" property'>filter</a>" <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a>* : Read / Write
|
@@ -152,14 +152,14 @@ GtkRecentChooser is implemented by
|
|
152
152
|
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser--sort-type" title='The "sort-type" property'>sort-type</a>" <a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> : Read / Write
|
153
153
|
</pre>
|
154
154
|
</div>
|
155
|
-
<div class="refsect1"
|
155
|
+
<div class="refsect1">
|
156
156
|
<a name="GtkRecentChooser.signals"></a><h2>Signals</h2>
|
157
157
|
<pre class="synopsis">
|
158
|
-
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-item-activated" title='The "item-activated" signal'>item-activated</a>" : Run Last
|
159
|
-
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : Run Last
|
158
|
+
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-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>
|
159
|
+
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-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-LAST:CAPS"><code class="literal">Run Last</code></a>
|
160
160
|
</pre>
|
161
161
|
</div>
|
162
|
-
<div class="refsect1"
|
162
|
+
<div class="refsect1">
|
163
163
|
<a name="GtkRecentChooser.description"></a><h2>Description</h2>
|
164
164
|
<p>
|
165
165
|
<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> is an interface that can be implemented by widgets
|
@@ -171,18 +171,18 @@ that implement this interface are <a class="link" href="GtkRecentChooserWidget.h
|
|
171
171
|
Recently used files are supported since GTK+ 2.10.
|
172
172
|
</p>
|
173
173
|
</div>
|
174
|
-
<div class="refsect1"
|
174
|
+
<div class="refsect1">
|
175
175
|
<a name="GtkRecentChooser.details"></a><h2>Details</h2>
|
176
|
-
<div class="refsect2"
|
176
|
+
<div class="refsect2">
|
177
177
|
<a name="GtkRecentChooser-struct"></a><h3>GtkRecentChooser</h3>
|
178
178
|
<pre class="programlisting">typedef struct _GtkRecentChooser GtkRecentChooser;</pre>
|
179
179
|
<p>
|
180
180
|
</p>
|
181
181
|
</div>
|
182
182
|
<hr>
|
183
|
-
<div class="refsect2"
|
184
|
-
<a name="GtkRecentChooserIface"></a><h3>GtkRecentChooserIface</h3>
|
185
|
-
<pre class="programlisting">
|
183
|
+
<div class="refsect2">
|
184
|
+
<a name="GtkRecentChooserIface"></a><h3>struct GtkRecentChooserIface</h3>
|
185
|
+
<pre class="programlisting">struct GtkRecentChooserIface {
|
186
186
|
GTypeInterface base_iface;
|
187
187
|
|
188
188
|
/*
|
@@ -216,13 +216,13 @@ Recently used files are supported since GTK+ 2.10.
|
|
216
216
|
*/
|
217
217
|
void (* item_activated) (GtkRecentChooser *chooser);
|
218
218
|
void (* selection_changed) (GtkRecentChooser *chooser);
|
219
|
-
}
|
219
|
+
};
|
220
220
|
</pre>
|
221
221
|
<p>
|
222
222
|
</p>
|
223
223
|
</div>
|
224
224
|
<hr>
|
225
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
226
226
|
<a name="GTK-RECENT-CHOOSER-ERROR:CAPS"></a><h3>GTK_RECENT_CHOOSER_ERROR</h3>
|
227
227
|
<pre class="programlisting">#define GTK_RECENT_CHOOSER_ERROR (gtk_recent_chooser_error_quark ())
|
228
228
|
</pre>
|
@@ -231,7 +231,7 @@ Used to get the <a href="http://library.gnome.org/devel/glib/unstable/glib-Error
|
|
231
231
|
</p>
|
232
232
|
</div>
|
233
233
|
<hr>
|
234
|
-
<div class="refsect2"
|
234
|
+
<div class="refsect2">
|
235
235
|
<a name="GtkRecentChooserError"></a><h3>enum GtkRecentChooserError</h3>
|
236
236
|
<pre class="programlisting">typedef enum
|
237
237
|
{
|
@@ -260,7 +260,7 @@ These identify the various errors that can occur while calling
|
|
260
260
|
</table></div>
|
261
261
|
</div>
|
262
262
|
<hr>
|
263
|
-
<div class="refsect2"
|
263
|
+
<div class="refsect2">
|
264
264
|
<a name="gtk-recent-chooser-set-show-private"></a><h3>gtk_recent_chooser_set_show_private ()</h3>
|
265
265
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_private (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
266
266
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_private</code></em>);</pre>
|
@@ -278,15 +278,14 @@ Whether to show recently used resources marked registered as private.
|
|
278
278
|
<tr>
|
279
279
|
<td><p><span class="term"><em class="parameter"><code>show_private</code></em> :</span></p></td>
|
280
280
|
<td>
|
281
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show private items, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
282
|
-
</td>
|
281
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show private items, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
|
283
282
|
</tr>
|
284
283
|
</tbody>
|
285
284
|
</table></div>
|
286
285
|
<p class="since">Since 2.10</p>
|
287
286
|
</div>
|
288
287
|
<hr>
|
289
|
-
<div class="refsect2"
|
288
|
+
<div class="refsect2">
|
290
289
|
<a name="gtk-recent-chooser-get-show-private"></a><h3>gtk_recent_chooser_get_show_private ()</h3>
|
291
290
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_private (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
292
291
|
<p>
|
@@ -303,17 +302,16 @@ registered as private.
|
|
303
302
|
</tr>
|
304
303
|
<tr>
|
305
304
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
306
|
-
<td>
|
307
|
-
|
308
|
-
|
309
|
-
</td>
|
305
|
+
<td>
|
306
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show private items,
|
307
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
310
308
|
</tr>
|
311
309
|
</tbody>
|
312
310
|
</table></div>
|
313
311
|
<p class="since">Since 2.10</p>
|
314
312
|
</div>
|
315
313
|
<hr>
|
316
|
-
<div class="refsect2"
|
314
|
+
<div class="refsect2">
|
317
315
|
<a name="gtk-recent-chooser-set-show-not-found"></a><h3>gtk_recent_chooser_set_show_not_found ()</h3>
|
318
316
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_not_found
|
319
317
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -332,15 +330,14 @@ it didn't find. This only applies to local resources.
|
|
332
330
|
</tr>
|
333
331
|
<tr>
|
334
332
|
<td><p><span class="term"><em class="parameter"><code>show_not_found</code></em> :</span></p></td>
|
335
|
-
<td>whether to show the local items we didn't find
|
336
|
-
</td>
|
333
|
+
<td>whether to show the local items we didn't find</td>
|
337
334
|
</tr>
|
338
335
|
</tbody>
|
339
336
|
</table></div>
|
340
337
|
<p class="since">Since 2.10</p>
|
341
338
|
</div>
|
342
339
|
<hr>
|
343
|
-
<div class="refsect2"
|
340
|
+
<div class="refsect2">
|
344
341
|
<a name="gtk-recent-chooser-get-show-not-found"></a><h3>gtk_recent_chooser_get_show_not_found ()</h3>
|
345
342
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_not_found
|
346
343
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
@@ -358,17 +355,16 @@ were not found.
|
|
358
355
|
</tr>
|
359
356
|
<tr>
|
360
357
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
361
|
-
<td>
|
362
|
-
|
363
|
-
|
364
|
-
</td>
|
358
|
+
<td>
|
359
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resources not found should be displayed, and
|
360
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otheriwse.</td>
|
365
361
|
</tr>
|
366
362
|
</tbody>
|
367
363
|
</table></div>
|
368
364
|
<p class="since">Since 2.10</p>
|
369
365
|
</div>
|
370
366
|
<hr>
|
371
|
-
<div class="refsect2"
|
367
|
+
<div class="refsect2">
|
372
368
|
<a name="gtk-recent-chooser-set-show-icons"></a><h3>gtk_recent_chooser_set_show_icons ()</h3>
|
373
369
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_icons (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
374
370
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_icons</code></em>);</pre>
|
@@ -386,15 +382,14 @@ displaying it.
|
|
386
382
|
</tr>
|
387
383
|
<tr>
|
388
384
|
<td><p><span class="term"><em class="parameter"><code>show_icons</code></em> :</span></p></td>
|
389
|
-
<td>whether to show an icon near the resource
|
390
|
-
</td>
|
385
|
+
<td>whether to show an icon near the resource</td>
|
391
386
|
</tr>
|
392
387
|
</tbody>
|
393
388
|
</table></div>
|
394
389
|
<p class="since">Since 2.10</p>
|
395
390
|
</div>
|
396
391
|
<hr>
|
397
|
-
<div class="refsect2"
|
392
|
+
<div class="refsect2">
|
398
393
|
<a name="gtk-recent-chooser-get-show-icons"></a><h3>gtk_recent_chooser_get_show_icons ()</h3>
|
399
394
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_icons (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
400
395
|
<p>
|
@@ -410,16 +405,15 @@ Retrieves whether <em class="parameter"><code>chooser</code></em> should show an
|
|
410
405
|
</tr>
|
411
406
|
<tr>
|
412
407
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
413
|
-
<td>
|
414
|
-
|
415
|
-
</td>
|
408
|
+
<td>
|
409
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icons should be displayed, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
416
410
|
</tr>
|
417
411
|
</tbody>
|
418
412
|
</table></div>
|
419
413
|
<p class="since">Since 2.10</p>
|
420
414
|
</div>
|
421
415
|
<hr>
|
422
|
-
<div class="refsect2"
|
416
|
+
<div class="refsect2">
|
423
417
|
<a name="gtk-recent-chooser-set-select-multiple"></a><h3>gtk_recent_chooser_set_select_multiple ()</h3>
|
424
418
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_select_multiple
|
425
419
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -438,15 +432,14 @@ Sets whether <em class="parameter"><code>chooser</code></em> can select multiple
|
|
438
432
|
<tr>
|
439
433
|
<td><p><span class="term"><em class="parameter"><code>select_multiple</code></em> :</span></p></td>
|
440
434
|
<td>
|
441
|
-
<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>chooser</code></em> can select more than one item
|
442
|
-
</td>
|
435
|
+
<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>chooser</code></em> can select more than one item</td>
|
443
436
|
</tr>
|
444
437
|
</tbody>
|
445
438
|
</table></div>
|
446
439
|
<p class="since">Since 2.10</p>
|
447
440
|
</div>
|
448
441
|
<hr>
|
449
|
-
<div class="refsect2"
|
442
|
+
<div class="refsect2">
|
450
443
|
<a name="gtk-recent-chooser-get-select-multiple"></a><h3>gtk_recent_chooser_get_select_multiple ()</h3>
|
451
444
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_select_multiple
|
452
445
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
@@ -463,16 +456,15 @@ Gets whether <em class="parameter"><code>chooser</code></em> can select multiple
|
|
463
456
|
</tr>
|
464
457
|
<tr>
|
465
458
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
466
|
-
<td>
|
467
|
-
|
468
|
-
</td>
|
459
|
+
<td>
|
460
|
+
<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>chooser</code></em> can select more than one item.</td>
|
469
461
|
</tr>
|
470
462
|
</tbody>
|
471
463
|
</table></div>
|
472
464
|
<p class="since">Since 2.10</p>
|
473
465
|
</div>
|
474
466
|
<hr>
|
475
|
-
<div class="refsect2"
|
467
|
+
<div class="refsect2">
|
476
468
|
<a name="gtk-recent-chooser-set-local-only"></a><h3>gtk_recent_chooser_set_local_only ()</h3>
|
477
469
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_local_only (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
478
470
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> local_only</code></em>);</pre>
|
@@ -493,15 +485,14 @@ to be accessible through the operating system native file system.
|
|
493
485
|
<tr>
|
494
486
|
<td><p><span class="term"><em class="parameter"><code>local_only</code></em> :</span></p></td>
|
495
487
|
<td>
|
496
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local files can be shown
|
497
|
-
</td>
|
488
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local files can be shown</td>
|
498
489
|
</tr>
|
499
490
|
</tbody>
|
500
491
|
</table></div>
|
501
492
|
<p class="since">Since 2.10</p>
|
502
493
|
</div>
|
503
494
|
<hr>
|
504
|
-
<div class="refsect2"
|
495
|
+
<div class="refsect2">
|
505
496
|
<a name="gtk-recent-chooser-get-local-only"></a><h3>gtk_recent_chooser_get_local_only ()</h3>
|
506
497
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_local_only (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
507
498
|
<p>
|
@@ -518,16 +509,15 @@ resources selector. See <a class="link" href="GtkRecentChooser.html#gtk-recent-
|
|
518
509
|
</tr>
|
519
510
|
<tr>
|
520
511
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
521
|
-
<td>
|
522
|
-
|
523
|
-
</td>
|
512
|
+
<td>
|
513
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local resources should be shown.</td>
|
524
514
|
</tr>
|
525
515
|
</tbody>
|
526
516
|
</table></div>
|
527
517
|
<p class="since">Since 2.10</p>
|
528
518
|
</div>
|
529
519
|
<hr>
|
530
|
-
<div class="refsect2"
|
520
|
+
<div class="refsect2">
|
531
521
|
<a name="gtk-recent-chooser-set-limit"></a><h3>gtk_recent_chooser_set_limit ()</h3>
|
532
522
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_limit (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
533
523
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> limit</code></em>);</pre>
|
@@ -545,15 +535,14 @@ Sets the number of items that should be returned by
|
|
545
535
|
</tr>
|
546
536
|
<tr>
|
547
537
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
548
|
-
<td>a positive integer, or -1 for all items
|
549
|
-
</td>
|
538
|
+
<td>a positive integer, or -1 for all items</td>
|
550
539
|
</tr>
|
551
540
|
</tbody>
|
552
541
|
</table></div>
|
553
542
|
<p class="since">Since 2.10</p>
|
554
543
|
</div>
|
555
544
|
<hr>
|
556
|
-
<div class="refsect2"
|
545
|
+
<div class="refsect2">
|
557
546
|
<a name="gtk-recent-chooser-get-limit"></a><h3>gtk_recent_chooser_get_limit ()</h3>
|
558
547
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_recent_chooser_get_limit (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
559
548
|
<p>
|
@@ -570,17 +559,15 @@ and <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-get-uris" tit
|
|
570
559
|
</tr>
|
571
560
|
<tr>
|
572
561
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
573
|
-
<td>
|
574
|
-
|
575
|
-
|
576
|
-
</td>
|
562
|
+
<td>A positive integer, or -1 meaning that all items are
|
563
|
+
returned.</td>
|
577
564
|
</tr>
|
578
565
|
</tbody>
|
579
566
|
</table></div>
|
580
567
|
<p class="since">Since 2.10</p>
|
581
568
|
</div>
|
582
569
|
<hr>
|
583
|
-
<div class="refsect2"
|
570
|
+
<div class="refsect2">
|
584
571
|
<a name="gtk-recent-chooser-set-show-tips"></a><h3>gtk_recent_chooser_set_show_tips ()</h3>
|
585
572
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_tips (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
586
573
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tips</code></em>);</pre>
|
@@ -599,15 +586,14 @@ recently used resource in a <a class="link" href="GtkRecentChooser.html" title="
|
|
599
586
|
<tr>
|
600
587
|
<td><p><span class="term"><em class="parameter"><code>show_tips</code></em> :</span></p></td>
|
601
588
|
<td>
|
602
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tooltips should be shown
|
603
|
-
</td>
|
589
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tooltips should be shown</td>
|
604
590
|
</tr>
|
605
591
|
</tbody>
|
606
592
|
</table></div>
|
607
593
|
<p class="since">Since 2.10</p>
|
608
594
|
</div>
|
609
595
|
<hr>
|
610
|
-
<div class="refsect2"
|
596
|
+
<div class="refsect2">
|
611
597
|
<a name="gtk-recent-chooser-get-show-tips"></a><h3>gtk_recent_chooser_get_show_tips ()</h3>
|
612
598
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_tips (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
613
599
|
<p>
|
@@ -624,21 +610,20 @@ of a recently user resource.
|
|
624
610
|
</tr>
|
625
611
|
<tr>
|
626
612
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
627
|
-
<td>
|
628
|
-
|
629
|
-
|
630
|
-
</td>
|
613
|
+
<td>
|
614
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show tooltips,
|
615
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
631
616
|
</tr>
|
632
617
|
</tbody>
|
633
618
|
</table></div>
|
634
619
|
<p class="since">Since 2.10</p>
|
635
620
|
</div>
|
636
621
|
<hr>
|
637
|
-
<div class="refsect2"
|
622
|
+
<div class="refsect2">
|
638
623
|
<a name="gtk-recent-chooser-set-show-numbers"></a><h3>gtk_recent_chooser_set_show_numbers ()</h3>
|
639
624
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
640
625
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);</pre>
|
641
|
-
<div class="warning"
|
626
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
642
627
|
<h3 class="title">Warning</h3>
|
643
628
|
<p><code class="literal">gtk_recent_chooser_set_show_numbers</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-set-show-numbers" title="gtk_recent_chooser_menu_set_show_numbers ()"><code class="function">gtk_recent_chooser_menu_set_show_numbers()</code></a> instead.</p>
|
644
629
|
</div>
|
@@ -656,18 +641,17 @@ Whether to show recently used resources prepended by a unique number.
|
|
656
641
|
<tr>
|
657
642
|
<td><p><span class="term"><em class="parameter"><code>show_numbers</code></em> :</span></p></td>
|
658
643
|
<td>
|
659
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show numbers, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
660
|
-
</td>
|
644
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show numbers, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
|
661
645
|
</tr>
|
662
646
|
</tbody>
|
663
647
|
</table></div>
|
664
648
|
<p class="since">Since 2.10</p>
|
665
649
|
</div>
|
666
650
|
<hr>
|
667
|
-
<div class="refsect2"
|
651
|
+
<div class="refsect2">
|
668
652
|
<a name="gtk-recent-chooser-get-show-numbers"></a><h3>gtk_recent_chooser_get_show_numbers ()</h3>
|
669
653
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
670
|
-
<div class="warning"
|
654
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
671
655
|
<h3 class="title">Warning</h3>
|
672
656
|
<p><code class="literal">gtk_recent_chooser_get_show_numbers</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-get-show-numbers" title="gtk_recent_chooser_menu_get_show_numbers ()"><code class="function">gtk_recent_chooser_menu_get_show_numbers()</code></a> instead.</p>
|
673
657
|
</div>
|
@@ -685,17 +669,16 @@ prepended by a unique number.
|
|
685
669
|
</tr>
|
686
670
|
<tr>
|
687
671
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
688
|
-
<td>
|
689
|
-
|
690
|
-
|
691
|
-
</td>
|
672
|
+
<td>
|
673
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show display numbers,
|
674
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
692
675
|
</tr>
|
693
676
|
</tbody>
|
694
677
|
</table></div>
|
695
678
|
<p class="since">Since 2.10</p>
|
696
679
|
</div>
|
697
680
|
<hr>
|
698
|
-
<div class="refsect2"
|
681
|
+
<div class="refsect2">
|
699
682
|
<a name="GtkRecentSortType"></a><h3>enum GtkRecentSortType</h3>
|
700
683
|
<pre class="programlisting">typedef enum
|
701
684
|
{
|
@@ -740,7 +723,7 @@ used resource list.
|
|
740
723
|
</table></div>
|
741
724
|
</div>
|
742
725
|
<hr>
|
743
|
-
<div class="refsect2"
|
726
|
+
<div class="refsect2">
|
744
727
|
<a name="gtk-recent-chooser-set-sort-type"></a><h3>gtk_recent_chooser_set_sort_type ()</h3>
|
745
728
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_sort_type (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
746
729
|
<em class="parameter"><code><a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> sort_type</code></em>);</pre>
|
@@ -758,15 +741,14 @@ Changes the sorting order of the recently used resources list displayed by
|
|
758
741
|
</tr>
|
759
742
|
<tr>
|
760
743
|
<td><p><span class="term"><em class="parameter"><code>sort_type</code></em> :</span></p></td>
|
761
|
-
<td>sort order that the chooser should use
|
762
|
-
</td>
|
744
|
+
<td>sort order that the chooser should use</td>
|
763
745
|
</tr>
|
764
746
|
</tbody>
|
765
747
|
</table></div>
|
766
748
|
<p class="since">Since 2.10</p>
|
767
749
|
</div>
|
768
750
|
<hr>
|
769
|
-
<div class="refsect2"
|
751
|
+
<div class="refsect2">
|
770
752
|
<a name="gtk-recent-chooser-get-sort-type"></a><h3>gtk_recent_chooser_get_sort_type ()</h3>
|
771
753
|
<pre class="programlisting"><a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="returnvalue">GtkRecentSortType</span></a> gtk_recent_chooser_get_sort_type (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
772
754
|
<p>
|
@@ -782,50 +764,23 @@ Gets the value set by <a class="link" href="GtkRecentChooser.html#gtk-recent-cho
|
|
782
764
|
</tr>
|
783
765
|
<tr>
|
784
766
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
785
|
-
<td>
|
786
|
-
|
787
|
-
</td>
|
767
|
+
<td>the sorting order of the <em class="parameter"><code>chooser</code></em>.</td>
|
788
768
|
</tr>
|
789
769
|
</tbody>
|
790
770
|
</table></div>
|
791
771
|
<p class="since">Since 2.10</p>
|
792
772
|
</div>
|
793
773
|
<hr>
|
794
|
-
<div class="refsect2"
|
774
|
+
<div class="refsect2">
|
795
775
|
<a name="GtkRecentSortFunc"></a><h3>GtkRecentSortFunc ()</h3>
|
796
776
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkRecentSortFunc) (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *a</code></em>,
|
797
777
|
<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *b</code></em>,
|
798
778
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
799
779
|
<p>
|
800
780
|
</p>
|
801
|
-
<div class="variablelist"><table border="0">
|
802
|
-
<col align="left" valign="top">
|
803
|
-
<tbody>
|
804
|
-
<tr>
|
805
|
-
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
806
|
-
<td>
|
807
|
-
</td>
|
808
|
-
</tr>
|
809
|
-
<tr>
|
810
|
-
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
811
|
-
<td>
|
812
|
-
</td>
|
813
|
-
</tr>
|
814
|
-
<tr>
|
815
|
-
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
816
|
-
<td>
|
817
|
-
</td>
|
818
|
-
</tr>
|
819
|
-
<tr>
|
820
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
821
|
-
<td>
|
822
|
-
</td>
|
823
|
-
</tr>
|
824
|
-
</tbody>
|
825
|
-
</table></div>
|
826
781
|
</div>
|
827
782
|
<hr>
|
828
|
-
<div class="refsect2"
|
783
|
+
<div class="refsect2">
|
829
784
|
<a name="gtk-recent-chooser-set-sort-func"></a><h3>gtk_recent_chooser_set_sort_func ()</h3>
|
830
785
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_sort_func (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
831
786
|
<em class="parameter"><code><a class="link" href="GtkRecentChooser.html#GtkRecentSortFunc" title="GtkRecentSortFunc ()"><span class="type">GtkRecentSortFunc</span></a> sort_func</code></em>,
|
@@ -852,17 +807,16 @@ a negative integer if the first item comes after the second.
|
|
852
807
|
</tr>
|
853
808
|
<tr>
|
854
809
|
<td><p><span class="term"><em class="parameter"><code>sort_func</code></em> :</span></p></td>
|
855
|
-
<td>the comparison function
|
856
|
-
</td>
|
810
|
+
<td>the comparison function</td>
|
857
811
|
</tr>
|
858
812
|
<tr>
|
859
813
|
<td><p><span class="term"><em class="parameter"><code>sort_data</code></em> :</span></p></td>
|
860
|
-
<td>
|
814
|
+
<td>user data to pass to <em class="parameter"><code>sort_func</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>
|
861
815
|
</td>
|
862
816
|
</tr>
|
863
817
|
<tr>
|
864
818
|
<td><p><span class="term"><em class="parameter"><code>data_destroy</code></em> :</span></p></td>
|
865
|
-
<td>
|
819
|
+
<td>destroy notifier for <em class="parameter"><code>sort_data</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>
|
866
820
|
</td>
|
867
821
|
</tr>
|
868
822
|
</tbody>
|
@@ -870,7 +824,7 @@ a negative integer if the first item comes after the second.
|
|
870
824
|
<p class="since">Since 2.10</p>
|
871
825
|
</div>
|
872
826
|
<hr>
|
873
|
-
<div class="refsect2"
|
827
|
+
<div class="refsect2">
|
874
828
|
<a name="gtk-recent-chooser-set-current-uri"></a><h3>gtk_recent_chooser_set_current_uri ()</h3>
|
875
829
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_set_current_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
876
830
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
|
@@ -888,26 +842,24 @@ Sets <em class="parameter"><code>uri</code></em> as the current URI for <em clas
|
|
888
842
|
</tr>
|
889
843
|
<tr>
|
890
844
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
891
|
-
<td>a URI
|
892
|
-
</td>
|
845
|
+
<td>a URI</td>
|
893
846
|
</tr>
|
894
847
|
<tr>
|
895
848
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
896
|
-
<td>
|
849
|
+
<td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</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>
|
897
850
|
</td>
|
898
851
|
</tr>
|
899
852
|
<tr>
|
900
853
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
901
|
-
<td>
|
902
|
-
|
903
|
-
</td>
|
854
|
+
<td>
|
855
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the URI was found.</td>
|
904
856
|
</tr>
|
905
857
|
</tbody>
|
906
858
|
</table></div>
|
907
859
|
<p class="since">Since 2.10</p>
|
908
860
|
</div>
|
909
861
|
<hr>
|
910
|
-
<div class="refsect2"
|
862
|
+
<div class="refsect2">
|
911
863
|
<a name="gtk-recent-chooser-get-current-uri"></a><h3>gtk_recent_chooser_get_current_uri ()</h3>
|
912
864
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_chooser_get_current_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
913
865
|
<p>
|
@@ -923,16 +875,14 @@ Gets the URI currently selected by <em class="parameter"><code>chooser</code></e
|
|
923
875
|
</tr>
|
924
876
|
<tr>
|
925
877
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
926
|
-
<td>
|
927
|
-
|
928
|
-
</td>
|
878
|
+
<td>a newly allocated string holding a URI.</td>
|
929
879
|
</tr>
|
930
880
|
</tbody>
|
931
881
|
</table></div>
|
932
882
|
<p class="since">Since 2.10</p>
|
933
883
|
</div>
|
934
884
|
<hr>
|
935
|
-
<div class="refsect2"
|
885
|
+
<div class="refsect2">
|
936
886
|
<a name="gtk-recent-chooser-get-current-item"></a><h3>gtk_recent_chooser_get_current_item ()</h3>
|
937
887
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> * gtk_recent_chooser_get_current_item (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
938
888
|
<p>
|
@@ -948,17 +898,15 @@ Gets the <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRe
|
|
948
898
|
</tr>
|
949
899
|
<tr>
|
950
900
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
951
|
-
<td>
|
952
|
-
|
953
|
-
|
954
|
-
</td>
|
901
|
+
<td>a <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a>. Use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> when
|
902
|
+
when you have finished using it.</td>
|
955
903
|
</tr>
|
956
904
|
</tbody>
|
957
905
|
</table></div>
|
958
906
|
<p class="since">Since 2.10</p>
|
959
907
|
</div>
|
960
908
|
<hr>
|
961
|
-
<div class="refsect2"
|
909
|
+
<div class="refsect2">
|
962
910
|
<a name="gtk-recent-chooser-select-uri"></a><h3>gtk_recent_chooser_select_uri ()</h3>
|
963
911
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_select_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
964
912
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
|
@@ -976,26 +924,24 @@ Selects <em class="parameter"><code>uri</code></em> inside <em class="parameter"
|
|
976
924
|
</tr>
|
977
925
|
<tr>
|
978
926
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
979
|
-
<td>a URI
|
980
|
-
</td>
|
927
|
+
<td>a URI</td>
|
981
928
|
</tr>
|
982
929
|
<tr>
|
983
930
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
984
|
-
<td>
|
931
|
+
<td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</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>
|
985
932
|
</td>
|
986
933
|
</tr>
|
987
934
|
<tr>
|
988
935
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
989
|
-
<td>
|
990
|
-
|
991
|
-
</td>
|
936
|
+
<td>
|
937
|
+
<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>uri</code></em> was found.</td>
|
992
938
|
</tr>
|
993
939
|
</tbody>
|
994
940
|
</table></div>
|
995
941
|
<p class="since">Since 2.10</p>
|
996
942
|
</div>
|
997
943
|
<hr>
|
998
|
-
<div class="refsect2"
|
944
|
+
<div class="refsect2">
|
999
945
|
<a name="gtk-recent-chooser-unselect-uri"></a><h3>gtk_recent_chooser_unselect_uri ()</h3>
|
1000
946
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_unselect_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1001
947
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
|
@@ -1012,15 +958,14 @@ Unselects <em class="parameter"><code>uri</code></em> inside <em class="paramete
|
|
1012
958
|
</tr>
|
1013
959
|
<tr>
|
1014
960
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1015
|
-
<td>a URI
|
1016
|
-
</td>
|
961
|
+
<td>a URI</td>
|
1017
962
|
</tr>
|
1018
963
|
</tbody>
|
1019
964
|
</table></div>
|
1020
965
|
<p class="since">Since 2.10</p>
|
1021
966
|
</div>
|
1022
967
|
<hr>
|
1023
|
-
<div class="refsect2"
|
968
|
+
<div class="refsect2">
|
1024
969
|
<a name="gtk-recent-chooser-select-all"></a><h3>gtk_recent_chooser_select_all ()</h3>
|
1025
970
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_select_all (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1026
971
|
<p>
|
@@ -1038,7 +983,7 @@ multiple selection.
|
|
1038
983
|
<p class="since">Since 2.10</p>
|
1039
984
|
</div>
|
1040
985
|
<hr>
|
1041
|
-
<div class="refsect2"
|
986
|
+
<div class="refsect2">
|
1042
987
|
<a name="gtk-recent-chooser-unselect-all"></a><h3>gtk_recent_chooser_unselect_all ()</h3>
|
1043
988
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_unselect_all (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1044
989
|
<p>
|
@@ -1055,7 +1000,7 @@ Unselects all the items inside <em class="parameter"><code>chooser</code></em>.
|
|
1055
1000
|
<p class="since">Since 2.10</p>
|
1056
1001
|
</div>
|
1057
1002
|
<hr>
|
1058
|
-
<div class="refsect2"
|
1003
|
+
<div class="refsect2">
|
1059
1004
|
<a name="gtk-recent-chooser-get-items"></a><h3>gtk_recent_chooser_get_items ()</h3>
|
1060
1005
|
<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_recent_chooser_get_items (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1061
1006
|
<p>
|
@@ -1075,10 +1020,10 @@ The return value of this function is affected by the "sort-type" and
|
|
1075
1020
|
</tr>
|
1076
1021
|
<tr>
|
1077
1022
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1078
|
-
<td>
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1023
|
+
<td>A newly allocated
|
1024
|
+
list of <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> objects. You should
|
1025
|
+
use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> on every item of the list, and then free
|
1026
|
+
the list itself using <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1082
1027
|
</td>
|
1083
1028
|
</tr>
|
1084
1029
|
</tbody>
|
@@ -1086,7 +1031,7 @@ The return value of this function is affected by the "sort-type" and
|
|
1086
1031
|
<p class="since">Since 2.10</p>
|
1087
1032
|
</div>
|
1088
1033
|
<hr>
|
1089
|
-
<div class="refsect2"
|
1034
|
+
<div class="refsect2">
|
1090
1035
|
<a name="gtk-recent-chooser-get-uris"></a><h3>gtk_recent_chooser_get_uris ()</h3>
|
1091
1036
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** gtk_recent_chooser_get_uris (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1092
1037
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
|
@@ -1110,14 +1055,13 @@ Since the returned array is <a href="http://library.gnome.org/devel/glib/unstabl
|
|
1110
1055
|
</tr>
|
1111
1056
|
<tr>
|
1112
1057
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1113
|
-
<td>
|
1058
|
+
<td>return location for a the length of the URI list, 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>
|
1114
1059
|
</td>
|
1115
1060
|
</tr>
|
1116
1061
|
<tr>
|
1117
1062
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1118
|
-
<td>
|
1119
|
-
|
1120
|
-
|
1063
|
+
<td>A newly allocated, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
1064
|
+
of strings. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> to free it. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1121
1065
|
</td>
|
1122
1066
|
</tr>
|
1123
1067
|
</tbody>
|
@@ -1125,7 +1069,7 @@ Since the returned array is <a href="http://library.gnome.org/devel/glib/unstabl
|
|
1125
1069
|
<p class="since">Since 2.10</p>
|
1126
1070
|
</div>
|
1127
1071
|
<hr>
|
1128
|
-
<div class="refsect2"
|
1072
|
+
<div class="refsect2">
|
1129
1073
|
<a name="gtk-recent-chooser-add-filter"></a><h3>gtk_recent_chooser_add_filter ()</h3>
|
1130
1074
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_add_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1131
1075
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1154,7 +1098,7 @@ If no previous filter objects were defined, this function will call
|
|
1154
1098
|
<p class="since">Since 2.10</p>
|
1155
1099
|
</div>
|
1156
1100
|
<hr>
|
1157
|
-
<div class="refsect2"
|
1101
|
+
<div class="refsect2">
|
1158
1102
|
<a name="gtk-recent-chooser-remove-filter"></a><h3>gtk_recent_chooser_remove_filter ()</h3>
|
1159
1103
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_remove_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1160
1104
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1179,9 +1123,9 @@ Removes <em class="parameter"><code>filter</code></em> from the list of <a class
|
|
1179
1123
|
<p class="since">Since 2.10</p>
|
1180
1124
|
</div>
|
1181
1125
|
<hr>
|
1182
|
-
<div class="refsect2"
|
1126
|
+
<div class="refsect2">
|
1183
1127
|
<a name="gtk-recent-chooser-list-filters"></a><h3>gtk_recent_chooser_list_filters ()</h3>
|
1184
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1128
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_recent_chooser_list_filters (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1185
1129
|
<p>
|
1186
1130
|
Gets the <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> objects held by <em class="parameter"><code>chooser</code></em>.
|
1187
1131
|
</p>
|
@@ -1195,9 +1139,9 @@ Gets the <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><sp
|
|
1195
1139
|
</tr>
|
1196
1140
|
<tr>
|
1197
1141
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1198
|
-
<td>
|
1199
|
-
|
1200
|
-
|
1142
|
+
<td>A singly linked list
|
1143
|
+
of <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> objects. You
|
1144
|
+
should just free the returned list using <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentFilter][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1201
1145
|
</td>
|
1202
1146
|
</tr>
|
1203
1147
|
</tbody>
|
@@ -1205,7 +1149,7 @@ Gets the <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><sp
|
|
1205
1149
|
<p class="since">Since 2.10</p>
|
1206
1150
|
</div>
|
1207
1151
|
<hr>
|
1208
|
-
<div class="refsect2"
|
1152
|
+
<div class="refsect2">
|
1209
1153
|
<a name="gtk-recent-chooser-set-filter"></a><h3>gtk_recent_chooser_set_filter ()</h3>
|
1210
1154
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1211
1155
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1231,7 +1175,7 @@ to affect the displayed recently used resources.
|
|
1231
1175
|
<p class="since">Since 2.10</p>
|
1232
1176
|
</div>
|
1233
1177
|
<hr>
|
1234
|
-
<div class="refsect2"
|
1178
|
+
<div class="refsect2">
|
1235
1179
|
<a name="gtk-recent-chooser-get-filter"></a><h3>gtk_recent_chooser_get_filter ()</h3>
|
1236
1180
|
<pre class="programlisting"><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * gtk_recent_chooser_get_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1237
1181
|
<p>
|
@@ -1248,8 +1192,7 @@ the display of the recently used resources.
|
|
1248
1192
|
</tr>
|
1249
1193
|
<tr>
|
1250
1194
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1251
|
-
<td>
|
1252
|
-
|
1195
|
+
<td>a <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> object. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1253
1196
|
</td>
|
1254
1197
|
</tr>
|
1255
1198
|
</tbody>
|
@@ -1257,9 +1200,9 @@ the display of the recently used resources.
|
|
1257
1200
|
<p class="since">Since 2.10</p>
|
1258
1201
|
</div>
|
1259
1202
|
</div>
|
1260
|
-
<div class="refsect1"
|
1203
|
+
<div class="refsect1">
|
1261
1204
|
<a name="GtkRecentChooser.property-details"></a><h2>Property Details</h2>
|
1262
|
-
<div class="refsect2"
|
1205
|
+
<div class="refsect2">
|
1263
1206
|
<a name="GtkRecentChooser--filter"></a><h3>The <code class="literal">"filter"</code> property</h3>
|
1264
1207
|
<pre class="programlisting"> "filter" <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a>* : Read / Write</pre>
|
1265
1208
|
<p>
|
@@ -1269,7 +1212,7 @@ the recently used resources.
|
|
1269
1212
|
<p class="since">Since 2.10</p>
|
1270
1213
|
</div>
|
1271
1214
|
<hr>
|
1272
|
-
<div class="refsect2"
|
1215
|
+
<div class="refsect2">
|
1273
1216
|
<a name="GtkRecentChooser--limit"></a><h3>The <code class="literal">"limit"</code> property</h3>
|
1274
1217
|
<pre class="programlisting"> "limit" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1275
1218
|
<p>
|
@@ -1284,7 +1227,7 @@ by setting this property.
|
|
1284
1227
|
<p class="since">Since 2.10</p>
|
1285
1228
|
</div>
|
1286
1229
|
<hr>
|
1287
|
-
<div class="refsect2"
|
1230
|
+
<div class="refsect2">
|
1288
1231
|
<a name="GtkRecentChooser--local-only"></a><h3>The <code class="literal">"local-only"</code> property</h3>
|
1289
1232
|
<pre class="programlisting"> "local-only" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1290
1233
|
<p>
|
@@ -1295,7 +1238,7 @@ resources.
|
|
1295
1238
|
<p class="since">Since 2.10</p>
|
1296
1239
|
</div>
|
1297
1240
|
<hr>
|
1298
|
-
<div class="refsect2"
|
1241
|
+
<div class="refsect2">
|
1299
1242
|
<a name="GtkRecentChooser--recent-manager"></a><h3>The <code class="literal">"recent-manager"</code> property</h3>
|
1300
1243
|
<pre class="programlisting"> "recent-manager" <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>* : Write / Construct Only</pre>
|
1301
1244
|
<p>
|
@@ -1305,7 +1248,7 @@ display the list of recently used resources.
|
|
1305
1248
|
<p class="since">Since 2.10</p>
|
1306
1249
|
</div>
|
1307
1250
|
<hr>
|
1308
|
-
<div class="refsect2"
|
1251
|
+
<div class="refsect2">
|
1309
1252
|
<a name="GtkRecentChooser--select-multiple"></a><h3>The <code class="literal">"select-multiple"</code> property</h3>
|
1310
1253
|
<pre class="programlisting"> "select-multiple" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1311
1254
|
<p>
|
@@ -1315,7 +1258,7 @@ Allow the user to select multiple resources.
|
|
1315
1258
|
<p class="since">Since 2.10</p>
|
1316
1259
|
</div>
|
1317
1260
|
<hr>
|
1318
|
-
<div class="refsect2"
|
1261
|
+
<div class="refsect2">
|
1319
1262
|
<a name="GtkRecentChooser--show-icons"></a><h3>The <code class="literal">"show-icons"</code> property</h3>
|
1320
1263
|
<pre class="programlisting"> "show-icons" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1321
1264
|
<p>
|
@@ -1325,7 +1268,7 @@ Whether this <a class="link" href="GtkRecentChooser.html" title="GtkRecentChoose
|
|
1325
1268
|
<p class="since">Since 2.10</p>
|
1326
1269
|
</div>
|
1327
1270
|
<hr>
|
1328
|
-
<div class="refsect2"
|
1271
|
+
<div class="refsect2">
|
1329
1272
|
<a name="GtkRecentChooser--show-not-found"></a><h3>The <code class="literal">"show-not-found"</code> property</h3>
|
1330
1273
|
<pre class="programlisting"> "show-not-found" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1331
1274
|
<p>
|
@@ -1338,14 +1281,14 @@ resource will always be displayed).
|
|
1338
1281
|
<p class="since">Since 2.10</p>
|
1339
1282
|
</div>
|
1340
1283
|
<hr>
|
1341
|
-
<div class="refsect2"
|
1284
|
+
<div class="refsect2">
|
1342
1285
|
<a name="GtkRecentChooser--show-private"></a><h3>The <code class="literal">"show-private"</code> property</h3>
|
1343
1286
|
<pre class="programlisting"> "show-private" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1344
1287
|
<p>Whether the private items should be displayed.</p>
|
1345
1288
|
<p>Default value: FALSE</p>
|
1346
1289
|
</div>
|
1347
1290
|
<hr>
|
1348
|
-
<div class="refsect2"
|
1291
|
+
<div class="refsect2">
|
1349
1292
|
<a name="GtkRecentChooser--show-tips"></a><h3>The <code class="literal">"show-tips"</code> property</h3>
|
1350
1293
|
<pre class="programlisting"> "show-tips" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1351
1294
|
<p>
|
@@ -1356,7 +1299,7 @@ full path of the recently used resources.
|
|
1356
1299
|
<p class="since">Since 2.10</p>
|
1357
1300
|
</div>
|
1358
1301
|
<hr>
|
1359
|
-
<div class="refsect2"
|
1302
|
+
<div class="refsect2">
|
1360
1303
|
<a name="GtkRecentChooser--sort-type"></a><h3>The <code class="literal">"sort-type"</code> property</h3>
|
1361
1304
|
<pre class="programlisting"> "sort-type" <a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> : Read / Write</pre>
|
1362
1305
|
<p>
|
@@ -1366,12 +1309,12 @@ Sorting order to be used when displaying the recently used resources.
|
|
1366
1309
|
<p class="since">Since 2.10</p>
|
1367
1310
|
</div>
|
1368
1311
|
</div>
|
1369
|
-
<div class="refsect1"
|
1312
|
+
<div class="refsect1">
|
1370
1313
|
<a name="GtkRecentChooser.signal-details"></a><h2>Signal Details</h2>
|
1371
|
-
<div class="refsect2"
|
1314
|
+
<div class="refsect2">
|
1372
1315
|
<a name="GtkRecentChooser-item-activated"></a><h3>The <code class="literal">"item-activated"</code> signal</h3>
|
1373
1316
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser,
|
1374
|
-
<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>
|
1317
|
+
<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>
|
1375
1318
|
<p>
|
1376
1319
|
This signal is emitted when the user "activates" a recent item
|
1377
1320
|
in the recent chooser. This can happen by double-clicking on an item
|
@@ -1383,8 +1326,7 @@ in the recently used resources list, or by pressing
|
|
1383
1326
|
<tbody>
|
1384
1327
|
<tr>
|
1385
1328
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
1386
|
-
<td>the object which received the signal
|
1387
|
-
</td>
|
1329
|
+
<td>the object which received the signal</td>
|
1388
1330
|
</tr>
|
1389
1331
|
<tr>
|
1390
1332
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1395,10 +1337,10 @@ in the recently used resources list, or by pressing
|
|
1395
1337
|
<p class="since">Since 2.10</p>
|
1396
1338
|
</div>
|
1397
1339
|
<hr>
|
1398
|
-
<div class="refsect2"
|
1340
|
+
<div class="refsect2">
|
1399
1341
|
<a name="GtkRecentChooser-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
|
1400
1342
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser,
|
1401
|
-
<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>
|
1343
|
+
<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>
|
1402
1344
|
<p>
|
1403
1345
|
This signal is emitted when there is a change in the set of
|
1404
1346
|
selected recently used resources. This can happen when a user
|
@@ -1410,8 +1352,7 @@ explicitely calling functions to change the selection.
|
|
1410
1352
|
<tbody>
|
1411
1353
|
<tr>
|
1412
1354
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
1413
|
-
<td>the object which received the signal
|
1414
|
-
</td>
|
1355
|
+
<td>the object which received the signal</td>
|
1415
1356
|
</tr>
|
1416
1357
|
<tr>
|
1417
1358
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1422,7 +1363,7 @@ explicitely calling functions to change the selection.
|
|
1422
1363
|
<p class="since">Since 2.10</p>
|
1423
1364
|
</div>
|
1424
1365
|
</div>
|
1425
|
-
<div class="refsect1"
|
1366
|
+
<div class="refsect1">
|
1426
1367
|
<a name="GtkRecentChooser.see-also"></a><h2>See Also</h2>
|
1427
1368
|
<p>
|
1428
1369
|
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>, <a class="link" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog"><span class="type">GtkRecentChooserDialog</span></a>, <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget"><span class="type">GtkRecentChooserWidget</span></a>,
|
@@ -1432,6 +1373,6 @@ explicitely calling functions to change the selection.
|
|
1432
1373
|
</div>
|
1433
1374
|
<div class="footer">
|
1434
1375
|
<hr>
|
1435
|
-
Generated by GTK-Doc V1.
|
1376
|
+
Generated by GTK-Doc V1.16.1</div>
|
1436
1377
|
</body>
|
1437
1378
|
</html>
|