gtk2 1.0.0-x86-mingw32 → 1.0.1-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 +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- 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 +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- 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.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- 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 +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- 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 +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- 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 +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- 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 +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- 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 +1 -2
- 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 +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- 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 +11 -17
- 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-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 +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- 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 +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- 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 +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- 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 +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- 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 +10 -5
- 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 +31 -39
- 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 +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- 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 +5 -8
- 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 +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- 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 +1 -2
- 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/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/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.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="SelectorWidgets.html" title="Selectors (File/Font/Color/Input Devices)">
|
9
9
|
<link rel="prev" href="GtkHSV.html" title="GtkHSV">
|
10
10
|
<link rel="next" href="GtkFileChooserButton.html" title="GtkFileChooserButton">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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="#GtkFileChooser.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkFileChooser">
|
40
40
|
<a name="GtkFileChooser"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,7 +45,7 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkFileChooser.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
@@ -79,15 +79,19 @@ enum <a class="link" href="GtkFileChooser.html#GtkFileChooserErro
|
|
79
79
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-create-folders" title="gtk_file_chooser_get_create_folders ()">gtk_file_chooser_get_create_folders</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
80
80
|
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-name" title="gtk_file_chooser_set_current_name ()">gtk_file_chooser_set_current_name</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
81
81
|
<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>);
|
82
|
-
#
|
83
|
-
#
|
84
|
-
|
85
|
-
#
|
82
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()">gtk_file_chooser_get_filename</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
83
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-filename" title="gtk_file_chooser_set_filename ()">gtk_file_chooser_set_filename</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
84
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);
|
85
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename ()">gtk_file_chooser_select_filename</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
86
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);
|
87
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-filename" title="gtk_file_chooser_unselect_filename ()">gtk_file_chooser_unselect_filename</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
88
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);
|
86
89
|
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-all" title="gtk_file_chooser_select_all ()">gtk_file_chooser_select_all</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
87
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-all" title="gtk_file_chooser_unselect_all ()">gtk_file_chooser_unselect_all</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
88
|
-
#
|
89
|
-
#
|
90
|
-
|
91
|
+
<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="GtkFileChooser.html#gtk-file-chooser-get-filenames" title="gtk_file_chooser_get_filenames ()">gtk_file_chooser_get_filenames</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
92
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder ()">gtk_file_chooser_set_current_folder</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
93
|
+
<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> *filename</code></em>);
|
94
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folder" title="gtk_file_chooser_get_current_folder ()">gtk_file_chooser_get_current_folder</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
91
95
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uri" title="gtk_file_chooser_get_uri ()">gtk_file_chooser_get_uri</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
92
96
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-uri" title="gtk_file_chooser_set_uri ()">gtk_file_chooser_set_uri</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
93
97
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);
|
@@ -114,7 +118,8 @@ enum <a class="link" href="GtkFileChooser.html#GtkFileChooserErro
|
|
114
118
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_label</code></em>);
|
115
119
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-use-preview-label" title="gtk_file_chooser_get_use_preview_label ()">gtk_file_chooser_get_use_preview_label</a>
|
116
120
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
117
|
-
|
121
|
+
<span class="returnvalue">char</span> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename ()">gtk_file_chooser_get_preview_filename</a>
|
122
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
118
123
|
<span class="returnvalue">char</span> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-uri" title="gtk_file_chooser_get_preview_uri ()">gtk_file_chooser_get_preview_uri</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
119
124
|
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-extra-widget" title="gtk_file_chooser_set_extra_widget ()">gtk_file_chooser_set_extra_widget</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
120
125
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *extra_widget</code></em>);
|
@@ -127,9 +132,16 @@ enum <a class="link" href="GtkFileChooser.html#GtkFileChooserErro
|
|
127
132
|
<span class="returnvalue">void</span> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-filter" title="gtk_file_chooser_set_filter ()">gtk_file_chooser_set_filter</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
128
133
|
<em class="parameter"><code><a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="type">GtkFileFilter</span></a> *filter</code></em>);
|
129
134
|
<a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="returnvalue">GtkFileFilter</span></a> * <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filter" title="gtk_file_chooser_get_filter ()">gtk_file_chooser_get_filter</a> (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
130
|
-
#
|
131
|
-
|
132
|
-
|
135
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder" title="gtk_file_chooser_add_shortcut_folder ()">gtk_file_chooser_add_shortcut_folder</a>
|
136
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
137
|
+
<em class="parameter"><code>const <span class="type">char</span> *folder</code></em>,
|
138
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
139
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-remove-shortcut-folder" title="gtk_file_chooser_remove_shortcut_folder ()">gtk_file_chooser_remove_shortcut_folder</a>
|
140
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
141
|
+
<em class="parameter"><code>const <span class="type">char</span> *folder</code></em>,
|
142
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
143
|
+
<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="GtkFileChooser.html#gtk-file-chooser-list-shortcut-folders" title="gtk_file_chooser_list_shortcut_folders ()">gtk_file_chooser_list_shortcut_folders</a>
|
144
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);
|
133
145
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder-uri" title="gtk_file_chooser_add_shortcut_folder_uri ()">gtk_file_chooser_add_shortcut_folder_uri</a>
|
134
146
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
135
147
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>,
|
@@ -159,26 +171,26 @@ enum <a class="link" href="GtkFileChooser.html#GtkFileChooserErro
|
|
159
171
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);
|
160
172
|
</pre>
|
161
173
|
</div>
|
162
|
-
<div class="refsect1">
|
174
|
+
<div class="refsect1" title="Object Hierarchy">
|
163
175
|
<a name="GtkFileChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
164
176
|
<pre class="synopsis">
|
165
177
|
GInterface
|
166
178
|
+----GtkFileChooser
|
167
179
|
</pre>
|
168
180
|
</div>
|
169
|
-
<div class="refsect1">
|
181
|
+
<div class="refsect1" title="Prerequisites">
|
170
182
|
<a name="GtkFileChooser.prerequisites"></a><h2>Prerequisites</h2>
|
171
183
|
<p>
|
172
184
|
GtkFileChooser requires
|
173
185
|
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>.</p>
|
174
186
|
</div>
|
175
|
-
<div class="refsect1">
|
187
|
+
<div class="refsect1" title="Known Implementations">
|
176
188
|
<a name="GtkFileChooser.implementations"></a><h2>Known Implementations</h2>
|
177
189
|
<p>
|
178
190
|
GtkFileChooser is implemented by
|
179
191
|
<a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton">GtkFileChooserButton</a>, <a class="link" href="GtkFileChooserDialog.html" title="GtkFileChooserDialog">GtkFileChooserDialog</a> and <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>.</p>
|
180
192
|
</div>
|
181
|
-
<div class="refsect1">
|
193
|
+
<div class="refsect1" title="Properties">
|
182
194
|
<a name="GtkFileChooser.properties"></a><h2>Properties</h2>
|
183
195
|
<pre class="synopsis">
|
184
196
|
"<a class="link" href="GtkFileChooser.html#GtkFileChooser--action" title='The "action" property'>action</a>" <a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> : Read / Write
|
@@ -195,17 +207,17 @@ GtkFileChooser is implemented by
|
|
195
207
|
"<a class="link" href="GtkFileChooser.html#GtkFileChooser--use-preview-label" title='The "use-preview-label" property'>use-preview-label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
196
208
|
</pre>
|
197
209
|
</div>
|
198
|
-
<div class="refsect1">
|
210
|
+
<div class="refsect1" title="Signals">
|
199
211
|
<a name="GtkFileChooser.signals"></a><h2>Signals</h2>
|
200
212
|
<pre class="synopsis">
|
201
|
-
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-confirm-overwrite" title='The "confirm-overwrite" signal'>confirm-overwrite</a>" :
|
202
|
-
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-current-folder-changed" title='The "current-folder-changed" signal'>current-folder-changed</a>" :
|
203
|
-
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-file-activated" title='The "file-activated" signal'>file-activated</a>" :
|
204
|
-
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" :
|
205
|
-
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-update-preview" title='The "update-preview" signal'>update-preview</a>" :
|
213
|
+
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-confirm-overwrite" title='The "confirm-overwrite" signal'>confirm-overwrite</a>" : Run Last
|
214
|
+
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-current-folder-changed" title='The "current-folder-changed" signal'>current-folder-changed</a>" : Run Last
|
215
|
+
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-file-activated" title='The "file-activated" signal'>file-activated</a>" : Run Last
|
216
|
+
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : Run Last
|
217
|
+
"<a class="link" href="GtkFileChooser.html#GtkFileChooser-update-preview" title='The "update-preview" signal'>update-preview</a>" : Run Last
|
206
218
|
</pre>
|
207
219
|
</div>
|
208
|
-
<div class="refsect1">
|
220
|
+
<div class="refsect1" title="Description">
|
209
221
|
<a name="GtkFileChooser.description"></a><h2>Description</h2>
|
210
222
|
<p>
|
211
223
|
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> is an interface that can be implemented by file
|
@@ -253,9 +265,7 @@ sources and in various flavours, so lets explain the terminology here:
|
|
253
265
|
</table></div>
|
254
266
|
<p>
|
255
267
|
</p>
|
256
|
-
<
|
257
|
-
</p>
|
258
|
-
<div class="refsect2">
|
268
|
+
<div class="refsect2" title="File Names and Encodings">
|
259
269
|
<a name="gtkfilechooser-encodings"></a><h3>File Names and Encodings</h3>
|
260
270
|
When the user is finished selecting files in a
|
261
271
|
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>, your program can get the selected names
|
@@ -266,10 +276,10 @@ the character set specified by the
|
|
266
276
|
<code class="envar">G_FILENAME_ENCODING</code> environment variable.
|
267
277
|
Please see the Glib documentation for more details about this
|
268
278
|
variable.
|
269
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
279
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
270
280
|
<h3 class="title">Note</h3>
|
271
281
|
This means that while you can pass the result of
|
272
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename"><code class="function">gtk_file_chooser_get_filename()</code></a> to
|
282
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a> to
|
273
283
|
<code class="function">open(2)</code> or
|
274
284
|
<code class="function">fopen(3)</code>, you may not be able to
|
275
285
|
directly set it as the text of a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget unless you
|
@@ -278,10 +288,8 @@ variable.
|
|
278
288
|
into strings that can be passed to GTK+ widgets.
|
279
289
|
</div>
|
280
290
|
</div>
|
281
|
-
<p>
|
282
|
-
</p>
|
283
291
|
<hr>
|
284
|
-
<div class="refsect2">
|
292
|
+
<div class="refsect2" title="Adding a Preview Widget">
|
285
293
|
<a name="gtkfilechooser-preview"></a><h3>Adding a Preview Widget</h3>
|
286
294
|
<p>
|
287
295
|
You can add a custom preview widget to a file chooser and then
|
@@ -293,7 +301,7 @@ you need to update the contents of the preview.
|
|
293
301
|
</p>
|
294
302
|
<p>
|
295
303
|
Your callback should use
|
296
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> to see what needs
|
304
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename ()"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> to see what needs
|
297
305
|
previewing. Once you have generated the preview for the
|
298
306
|
corresponding file, you must call
|
299
307
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget-active" title="gtk_file_chooser_set_preview_widget_active ()"><code class="function">gtk_file_chooser_set_preview_widget_active()</code></a> with a boolean
|
@@ -301,7 +309,7 @@ flag that indicates whether your callback could successfully
|
|
301
309
|
generate a preview.
|
302
310
|
</p>
|
303
311
|
<div class="example">
|
304
|
-
<a name="example-gtkfilechooser-preview"></a><p class="title"><b>Example
|
312
|
+
<a name="example-gtkfilechooser-preview"></a><p class="title"><b>Example 37. Sample Usage</b></p>
|
305
313
|
<div class="example-contents">
|
306
314
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
307
315
|
<tbody>
|
@@ -380,10 +388,8 @@ generate a preview.
|
|
380
388
|
</div>
|
381
389
|
<br class="example-break">
|
382
390
|
</div>
|
383
|
-
<p>
|
384
|
-
</p>
|
385
391
|
<hr>
|
386
|
-
<div class="refsect2">
|
392
|
+
<div class="refsect2" title="Adding Extra Widgets">
|
387
393
|
<a name="gtkfilechooser-extra"></a><h3>Adding Extra Widgets</h3>
|
388
394
|
<p>
|
389
395
|
You can add extra widgets to a file chooser to provide options
|
@@ -394,7 +400,7 @@ file in read-only mode. You can use
|
|
394
400
|
widgets in a file chooser.
|
395
401
|
</p>
|
396
402
|
<div class="example">
|
397
|
-
<a name="example-gtkfilechooser-extra"></a><p class="title"><b>Example
|
403
|
+
<a name="example-gtkfilechooser-extra"></a><p class="title"><b>Example 38. Sample Usage</b></p>
|
398
404
|
<div class="example-contents">
|
399
405
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
400
406
|
<tbody>
|
@@ -421,7 +427,7 @@ widgets in a file chooser.
|
|
421
427
|
</div>
|
422
428
|
|
423
429
|
</div>
|
424
|
-
<br class="example-break"><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
430
|
+
<br class="example-break"><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
425
431
|
<h3 class="title">Note</h3>
|
426
432
|
If you want to set more than one extra widget in the file
|
427
433
|
chooser, you can a container such as a <a class="link" href="GtkVBox.html" title="GtkVBox"><span class="type">GtkVBox</span></a> or a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>
|
@@ -429,10 +435,8 @@ widgets in a file chooser.
|
|
429
435
|
the whole extra widget.
|
430
436
|
</div>
|
431
437
|
</div>
|
432
|
-
<p>
|
433
|
-
</p>
|
434
438
|
<hr>
|
435
|
-
<div class="refsect2">
|
439
|
+
<div class="refsect2" title="Key Bindings">
|
436
440
|
<a name="gtkfilechooser-key-bindings"></a><h3>Key Bindings</h3>
|
437
441
|
<p>
|
438
442
|
Internally, GTK+ implements a file chooser's graphical user
|
@@ -443,7 +447,7 @@ bindings</a> and their associated signals. This section
|
|
443
447
|
describes the available key binding signals.
|
444
448
|
</p>
|
445
449
|
<div class="example">
|
446
|
-
<a name="gtkfilechooser-key-binding-example"></a><p class="title"><b>Example
|
450
|
+
<a name="gtkfilechooser-key-binding-example"></a><p class="title"><b>Example 39. GtkFileChooser key binding example</b></p>
|
447
451
|
<div class="example-contents">
|
448
452
|
<p>
|
449
453
|
The default keys that activate the key-binding signals in
|
@@ -465,7 +469,7 @@ follows:
|
|
465
469
|
<td>
|
466
470
|
<span class="keycap"><strong>Control</strong></span>+<span class="keycap"><strong>L</strong></span> (empty path);
|
467
471
|
<span class="keycap"><strong>/</strong></span> (path of "/")
|
468
|
-
<sup>[<a name="
|
472
|
+
<sup>[<a name="id1068288" href="#ftn.id1068288" class="footnote">a</a>]</sup>;
|
469
473
|
<span class="keycap"><strong>~</strong></span> (path of "~")
|
470
474
|
</td>
|
471
475
|
</tr>
|
@@ -473,7 +477,7 @@ follows:
|
|
473
477
|
<td>up-folder</td>
|
474
478
|
<td>
|
475
479
|
<span class="keycap"><strong>Alt</strong></span>+<span class="keycap"><strong>Up</strong></span>
|
476
|
-
<sup>[<a name="
|
480
|
+
<sup>[<a name="id1068333" href="#ftn.id1068333" class="footnote">b</a>]</sup>
|
477
481
|
;
|
478
482
|
<span class="keycap"><strong>Backspace</strong></span>
|
479
483
|
</td>
|
@@ -504,7 +508,7 @@ follows:
|
|
504
508
|
</tr>
|
505
509
|
</tbody>
|
506
510
|
<tbody class="footnotes"><tr><td colspan="2">
|
507
|
-
<div class="footnote"><span class="keycap"><strong><sup>[<a name="ftn.
|
511
|
+
<div class="footnote"><span class="keycap"><strong><sup>[<a name="ftn.id1068288" href="#id1068288" class="keycap">a</a>] </sup>/</strong></span></div>
|
508
512
|
<div class="footnote"></div>
|
509
513
|
</td></tr></tbody>
|
510
514
|
</table></div>
|
@@ -531,7 +535,7 @@ class "GtkFileChooserDefault" binding "my-own-gtkfilechooser-bindings"
|
|
531
535
|
</pre>
|
532
536
|
</div>
|
533
537
|
</div>
|
534
|
-
<br class="example-break"><div class="refsect3">
|
538
|
+
<br class="example-break"><div class="refsect3" title='The "GtkFileChooserDefault::location-popup" signal'>
|
535
539
|
<a name="GtkFileChooserDefault-location-popup"></a><h4>The "GtkFileChooserDefault::location-popup" signal</h4>
|
536
540
|
<pre class="programlisting">
|
537
541
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -576,7 +580,7 @@ of "~" itself for access to home directories.
|
|
576
580
|
</tr>
|
577
581
|
</tbody>
|
578
582
|
</table></div>
|
579
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
583
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
580
584
|
<h3 class="title">Note</h3>
|
581
585
|
You can create your own bindings for the
|
582
586
|
GtkFileChooserDefault::location-popup signal with custom
|
@@ -597,7 +601,7 @@ of "~" itself for access to home directories.
|
|
597
601
|
</pre>
|
598
602
|
</div>
|
599
603
|
</div>
|
600
|
-
<div class="refsect3">
|
604
|
+
<div class="refsect3" title='The "GtkFileChooserDefault::up-folder" signal'>
|
601
605
|
<a name="GtkFileChooserDefault-up-folder"></a><h4>The "GtkFileChooserDefault::up-folder" signal</h4>
|
602
606
|
<pre class="programlisting">
|
603
607
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -628,7 +632,7 @@ is bound to <span class="keycap"><strong>Backspace</strong></span> and
|
|
628
632
|
</tbody>
|
629
633
|
</table></div>
|
630
634
|
</div>
|
631
|
-
<div class="refsect3">
|
635
|
+
<div class="refsect3" title='The "GtkFileChooserDefault::down-folder" signal'>
|
632
636
|
<a name="GtkFileChooserDefault-down-folder"></a><h4>The "GtkFileChooserDefault::down-folder" signal</h4>
|
633
637
|
<pre class="programlisting">
|
634
638
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -663,7 +667,7 @@ default this is bound to
|
|
663
667
|
</tbody>
|
664
668
|
</table></div>
|
665
669
|
</div>
|
666
|
-
<div class="refsect3">
|
670
|
+
<div class="refsect3" title='The "GtkFileChooserDefault::home-folder" signal'>
|
667
671
|
<a name="GtkFileChooserDefault-home-folder"></a><h4>The "GtkFileChooserDefault::home-folder" signal</h4>
|
668
672
|
<pre class="programlisting">
|
669
673
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -693,7 +697,7 @@ folder in the file list. By default this is bound to
|
|
693
697
|
</tbody>
|
694
698
|
</table></div>
|
695
699
|
</div>
|
696
|
-
<div class="refsect3">
|
700
|
+
<div class="refsect3" title='The "GtkFileChooserDefault::desktop-folder" signal'>
|
697
701
|
<a name="GtkFileChooserDefault-desktop-folder"></a><h4>The "GtkFileChooserDefault::desktop-folder" signal</h4>
|
698
702
|
<pre class="programlisting">
|
699
703
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -722,7 +726,7 @@ folder in the file list. By default this is bound to
|
|
722
726
|
</tbody>
|
723
727
|
</table></div>
|
724
728
|
</div>
|
725
|
-
<div class="refsect3">
|
729
|
+
<div class="refsect3" title='The "GtkFileChooserDefault::quick-bookmark" signal'>
|
726
730
|
<a name="GtkFileChooserDefault-quick-bookmark"></a><h4>The "GtkFileChooserDefault::quick-bookmark" signal</h4>
|
727
731
|
<pre class="programlisting">
|
728
732
|
void user_function (GtkFileChooserDefault *chooser,
|
@@ -770,19 +774,17 @@ defined to switch to the bookmark at index 10.
|
|
770
774
|
</table></div>
|
771
775
|
</div>
|
772
776
|
</div>
|
773
|
-
<p>
|
774
|
-
</p>
|
775
777
|
</div>
|
776
|
-
<div class="refsect1">
|
778
|
+
<div class="refsect1" title="Details">
|
777
779
|
<a name="GtkFileChooser.details"></a><h2>Details</h2>
|
778
|
-
<div class="refsect2">
|
780
|
+
<div class="refsect2" title="GtkFileChooser">
|
779
781
|
<a name="GtkFileChooser-struct"></a><h3>GtkFileChooser</h3>
|
780
782
|
<pre class="programlisting">typedef struct _GtkFileChooser GtkFileChooser;</pre>
|
781
783
|
<p>
|
782
784
|
</p>
|
783
785
|
</div>
|
784
786
|
<hr>
|
785
|
-
<div class="refsect2">
|
787
|
+
<div class="refsect2" title="enum GtkFileChooserAction">
|
786
788
|
<a name="GtkFileChooserAction"></a><h3>enum GtkFileChooserAction</h3>
|
787
789
|
<pre class="programlisting">typedef enum
|
788
790
|
{
|
@@ -830,7 +832,7 @@ or to save to a possibly new file.
|
|
830
832
|
</table></div>
|
831
833
|
</div>
|
832
834
|
<hr>
|
833
|
-
<div class="refsect2">
|
835
|
+
<div class="refsect2" title="enum GtkFileChooserConfirmation">
|
834
836
|
<a name="GtkFileChooserConfirmation"></a><h3>enum GtkFileChooserConfirmation</h3>
|
835
837
|
<pre class="programlisting">typedef enum
|
836
838
|
{
|
@@ -872,7 +874,7 @@ let the user choose another filename.
|
|
872
874
|
<p class="since">Since 2.8</p>
|
873
875
|
</div>
|
874
876
|
<hr>
|
875
|
-
<div class="refsect2">
|
877
|
+
<div class="refsect2" title="GTK_FILE_CHOOSER_ERROR">
|
876
878
|
<a name="GTK-FILE-CHOOSER-ERROR:CAPS"></a><h3>GTK_FILE_CHOOSER_ERROR</h3>
|
877
879
|
<pre class="programlisting">#define GTK_FILE_CHOOSER_ERROR (gtk_file_chooser_error_quark ())
|
878
880
|
</pre>
|
@@ -881,7 +883,7 @@ Used to get the <a href="http://library.gnome.org/devel/glib/unstable/glib-Error
|
|
881
883
|
</p>
|
882
884
|
</div>
|
883
885
|
<hr>
|
884
|
-
<div class="refsect2">
|
886
|
+
<div class="refsect2" title="enum GtkFileChooserError">
|
885
887
|
<a name="GtkFileChooserError"></a><h3>enum GtkFileChooserError</h3>
|
886
888
|
<pre class="programlisting">typedef enum {
|
887
889
|
GTK_FILE_CHOOSER_ERROR_NONEXISTENT,
|
@@ -921,7 +923,7 @@ These identify the various errors that can occur while calling
|
|
921
923
|
</table></div>
|
922
924
|
</div>
|
923
925
|
<hr>
|
924
|
-
<div class="refsect2">
|
926
|
+
<div class="refsect2" title="gtk_file_chooser_set_action ()">
|
925
927
|
<a name="gtk-file-chooser-set-action"></a><h3>gtk_file_chooser_set_action ()</h3>
|
926
928
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_action (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
927
929
|
<em class="parameter"><code><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre>
|
@@ -942,14 +944,15 @@ an option to create a new folder might be shown if the action is
|
|
942
944
|
</tr>
|
943
945
|
<tr>
|
944
946
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
945
|
-
<td>the action that the file selector is performing
|
947
|
+
<td>the action that the file selector is performing
|
948
|
+
</td>
|
946
949
|
</tr>
|
947
950
|
</tbody>
|
948
951
|
</table></div>
|
949
952
|
<p class="since">Since 2.4</p>
|
950
953
|
</div>
|
951
954
|
<hr>
|
952
|
-
<div class="refsect2">
|
955
|
+
<div class="refsect2" title="gtk_file_chooser_get_action ()">
|
953
956
|
<a name="gtk-file-chooser-get-action"></a><h3>gtk_file_chooser_get_action ()</h3>
|
954
957
|
<pre class="programlisting"><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="returnvalue">GtkFileChooserAction</span></a> gtk_file_chooser_get_action (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
955
958
|
<p>
|
@@ -966,14 +969,16 @@ Gets the type of operation that the file chooser is performing; see
|
|
966
969
|
</tr>
|
967
970
|
<tr>
|
968
971
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
969
|
-
<td>the action that the file selector is performing
|
972
|
+
<td> the action that the file selector is performing
|
973
|
+
|
974
|
+
</td>
|
970
975
|
</tr>
|
971
976
|
</tbody>
|
972
977
|
</table></div>
|
973
978
|
<p class="since">Since 2.4</p>
|
974
979
|
</div>
|
975
980
|
<hr>
|
976
|
-
<div class="refsect2">
|
981
|
+
<div class="refsect2" title="gtk_file_chooser_set_local_only ()">
|
977
982
|
<a name="gtk-file-chooser-set-local-only"></a><h3>gtk_file_chooser_set_local_only ()</h3>
|
978
983
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_local_only (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
979
984
|
<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>
|
@@ -984,7 +989,7 @@ then the selected file are files are guaranteed to be
|
|
984
989
|
accessible through the operating systems native file
|
985
990
|
file system and therefore the application only
|
986
991
|
needs to worry about the filename functions in
|
987
|
-
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>, like <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
992
|
+
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>, like <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
988
993
|
rather than the URI functions like
|
989
994
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uri" title="gtk_file_chooser_get_uri ()"><code class="function">gtk_file_chooser_get_uri()</code></a>,
|
990
995
|
</p>
|
@@ -999,14 +1004,15 @@ rather than the URI functions like
|
|
999
1004
|
<tr>
|
1000
1005
|
<td><p><span class="term"><em class="parameter"><code>local_only</code></em> :</span></p></td>
|
1001
1006
|
<td>
|
1002
|
-
<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 selected
|
1007
|
+
<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 selected
|
1008
|
+
</td>
|
1003
1009
|
</tr>
|
1004
1010
|
</tbody>
|
1005
1011
|
</table></div>
|
1006
1012
|
<p class="since">Since 2.4</p>
|
1007
1013
|
</div>
|
1008
1014
|
<hr>
|
1009
|
-
<div class="refsect2">
|
1015
|
+
<div class="refsect2" title="gtk_file_chooser_get_local_only ()">
|
1010
1016
|
<a name="gtk-file-chooser-get-local-only"></a><h3>gtk_file_chooser_get_local_only ()</h3>
|
1011
1017
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_local_only (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1012
1018
|
<p>
|
@@ -1023,15 +1029,16 @@ file selector. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-se
|
|
1023
1029
|
</tr>
|
1024
1030
|
<tr>
|
1025
1031
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1026
|
-
<td>
|
1027
|
-
|
1032
|
+
<td> <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 selected.
|
1033
|
+
|
1034
|
+
</td>
|
1028
1035
|
</tr>
|
1029
1036
|
</tbody>
|
1030
1037
|
</table></div>
|
1031
1038
|
<p class="since">Since 2.4</p>
|
1032
1039
|
</div>
|
1033
1040
|
<hr>
|
1034
|
-
<div class="refsect2">
|
1041
|
+
<div class="refsect2" title="gtk_file_chooser_set_select_multiple ()">
|
1035
1042
|
<a name="gtk-file-chooser-set-select-multiple"></a><h3>gtk_file_chooser_set_select_multiple ()</h3>
|
1036
1043
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_select_multiple
|
1037
1044
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -1052,14 +1059,15 @@ only relevant if the action is set to be <a class="link" href="GtkFileChooser.ht
|
|
1052
1059
|
<tr>
|
1053
1060
|
<td><p><span class="term"><em class="parameter"><code>select_multiple</code></em> :</span></p></td>
|
1054
1061
|
<td>
|
1055
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if multiple files can be selected
|
1062
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if multiple files can be selected.
|
1063
|
+
</td>
|
1056
1064
|
</tr>
|
1057
1065
|
</tbody>
|
1058
1066
|
</table></div>
|
1059
1067
|
<p class="since">Since 2.4</p>
|
1060
1068
|
</div>
|
1061
1069
|
<hr>
|
1062
|
-
<div class="refsect2">
|
1070
|
+
<div class="refsect2" title="gtk_file_chooser_get_select_multiple ()">
|
1063
1071
|
<a name="gtk-file-chooser-get-select-multiple"></a><h3>gtk_file_chooser_get_select_multiple ()</h3>
|
1064
1072
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_select_multiple
|
1065
1073
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -1077,15 +1085,16 @@ selector. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-sel
|
|
1077
1085
|
</tr>
|
1078
1086
|
<tr>
|
1079
1087
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1080
|
-
<td>
|
1081
|
-
|
1088
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if multiple files can be selected.
|
1089
|
+
|
1090
|
+
</td>
|
1082
1091
|
</tr>
|
1083
1092
|
</tbody>
|
1084
1093
|
</table></div>
|
1085
1094
|
<p class="since">Since 2.4</p>
|
1086
1095
|
</div>
|
1087
1096
|
<hr>
|
1088
|
-
<div class="refsect2">
|
1097
|
+
<div class="refsect2" title="gtk_file_chooser_set_show_hidden ()">
|
1089
1098
|
<a name="gtk-file-chooser-set-show-hidden"></a><h3>gtk_file_chooser_set_show_hidden ()</h3>
|
1090
1099
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_show_hidden (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1091
1100
|
<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_hidden</code></em>);</pre>
|
@@ -1103,14 +1112,15 @@ Sets whether hidden files and folders are displayed in the file selector.
|
|
1103
1112
|
<tr>
|
1104
1113
|
<td><p><span class="term"><em class="parameter"><code>show_hidden</code></em> :</span></p></td>
|
1105
1114
|
<td>
|
1106
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if hidden files and folders should be displayed
|
1115
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if hidden files and folders should be displayed.
|
1116
|
+
</td>
|
1107
1117
|
</tr>
|
1108
1118
|
</tbody>
|
1109
1119
|
</table></div>
|
1110
1120
|
<p class="since">Since 2.6</p>
|
1111
1121
|
</div>
|
1112
1122
|
<hr>
|
1113
|
-
<div class="refsect2">
|
1123
|
+
<div class="refsect2" title="gtk_file_chooser_get_show_hidden ()">
|
1114
1124
|
<a name="gtk-file-chooser-get-show-hidden"></a><h3>gtk_file_chooser_get_show_hidden ()</h3>
|
1115
1125
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_show_hidden (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1116
1126
|
<p>
|
@@ -1127,15 +1137,16 @@ See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-show-hidden"
|
|
1127
1137
|
</tr>
|
1128
1138
|
<tr>
|
1129
1139
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1130
|
-
<td>
|
1131
|
-
|
1140
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if hidden files and folders are displayed.
|
1141
|
+
|
1142
|
+
</td>
|
1132
1143
|
</tr>
|
1133
1144
|
</tbody>
|
1134
1145
|
</table></div>
|
1135
1146
|
<p class="since">Since 2.6</p>
|
1136
1147
|
</div>
|
1137
1148
|
<hr>
|
1138
|
-
<div class="refsect2">
|
1149
|
+
<div class="refsect2" title="gtk_file_chooser_set_do_overwrite_confirmation ()">
|
1139
1150
|
<a name="gtk-file-chooser-set-do-overwrite-confirmation"></a><h3>gtk_file_chooser_set_do_overwrite_confirmation ()</h3>
|
1140
1151
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_do_overwrite_confirmation
|
1141
1152
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -1165,14 +1176,15 @@ for the details.
|
|
1165
1176
|
</tr>
|
1166
1177
|
<tr>
|
1167
1178
|
<td><p><span class="term"><em class="parameter"><code>do_overwrite_confirmation</code></em> :</span></p></td>
|
1168
|
-
<td>whether to confirm overwriting in save mode
|
1179
|
+
<td>whether to confirm overwriting in save mode
|
1180
|
+
</td>
|
1169
1181
|
</tr>
|
1170
1182
|
</tbody>
|
1171
1183
|
</table></div>
|
1172
1184
|
<p class="since">Since 2.8</p>
|
1173
1185
|
</div>
|
1174
1186
|
<hr>
|
1175
|
-
<div class="refsect2">
|
1187
|
+
<div class="refsect2" title="gtk_file_chooser_get_do_overwrite_confirmation ()">
|
1176
1188
|
<a name="gtk-file-chooser-get-do-overwrite-confirmation"></a><h3>gtk_file_chooser_get_do_overwrite_confirmation ()</h3>
|
1177
1189
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_do_overwrite_confirmation
|
1178
1190
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -1190,16 +1202,17 @@ types a file name that already exists.
|
|
1190
1202
|
</tr>
|
1191
1203
|
<tr>
|
1192
1204
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1193
|
-
<td>
|
1194
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1195
|
-
|
1205
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file chooser will present a confirmation dialog;
|
1206
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
1207
|
+
|
1208
|
+
</td>
|
1196
1209
|
</tr>
|
1197
1210
|
</tbody>
|
1198
1211
|
</table></div>
|
1199
1212
|
<p class="since">Since 2.8</p>
|
1200
1213
|
</div>
|
1201
1214
|
<hr>
|
1202
|
-
<div class="refsect2">
|
1215
|
+
<div class="refsect2" title="gtk_file_chooser_set_create_folders ()">
|
1203
1216
|
<a name="gtk-file-chooser-set-create-folders"></a><h3>gtk_file_chooser_set_create_folders ()</h3>
|
1204
1217
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_create_folders (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1205
1218
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> create_folders</code></em>);</pre>
|
@@ -1219,14 +1232,15 @@ This is only relevant if the action is not set to be
|
|
1219
1232
|
<tr>
|
1220
1233
|
<td><p><span class="term"><em class="parameter"><code>create_folders</code></em> :</span></p></td>
|
1221
1234
|
<td>
|
1222
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the New Folder button should be displayed
|
1235
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the New Folder button should be displayed
|
1236
|
+
</td>
|
1223
1237
|
</tr>
|
1224
1238
|
</tbody>
|
1225
1239
|
</table></div>
|
1226
1240
|
<p class="since">Since 2.18</p>
|
1227
1241
|
</div>
|
1228
1242
|
<hr>
|
1229
|
-
<div class="refsect2">
|
1243
|
+
<div class="refsect2" title="gtk_file_chooser_get_create_folders ()">
|
1230
1244
|
<a name="gtk-file-chooser-get-create-folders"></a><h3>gtk_file_chooser_get_create_folders ()</h3>
|
1231
1245
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_create_folders (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1232
1246
|
<p>
|
@@ -1243,15 +1257,16 @@ See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-create-folder
|
|
1243
1257
|
</tr>
|
1244
1258
|
<tr>
|
1245
1259
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1246
|
-
<td>
|
1247
|
-
|
1260
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the New Folder button should be displayed.
|
1261
|
+
|
1262
|
+
</td>
|
1248
1263
|
</tr>
|
1249
1264
|
</tbody>
|
1250
1265
|
</table></div>
|
1251
1266
|
<p class="since">Since 2.18</p>
|
1252
1267
|
</div>
|
1253
1268
|
<hr>
|
1254
|
-
<div class="refsect2">
|
1269
|
+
<div class="refsect2" title="gtk_file_chooser_set_current_name ()">
|
1255
1270
|
<a name="gtk-file-chooser-set-current-name"></a><h3>gtk_file_chooser_set_current_name ()</h3>
|
1256
1271
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_current_name (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1257
1272
|
<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>);</pre>
|
@@ -1263,7 +1278,7 @@ such uses as a suggested name in a "Save As..." dialog.
|
|
1263
1278
|
</p>
|
1264
1279
|
<p>
|
1265
1280
|
If you want to preselect a particular existing file, you should use
|
1266
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-filename" title="gtk_file_chooser_set_filename"><code class="function">gtk_file_chooser_set_filename()</code></a> or <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-uri" title="gtk_file_chooser_set_uri ()"><code class="function">gtk_file_chooser_set_uri()</code></a> instead.
|
1281
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-filename" title="gtk_file_chooser_set_filename ()"><code class="function">gtk_file_chooser_set_filename()</code></a> or <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-uri" title="gtk_file_chooser_set_uri ()"><code class="function">gtk_file_chooser_set_uri()</code></a> instead.
|
1267
1282
|
Please see the documentation for those functions for an example of using
|
1268
1283
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-name" title="gtk_file_chooser_set_current_name ()"><code class="function">gtk_file_chooser_set_current_name()</code></a> as well.
|
1269
1284
|
</p>
|
@@ -1277,17 +1292,17 @@ Please see the documentation for those functions for an example of using
|
|
1277
1292
|
</tr>
|
1278
1293
|
<tr>
|
1279
1294
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
1280
|
-
<td>the filename to use, as a UTF-8 string
|
1295
|
+
<td>the filename to use, as a UTF-8 string
|
1296
|
+
</td>
|
1281
1297
|
</tr>
|
1282
1298
|
</tbody>
|
1283
1299
|
</table></div>
|
1284
1300
|
<p class="since">Since 2.4</p>
|
1285
1301
|
</div>
|
1286
1302
|
<hr>
|
1287
|
-
<div class="refsect2">
|
1288
|
-
<a name="gtk-file-chooser-get-filename"></a><h3>gtk_file_chooser_get_filename</h3>
|
1289
|
-
<pre class="programlisting"
|
1290
|
-
</pre>
|
1303
|
+
<div class="refsect2" title="gtk_file_chooser_get_filename ()">
|
1304
|
+
<a name="gtk-file-chooser-get-filename"></a><h3>gtk_file_chooser_get_filename ()</h3>
|
1305
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_file_chooser_get_filename (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1291
1306
|
<p>
|
1292
1307
|
Gets the filename for the currently selected file in
|
1293
1308
|
the file selector. If multiple files are selected,
|
@@ -1307,19 +1322,21 @@ folder.
|
|
1307
1322
|
</tr>
|
1308
1323
|
<tr>
|
1309
1324
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1310
|
-
<td>The currently selected filename, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1311
|
-
if no file is selected, or the selected file can't
|
1312
|
-
be represented with a local filename. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a
|
1325
|
+
<td> The currently selected filename, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1326
|
+
if no file is selected, or the selected file can't
|
1327
|
+
be represented with a local filename. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
1328
|
+
|
1329
|
+
</td>
|
1313
1330
|
</tr>
|
1314
1331
|
</tbody>
|
1315
1332
|
</table></div>
|
1316
1333
|
<p class="since">Since 2.4</p>
|
1317
1334
|
</div>
|
1318
1335
|
<hr>
|
1319
|
-
<div class="refsect2">
|
1320
|
-
<a name="gtk-file-chooser-set-filename"></a><h3>gtk_file_chooser_set_filename</h3>
|
1321
|
-
<pre class="programlisting"
|
1322
|
-
</pre>
|
1336
|
+
<div class="refsect2" title="gtk_file_chooser_set_filename ()">
|
1337
|
+
<a name="gtk-file-chooser-set-filename"></a><h3>gtk_file_chooser_set_filename ()</h3>
|
1338
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_filename (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1339
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);</pre>
|
1323
1340
|
<p>
|
1324
1341
|
Sets <em class="parameter"><code>filename</code></em> as the current filename for the file chooser, by changing
|
1325
1342
|
to the file's parent folder and actually selecting the file in list. If
|
@@ -1330,7 +1347,7 @@ will also appear in the dialog's file name entry.
|
|
1330
1347
|
If the file name isn't in the current folder of <em class="parameter"><code>chooser</code></em>, then the current
|
1331
1348
|
folder of <em class="parameter"><code>chooser</code></em> will be changed to the folder containing <em class="parameter"><code>filename</code></em>. This
|
1332
1349
|
is equivalent to a sequence of <a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-all" title="gtk_file_chooser_unselect_all ()"><code class="function">gtk_file_chooser_unselect_all()</code></a> followed by
|
1333
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename"><code class="function">gtk_file_chooser_select_filename()</code></a>.
|
1350
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename ()"><code class="function">gtk_file_chooser_select_filename()</code></a>.
|
1334
1351
|
</p>
|
1335
1352
|
<p>
|
1336
1353
|
Note that the file must exist, or nothing will be done except
|
@@ -1388,23 +1405,25 @@ Instead, use something similar to this:
|
|
1388
1405
|
</tr>
|
1389
1406
|
<tr>
|
1390
1407
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1391
|
-
<td>the filename to set as current
|
1408
|
+
<td>the filename to set as current
|
1409
|
+
</td>
|
1392
1410
|
</tr>
|
1393
1411
|
<tr>
|
1394
1412
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1395
|
-
<td>
|
1396
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1397
|
-
|
1413
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the file was
|
1414
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
1415
|
+
|
1416
|
+
</td>
|
1398
1417
|
</tr>
|
1399
1418
|
</tbody>
|
1400
1419
|
</table></div>
|
1401
1420
|
<p class="since">Since 2.4</p>
|
1402
1421
|
</div>
|
1403
1422
|
<hr>
|
1404
|
-
<div class="refsect2">
|
1405
|
-
<a name="gtk-file-chooser-select-filename"></a><h3>gtk_file_chooser_select_filename</h3>
|
1406
|
-
<pre class="programlisting"
|
1407
|
-
</pre>
|
1423
|
+
<div class="refsect2" title="gtk_file_chooser_select_filename ()">
|
1424
|
+
<a name="gtk-file-chooser-select-filename"></a><h3>gtk_file_chooser_select_filename ()</h3>
|
1425
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_select_filename (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1426
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);</pre>
|
1408
1427
|
<p>
|
1409
1428
|
Selects a filename. If the file name isn't in the current
|
1410
1429
|
folder of <em class="parameter"><code>chooser</code></em>, then the current folder of <em class="parameter"><code>chooser</code></em> will
|
@@ -1420,23 +1439,25 @@ be changed to the folder containing <em class="parameter"><code>filename</code><
|
|
1420
1439
|
</tr>
|
1421
1440
|
<tr>
|
1422
1441
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1423
|
-
<td>the filename to select
|
1442
|
+
<td>the filename to select
|
1443
|
+
</td>
|
1424
1444
|
</tr>
|
1425
1445
|
<tr>
|
1426
1446
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1427
|
-
<td>
|
1428
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1429
|
-
|
1447
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the file was
|
1448
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
1449
|
+
|
1450
|
+
</td>
|
1430
1451
|
</tr>
|
1431
1452
|
</tbody>
|
1432
1453
|
</table></div>
|
1433
1454
|
<p class="since">Since 2.4</p>
|
1434
1455
|
</div>
|
1435
1456
|
<hr>
|
1436
|
-
<div class="refsect2">
|
1437
|
-
<a name="gtk-file-chooser-unselect-filename"></a><h3>gtk_file_chooser_unselect_filename</h3>
|
1438
|
-
<pre class="programlisting"
|
1439
|
-
</pre>
|
1457
|
+
<div class="refsect2" title="gtk_file_chooser_unselect_filename ()">
|
1458
|
+
<a name="gtk-file-chooser-unselect-filename"></a><h3>gtk_file_chooser_unselect_filename ()</h3>
|
1459
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_unselect_filename (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1460
|
+
<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>);</pre>
|
1440
1461
|
<p>
|
1441
1462
|
Unselects a currently selected filename. If the filename
|
1442
1463
|
is not in the current directory, does not exist, or
|
@@ -1452,14 +1473,15 @@ is otherwise not currently selected, does nothing.
|
|
1452
1473
|
</tr>
|
1453
1474
|
<tr>
|
1454
1475
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1455
|
-
<td>the filename to unselect
|
1476
|
+
<td>the filename to unselect
|
1477
|
+
</td>
|
1456
1478
|
</tr>
|
1457
1479
|
</tbody>
|
1458
1480
|
</table></div>
|
1459
1481
|
<p class="since">Since 2.4</p>
|
1460
1482
|
</div>
|
1461
1483
|
<hr>
|
1462
|
-
<div class="refsect2">
|
1484
|
+
<div class="refsect2" title="gtk_file_chooser_select_all ()">
|
1463
1485
|
<a name="gtk-file-chooser-select-all"></a><h3>gtk_file_chooser_select_all ()</h3>
|
1464
1486
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_select_all (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1465
1487
|
<p>
|
@@ -1476,7 +1498,7 @@ Selects all the files in the current folder of a file chooser.
|
|
1476
1498
|
<p class="since">Since 2.4</p>
|
1477
1499
|
</div>
|
1478
1500
|
<hr>
|
1479
|
-
<div class="refsect2">
|
1501
|
+
<div class="refsect2" title="gtk_file_chooser_unselect_all ()">
|
1480
1502
|
<a name="gtk-file-chooser-unselect-all"></a><h3>gtk_file_chooser_unselect_all ()</h3>
|
1481
1503
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_unselect_all (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1482
1504
|
<p>
|
@@ -1493,10 +1515,9 @@ Unselects all the files in the current folder of a file chooser.
|
|
1493
1515
|
<p class="since">Since 2.4</p>
|
1494
1516
|
</div>
|
1495
1517
|
<hr>
|
1496
|
-
<div class="refsect2">
|
1497
|
-
<a name="gtk-file-chooser-get-filenames"></a><h3>gtk_file_chooser_get_filenames</h3>
|
1498
|
-
<pre class="programlisting"
|
1499
|
-
</pre>
|
1518
|
+
<div class="refsect2" title="gtk_file_chooser_get_filenames ()">
|
1519
|
+
<a name="gtk-file-chooser-get-filenames"></a><h3>gtk_file_chooser_get_filenames ()</h3>
|
1520
|
+
<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_file_chooser_get_filenames (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1500
1521
|
<p>
|
1501
1522
|
Lists all the selected files and subfolders in the current folder of
|
1502
1523
|
<em class="parameter"><code>chooser</code></em>. The returned names are full absolute paths. If files in the current
|
@@ -1513,9 +1534,9 @@ folder cannot be represented as local filenames they will be ignored. (See
|
|
1513
1534
|
</tr>
|
1514
1535
|
<tr>
|
1515
1536
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1516
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing the filenames of all selected
|
1517
|
-
files and subfolders in the current folder. Free the returned list
|
1518
|
-
with <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>, and the filenames with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1537
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing the filenames of all selected
|
1538
|
+
files and subfolders in the current folder. Free the returned list
|
1539
|
+
with <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>, and the filenames with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
1519
1540
|
</td>
|
1520
1541
|
</tr>
|
1521
1542
|
</tbody>
|
@@ -1523,10 +1544,10 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Li
|
|
1523
1544
|
<p class="since">Since 2.4</p>
|
1524
1545
|
</div>
|
1525
1546
|
<hr>
|
1526
|
-
<div class="refsect2">
|
1527
|
-
<a name="gtk-file-chooser-set-current-folder"></a><h3>gtk_file_chooser_set_current_folder</h3>
|
1528
|
-
<pre class="programlisting"
|
1529
|
-
</pre>
|
1547
|
+
<div class="refsect2" title="gtk_file_chooser_set_current_folder ()">
|
1548
|
+
<a name="gtk-file-chooser-set-current-folder"></a><h3>gtk_file_chooser_set_current_folder ()</h3>
|
1549
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_current_folder (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1550
|
+
<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> *filename</code></em>);</pre>
|
1530
1551
|
<p>
|
1531
1552
|
Sets the current folder for <em class="parameter"><code>chooser</code></em> from a local filename.
|
1532
1553
|
The user will be shown the full contents of the current folder,
|
@@ -1542,26 +1563,27 @@ plus user interface elements for navigating to other folders.
|
|
1542
1563
|
</tr>
|
1543
1564
|
<tr>
|
1544
1565
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
1545
|
-
<td>the full path of the new current folder
|
1566
|
+
<td>the full path of the new current folder
|
1567
|
+
</td>
|
1546
1568
|
</tr>
|
1547
1569
|
<tr>
|
1548
1570
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1549
|
-
<td>
|
1550
|
-
|
1551
|
-
|
1571
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the folder could be changed successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1572
|
+
otherwise.
|
1573
|
+
|
1574
|
+
</td>
|
1552
1575
|
</tr>
|
1553
1576
|
</tbody>
|
1554
1577
|
</table></div>
|
1555
1578
|
<p class="since">Since 2.4</p>
|
1556
1579
|
</div>
|
1557
1580
|
<hr>
|
1558
|
-
<div class="refsect2">
|
1559
|
-
<a name="gtk-file-chooser-get-current-folder"></a><h3>gtk_file_chooser_get_current_folder</h3>
|
1560
|
-
<pre class="programlisting"
|
1561
|
-
</pre>
|
1581
|
+
<div class="refsect2" title="gtk_file_chooser_get_current_folder ()">
|
1582
|
+
<a name="gtk-file-chooser-get-current-folder"></a><h3>gtk_file_chooser_get_current_folder ()</h3>
|
1583
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_file_chooser_get_current_folder (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1562
1584
|
<p>
|
1563
1585
|
Gets the current folder of <em class="parameter"><code>chooser</code></em> as a local filename.
|
1564
|
-
See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder"><code class="function">gtk_file_chooser_set_current_folder()</code></a>.
|
1586
|
+
See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder ()"><code class="function">gtk_file_chooser_set_current_folder()</code></a>.
|
1565
1587
|
</p>
|
1566
1588
|
<p>
|
1567
1589
|
Note that this is the folder that the file chooser is currently displaying
|
@@ -1582,18 +1604,20 @@ usual way to get the selection.
|
|
1582
1604
|
</tr>
|
1583
1605
|
<tr>
|
1584
1606
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1585
|
-
<td>the full path of the current folder, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the current
|
1607
|
+
<td> the full path of the current folder, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the current
|
1586
1608
|
path cannot be represented as a local filename. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. This
|
1587
1609
|
function will also return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the file chooser was unable to load the
|
1588
1610
|
last folder that was requested from it; for example, as would be for calling
|
1589
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder"><code class="function">gtk_file_chooser_set_current_folder()</code></a> on a nonexistent folder
|
1611
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder ()"><code class="function">gtk_file_chooser_set_current_folder()</code></a> on a nonexistent folder.
|
1612
|
+
|
1613
|
+
</td>
|
1590
1614
|
</tr>
|
1591
1615
|
</tbody>
|
1592
1616
|
</table></div>
|
1593
1617
|
<p class="since">Since 2.4</p>
|
1594
1618
|
</div>
|
1595
1619
|
<hr>
|
1596
|
-
<div class="refsect2">
|
1620
|
+
<div class="refsect2" title="gtk_file_chooser_get_uri ()">
|
1597
1621
|
<a name="gtk-file-chooser-get-uri"></a><h3>gtk_file_chooser_get_uri ()</h3>
|
1598
1622
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_file_chooser_get_uri (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1599
1623
|
<p>
|
@@ -1615,8 +1639,9 @@ folder.
|
|
1615
1639
|
</tr>
|
1616
1640
|
<tr>
|
1617
1641
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1618
|
-
<td>The currently selected URI, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1619
|
-
if no file is selected. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
1642
|
+
<td> The currently selected URI, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1643
|
+
if no file is selected. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
1644
|
+
|
1620
1645
|
</td>
|
1621
1646
|
</tr>
|
1622
1647
|
</tbody>
|
@@ -1624,7 +1649,7 @@ if no file is selected. Free with <a href="http://library.gnome.org/devel/glib/u
|
|
1624
1649
|
<p class="since">Since 2.4</p>
|
1625
1650
|
</div>
|
1626
1651
|
<hr>
|
1627
|
-
<div class="refsect2">
|
1652
|
+
<div class="refsect2" title="gtk_file_chooser_set_uri ()">
|
1628
1653
|
<a name="gtk-file-chooser-set-uri"></a><h3>gtk_file_chooser_set_uri ()</h3>
|
1629
1654
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_uri (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1630
1655
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);</pre>
|
@@ -1694,20 +1719,22 @@ Instead, use something similar to this:
|
|
1694
1719
|
</tr>
|
1695
1720
|
<tr>
|
1696
1721
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1697
|
-
<td>the URI to set as current
|
1722
|
+
<td>the URI to set as current
|
1723
|
+
</td>
|
1698
1724
|
</tr>
|
1699
1725
|
<tr>
|
1700
1726
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1701
|
-
<td>
|
1702
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1703
|
-
|
1727
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the URI was
|
1728
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
1729
|
+
|
1730
|
+
</td>
|
1704
1731
|
</tr>
|
1705
1732
|
</tbody>
|
1706
1733
|
</table></div>
|
1707
1734
|
<p class="since">Since 2.4</p>
|
1708
1735
|
</div>
|
1709
1736
|
<hr>
|
1710
|
-
<div class="refsect2">
|
1737
|
+
<div class="refsect2" title="gtk_file_chooser_select_uri ()">
|
1711
1738
|
<a name="gtk-file-chooser-select-uri"></a><h3>gtk_file_chooser_select_uri ()</h3>
|
1712
1739
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_select_uri (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1713
1740
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);</pre>
|
@@ -1726,20 +1753,22 @@ file in the current folder of <em class="parameter"><code>chooser</code></em>, t
|
|
1726
1753
|
</tr>
|
1727
1754
|
<tr>
|
1728
1755
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1729
|
-
<td>the URI to select
|
1756
|
+
<td>the URI to select
|
1757
|
+
</td>
|
1730
1758
|
</tr>
|
1731
1759
|
<tr>
|
1732
1760
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1733
|
-
<td>
|
1734
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1735
|
-
|
1761
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the URI was
|
1762
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
1763
|
+
|
1764
|
+
</td>
|
1736
1765
|
</tr>
|
1737
1766
|
</tbody>
|
1738
1767
|
</table></div>
|
1739
1768
|
<p class="since">Since 2.4</p>
|
1740
1769
|
</div>
|
1741
1770
|
<hr>
|
1742
|
-
<div class="refsect2">
|
1771
|
+
<div class="refsect2" title="gtk_file_chooser_unselect_uri ()">
|
1743
1772
|
<a name="gtk-file-chooser-unselect-uri"></a><h3>gtk_file_chooser_unselect_uri ()</h3>
|
1744
1773
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_unselect_uri (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1745
1774
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);</pre>
|
@@ -1758,14 +1787,15 @@ is otherwise not currently selected, does nothing.
|
|
1758
1787
|
</tr>
|
1759
1788
|
<tr>
|
1760
1789
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1761
|
-
<td>the URI to unselect
|
1790
|
+
<td>the URI to unselect
|
1791
|
+
</td>
|
1762
1792
|
</tr>
|
1763
1793
|
</tbody>
|
1764
1794
|
</table></div>
|
1765
1795
|
<p class="since">Since 2.4</p>
|
1766
1796
|
</div>
|
1767
1797
|
<hr>
|
1768
|
-
<div class="refsect2">
|
1798
|
+
<div class="refsect2" title="gtk_file_chooser_get_uris ()">
|
1769
1799
|
<a name="gtk-file-chooser-get-uris"></a><h3>gtk_file_chooser_get_uris ()</h3>
|
1770
1800
|
<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_file_chooser_get_uris (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1771
1801
|
<p>
|
@@ -1782,9 +1812,9 @@ Lists all the selected files and subfolders in the current folder of
|
|
1782
1812
|
</tr>
|
1783
1813
|
<tr>
|
1784
1814
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1785
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing the URIs of all selected
|
1786
|
-
files and subfolders in the current folder. Free the returned list
|
1787
|
-
with <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>, and the filenames with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1815
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing the URIs of all selected
|
1816
|
+
files and subfolders in the current folder. Free the returned list
|
1817
|
+
with <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>, and the filenames with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
1788
1818
|
</td>
|
1789
1819
|
</tr>
|
1790
1820
|
</tbody>
|
@@ -1792,7 +1822,7 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Li
|
|
1792
1822
|
<p class="since">Since 2.4</p>
|
1793
1823
|
</div>
|
1794
1824
|
<hr>
|
1795
|
-
<div class="refsect2">
|
1825
|
+
<div class="refsect2" title="gtk_file_chooser_set_current_folder_uri ()">
|
1796
1826
|
<a name="gtk-file-chooser-set-current-folder-uri"></a><h3>gtk_file_chooser_set_current_folder_uri ()</h3>
|
1797
1827
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_current_folder_uri
|
1798
1828
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -1812,20 +1842,22 @@ plus user interface elements for navigating to other folders.
|
|
1812
1842
|
</tr>
|
1813
1843
|
<tr>
|
1814
1844
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1815
|
-
<td>the URI for the new current folder
|
1845
|
+
<td>the URI for the new current folder
|
1846
|
+
</td>
|
1816
1847
|
</tr>
|
1817
1848
|
<tr>
|
1818
1849
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1819
|
-
<td>
|
1820
|
-
|
1821
|
-
|
1850
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the folder could be changed successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
1851
|
+
otherwise.
|
1852
|
+
|
1853
|
+
</td>
|
1822
1854
|
</tr>
|
1823
1855
|
</tbody>
|
1824
1856
|
</table></div>
|
1825
1857
|
<p class="since">Since 2.4</p>
|
1826
1858
|
</div>
|
1827
1859
|
<hr>
|
1828
|
-
<div class="refsect2">
|
1860
|
+
<div class="refsect2" title="gtk_file_chooser_get_current_folder_uri ()">
|
1829
1861
|
<a name="gtk-file-chooser-get-current-folder-uri"></a><h3>gtk_file_chooser_get_current_folder_uri ()</h3>
|
1830
1862
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_file_chooser_get_current_folder_uri
|
1831
1863
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -1852,17 +1884,19 @@ usual way to get the selection.
|
|
1852
1884
|
</tr>
|
1853
1885
|
<tr>
|
1854
1886
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1855
|
-
<td>the URI for the current folder. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. This
|
1887
|
+
<td> the URI for the current folder. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. This
|
1856
1888
|
function will also return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the file chooser was unable to load the
|
1857
1889
|
last folder that was requested from it; for example, as would be for calling
|
1858
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder-uri" title="gtk_file_chooser_set_current_folder_uri ()"><code class="function">gtk_file_chooser_set_current_folder_uri()</code></a> on a nonexistent folder
|
1890
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder-uri" title="gtk_file_chooser_set_current_folder_uri ()"><code class="function">gtk_file_chooser_set_current_folder_uri()</code></a> on a nonexistent folder.
|
1891
|
+
|
1892
|
+
</td>
|
1859
1893
|
</tr>
|
1860
1894
|
</tbody>
|
1861
1895
|
</table></div>
|
1862
1896
|
<p class="since">Since 2.4</p>
|
1863
1897
|
</div>
|
1864
1898
|
<hr>
|
1865
|
-
<div class="refsect2">
|
1899
|
+
<div class="refsect2" title="gtk_file_chooser_set_preview_widget ()">
|
1866
1900
|
<a name="gtk-file-chooser-set-preview-widget"></a><h3>gtk_file_chooser_set_preview_widget ()</h3>
|
1867
1901
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_preview_widget (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
1868
1902
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *preview_widget</code></em>);</pre>
|
@@ -1870,7 +1904,7 @@ last folder that was requested from it; for example, as would be for calling
|
|
1870
1904
|
Sets an application-supplied widget to use to display a custom preview
|
1871
1905
|
of the currently selected file. To implement a preview, after setting the
|
1872
1906
|
preview widget, you connect to the <a class="link" href="GtkFileChooser.html#GtkFileChooser-update-preview" title='The "update-preview" signal'><span class="type">"update-preview"</span></a>
|
1873
|
-
signal, and call <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> or
|
1907
|
+
signal, and call <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename ()"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> or
|
1874
1908
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-uri" title="gtk_file_chooser_get_preview_uri ()"><code class="function">gtk_file_chooser_get_preview_uri()</code></a> on each change. If you can
|
1875
1909
|
display a preview of the new file, update your widget and
|
1876
1910
|
set the preview active using <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget-active" title="gtk_file_chooser_set_preview_widget_active ()"><code class="function">gtk_file_chooser_set_preview_widget_active()</code></a>.
|
@@ -1892,14 +1926,15 @@ it may display no preview at all.
|
|
1892
1926
|
</tr>
|
1893
1927
|
<tr>
|
1894
1928
|
<td><p><span class="term"><em class="parameter"><code>preview_widget</code></em> :</span></p></td>
|
1895
|
-
<td>widget for displaying preview
|
1929
|
+
<td>widget for displaying preview.
|
1930
|
+
</td>
|
1896
1931
|
</tr>
|
1897
1932
|
</tbody>
|
1898
1933
|
</table></div>
|
1899
1934
|
<p class="since">Since 2.4</p>
|
1900
1935
|
</div>
|
1901
1936
|
<hr>
|
1902
|
-
<div class="refsect2">
|
1937
|
+
<div class="refsect2" title="gtk_file_chooser_get_preview_widget ()">
|
1903
1938
|
<a name="gtk-file-chooser-get-preview-widget"></a><h3>gtk_file_chooser_get_preview_widget ()</h3>
|
1904
1939
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_file_chooser_get_preview_widget (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
1905
1940
|
<p>
|
@@ -1916,7 +1951,8 @@ Gets the current preview widget; see
|
|
1916
1951
|
</tr>
|
1917
1952
|
<tr>
|
1918
1953
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1919
|
-
<td>the current preview widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1954
|
+
<td> the current preview widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1955
|
+
|
1920
1956
|
</td>
|
1921
1957
|
</tr>
|
1922
1958
|
</tbody>
|
@@ -1924,7 +1960,7 @@ Gets the current preview widget; see
|
|
1924
1960
|
<p class="since">Since 2.4</p>
|
1925
1961
|
</div>
|
1926
1962
|
<hr>
|
1927
|
-
<div class="refsect2">
|
1963
|
+
<div class="refsect2" title="gtk_file_chooser_set_preview_widget_active ()">
|
1928
1964
|
<a name="gtk-file-chooser-set-preview-widget-active"></a><h3>gtk_file_chooser_set_preview_widget_active ()</h3>
|
1929
1965
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_preview_widget_active
|
1930
1966
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -1947,14 +1983,15 @@ or it may display no preview at all. See
|
|
1947
1983
|
</tr>
|
1948
1984
|
<tr>
|
1949
1985
|
<td><p><span class="term"><em class="parameter"><code>active</code></em> :</span></p></td>
|
1950
|
-
<td>whether to display the user-specified preview widget
|
1986
|
+
<td>whether to display the user-specified preview widget
|
1987
|
+
</td>
|
1951
1988
|
</tr>
|
1952
1989
|
</tbody>
|
1953
1990
|
</table></div>
|
1954
1991
|
<p class="since">Since 2.4</p>
|
1955
1992
|
</div>
|
1956
1993
|
<hr>
|
1957
|
-
<div class="refsect2">
|
1994
|
+
<div class="refsect2" title="gtk_file_chooser_get_preview_widget_active ()">
|
1958
1995
|
<a name="gtk-file-chooser-get-preview-widget-active"></a><h3>gtk_file_chooser_get_preview_widget_active ()</h3>
|
1959
1996
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_preview_widget_active
|
1960
1997
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -1973,15 +2010,16 @@ should be shown for the current filename. See
|
|
1973
2010
|
</tr>
|
1974
2011
|
<tr>
|
1975
2012
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1976
|
-
<td>
|
1977
|
-
|
2013
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the preview widget is active for the current filename.
|
2014
|
+
|
2015
|
+
</td>
|
1978
2016
|
</tr>
|
1979
2017
|
</tbody>
|
1980
2018
|
</table></div>
|
1981
2019
|
<p class="since">Since 2.4</p>
|
1982
2020
|
</div>
|
1983
2021
|
<hr>
|
1984
|
-
<div class="refsect2">
|
2022
|
+
<div class="refsect2" title="gtk_file_chooser_set_use_preview_label ()">
|
1985
2023
|
<a name="gtk-file-chooser-set-use-preview-label"></a><h3>gtk_file_chooser_set_use_preview_label ()</h3>
|
1986
2024
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_use_preview_label
|
1987
2025
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -2005,14 +2043,15 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview
|
|
2005
2043
|
</tr>
|
2006
2044
|
<tr>
|
2007
2045
|
<td><p><span class="term"><em class="parameter"><code>use_label</code></em> :</span></p></td>
|
2008
|
-
<td>whether to display a stock label with the name of the previewed file
|
2046
|
+
<td>whether to display a stock label with the name of the previewed file
|
2047
|
+
</td>
|
2009
2048
|
</tr>
|
2010
2049
|
</tbody>
|
2011
2050
|
</table></div>
|
2012
2051
|
<p class="since">Since 2.4</p>
|
2013
2052
|
</div>
|
2014
2053
|
<hr>
|
2015
|
-
<div class="refsect2">
|
2054
|
+
<div class="refsect2" title="gtk_file_chooser_get_use_preview_label ()">
|
2016
2055
|
<a name="gtk-file-chooser-get-use-preview-label"></a><h3>gtk_file_chooser_get_use_preview_label ()</h3>
|
2017
2056
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_get_use_preview_label
|
2018
2057
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -2030,18 +2069,18 @@ file. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-use-pr
|
|
2030
2069
|
</tr>
|
2031
2070
|
<tr>
|
2032
2071
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2033
|
-
<td>
|
2034
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
2035
|
-
|
2072
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file chooser is set to display a label with the
|
2073
|
+
name of the previewed file, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2074
|
+
</td>
|
2036
2075
|
</tr>
|
2037
2076
|
</tbody>
|
2038
2077
|
</table></div>
|
2039
2078
|
</div>
|
2040
2079
|
<hr>
|
2041
|
-
<div class="refsect2">
|
2042
|
-
<a name="gtk-file-chooser-get-preview-filename"></a><h3>gtk_file_chooser_get_preview_filename</h3>
|
2043
|
-
<pre class="programlisting"
|
2044
|
-
</pre>
|
2080
|
+
<div class="refsect2" title="gtk_file_chooser_get_preview_filename ()">
|
2081
|
+
<a name="gtk-file-chooser-get-preview-filename"></a><h3>gtk_file_chooser_get_preview_filename ()</h3>
|
2082
|
+
<pre class="programlisting"><span class="returnvalue">char</span> * gtk_file_chooser_get_preview_filename
|
2083
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2045
2084
|
<p>
|
2046
2085
|
Gets the filename that should be previewed in a custom preview
|
2047
2086
|
widget. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget" title="gtk_file_chooser_set_preview_widget ()"><code class="function">gtk_file_chooser_set_preview_widget()</code></a>.
|
@@ -2056,9 +2095,10 @@ widget. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-previ
|
|
2056
2095
|
</tr>
|
2057
2096
|
<tr>
|
2058
2097
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2059
|
-
<td>the filename to preview, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no file
|
2060
|
-
is selected, or if the selected file cannot be represented
|
2061
|
-
as a local filename. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
2098
|
+
<td> the filename to preview, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no file
|
2099
|
+
is selected, or if the selected file cannot be represented
|
2100
|
+
as a local filename. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
2101
|
+
|
2062
2102
|
</td>
|
2063
2103
|
</tr>
|
2064
2104
|
</tbody>
|
@@ -2066,7 +2106,7 @@ as a local filename. Free with <a href="http://library.gnome.org/devel/glib/unst
|
|
2066
2106
|
<p class="since">Since 2.4</p>
|
2067
2107
|
</div>
|
2068
2108
|
<hr>
|
2069
|
-
<div class="refsect2">
|
2109
|
+
<div class="refsect2" title="gtk_file_chooser_get_preview_uri ()">
|
2070
2110
|
<a name="gtk-file-chooser-get-preview-uri"></a><h3>gtk_file_chooser_get_preview_uri ()</h3>
|
2071
2111
|
<pre class="programlisting"><span class="returnvalue">char</span> * gtk_file_chooser_get_preview_uri (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2072
2112
|
<p>
|
@@ -2083,15 +2123,17 @@ widget. See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-previ
|
|
2083
2123
|
</tr>
|
2084
2124
|
<tr>
|
2085
2125
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2086
|
-
<td>the URI for the file to preview, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no file is
|
2087
|
-
selected. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a
|
2126
|
+
<td> the URI for the file to preview, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no file is
|
2127
|
+
selected. Free with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
2128
|
+
|
2129
|
+
</td>
|
2088
2130
|
</tr>
|
2089
2131
|
</tbody>
|
2090
2132
|
</table></div>
|
2091
2133
|
<p class="since">Since 2.4</p>
|
2092
2134
|
</div>
|
2093
2135
|
<hr>
|
2094
|
-
<div class="refsect2">
|
2136
|
+
<div class="refsect2" title="gtk_file_chooser_set_extra_widget ()">
|
2095
2137
|
<a name="gtk-file-chooser-set-extra-widget"></a><h3>gtk_file_chooser_set_extra_widget ()</h3>
|
2096
2138
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_extra_widget (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2097
2139
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *extra_widget</code></em>);</pre>
|
@@ -2108,14 +2150,15 @@ Sets an application-supplied widget to provide extra options to the user.
|
|
2108
2150
|
</tr>
|
2109
2151
|
<tr>
|
2110
2152
|
<td><p><span class="term"><em class="parameter"><code>extra_widget</code></em> :</span></p></td>
|
2111
|
-
<td>widget for extra options
|
2153
|
+
<td>widget for extra options
|
2154
|
+
</td>
|
2112
2155
|
</tr>
|
2113
2156
|
</tbody>
|
2114
2157
|
</table></div>
|
2115
2158
|
<p class="since">Since 2.4</p>
|
2116
2159
|
</div>
|
2117
2160
|
<hr>
|
2118
|
-
<div class="refsect2">
|
2161
|
+
<div class="refsect2" title="gtk_file_chooser_get_extra_widget ()">
|
2119
2162
|
<a name="gtk-file-chooser-get-extra-widget"></a><h3>gtk_file_chooser_get_extra_widget ()</h3>
|
2120
2163
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_file_chooser_get_extra_widget (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2121
2164
|
<p>
|
@@ -2132,7 +2175,8 @@ Gets the current preview widget; see
|
|
2132
2175
|
</tr>
|
2133
2176
|
<tr>
|
2134
2177
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2135
|
-
<td>the current extra widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
2178
|
+
<td> the current extra widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2179
|
+
|
2136
2180
|
</td>
|
2137
2181
|
</tr>
|
2138
2182
|
</tbody>
|
@@ -2140,7 +2184,7 @@ Gets the current preview widget; see
|
|
2140
2184
|
<p class="since">Since 2.4</p>
|
2141
2185
|
</div>
|
2142
2186
|
<hr>
|
2143
|
-
<div class="refsect2">
|
2187
|
+
<div class="refsect2" title="gtk_file_chooser_add_filter ()">
|
2144
2188
|
<a name="gtk-file-chooser-add-filter"></a><h3>gtk_file_chooser_add_filter ()</h3>
|
2145
2189
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_add_filter (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2146
2190
|
<em class="parameter"><code><a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="type">GtkFileFilter</span></a> *filter</code></em>);</pre>
|
@@ -2171,7 +2215,7 @@ ref and sink it if you want to keep a reference.
|
|
2171
2215
|
<p class="since">Since 2.4</p>
|
2172
2216
|
</div>
|
2173
2217
|
<hr>
|
2174
|
-
<div class="refsect2">
|
2218
|
+
<div class="refsect2" title="gtk_file_chooser_remove_filter ()">
|
2175
2219
|
<a name="gtk-file-chooser-remove-filter"></a><h3>gtk_file_chooser_remove_filter ()</h3>
|
2176
2220
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_remove_filter (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2177
2221
|
<em class="parameter"><code><a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="type">GtkFileFilter</span></a> *filter</code></em>);</pre>
|
@@ -2196,7 +2240,7 @@ Removes <em class="parameter"><code>filter</code></em> from the list of filters
|
|
2196
2240
|
<p class="since">Since 2.4</p>
|
2197
2241
|
</div>
|
2198
2242
|
<hr>
|
2199
|
-
<div class="refsect2">
|
2243
|
+
<div class="refsect2" title="gtk_file_chooser_list_filters ()">
|
2200
2244
|
<a name="gtk-file-chooser-list-filters"></a><h3>gtk_file_chooser_list_filters ()</h3>
|
2201
2245
|
<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_file_chooser_list_filters (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2202
2246
|
<p>
|
@@ -2213,10 +2257,10 @@ Lists the current set of user-selectable filters; see
|
|
2213
2257
|
</tr>
|
2214
2258
|
<tr>
|
2215
2259
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2216
|
-
<td>a
|
2217
|
-
|
2218
|
-
|
2219
|
-
|
2260
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing the current set of
|
2261
|
+
user selectable filters. The contents of the list are
|
2262
|
+
owned by GTK+, but you must free the list itself with
|
2263
|
+
<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> when you are done with it. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> utf8]</span>
|
2220
2264
|
</td>
|
2221
2265
|
</tr>
|
2222
2266
|
</tbody>
|
@@ -2224,7 +2268,7 @@ itself with <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Li
|
|
2224
2268
|
<p class="since">Since 2.4</p>
|
2225
2269
|
</div>
|
2226
2270
|
<hr>
|
2227
|
-
<div class="refsect2">
|
2271
|
+
<div class="refsect2" title="gtk_file_chooser_set_filter ()">
|
2228
2272
|
<a name="gtk-file-chooser-set-filter"></a><h3>gtk_file_chooser_set_filter ()</h3>
|
2229
2273
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_set_filter (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2230
2274
|
<em class="parameter"><code><a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="type">GtkFileFilter</span></a> *filter</code></em>);</pre>
|
@@ -2254,7 +2298,7 @@ set of files without letting the user change it.
|
|
2254
2298
|
<p class="since">Since 2.4</p>
|
2255
2299
|
</div>
|
2256
2300
|
<hr>
|
2257
|
-
<div class="refsect2">
|
2301
|
+
<div class="refsect2" title="gtk_file_chooser_get_filter ()">
|
2258
2302
|
<a name="gtk-file-chooser-get-filter"></a><h3>gtk_file_chooser_get_filter ()</h3>
|
2259
2303
|
<pre class="programlisting"><a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="returnvalue">GtkFileFilter</span></a> * gtk_file_chooser_get_filter (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2260
2304
|
<p>
|
@@ -2270,7 +2314,8 @@ Gets the current filter; see <a class="link" href="GtkFileChooser.html#gtk-file-
|
|
2270
2314
|
</tr>
|
2271
2315
|
<tr>
|
2272
2316
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2273
|
-
<td>the current filter, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
2317
|
+
<td> the current filter, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2318
|
+
|
2274
2319
|
</td>
|
2275
2320
|
</tr>
|
2276
2321
|
</tbody>
|
@@ -2278,10 +2323,12 @@ Gets the current filter; see <a class="link" href="GtkFileChooser.html#gtk-file-
|
|
2278
2323
|
<p class="since">Since 2.4</p>
|
2279
2324
|
</div>
|
2280
2325
|
<hr>
|
2281
|
-
<div class="refsect2">
|
2282
|
-
<a name="gtk-file-chooser-add-shortcut-folder"></a><h3>gtk_file_chooser_add_shortcut_folder</h3>
|
2283
|
-
<pre class="programlisting"
|
2284
|
-
</
|
2326
|
+
<div class="refsect2" title="gtk_file_chooser_add_shortcut_folder ()">
|
2327
|
+
<a name="gtk-file-chooser-add-shortcut-folder"></a><h3>gtk_file_chooser_add_shortcut_folder ()</h3>
|
2328
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_add_shortcut_folder
|
2329
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2330
|
+
<em class="parameter"><code>const <span class="type">char</span> *folder</code></em>,
|
2331
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2285
2332
|
<p>
|
2286
2333
|
Adds a folder to be displayed with the shortcut folders in a file chooser.
|
2287
2334
|
Note that shortcut folders do not get saved, as they are provided by the
|
@@ -2298,28 +2345,32 @@ application. For example, you can use this to add a
|
|
2298
2345
|
</tr>
|
2299
2346
|
<tr>
|
2300
2347
|
<td><p><span class="term"><em class="parameter"><code>folder</code></em> :</span></p></td>
|
2301
|
-
<td>filename of the folder to add
|
2348
|
+
<td>filename of the folder to add
|
2349
|
+
</td>
|
2302
2350
|
</tr>
|
2303
2351
|
<tr>
|
2304
2352
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2305
|
-
<td>location to store error, 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>
|
2353
|
+
<td> location to store error, 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>
|
2306
2354
|
</td>
|
2307
2355
|
</tr>
|
2308
2356
|
<tr>
|
2309
2357
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2310
|
-
<td>
|
2311
|
-
<
|
2312
|
-
|
2358
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the folder could be added successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
2359
|
+
otherwise. In the latter case, the <em class="parameter"><code>error</code></em> will be set as appropriate.
|
2360
|
+
|
2361
|
+
</td>
|
2313
2362
|
</tr>
|
2314
2363
|
</tbody>
|
2315
2364
|
</table></div>
|
2316
2365
|
<p class="since">Since 2.4</p>
|
2317
2366
|
</div>
|
2318
2367
|
<hr>
|
2319
|
-
<div class="refsect2">
|
2320
|
-
<a name="gtk-file-chooser-remove-shortcut-folder"></a><h3>gtk_file_chooser_remove_shortcut_folder</h3>
|
2321
|
-
<pre class="programlisting"
|
2322
|
-
</
|
2368
|
+
<div class="refsect2" title="gtk_file_chooser_remove_shortcut_folder ()">
|
2369
|
+
<a name="gtk-file-chooser-remove-shortcut-folder"></a><h3>gtk_file_chooser_remove_shortcut_folder ()</h3>
|
2370
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_remove_shortcut_folder
|
2371
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2372
|
+
<em class="parameter"><code>const <span class="type">char</span> *folder</code></em>,
|
2373
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
2323
2374
|
<p>
|
2324
2375
|
Removes a folder from a file chooser's list of shortcut folders.
|
2325
2376
|
</p>
|
@@ -2333,19 +2384,21 @@ Removes a folder from a file chooser's list of shortcut folders.
|
|
2333
2384
|
</tr>
|
2334
2385
|
<tr>
|
2335
2386
|
<td><p><span class="term"><em class="parameter"><code>folder</code></em> :</span></p></td>
|
2336
|
-
<td>filename of the folder to remove
|
2387
|
+
<td>filename of the folder to remove
|
2388
|
+
</td>
|
2337
2389
|
</tr>
|
2338
2390
|
<tr>
|
2339
2391
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2340
|
-
<td>location to store error, 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>
|
2392
|
+
<td> location to store error, 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>
|
2341
2393
|
</td>
|
2342
2394
|
</tr>
|
2343
2395
|
<tr>
|
2344
2396
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2345
|
-
<td>
|
2346
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeds, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2397
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeds, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2347
2398
|
In the latter case, the <em class="parameter"><code>error</code></em> will be set as appropriate.
|
2348
|
-
|
2399
|
+
|
2400
|
+
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder" title="gtk_file_chooser_add_shortcut_folder ()"><code class="function">gtk_file_chooser_add_shortcut_folder()</code></a>
|
2401
|
+
|
2349
2402
|
</td>
|
2350
2403
|
</tr>
|
2351
2404
|
</tbody>
|
@@ -2353,13 +2406,13 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcu
|
|
2353
2406
|
<p class="since">Since 2.4</p>
|
2354
2407
|
</div>
|
2355
2408
|
<hr>
|
2356
|
-
<div class="refsect2">
|
2357
|
-
<a name="gtk-file-chooser-list-shortcut-folders"></a><h3>gtk_file_chooser_list_shortcut_folders</h3>
|
2358
|
-
<pre class="programlisting"
|
2359
|
-
</pre>
|
2409
|
+
<div class="refsect2" title="gtk_file_chooser_list_shortcut_folders ()">
|
2410
|
+
<a name="gtk-file-chooser-list-shortcut-folders"></a><h3>gtk_file_chooser_list_shortcut_folders ()</h3>
|
2411
|
+
<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_file_chooser_list_shortcut_folders
|
2412
|
+
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2360
2413
|
<p>
|
2361
2414
|
Queries the list of shortcut folders in the file chooser, as set by
|
2362
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder" title="gtk_file_chooser_add_shortcut_folder"><code class="function">gtk_file_chooser_add_shortcut_folder()</code></a>.
|
2415
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder" title="gtk_file_chooser_add_shortcut_folder ()"><code class="function">gtk_file_chooser_add_shortcut_folder()</code></a>.
|
2363
2416
|
</p>
|
2364
2417
|
<div class="variablelist"><table border="0">
|
2365
2418
|
<col align="left" valign="top">
|
@@ -2371,9 +2424,9 @@ Queries the list of shortcut folders in the file chooser, as set by
|
|
2371
2424
|
</tr>
|
2372
2425
|
<tr>
|
2373
2426
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2374
|
-
<td>A list of folder filenames, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no shortcut
|
2427
|
+
<td> A list of folder filenames, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no shortcut
|
2375
2428
|
folders. Free the returned list with <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>, and the filenames with
|
2376
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2429
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
2377
2430
|
</td>
|
2378
2431
|
</tr>
|
2379
2432
|
</tbody>
|
@@ -2381,7 +2434,7 @@ folders. Free the returned list with <a href="http://library.gnome.org/devel/gl
|
|
2381
2434
|
<p class="since">Since 2.4</p>
|
2382
2435
|
</div>
|
2383
2436
|
<hr>
|
2384
|
-
<div class="refsect2">
|
2437
|
+
<div class="refsect2" title="gtk_file_chooser_add_shortcut_folder_uri ()">
|
2385
2438
|
<a name="gtk-file-chooser-add-shortcut-folder-uri"></a><h3>gtk_file_chooser_add_shortcut_folder_uri ()</h3>
|
2386
2439
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_add_shortcut_folder_uri
|
2387
2440
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -2403,25 +2456,27 @@ by the application. For example, you can use this to add a
|
|
2403
2456
|
</tr>
|
2404
2457
|
<tr>
|
2405
2458
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
2406
|
-
<td>URI of the folder to add
|
2459
|
+
<td>URI of the folder to add
|
2460
|
+
</td>
|
2407
2461
|
</tr>
|
2408
2462
|
<tr>
|
2409
2463
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2410
|
-
<td>location to store error, 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>
|
2464
|
+
<td> location to store error, 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>
|
2411
2465
|
</td>
|
2412
2466
|
</tr>
|
2413
2467
|
<tr>
|
2414
2468
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2415
|
-
<td>
|
2416
|
-
<
|
2417
|
-
|
2469
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the folder could be added successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
2470
|
+
otherwise. In the latter case, the <em class="parameter"><code>error</code></em> will be set as appropriate.
|
2471
|
+
|
2472
|
+
</td>
|
2418
2473
|
</tr>
|
2419
2474
|
</tbody>
|
2420
2475
|
</table></div>
|
2421
2476
|
<p class="since">Since 2.4</p>
|
2422
2477
|
</div>
|
2423
2478
|
<hr>
|
2424
|
-
<div class="refsect2">
|
2479
|
+
<div class="refsect2" title="gtk_file_chooser_remove_shortcut_folder_uri ()">
|
2425
2480
|
<a name="gtk-file-chooser-remove-shortcut-folder-uri"></a><h3>gtk_file_chooser_remove_shortcut_folder_uri ()</h3>
|
2426
2481
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_remove_shortcut_folder_uri
|
2427
2482
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -2440,19 +2495,21 @@ Removes a folder URI from a file chooser's list of shortcut folders.
|
|
2440
2495
|
</tr>
|
2441
2496
|
<tr>
|
2442
2497
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
2443
|
-
<td>URI of the folder to remove
|
2498
|
+
<td>URI of the folder to remove
|
2499
|
+
</td>
|
2444
2500
|
</tr>
|
2445
2501
|
<tr>
|
2446
2502
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2447
|
-
<td>location to store error, 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>
|
2503
|
+
<td> location to store error, 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>
|
2448
2504
|
</td>
|
2449
2505
|
</tr>
|
2450
2506
|
<tr>
|
2451
2507
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2452
|
-
<td>
|
2453
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeds, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2508
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeds, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2454
2509
|
In the latter case, the <em class="parameter"><code>error</code></em> will be set as appropriate.
|
2510
|
+
|
2455
2511
|
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder-uri" title="gtk_file_chooser_add_shortcut_folder_uri ()"><code class="function">gtk_file_chooser_add_shortcut_folder_uri()</code></a>
|
2512
|
+
|
2456
2513
|
</td>
|
2457
2514
|
</tr>
|
2458
2515
|
</tbody>
|
@@ -2460,7 +2517,7 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-shortcu
|
|
2460
2517
|
<p class="since">Since 2.4</p>
|
2461
2518
|
</div>
|
2462
2519
|
<hr>
|
2463
|
-
<div class="refsect2">
|
2520
|
+
<div class="refsect2" title="gtk_file_chooser_list_shortcut_folder_uris ()">
|
2464
2521
|
<a name="gtk-file-chooser-list-shortcut-folder-uris"></a><h3>gtk_file_chooser_list_shortcut_folder_uris ()</h3>
|
2465
2522
|
<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_file_chooser_list_shortcut_folder_uris
|
2466
2523
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -2478,9 +2535,9 @@ Queries the list of shortcut folders in the file chooser, as set by
|
|
2478
2535
|
</tr>
|
2479
2536
|
<tr>
|
2480
2537
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2481
|
-
<td>A list of folder URIs, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no shortcut
|
2538
|
+
<td> A list of folder URIs, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are no shortcut
|
2482
2539
|
folders. Free the returned list with <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>, and the URIs with
|
2483
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2540
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
2484
2541
|
</td>
|
2485
2542
|
</tr>
|
2486
2543
|
</tbody>
|
@@ -2488,7 +2545,7 @@ folders. Free the returned list with <a href="http://library.gnome.org/devel/gl
|
|
2488
2545
|
<p class="since">Since 2.4</p>
|
2489
2546
|
</div>
|
2490
2547
|
<hr>
|
2491
|
-
<div class="refsect2">
|
2548
|
+
<div class="refsect2" title="gtk_file_chooser_get_current_folder_file ()">
|
2492
2549
|
<a name="gtk-file-chooser-get-current-folder-file"></a><h3>gtk_file_chooser_get_current_folder_file ()</h3>
|
2493
2550
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="returnvalue">GFile</span></a> * gtk_file_chooser_get_current_folder_file
|
2494
2551
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
@@ -2506,7 +2563,8 @@ See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folde
|
|
2506
2563
|
</tr>
|
2507
2564
|
<tr>
|
2508
2565
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2509
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the current folder.
|
2566
|
+
<td> the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the current folder.
|
2567
|
+
|
2510
2568
|
</td>
|
2511
2569
|
</tr>
|
2512
2570
|
</tbody>
|
@@ -2514,7 +2572,7 @@ See <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folde
|
|
2514
2572
|
<p class="since">Since 2.14</p>
|
2515
2573
|
</div>
|
2516
2574
|
<hr>
|
2517
|
-
<div class="refsect2">
|
2575
|
+
<div class="refsect2" title="gtk_file_chooser_get_file ()">
|
2518
2576
|
<a name="gtk-file-chooser-get-file"></a><h3>gtk_file_chooser_get_file ()</h3>
|
2519
2577
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="returnvalue">GFile</span></a> * gtk_file_chooser_get_file (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2520
2578
|
<p>
|
@@ -2536,8 +2594,9 @@ folder.
|
|
2536
2594
|
</tr>
|
2537
2595
|
<tr>
|
2538
2596
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2539
|
-
<td>a selected <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a>. You own the returned file;
|
2540
|
-
|
2597
|
+
<td> a selected <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a>. You own the returned file; use
|
2598
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to release it.
|
2599
|
+
|
2541
2600
|
</td>
|
2542
2601
|
</tr>
|
2543
2602
|
</tbody>
|
@@ -2545,7 +2604,7 @@ use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Ob
|
|
2545
2604
|
<p class="since">Since 2.14</p>
|
2546
2605
|
</div>
|
2547
2606
|
<hr>
|
2548
|
-
<div class="refsect2">
|
2607
|
+
<div class="refsect2" title="gtk_file_chooser_get_files ()">
|
2549
2608
|
<a name="gtk-file-chooser-get-files"></a><h3>gtk_file_chooser_get_files ()</h3>
|
2550
2609
|
<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_file_chooser_get_files (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2551
2610
|
<p>
|
@@ -2562,10 +2621,9 @@ as <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class=
|
|
2562
2621
|
</tr>
|
2563
2622
|
<tr>
|
2564
2623
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2565
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a>
|
2566
|
-
|
2567
|
-
|
2568
|
-
the files with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GFile][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
2624
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing a <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for each selected
|
2625
|
+
file and subfolder in the current folder. Free the returned list
|
2626
|
+
with <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>, and the files with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
2569
2627
|
</td>
|
2570
2628
|
</tr>
|
2571
2629
|
</tbody>
|
@@ -2573,7 +2631,7 @@ the files with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-
|
|
2573
2631
|
<p class="since">Since 2.14</p>
|
2574
2632
|
</div>
|
2575
2633
|
<hr>
|
2576
|
-
<div class="refsect2">
|
2634
|
+
<div class="refsect2" title="gtk_file_chooser_get_preview_file ()">
|
2577
2635
|
<a name="gtk-file-chooser-get-preview-file"></a><h3>gtk_file_chooser_get_preview_file ()</h3>
|
2578
2636
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="returnvalue">GFile</span></a> * gtk_file_chooser_get_preview_file (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>);</pre>
|
2579
2637
|
<p>
|
@@ -2590,8 +2648,9 @@ Internal function, see <a class="link" href="GtkFileChooser.html#gtk-file-choose
|
|
2590
2648
|
</tr>
|
2591
2649
|
<tr>
|
2592
2650
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2593
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the file to preview,
|
2594
|
-
|
2651
|
+
<td> the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the file to preview, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no file
|
2652
|
+
is selected. Free with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
|
2653
|
+
|
2595
2654
|
</td>
|
2596
2655
|
</tr>
|
2597
2656
|
</tbody>
|
@@ -2599,7 +2658,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
2599
2658
|
<p class="since">Since 2.14</p>
|
2600
2659
|
</div>
|
2601
2660
|
<hr>
|
2602
|
-
<div class="refsect2">
|
2661
|
+
<div class="refsect2" title="gtk_file_chooser_select_file ()">
|
2603
2662
|
<a name="gtk-file-chooser-select-file"></a><h3>gtk_file_chooser_select_file ()</h3>
|
2604
2663
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_select_file (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2605
2664
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
|
@@ -2618,25 +2677,27 @@ Selects the file referred to by <em class="parameter"><code>file</code></em>. An
|
|
2618
2677
|
</tr>
|
2619
2678
|
<tr>
|
2620
2679
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
2621
|
-
<td>the file to select
|
2680
|
+
<td>the file to select
|
2681
|
+
</td>
|
2622
2682
|
</tr>
|
2623
2683
|
<tr>
|
2624
2684
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2625
|
-
<td>location to store error, 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>
|
2685
|
+
<td> location to store error, 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>
|
2626
2686
|
</td>
|
2627
2687
|
</tr>
|
2628
2688
|
<tr>
|
2629
2689
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2630
|
-
<td>
|
2631
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
2632
|
-
|
2690
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the path was
|
2691
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2692
|
+
|
2693
|
+
</td>
|
2633
2694
|
</tr>
|
2634
2695
|
</tbody>
|
2635
2696
|
</table></div>
|
2636
2697
|
<p class="since">Since 2.14</p>
|
2637
2698
|
</div>
|
2638
2699
|
<hr>
|
2639
|
-
<div class="refsect2">
|
2700
|
+
<div class="refsect2" title="gtk_file_chooser_set_current_folder_file ()">
|
2640
2701
|
<a name="gtk-file-chooser-set-current-folder-file"></a><h3>gtk_file_chooser_set_current_folder_file ()</h3>
|
2641
2702
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_current_folder_file
|
2642
2703
|
(<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
@@ -2656,25 +2717,27 @@ Internal function, see <a class="link" href="GtkFileChooser.html#gtk-file-choose
|
|
2656
2717
|
</tr>
|
2657
2718
|
<tr>
|
2658
2719
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
2659
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the new folder
|
2720
|
+
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> for the new folder
|
2721
|
+
</td>
|
2660
2722
|
</tr>
|
2661
2723
|
<tr>
|
2662
2724
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2663
|
-
<td>location to store error, 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>
|
2725
|
+
<td> location to store error, 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>
|
2664
2726
|
</td>
|
2665
2727
|
</tr>
|
2666
2728
|
<tr>
|
2667
2729
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2668
|
-
<td>
|
2669
|
-
|
2670
|
-
|
2730
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the folder could be changed successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
2731
|
+
otherwise.
|
2732
|
+
|
2733
|
+
</td>
|
2671
2734
|
</tr>
|
2672
2735
|
</tbody>
|
2673
2736
|
</table></div>
|
2674
2737
|
<p class="since">Since 2.14</p>
|
2675
2738
|
</div>
|
2676
2739
|
<hr>
|
2677
|
-
<div class="refsect2">
|
2740
|
+
<div class="refsect2" title="gtk_file_chooser_set_file ()">
|
2678
2741
|
<a name="gtk-file-chooser-set-file"></a><h3>gtk_file_chooser_set_file ()</h3>
|
2679
2742
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_file_chooser_set_file (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2680
2743
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>,
|
@@ -2689,7 +2752,7 @@ will also appear in the dialog's file name entry.
|
|
2689
2752
|
If the file name isn't in the current folder of <em class="parameter"><code>chooser</code></em>, then the current
|
2690
2753
|
folder of <em class="parameter"><code>chooser</code></em> will be changed to the folder containing <em class="parameter"><code>filename</code></em>. This
|
2691
2754
|
is equivalent to a sequence of <a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-all" title="gtk_file_chooser_unselect_all ()"><code class="function">gtk_file_chooser_unselect_all()</code></a> followed by
|
2692
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename"><code class="function">gtk_file_chooser_select_filename()</code></a>.
|
2755
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename ()"><code class="function">gtk_file_chooser_select_filename()</code></a>.
|
2693
2756
|
</p>
|
2694
2757
|
<p>
|
2695
2758
|
Note that the file must exist, or nothing will be done except
|
@@ -2747,25 +2810,27 @@ Instead, use something similar to this:
|
|
2747
2810
|
</tr>
|
2748
2811
|
<tr>
|
2749
2812
|
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
|
2750
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> to set as current
|
2813
|
+
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> to set as current
|
2814
|
+
</td>
|
2751
2815
|
</tr>
|
2752
2816
|
<tr>
|
2753
2817
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
2754
|
-
<td>location to store the error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore errors. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2818
|
+
<td> location to store the error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore errors. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2755
2819
|
</td>
|
2756
2820
|
</tr>
|
2757
2821
|
<tr>
|
2758
2822
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2759
|
-
<td>
|
2760
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
2761
|
-
|
2823
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both the folder could be changed and the file was
|
2824
|
+
selected successfully, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2825
|
+
|
2826
|
+
</td>
|
2762
2827
|
</tr>
|
2763
2828
|
</tbody>
|
2764
2829
|
</table></div>
|
2765
2830
|
<p class="since">Since 2.14</p>
|
2766
2831
|
</div>
|
2767
2832
|
<hr>
|
2768
|
-
<div class="refsect2">
|
2833
|
+
<div class="refsect2" title="gtk_file_chooser_unselect_file ()">
|
2769
2834
|
<a name="gtk-file-chooser-unselect-file"></a><h3>gtk_file_chooser_unselect_file ()</h3>
|
2770
2835
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_file_chooser_unselect_file (<em class="parameter"><code><a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser</code></em>,
|
2771
2836
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);</pre>
|
@@ -2791,16 +2856,16 @@ directory, does not exist, or is otherwise not currently selected, does nothing.
|
|
2791
2856
|
<p class="since">Since 2.14</p>
|
2792
2857
|
</div>
|
2793
2858
|
</div>
|
2794
|
-
<div class="refsect1">
|
2859
|
+
<div class="refsect1" title="Property Details">
|
2795
2860
|
<a name="GtkFileChooser.property-details"></a><h2>Property Details</h2>
|
2796
|
-
<div class="refsect2">
|
2861
|
+
<div class="refsect2" title='The "action" property'>
|
2797
2862
|
<a name="GtkFileChooser--action"></a><h3>The <code class="literal">"action"</code> property</h3>
|
2798
2863
|
<pre class="programlisting"> "action" <a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> : Read / Write</pre>
|
2799
2864
|
<p>The type of operation that the file selector is performing.</p>
|
2800
2865
|
<p>Default value: GTK_FILE_CHOOSER_ACTION_OPEN</p>
|
2801
2866
|
</div>
|
2802
2867
|
<hr>
|
2803
|
-
<div class="refsect2">
|
2868
|
+
<div class="refsect2" title='The "create-folders" property'>
|
2804
2869
|
<a name="GtkFileChooser--create-folders"></a><h3>The <code class="literal">"create-folders"</code> property</h3>
|
2805
2870
|
<pre class="programlisting"> "create-folders" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2806
2871
|
<p>
|
@@ -2811,7 +2876,7 @@ will offer the user to create new folders.
|
|
2811
2876
|
<p class="since">Since 2.18</p>
|
2812
2877
|
</div>
|
2813
2878
|
<hr>
|
2814
|
-
<div class="refsect2">
|
2879
|
+
<div class="refsect2" title='The "do-overwrite-confirmation" property'>
|
2815
2880
|
<a name="GtkFileChooser--do-overwrite-confirmation"></a><h3>The <code class="literal">"do-overwrite-confirmation"</code> property</h3>
|
2816
2881
|
<pre class="programlisting"> "do-overwrite-confirmation" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2817
2882
|
<p>
|
@@ -2823,72 +2888,72 @@ selects a file name that already exists.
|
|
2823
2888
|
<p class="since">Since 2.8</p>
|
2824
2889
|
</div>
|
2825
2890
|
<hr>
|
2826
|
-
<div class="refsect2">
|
2891
|
+
<div class="refsect2" title='The "extra-widget" property'>
|
2827
2892
|
<a name="GtkFileChooser--extra-widget"></a><h3>The <code class="literal">"extra-widget"</code> property</h3>
|
2828
2893
|
<pre class="programlisting"> "extra-widget" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
|
2829
2894
|
<p>Application supplied widget for extra options.</p>
|
2830
2895
|
</div>
|
2831
2896
|
<hr>
|
2832
|
-
<div class="refsect2">
|
2897
|
+
<div class="refsect2" title='The "file-system-backend" property'>
|
2833
2898
|
<a name="GtkFileChooser--file-system-backend"></a><h3>The <code class="literal">"file-system-backend"</code> property</h3>
|
2834
2899
|
<pre class="programlisting"> "file-system-backend" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write / Construct Only</pre>
|
2835
2900
|
<p>Name of file system backend to use.</p>
|
2836
2901
|
<p>Default value: NULL</p>
|
2837
2902
|
</div>
|
2838
2903
|
<hr>
|
2839
|
-
<div class="refsect2">
|
2904
|
+
<div class="refsect2" title='The "filter" property'>
|
2840
2905
|
<a name="GtkFileChooser--filter"></a><h3>The <code class="literal">"filter"</code> property</h3>
|
2841
2906
|
<pre class="programlisting"> "filter" <a class="link" href="gtk-gtkfilefilter.html#GtkFileFilter"><span class="type">GtkFileFilter</span></a>* : Read / Write</pre>
|
2842
2907
|
<p>The current filter for selecting which files are displayed.</p>
|
2843
2908
|
</div>
|
2844
2909
|
<hr>
|
2845
|
-
<div class="refsect2">
|
2910
|
+
<div class="refsect2" title='The "local-only" property'>
|
2846
2911
|
<a name="GtkFileChooser--local-only"></a><h3>The <code class="literal">"local-only"</code> property</h3>
|
2847
2912
|
<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>
|
2848
2913
|
<p>Whether the selected file(s) should be limited to local file: URLs.</p>
|
2849
2914
|
<p>Default value: TRUE</p>
|
2850
2915
|
</div>
|
2851
2916
|
<hr>
|
2852
|
-
<div class="refsect2">
|
2917
|
+
<div class="refsect2" title='The "preview-widget" property'>
|
2853
2918
|
<a name="GtkFileChooser--preview-widget"></a><h3>The <code class="literal">"preview-widget"</code> property</h3>
|
2854
2919
|
<pre class="programlisting"> "preview-widget" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
|
2855
2920
|
<p>Application supplied widget for custom previews.</p>
|
2856
2921
|
</div>
|
2857
2922
|
<hr>
|
2858
|
-
<div class="refsect2">
|
2923
|
+
<div class="refsect2" title='The "preview-widget-active" property'>
|
2859
2924
|
<a name="GtkFileChooser--preview-widget-active"></a><h3>The <code class="literal">"preview-widget-active"</code> property</h3>
|
2860
2925
|
<pre class="programlisting"> "preview-widget-active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2861
2926
|
<p>Whether the application supplied widget for custom previews should be shown.</p>
|
2862
2927
|
<p>Default value: TRUE</p>
|
2863
2928
|
</div>
|
2864
2929
|
<hr>
|
2865
|
-
<div class="refsect2">
|
2930
|
+
<div class="refsect2" title='The "select-multiple" property'>
|
2866
2931
|
<a name="GtkFileChooser--select-multiple"></a><h3>The <code class="literal">"select-multiple"</code> property</h3>
|
2867
2932
|
<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>
|
2868
2933
|
<p>Whether to allow multiple files to be selected.</p>
|
2869
2934
|
<p>Default value: FALSE</p>
|
2870
2935
|
</div>
|
2871
2936
|
<hr>
|
2872
|
-
<div class="refsect2">
|
2937
|
+
<div class="refsect2" title='The "show-hidden" property'>
|
2873
2938
|
<a name="GtkFileChooser--show-hidden"></a><h3>The <code class="literal">"show-hidden"</code> property</h3>
|
2874
2939
|
<pre class="programlisting"> "show-hidden" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2875
2940
|
<p>Whether the hidden files and folders should be displayed.</p>
|
2876
2941
|
<p>Default value: FALSE</p>
|
2877
2942
|
</div>
|
2878
2943
|
<hr>
|
2879
|
-
<div class="refsect2">
|
2944
|
+
<div class="refsect2" title='The "use-preview-label" property'>
|
2880
2945
|
<a name="GtkFileChooser--use-preview-label"></a><h3>The <code class="literal">"use-preview-label"</code> property</h3>
|
2881
2946
|
<pre class="programlisting"> "use-preview-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2882
2947
|
<p>Whether to display a stock label with the name of the previewed file.</p>
|
2883
2948
|
<p>Default value: TRUE</p>
|
2884
2949
|
</div>
|
2885
2950
|
</div>
|
2886
|
-
<div class="refsect1">
|
2951
|
+
<div class="refsect1" title="Signal Details">
|
2887
2952
|
<a name="GtkFileChooser.signal-details"></a><h2>Signal Details</h2>
|
2888
|
-
<div class="refsect2">
|
2953
|
+
<div class="refsect2" title='The "confirm-overwrite" signal'>
|
2889
2954
|
<a name="GtkFileChooser-confirm-overwrite"></a><h3>The <code class="literal">"confirm-overwrite"</code> signal</h3>
|
2890
2955
|
<pre class="programlisting"><a class="link" href="GtkFileChooser.html#GtkFileChooserConfirmation" title="enum GtkFileChooserConfirmation"><span class="returnvalue">GtkFileChooserConfirmation</span></a>user_function (<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser,
|
2891
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2956
|
+
<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>
|
2892
2957
|
<p>
|
2893
2958
|
This signal gets emitted whenever it is appropriate to present a
|
2894
2959
|
confirmation dialog when the user has selected a file name that
|
@@ -2918,7 +2983,7 @@ dialog should be used, it should return
|
|
2918
2983
|
illustrates this.
|
2919
2984
|
</p>
|
2920
2985
|
<div class="example">
|
2921
|
-
<a name="gtkfilechooser-confirmation"></a><p class="title"><b>Example
|
2986
|
+
<a name="gtkfilechooser-confirmation"></a><p class="title"><b>Example 40. Custom confirmation</b></p>
|
2922
2987
|
<div class="example-contents">
|
2923
2988
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2924
2989
|
<tbody>
|
@@ -2992,7 +3057,8 @@ illustrates this.
|
|
2992
3057
|
<tbody>
|
2993
3058
|
<tr>
|
2994
3059
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
2995
|
-
<td>the object which received the signal
|
3060
|
+
<td>the object which received the signal.
|
3061
|
+
</td>
|
2996
3062
|
</tr>
|
2997
3063
|
<tr>
|
2998
3064
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3000,18 +3066,20 @@ illustrates this.
|
|
3000
3066
|
</tr>
|
3001
3067
|
<tr>
|
3002
3068
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3003
|
-
<td>a <a class="link" href="GtkFileChooser.html#GtkFileChooserConfirmation" title="enum GtkFileChooserConfirmation"><span class="type">GtkFileChooserConfirmation</span></a> value that indicates which
|
3004
|
-
action to take after emitting the signal
|
3069
|
+
<td> a <a class="link" href="GtkFileChooser.html#GtkFileChooserConfirmation" title="enum GtkFileChooserConfirmation"><span class="type">GtkFileChooserConfirmation</span></a> value that indicates which
|
3070
|
+
action to take after emitting the signal.
|
3071
|
+
|
3072
|
+
</td>
|
3005
3073
|
</tr>
|
3006
3074
|
</tbody>
|
3007
3075
|
</table></div>
|
3008
3076
|
<p class="since">Since 2.8</p>
|
3009
3077
|
</div>
|
3010
3078
|
<hr>
|
3011
|
-
<div class="refsect2">
|
3079
|
+
<div class="refsect2" title='The "current-folder-changed" signal'>
|
3012
3080
|
<a name="GtkFileChooser-current-folder-changed"></a><h3>The <code class="literal">"current-folder-changed"</code> signal</h3>
|
3013
3081
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser,
|
3014
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3082
|
+
<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>
|
3015
3083
|
<p>
|
3016
3084
|
This signal is emitted when the current folder in a <a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>
|
3017
3085
|
changes. This can happen due to the user performing some action that
|
@@ -3024,8 +3092,8 @@ Normally you do not need to connect to this signal, unless you need to keep
|
|
3024
3092
|
track of which folder a file chooser is showing.
|
3025
3093
|
</p>
|
3026
3094
|
<p>
|
3027
|
-
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder"><code class="function">gtk_file_chooser_set_current_folder()</code></a>,
|
3028
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folder" title="gtk_file_chooser_get_current_folder"><code class="function">gtk_file_chooser_get_current_folder()</code></a>,
|
3095
|
+
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder" title="gtk_file_chooser_set_current_folder ()"><code class="function">gtk_file_chooser_set_current_folder()</code></a>,
|
3096
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folder" title="gtk_file_chooser_get_current_folder ()"><code class="function">gtk_file_chooser_get_current_folder()</code></a>,
|
3029
3097
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-current-folder-uri" title="gtk_file_chooser_set_current_folder_uri ()"><code class="function">gtk_file_chooser_set_current_folder_uri()</code></a>,
|
3030
3098
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-current-folder-uri" title="gtk_file_chooser_get_current_folder_uri ()"><code class="function">gtk_file_chooser_get_current_folder_uri()</code></a>.
|
3031
3099
|
</p>
|
@@ -3034,7 +3102,8 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-curren
|
|
3034
3102
|
<tbody>
|
3035
3103
|
<tr>
|
3036
3104
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
3037
|
-
<td>the object which received the signal
|
3105
|
+
<td>the object which received the signal.
|
3106
|
+
</td>
|
3038
3107
|
</tr>
|
3039
3108
|
<tr>
|
3040
3109
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3044,10 +3113,10 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-curren
|
|
3044
3113
|
</table></div>
|
3045
3114
|
</div>
|
3046
3115
|
<hr>
|
3047
|
-
<div class="refsect2">
|
3116
|
+
<div class="refsect2" title='The "file-activated" signal'>
|
3048
3117
|
<a name="GtkFileChooser-file-activated"></a><h3>The <code class="literal">"file-activated"</code> signal</h3>
|
3049
3118
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser,
|
3050
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3119
|
+
<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>
|
3051
3120
|
<p>
|
3052
3121
|
This signal is emitted when the user "activates" a file in the file
|
3053
3122
|
chooser. This can happen by double-clicking on a file in the file list, or
|
@@ -3059,8 +3128,8 @@ by <a class="link" href="GtkFileChooserDialog.html" title="GtkFileChooserDialog"
|
|
3059
3128
|
dialog.
|
3060
3129
|
</p>
|
3061
3130
|
<p>
|
3062
|
-
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
3063
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenames" title="gtk_file_chooser_get_filenames"><code class="function">gtk_file_chooser_get_filenames()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uri" title="gtk_file_chooser_get_uri ()"><code class="function">gtk_file_chooser_get_uri()</code></a>,
|
3131
|
+
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
3132
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenames" title="gtk_file_chooser_get_filenames ()"><code class="function">gtk_file_chooser_get_filenames()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uri" title="gtk_file_chooser_get_uri ()"><code class="function">gtk_file_chooser_get_uri()</code></a>,
|
3064
3133
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uris" title="gtk_file_chooser_get_uris ()"><code class="function">gtk_file_chooser_get_uris()</code></a>.
|
3065
3134
|
</p>
|
3066
3135
|
<div class="variablelist"><table border="0">
|
@@ -3068,7 +3137,8 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenam
|
|
3068
3137
|
<tbody>
|
3069
3138
|
<tr>
|
3070
3139
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
3071
|
-
<td>the object which received the signal
|
3140
|
+
<td>the object which received the signal.
|
3141
|
+
</td>
|
3072
3142
|
</tr>
|
3073
3143
|
<tr>
|
3074
3144
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3078,10 +3148,10 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenam
|
|
3078
3148
|
</table></div>
|
3079
3149
|
</div>
|
3080
3150
|
<hr>
|
3081
|
-
<div class="refsect2">
|
3151
|
+
<div class="refsect2" title='The "selection-changed" signal'>
|
3082
3152
|
<a name="GtkFileChooser-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
|
3083
3153
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser,
|
3084
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3154
|
+
<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>
|
3085
3155
|
<p>
|
3086
3156
|
This signal is emitted when there is a change in the set of selected files
|
3087
3157
|
in a <a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>. This can happen when the user modifies the selection
|
@@ -3094,9 +3164,9 @@ for the file chooser to finish running, and then to get the list of
|
|
3094
3164
|
selected files using the functions mentioned below.
|
3095
3165
|
</p>
|
3096
3166
|
<p>
|
3097
|
-
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename"><code class="function">gtk_file_chooser_select_filename()</code></a>,
|
3098
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-filename" title="gtk_file_chooser_unselect_filename"><code class="function">gtk_file_chooser_unselect_filename()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
3099
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenames" title="gtk_file_chooser_get_filenames"><code class="function">gtk_file_chooser_get_filenames()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-uri" title="gtk_file_chooser_select_uri ()"><code class="function">gtk_file_chooser_select_uri()</code></a>,
|
3167
|
+
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-filename" title="gtk_file_chooser_select_filename ()"><code class="function">gtk_file_chooser_select_filename()</code></a>,
|
3168
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-filename" title="gtk_file_chooser_unselect_filename ()"><code class="function">gtk_file_chooser_unselect_filename()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filename" title="gtk_file_chooser_get_filename ()"><code class="function">gtk_file_chooser_get_filename()</code></a>,
|
3169
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-filenames" title="gtk_file_chooser_get_filenames ()"><code class="function">gtk_file_chooser_get_filenames()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-uri" title="gtk_file_chooser_select_uri ()"><code class="function">gtk_file_chooser_select_uri()</code></a>,
|
3100
3170
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-unselect-uri" title="gtk_file_chooser_unselect_uri ()"><code class="function">gtk_file_chooser_unselect_uri()</code></a>, <a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uri" title="gtk_file_chooser_get_uri ()"><code class="function">gtk_file_chooser_get_uri()</code></a>,
|
3101
3171
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-uris" title="gtk_file_chooser_get_uris ()"><code class="function">gtk_file_chooser_get_uris()</code></a>.
|
3102
3172
|
</p>
|
@@ -3105,7 +3175,8 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-file
|
|
3105
3175
|
<tbody>
|
3106
3176
|
<tr>
|
3107
3177
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
3108
|
-
<td>the object which received the signal
|
3178
|
+
<td>the object which received the signal.
|
3179
|
+
</td>
|
3109
3180
|
</tr>
|
3110
3181
|
<tr>
|
3111
3182
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3115,10 +3186,10 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-select-file
|
|
3115
3186
|
</table></div>
|
3116
3187
|
</div>
|
3117
3188
|
<hr>
|
3118
|
-
<div class="refsect2">
|
3189
|
+
<div class="refsect2" title='The "update-preview" signal'>
|
3119
3190
|
<a name="GtkFileChooser-update-preview"></a><h3>The <code class="literal">"update-preview"</code> signal</h3>
|
3120
3191
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> *chooser,
|
3121
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3192
|
+
<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>
|
3122
3193
|
<p>
|
3123
3194
|
This signal is emitted when the preview in a file chooser should be
|
3124
3195
|
regenerated. For example, this can happen when the currently selected file
|
@@ -3129,7 +3200,7 @@ a preview widget.
|
|
3129
3200
|
Once you have installed a preview widget with
|
3130
3201
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget" title="gtk_file_chooser_set_preview_widget ()"><code class="function">gtk_file_chooser_set_preview_widget()</code></a>, you should update it when this
|
3131
3202
|
signal is emitted. You can use the functions
|
3132
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> or
|
3203
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename ()"><code class="function">gtk_file_chooser_get_preview_filename()</code></a> or
|
3133
3204
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-uri" title="gtk_file_chooser_get_preview_uri ()"><code class="function">gtk_file_chooser_get_preview_uri()</code></a> to get the name of the file to preview.
|
3134
3205
|
Your widget may not be able to preview all kinds of files; your callback
|
3135
3206
|
must call <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget-active" title="gtk_file_chooser_set_preview_widget_active ()"><code class="function">gtk_file_chooser_set_preview_widget_active()</code></a> to inform the file
|
@@ -3142,7 +3213,7 @@ Please see the example code in <a class="xref" href="GtkFileChooser.html#gtkfile
|
|
3142
3213
|
See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget" title="gtk_file_chooser_set_preview_widget ()"><code class="function">gtk_file_chooser_set_preview_widget()</code></a>,
|
3143
3214
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview-widget-active" title="gtk_file_chooser_set_preview_widget_active ()"><code class="function">gtk_file_chooser_set_preview_widget_active()</code></a>,
|
3144
3215
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-use-preview-label" title="gtk_file_chooser_set_use_preview_label ()"><code class="function">gtk_file_chooser_set_use_preview_label()</code></a>,
|
3145
|
-
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename"><code class="function">gtk_file_chooser_get_preview_filename()</code></a>,
|
3216
|
+
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-filename" title="gtk_file_chooser_get_preview_filename ()"><code class="function">gtk_file_chooser_get_preview_filename()</code></a>,
|
3146
3217
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-get-preview-uri" title="gtk_file_chooser_get_preview_uri ()"><code class="function">gtk_file_chooser_get_preview_uri()</code></a>.
|
3147
3218
|
</p>
|
3148
3219
|
<div class="variablelist"><table border="0">
|
@@ -3150,7 +3221,8 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview
|
|
3150
3221
|
<tbody>
|
3151
3222
|
<tr>
|
3152
3223
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
3153
|
-
<td>the object which received the signal
|
3224
|
+
<td>the object which received the signal.
|
3225
|
+
</td>
|
3154
3226
|
</tr>
|
3155
3227
|
<tr>
|
3156
3228
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3160,13 +3232,13 @@ See also: <a class="link" href="GtkFileChooser.html#gtk-file-chooser-set-preview
|
|
3160
3232
|
</table></div>
|
3161
3233
|
</div>
|
3162
3234
|
</div>
|
3163
|
-
<div class="refsect1">
|
3235
|
+
<div class="refsect1" title="See Also">
|
3164
3236
|
<a name="GtkFileChooser.see-also"></a><h2>See Also</h2>
|
3165
3237
|
<a class="link" href="GtkFileChooserDialog.html" title="GtkFileChooserDialog"><span class="type">GtkFileChooserDialog</span></a>, <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget"><span class="type">GtkFileChooserWidget</span></a>, <a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton"><span class="type">GtkFileChooserButton</span></a>
|
3166
3238
|
</div>
|
3167
3239
|
</div>
|
3168
3240
|
<div class="footer">
|
3169
3241
|
<hr>
|
3170
|
-
Generated by GTK-Doc V1.
|
3242
|
+
Generated by GTK-Doc V1.15</div>
|
3171
3243
|
</body>
|
3172
3244
|
</html>
|