gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="SelectorWidgets.html" title="Selector Widgets and Dialogs">
|
9
9
|
<link rel="prev" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">
|
10
10
|
<link rel="next" href="GtkFontChooser.html" title="GtkFontChooser">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -148,7 +148,7 @@
|
|
148
148
|
</div>
|
149
149
|
<div class="refsect1">
|
150
150
|
<a name="GtkFileFilter.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
151
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
151
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
152
152
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
153
153
|
<span class="lineart">╰──</span> GtkFileFilter
|
154
154
|
</pre>
|
@@ -180,7 +180,7 @@ subtype of a mime type, so you can e.g. filter for image/*.</p>
|
|
180
180
|
see <a class="link" href="GtkFileChooser.html#gtk-file-chooser-add-filter" title="gtk_file_chooser_add_filter ()"><code class="function">gtk_file_chooser_add_filter()</code></a>, but it is also possible
|
181
181
|
to manually use a filter on a file with <a class="link" href="GtkFileFilter.html#gtk-file-filter-filter" title="gtk_file_filter_filter ()"><code class="function">gtk_file_filter_filter()</code></a>.</p>
|
182
182
|
<div class="refsect2">
|
183
|
-
<a name="id-1.3.14.
|
183
|
+
<a name="id-1.3.14.11.8.5"></a><h3>GtkFileFilter as GtkBuildable</h3>
|
184
184
|
<p>The GtkFileFilter implementation of the GtkBuildable interface
|
185
185
|
supports adding rules using the <mime-types>, <patterns> and
|
186
186
|
<applications> elements and listing the rules within. Specifying
|
@@ -230,7 +230,7 @@ rules:</p>
|
|
230
230
|
<p>The type of function that is used with custom filters, see
|
231
231
|
<a class="link" href="GtkFileFilter.html#gtk-file-filter-add-custom" title="gtk_file_filter_add_custom ()"><code class="function">gtk_file_filter_add_custom()</code></a>.</p>
|
232
232
|
<div class="refsect3">
|
233
|
-
<a name="
|
233
|
+
<a name="GtkFileFilterFunc.parameters"></a><h4>Parameters</h4>
|
234
234
|
<div class="informaltable"><table width="100%" border="0">
|
235
235
|
<colgroup>
|
236
236
|
<col width="150px" class="parameters_name">
|
@@ -254,7 +254,7 @@ flags passed to <a class="link" href="GtkFileFilter.html#gtk-file-filter-add-cus
|
|
254
254
|
</table></div>
|
255
255
|
</div>
|
256
256
|
<div class="refsect3">
|
257
|
-
<a name="
|
257
|
+
<a name="GtkFileFilterFunc.returns"></a><h4>Returns</h4>
|
258
258
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file should be displayed</p>
|
259
259
|
</div>
|
260
260
|
</div>
|
@@ -284,7 +284,7 @@ that accepts any file, use:</p>
|
|
284
284
|
|
285
285
|
<p></p>
|
286
286
|
<div class="refsect3">
|
287
|
-
<a name="
|
287
|
+
<a name="gtk-file-filter-new.returns"></a><h4>Returns</h4>
|
288
288
|
<p> a new <a class="link" href="GtkFileFilter.html" title="GtkFileFilter"><span class="type">GtkFileFilter</span></a></p>
|
289
289
|
</div>
|
290
290
|
<p class="since">Since: 2.4</p>
|
@@ -299,7 +299,7 @@ gtk_file_filter_set_name (<em class="parameter"><code><a class="link" href="GtkF
|
|
299
299
|
that will be displayed in the file selector user interface if
|
300
300
|
there is a selectable list of filters.</p>
|
301
301
|
<div class="refsect3">
|
302
|
-
<a name="
|
302
|
+
<a name="gtk-file-filter-set-name.parameters"></a><h4>Parameters</h4>
|
303
303
|
<div class="informaltable"><table width="100%" border="0">
|
304
304
|
<colgroup>
|
305
305
|
<col width="150px" class="parameters_name">
|
@@ -330,7 +330,7 @@ to remove any existing name. </p></td>
|
|
330
330
|
gtk_file_filter_get_name (<em class="parameter"><code><a class="link" href="GtkFileFilter.html" title="GtkFileFilter"><span class="type">GtkFileFilter</span></a> *filter</code></em>);</pre>
|
331
331
|
<p>Gets the human-readable name for the filter. See <a class="link" href="GtkFileFilter.html#gtk-file-filter-set-name" title="gtk_file_filter_set_name ()"><code class="function">gtk_file_filter_set_name()</code></a>.</p>
|
332
332
|
<div class="refsect3">
|
333
|
-
<a name="
|
333
|
+
<a name="gtk-file-filter-get-name.parameters"></a><h4>Parameters</h4>
|
334
334
|
<div class="informaltable"><table width="100%" border="0">
|
335
335
|
<colgroup>
|
336
336
|
<col width="150px" class="parameters_name">
|
@@ -345,10 +345,11 @@ gtk_file_filter_get_name (<em class="parameter"><code><a class="link" href="GtkF
|
|
345
345
|
</table></div>
|
346
346
|
</div>
|
347
347
|
<div class="refsect3">
|
348
|
-
<a name="
|
348
|
+
<a name="gtk-file-filter-get-name.returns"></a><h4>Returns</h4>
|
349
349
|
<p> The human-readable name of the filter,
|
350
350
|
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This value is owned by GTK+ and must not
|
351
|
-
be modified or freed
|
351
|
+
be modified or freed. </p>
|
352
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
352
353
|
</div>
|
353
354
|
<p class="since">Since: 2.4</p>
|
354
355
|
</div>
|
@@ -361,7 +362,7 @@ gtk_file_filter_add_mime_type (<em class="parameter"><code><a class="link" href=
|
|
361
362
|
<p>Adds a rule allowing a given mime type to <em class="parameter"><code>filter</code></em>
|
362
363
|
.</p>
|
363
364
|
<div class="refsect3">
|
364
|
-
<a name="
|
365
|
+
<a name="gtk-file-filter-add-mime-type.parameters"></a><h4>Parameters</h4>
|
365
366
|
<div class="informaltable"><table width="100%" border="0">
|
366
367
|
<colgroup>
|
367
368
|
<col width="150px" class="parameters_name">
|
@@ -392,7 +393,7 @@ gtk_file_filter_add_pattern (<em class="parameter"><code><a class="link" href="G
|
|
392
393
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *pattern</code></em>);</pre>
|
393
394
|
<p>Adds a rule allowing a shell style glob to a filter.</p>
|
394
395
|
<div class="refsect3">
|
395
|
-
<a name="
|
396
|
+
<a name="gtk-file-filter-add-pattern.parameters"></a><h4>Parameters</h4>
|
396
397
|
<div class="informaltable"><table width="100%" border="0">
|
397
398
|
<colgroup>
|
398
399
|
<col width="150px" class="parameters_name">
|
@@ -423,7 +424,7 @@ gtk_file_filter_add_pixbuf_formats (<em class="parameter"><code><a class="link"
|
|
423
424
|
<p>Adds a rule allowing image files in the formats supported
|
424
425
|
by GdkPixbuf.</p>
|
425
426
|
<div class="refsect3">
|
426
|
-
<a name="
|
427
|
+
<a name="gtk-file-filter-add-pixbuf-formats.parameters"></a><h4>Parameters</h4>
|
427
428
|
<div class="informaltable"><table width="100%" border="0">
|
428
429
|
<colgroup>
|
429
430
|
<col width="150px" class="parameters_name">
|
@@ -455,7 +456,7 @@ about what sorts of information that the filter function needs;
|
|
455
456
|
this allows GTK+ to avoid retrieving expensive information when
|
456
457
|
it isn’t needed by the filter.</p>
|
457
458
|
<div class="refsect3">
|
458
|
-
<a name="
|
459
|
+
<a name="gtk-file-filter-add-custom.parameters"></a><h4>Parameters</h4>
|
459
460
|
<div class="informaltable"><table width="100%" border="0">
|
460
461
|
<colgroup>
|
461
462
|
<col width="150px" class="parameters_name">
|
@@ -508,7 +509,7 @@ passed to <a class="link" href="GtkFileFilter.html#gtk-file-filter-filter" title
|
|
508
509
|
is intended principally for use in the implementation of
|
509
510
|
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>.</p>
|
510
511
|
<div class="refsect3">
|
511
|
-
<a name="
|
512
|
+
<a name="gtk-file-filter-get-needed.parameters"></a><h4>Parameters</h4>
|
512
513
|
<div class="informaltable"><table width="100%" border="0">
|
513
514
|
<colgroup>
|
514
515
|
<col width="150px" class="parameters_name">
|
@@ -523,7 +524,7 @@ is intended principally for use in the implementation of
|
|
523
524
|
</table></div>
|
524
525
|
</div>
|
525
526
|
<div class="refsect3">
|
526
|
-
<a name="
|
527
|
+
<a name="gtk-file-filter-get-needed.returns"></a><h4>Returns</h4>
|
527
528
|
<p> bitfield of flags indicating needed fields when
|
528
529
|
calling <a class="link" href="GtkFileFilter.html#gtk-file-filter-filter" title="gtk_file_filter_filter ()"><code class="function">gtk_file_filter_filter()</code></a></p>
|
529
530
|
</div>
|
@@ -544,7 +545,7 @@ the fields returned from <a class="link" href="GtkFileFilter.html#gtk-file-filte
|
|
544
545
|
is intended principally for use in the implementation of
|
545
546
|
<a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>.</p>
|
546
547
|
<div class="refsect3">
|
547
|
-
<a name="
|
548
|
+
<a name="gtk-file-filter-filter.parameters"></a><h4>Parameters</h4>
|
548
549
|
<div class="informaltable"><table width="100%" border="0">
|
549
550
|
<colgroup>
|
550
551
|
<col width="150px" class="parameters_name">
|
@@ -567,7 +568,7 @@ about a file.</p></td>
|
|
567
568
|
</table></div>
|
568
569
|
</div>
|
569
570
|
<div class="refsect3">
|
570
|
-
<a name="
|
571
|
+
<a name="gtk-file-filter-filter.returns"></a><h4>Returns</h4>
|
571
572
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file should be displayed</p>
|
572
573
|
</div>
|
573
574
|
<p class="since">Since: 2.4</p>
|
@@ -594,7 +595,7 @@ about a file.</p></td>
|
|
594
595
|
<p>A <span class="type">GtkFileFilterInfo</span> is used to pass information about the
|
595
596
|
tested file to <a class="link" href="GtkFileFilter.html#gtk-file-filter-filter" title="gtk_file_filter_filter ()"><code class="function">gtk_file_filter_filter()</code></a>.</p>
|
596
597
|
<div class="refsect3">
|
597
|
-
<a name="
|
598
|
+
<a name="GtkFileFilterInfo.members"></a><h4>Members</h4>
|
598
599
|
<div class="informaltable"><table width="100%" border="0">
|
599
600
|
<colgroup>
|
600
601
|
<col width="300px" class="struct_members_name">
|
@@ -639,7 +640,7 @@ in the file chooser</p></td>
|
|
639
640
|
<p>These flags indicate what parts of a <a class="link" href="GtkFileFilter.html#GtkFileFilterInfo" title="struct GtkFileFilterInfo"><span class="type">GtkFileFilterInfo</span></a> struct
|
640
641
|
are filled or need to be filled.</p>
|
641
642
|
<div class="refsect3">
|
642
|
-
<a name="
|
643
|
+
<a name="GtkFileFilterFlags.members"></a><h4>Members</h4>
|
643
644
|
<div class="informaltable"><table width="100%" border="0">
|
644
645
|
<colgroup>
|
645
646
|
<col width="300px" class="enum_members_name">
|
@@ -687,6 +688,6 @@ are filled or need to be filled.</p>
|
|
687
688
|
</div>
|
688
689
|
</div>
|
689
690
|
<div class="footer">
|
690
|
-
<hr>Generated by GTK-Doc V1.
|
691
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
691
692
|
</body>
|
692
693
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkAspectFrame.html" title="GtkAspectFrame">
|
10
10
|
<link rel="next" href="DisplayWidgets.html" title="Display Widgets">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -107,7 +107,7 @@ widgets at fixed coordinates</p>
|
|
107
107
|
</div>
|
108
108
|
<div class="refsect1">
|
109
109
|
<a name="GtkFixed.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
110
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
110
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
111
111
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
112
112
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
113
113
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -167,7 +167,7 @@ widget. But you should be aware of the tradeoffs.</p>
|
|
167
167
|
gtk_fixed_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
168
168
|
<p>Creates a new <a class="link" href="GtkFixed.html" title="GtkFixed"><span class="type">GtkFixed</span></a>.</p>
|
169
169
|
<div class="refsect3">
|
170
|
-
<a name="
|
170
|
+
<a name="gtk-fixed-new.returns"></a><h4>Returns</h4>
|
171
171
|
<p> a new <a class="link" href="GtkFixed.html" title="GtkFixed"><span class="type">GtkFixed</span></a>.</p>
|
172
172
|
</div>
|
173
173
|
</div>
|
@@ -181,7 +181,7 @@ gtk_fixed_put (<em class="parameter"><code><a class="link" href="GtkFixed.html"
|
|
181
181
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
182
182
|
<p>Adds a widget to a <a class="link" href="GtkFixed.html" title="GtkFixed"><span class="type">GtkFixed</span></a> container at the given position.</p>
|
183
183
|
<div class="refsect3">
|
184
|
-
<a name="
|
184
|
+
<a name="gtk-fixed-put.parameters"></a><h4>Parameters</h4>
|
185
185
|
<div class="informaltable"><table width="100%" border="0">
|
186
186
|
<colgroup>
|
187
187
|
<col width="150px" class="parameters_name">
|
@@ -223,7 +223,7 @@ gtk_fixed_move (<em class="parameter"><code><a class="link" href="GtkFixed.html"
|
|
223
223
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
224
224
|
<p>Moves a child of a <a class="link" href="GtkFixed.html" title="GtkFixed"><span class="type">GtkFixed</span></a> container to the given position.</p>
|
225
225
|
<div class="refsect3">
|
226
|
-
<a name="
|
226
|
+
<a name="gtk-fixed-move.parameters"></a><h4>Parameters</h4>
|
227
227
|
<div class="informaltable"><table width="100%" border="0">
|
228
228
|
<colgroup>
|
229
229
|
<col width="150px" class="parameters_name">
|
@@ -283,6 +283,6 @@ gtk_fixed_move (<em class="parameter"><code><a class="link" href="GtkFixed.html"
|
|
283
283
|
</div>
|
284
284
|
</div>
|
285
285
|
<div class="footer">
|
286
|
-
<hr>Generated by GTK-Doc V1.
|
286
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
287
287
|
</body>
|
288
288
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkListBox.html" title="GtkListBox">
|
10
10
|
<link rel="next" href="GtkStack.html" title="GtkStack">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -304,6 +304,22 @@
|
|
304
304
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
305
305
|
</td>
|
306
306
|
<td class="function_name">
|
307
|
+
<span class="c_punctuation">(</span><a class="link" href="GtkFlowBox.html#GtkFlowBoxCreateWidgetFunc" title="GtkFlowBoxCreateWidgetFunc ()">*GtkFlowBoxCreateWidgetFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
308
|
+
</td>
|
309
|
+
</tr>
|
310
|
+
<tr>
|
311
|
+
<td class="function_type">
|
312
|
+
<span class="returnvalue">void</span>
|
313
|
+
</td>
|
314
|
+
<td class="function_name">
|
315
|
+
<a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()">gtk_flow_box_bind_model</a> <span class="c_punctuation">()</span>
|
316
|
+
</td>
|
317
|
+
</tr>
|
318
|
+
<tr>
|
319
|
+
<td class="function_type">
|
320
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
321
|
+
</td>
|
322
|
+
<td class="function_name">
|
307
323
|
<a class="link" href="GtkFlowBox.html#gtk-flow-box-child-new" title="gtk_flow_box_child_new ()">gtk_flow_box_child_new</a> <span class="c_punctuation">()</span>
|
308
324
|
</td>
|
309
325
|
</tr>
|
@@ -401,7 +417,7 @@
|
|
401
417
|
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
402
418
|
</tr>
|
403
419
|
<tr>
|
404
|
-
<td class="signal_type"><span class="returnvalue">
|
420
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
|
405
421
|
<td class="signal_name"><a class="link" href="GtkFlowBox.html#GtkFlowBox-move-cursor" title="The “move-cursor” signal">move-cursor</a></td>
|
406
422
|
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
407
423
|
</tr>
|
@@ -454,7 +470,7 @@
|
|
454
470
|
</div>
|
455
471
|
<div class="refsect1">
|
456
472
|
<a name="GtkFlowBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
457
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
473
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
458
474
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
459
475
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
460
476
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -496,6 +512,36 @@ a GtkFlowBoxChild widget will automatically be inserted between
|
|
496
512
|
the box and the widget.</p>
|
497
513
|
<p>Also see <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a>.</p>
|
498
514
|
<p>GtkFlowBox was added in GTK+ 3.12.</p>
|
515
|
+
<div class="refsect2">
|
516
|
+
<a name="id-1.3.7.6.11.9"></a><h3>CSS nodes</h3>
|
517
|
+
<div class="informalexample">
|
518
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
519
|
+
<tbody>
|
520
|
+
<tr>
|
521
|
+
<td class="listing_lines" align="right"><pre>1
|
522
|
+
2
|
523
|
+
3
|
524
|
+
4
|
525
|
+
5
|
526
|
+
6
|
527
|
+
7</pre></td>
|
528
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">flowbox</span>
|
529
|
+
<span class="normal">├── flowboxchild</span>
|
530
|
+
<span class="normal">│ ╰── </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span>
|
531
|
+
<span class="normal">├── flowboxchild</span>
|
532
|
+
<span class="normal">│ ╰── </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span>
|
533
|
+
<span class="normal">┊</span>
|
534
|
+
<span class="normal">╰── </span><span class="symbol">[</span><span class="normal">rubberband</span><span class="symbol">]</span></pre></td>
|
535
|
+
</tr>
|
536
|
+
</tbody>
|
537
|
+
</table>
|
538
|
+
</div>
|
539
|
+
|
540
|
+
<p></p>
|
541
|
+
<p>GtkFlowBox uses a single CSS node with name flowbox. GtkFlowBoxChild
|
542
|
+
uses a single CSS node with name flowboxchild.
|
543
|
+
For rubberband selection, a subnode with name rubberband is used.</p>
|
544
|
+
</div>
|
499
545
|
</div>
|
500
546
|
<div class="refsect1">
|
501
547
|
<a name="GtkFlowBox.functions_details"></a><h2>Functions</h2>
|
@@ -505,7 +551,7 @@ the box and the widget.</p>
|
|
505
551
|
gtk_flow_box_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
506
552
|
<p>Creates a GtkFlowBox.</p>
|
507
553
|
<div class="refsect3">
|
508
|
-
<a name="
|
554
|
+
<a name="gtk-flow-box-new.returns"></a><h4>Returns</h4>
|
509
555
|
<p> a new <a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> container</p>
|
510
556
|
</div>
|
511
557
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -530,7 +576,7 @@ in the <em class="parameter"><code>box</code></em>
|
|
530
576
|
, then the <em class="parameter"><code>widget</code></em>
|
531
577
|
will be appended to the end.</p>
|
532
578
|
<div class="refsect3">
|
533
|
-
<a name="
|
579
|
+
<a name="gtk-flow-box-insert.parameters"></a><h4>Parameters</h4>
|
534
580
|
<div class="informaltable"><table width="100%" border="0">
|
535
581
|
<colgroup>
|
536
582
|
<col width="150px" class="parameters_name">
|
@@ -568,7 +614,7 @@ gtk_flow_box_get_child_at_index (<em class="parameter"><code><a class="link" hre
|
|
568
614
|
<p>Gets the nth child in the <em class="parameter"><code>box</code></em>
|
569
615
|
.</p>
|
570
616
|
<div class="refsect3">
|
571
|
-
<a name="
|
617
|
+
<a name="gtk-flow-box-get-child-at-index.parameters"></a><h4>Parameters</h4>
|
572
618
|
<div class="informaltable"><table width="100%" border="0">
|
573
619
|
<colgroup>
|
574
620
|
<col width="150px" class="parameters_name">
|
@@ -590,10 +636,11 @@ gtk_flow_box_get_child_at_index (<em class="parameter"><code><a class="link" hre
|
|
590
636
|
</table></div>
|
591
637
|
</div>
|
592
638
|
<div class="refsect3">
|
593
|
-
<a name="
|
639
|
+
<a name="gtk-flow-box-get-child-at-index.returns"></a><h4>Returns</h4>
|
594
640
|
<p> the child widget, which will
|
595
|
-
always be a <a class="link" href="GtkFlowBox.html#GtkFlowBoxChild"><span class="type">GtkFlowBoxChild</span></a
|
596
|
-
|
641
|
+
always be a <a class="link" href="GtkFlowBox.html#GtkFlowBoxChild"><span class="type">GtkFlowBoxChild</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case no child widget
|
642
|
+
with the given index exists. </p>
|
643
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
597
644
|
</div>
|
598
645
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
599
646
|
</div>
|
@@ -614,7 +661,7 @@ adjustment.</p>
|
|
614
661
|
coordinate system as the allocation for immediate children
|
615
662
|
of the box.</p>
|
616
663
|
<div class="refsect3">
|
617
|
-
<a name="
|
664
|
+
<a name="gtk-flow-box-set-hadjustment.parameters"></a><h4>Parameters</h4>
|
618
665
|
<div class="informaltable"><table width="100%" border="0">
|
619
666
|
<colgroup>
|
620
667
|
<col width="150px" class="parameters_name">
|
@@ -656,7 +703,7 @@ adjustment.</p>
|
|
656
703
|
coordinate system as the allocation for immediate children
|
657
704
|
of the box.</p>
|
658
705
|
<div class="refsect3">
|
659
|
-
<a name="
|
706
|
+
<a name="gtk-flow-box-set-vadjustment.parameters"></a><h4>Parameters</h4>
|
660
707
|
<div class="informaltable"><table width="100%" border="0">
|
661
708
|
<colgroup>
|
662
709
|
<col width="150px" class="parameters_name">
|
@@ -693,7 +740,7 @@ whether or not all children of <em class="parameter"><code>box</code></em>
|
|
693
740
|
are given equal space
|
694
741
|
in the box.</p>
|
695
742
|
<div class="refsect3">
|
696
|
-
<a name="
|
743
|
+
<a name="gtk-flow-box-set-homogeneous.parameters"></a><h4>Parameters</h4>
|
697
744
|
<div class="informaltable"><table width="100%" border="0">
|
698
745
|
<colgroup>
|
699
746
|
<col width="150px" class="parameters_name">
|
@@ -725,7 +772,7 @@ gtk_flow_box_get_homogeneous (<em class="parameter"><code><a class="link" href="
|
|
725
772
|
<p>Returns whether the box is homogeneous (all children are the
|
726
773
|
same size). See <a class="link" href="GtkBox.html#gtk-box-set-homogeneous" title="gtk_box_set_homogeneous ()"><code class="function">gtk_box_set_homogeneous()</code></a>.</p>
|
727
774
|
<div class="refsect3">
|
728
|
-
<a name="
|
775
|
+
<a name="gtk-flow-box-get-homogeneous.parameters"></a><h4>Parameters</h4>
|
729
776
|
<div class="informaltable"><table width="100%" border="0">
|
730
777
|
<colgroup>
|
731
778
|
<col width="150px" class="parameters_name">
|
@@ -740,7 +787,7 @@ same size). See <a class="link" href="GtkBox.html#gtk-box-set-homogeneous" title
|
|
740
787
|
</table></div>
|
741
788
|
</div>
|
742
789
|
<div class="refsect3">
|
743
|
-
<a name="
|
790
|
+
<a name="gtk-flow-box-get-homogeneous.returns"></a><h4>Returns</h4>
|
744
791
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the box is homogeneous.</p>
|
745
792
|
</div>
|
746
793
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -754,7 +801,7 @@ gtk_flow_box_set_row_spacing (<em class="parameter"><code><a class="link" href="
|
|
754
801
|
<p>Sets the vertical space to add between children.
|
755
802
|
See the <a class="link" href="GtkFlowBox.html#GtkFlowBox--row-spacing" title="The “row-spacing” property"><span class="type">“row-spacing”</span></a> property.</p>
|
756
803
|
<div class="refsect3">
|
757
|
-
<a name="
|
804
|
+
<a name="gtk-flow-box-set-row-spacing.parameters"></a><h4>Parameters</h4>
|
758
805
|
<div class="informaltable"><table width="100%" border="0">
|
759
806
|
<colgroup>
|
760
807
|
<col width="150px" class="parameters_name">
|
@@ -784,7 +831,7 @@ See the <a class="link" href="GtkFlowBox.html#GtkFlowBox--row-spacing" title="Th
|
|
784
831
|
gtk_flow_box_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
785
832
|
<p>Gets the vertical spacing.</p>
|
786
833
|
<div class="refsect3">
|
787
|
-
<a name="
|
834
|
+
<a name="gtk-flow-box-get-row-spacing.parameters"></a><h4>Parameters</h4>
|
788
835
|
<div class="informaltable"><table width="100%" border="0">
|
789
836
|
<colgroup>
|
790
837
|
<col width="150px" class="parameters_name">
|
@@ -799,7 +846,7 @@ gtk_flow_box_get_row_spacing (<em class="parameter"><code><a class="link" href="
|
|
799
846
|
</table></div>
|
800
847
|
</div>
|
801
848
|
<div class="refsect3">
|
802
|
-
<a name="
|
849
|
+
<a name="gtk-flow-box-get-row-spacing.returns"></a><h4>Returns</h4>
|
803
850
|
<p> the vertical spacing</p>
|
804
851
|
</div>
|
805
852
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -813,7 +860,7 @@ gtk_flow_box_set_column_spacing (<em class="parameter"><code><a class="link" hre
|
|
813
860
|
<p>Sets the horizontal space to add between children.
|
814
861
|
See the <a class="link" href="GtkFlowBox.html#GtkFlowBox--column-spacing" title="The “column-spacing” property"><span class="type">“column-spacing”</span></a> property.</p>
|
815
862
|
<div class="refsect3">
|
816
|
-
<a name="
|
863
|
+
<a name="gtk-flow-box-set-column-spacing.parameters"></a><h4>Parameters</h4>
|
817
864
|
<div class="informaltable"><table width="100%" border="0">
|
818
865
|
<colgroup>
|
819
866
|
<col width="150px" class="parameters_name">
|
@@ -843,7 +890,7 @@ See the <a class="link" href="GtkFlowBox.html#GtkFlowBox--column-spacing" title=
|
|
843
890
|
gtk_flow_box_get_column_spacing (<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
844
891
|
<p>Gets the horizontal spacing.</p>
|
845
892
|
<div class="refsect3">
|
846
|
-
<a name="
|
893
|
+
<a name="gtk-flow-box-get-column-spacing.parameters"></a><h4>Parameters</h4>
|
847
894
|
<div class="informaltable"><table width="100%" border="0">
|
848
895
|
<colgroup>
|
849
896
|
<col width="150px" class="parameters_name">
|
@@ -858,7 +905,7 @@ gtk_flow_box_get_column_spacing (<em class="parameter"><code><a class="link" hre
|
|
858
905
|
</table></div>
|
859
906
|
</div>
|
860
907
|
<div class="refsect3">
|
861
|
-
<a name="
|
908
|
+
<a name="gtk-flow-box-get-column-spacing.returns"></a><h4>Returns</h4>
|
862
909
|
<p> the horizontal spacing</p>
|
863
910
|
</div>
|
864
911
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -874,7 +921,7 @@ gtk_flow_box_set_min_children_per_line
|
|
874
921
|
in <em class="parameter"><code>box</code></em>
|
875
922
|
’s orientation before flowing.</p>
|
876
923
|
<div class="refsect3">
|
877
|
-
<a name="
|
924
|
+
<a name="gtk-flow-box-set-min-children-per-line.parameters"></a><h4>Parameters</h4>
|
878
925
|
<div class="informaltable"><table width="100%" border="0">
|
879
926
|
<colgroup>
|
880
927
|
<col width="150px" class="parameters_name">
|
@@ -905,7 +952,7 @@ gtk_flow_box_get_min_children_per_line
|
|
905
952
|
(<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
906
953
|
<p>Gets the minimum number of children per line.</p>
|
907
954
|
<div class="refsect3">
|
908
|
-
<a name="
|
955
|
+
<a name="gtk-flow-box-get-min-children-per-line.parameters"></a><h4>Parameters</h4>
|
909
956
|
<div class="informaltable"><table width="100%" border="0">
|
910
957
|
<colgroup>
|
911
958
|
<col width="150px" class="parameters_name">
|
@@ -920,7 +967,7 @@ gtk_flow_box_get_min_children_per_line
|
|
920
967
|
</table></div>
|
921
968
|
</div>
|
922
969
|
<div class="refsect3">
|
923
|
-
<a name="
|
970
|
+
<a name="gtk-flow-box-get-min-children-per-line.returns"></a><h4>Returns</h4>
|
924
971
|
<p> the minimum number of children per line</p>
|
925
972
|
</div>
|
926
973
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -940,7 +987,7 @@ limits the overall natural size request to be no more
|
|
940
987
|
than <em class="parameter"><code>n_children</code></em>
|
941
988
|
children long in the given orientation.</p>
|
942
989
|
<div class="refsect3">
|
943
|
-
<a name="
|
990
|
+
<a name="gtk-flow-box-set-max-children-per-line.parameters"></a><h4>Parameters</h4>
|
944
991
|
<div class="informaltable"><table width="100%" border="0">
|
945
992
|
<colgroup>
|
946
993
|
<col width="150px" class="parameters_name">
|
@@ -971,7 +1018,7 @@ gtk_flow_box_get_max_children_per_line
|
|
971
1018
|
(<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
972
1019
|
<p>Gets the maximum number of children per line.</p>
|
973
1020
|
<div class="refsect3">
|
974
|
-
<a name="
|
1021
|
+
<a name="gtk-flow-box-get-max-children-per-line.parameters"></a><h4>Parameters</h4>
|
975
1022
|
<div class="informaltable"><table width="100%" border="0">
|
976
1023
|
<colgroup>
|
977
1024
|
<col width="150px" class="parameters_name">
|
@@ -986,7 +1033,7 @@ gtk_flow_box_get_max_children_per_line
|
|
986
1033
|
</table></div>
|
987
1034
|
</div>
|
988
1035
|
<div class="refsect3">
|
989
|
-
<a name="
|
1036
|
+
<a name="gtk-flow-box-get-max-children-per-line.returns"></a><h4>Returns</h4>
|
990
1037
|
<p> the maximum number of children per line</p>
|
991
1038
|
</div>
|
992
1039
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -1002,7 +1049,7 @@ gtk_flow_box_set_activate_on_single_click
|
|
1002
1049
|
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, children will be activated when you click
|
1003
1050
|
on them, otherwise you need to double-click.</p>
|
1004
1051
|
<div class="refsect3">
|
1005
|
-
<a name="
|
1052
|
+
<a name="gtk-flow-box-set-activate-on-single-click.parameters"></a><h4>Parameters</h4>
|
1006
1053
|
<div class="informaltable"><table width="100%" border="0">
|
1007
1054
|
<colgroup>
|
1008
1055
|
<col width="150px" class="parameters_name">
|
@@ -1033,7 +1080,7 @@ gtk_flow_box_get_activate_on_single_click
|
|
1033
1080
|
(<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
1034
1081
|
<p>Returns whether children activate on single clicks.</p>
|
1035
1082
|
<div class="refsect3">
|
1036
|
-
<a name="
|
1083
|
+
<a name="gtk-flow-box-get-activate-on-single-click.parameters"></a><h4>Parameters</h4>
|
1037
1084
|
<div class="informaltable"><table width="100%" border="0">
|
1038
1085
|
<colgroup>
|
1039
1086
|
<col width="150px" class="parameters_name">
|
@@ -1048,7 +1095,7 @@ gtk_flow_box_get_activate_on_single_click
|
|
1048
1095
|
</table></div>
|
1049
1096
|
</div>
|
1050
1097
|
<div class="refsect3">
|
1051
|
-
<a name="
|
1098
|
+
<a name="gtk-flow-box-get-activate-on-single-click.returns"></a><h4>Returns</h4>
|
1052
1099
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if children are activated on single click,
|
1053
1100
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1054
1101
|
</div>
|
@@ -1065,7 +1112,7 @@ gtk_flow_box_get_activate_on_single_click
|
|
1065
1112
|
It will be called on every selected child of the <em class="parameter"><code>box</code></em>
|
1066
1113
|
.</p>
|
1067
1114
|
<div class="refsect3">
|
1068
|
-
<a name="
|
1115
|
+
<a name="GtkFlowBoxForeachFunc.parameters"></a><h4>Parameters</h4>
|
1069
1116
|
<div class="informaltable"><table width="100%" border="0">
|
1070
1117
|
<colgroup>
|
1071
1118
|
<col width="150px" class="parameters_name">
|
@@ -1104,7 +1151,7 @@ gtk_flow_box_selected_foreach (<em class="parameter"><code><a class="link" href=
|
|
1104
1151
|
<p>Note that the selection cannot be modified from within
|
1105
1152
|
this function.</p>
|
1106
1153
|
<div class="refsect3">
|
1107
|
-
<a name="
|
1154
|
+
<a name="gtk-flow-box-selected-foreach.parameters"></a><h4>Parameters</h4>
|
1108
1155
|
<div class="informaltable"><table width="100%" border="0">
|
1109
1156
|
<colgroup>
|
1110
1157
|
<col width="150px" class="parameters_name">
|
@@ -1139,7 +1186,7 @@ this function.</p>
|
|
1139
1186
|
gtk_flow_box_get_selected_children (<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>);</pre>
|
1140
1187
|
<p>Creates a list of all selected children.</p>
|
1141
1188
|
<div class="refsect3">
|
1142
|
-
<a name="
|
1189
|
+
<a name="gtk-flow-box-get-selected-children.parameters"></a><h4>Parameters</h4>
|
1143
1190
|
<div class="informaltable"><table width="100%" border="0">
|
1144
1191
|
<colgroup>
|
1145
1192
|
<col width="150px" class="parameters_name">
|
@@ -1154,7 +1201,7 @@ gtk_flow_box_get_selected_children (<em class="parameter"><code><a class="link"
|
|
1154
1201
|
</table></div>
|
1155
1202
|
</div>
|
1156
1203
|
<div class="refsect3">
|
1157
|
-
<a name="
|
1204
|
+
<a name="gtk-flow-box-get-selected-children.returns"></a><h4>Returns</h4>
|
1158
1205
|
<p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> for each selected child.
|
1159
1206
|
Free with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when done. </p>
|
1160
1207
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkFlowBoxChild][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
@@ -1171,7 +1218,7 @@ gtk_flow_box_select_child (<em class="parameter"><code><a class="link" href="Gtk
|
|
1171
1218
|
, if the selection
|
1172
1219
|
mode allows it.</p>
|
1173
1220
|
<div class="refsect3">
|
1174
|
-
<a name="
|
1221
|
+
<a name="gtk-flow-box-select-child.parameters"></a><h4>Parameters</h4>
|
1175
1222
|
<div class="informaltable"><table width="100%" border="0">
|
1176
1223
|
<colgroup>
|
1177
1224
|
<col width="150px" class="parameters_name">
|
@@ -1205,7 +1252,7 @@ gtk_flow_box_unselect_child (<em class="parameter"><code><a class="link" href="G
|
|
1205
1252
|
, if the selection
|
1206
1253
|
mode allows it.</p>
|
1207
1254
|
<div class="refsect3">
|
1208
|
-
<a name="
|
1255
|
+
<a name="gtk-flow-box-unselect-child.parameters"></a><h4>Parameters</h4>
|
1209
1256
|
<div class="informaltable"><table width="100%" border="0">
|
1210
1257
|
<colgroup>
|
1211
1258
|
<col width="150px" class="parameters_name">
|
@@ -1238,7 +1285,7 @@ gtk_flow_box_select_all (<em class="parameter"><code><a class="link" href="GtkFl
|
|
1238
1285
|
, if the selection
|
1239
1286
|
mode allows it.</p>
|
1240
1287
|
<div class="refsect3">
|
1241
|
-
<a name="
|
1288
|
+
<a name="gtk-flow-box-select-all.parameters"></a><h4>Parameters</h4>
|
1242
1289
|
<div class="informaltable"><table width="100%" border="0">
|
1243
1290
|
<colgroup>
|
1244
1291
|
<col width="150px" class="parameters_name">
|
@@ -1263,7 +1310,7 @@ gtk_flow_box_unselect_all (<em class="parameter"><code><a class="link" href="Gtk
|
|
1263
1310
|
, if the selection
|
1264
1311
|
mode allows it.</p>
|
1265
1312
|
<div class="refsect3">
|
1266
|
-
<a name="
|
1313
|
+
<a name="gtk-flow-box-unselect-all.parameters"></a><h4>Parameters</h4>
|
1267
1314
|
<div class="informaltable"><table width="100%" border="0">
|
1268
1315
|
<colgroup>
|
1269
1316
|
<col width="150px" class="parameters_name">
|
@@ -1289,7 +1336,7 @@ gtk_flow_box_set_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1289
1336
|
.
|
1290
1337
|
See <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> for details.</p>
|
1291
1338
|
<div class="refsect3">
|
1292
|
-
<a name="
|
1339
|
+
<a name="gtk-flow-box-set-selection-mode.parameters"></a><h4>Parameters</h4>
|
1293
1340
|
<div class="informaltable"><table width="100%" border="0">
|
1294
1341
|
<colgroup>
|
1295
1342
|
<col width="150px" class="parameters_name">
|
@@ -1320,7 +1367,7 @@ gtk_flow_box_get_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1320
1367
|
<p>Gets the selection mode of <em class="parameter"><code>box</code></em>
|
1321
1368
|
.</p>
|
1322
1369
|
<div class="refsect3">
|
1323
|
-
<a name="
|
1370
|
+
<a name="gtk-flow-box-get-selection-mode.parameters"></a><h4>Parameters</h4>
|
1324
1371
|
<div class="informaltable"><table width="100%" border="0">
|
1325
1372
|
<colgroup>
|
1326
1373
|
<col width="150px" class="parameters_name">
|
@@ -1335,7 +1382,7 @@ gtk_flow_box_get_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1335
1382
|
</table></div>
|
1336
1383
|
</div>
|
1337
1384
|
<div class="refsect3">
|
1338
|
-
<a name="
|
1385
|
+
<a name="gtk-flow-box-get-selection-mode.returns"></a><h4>Returns</h4>
|
1339
1386
|
<p> the <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></p>
|
1340
1387
|
</div>
|
1341
1388
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -1350,7 +1397,7 @@ gtk_flow_box_get_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1350
1397
|
or is added. It lets you control if the child should be
|
1351
1398
|
visible or not.</p>
|
1352
1399
|
<div class="refsect3">
|
1353
|
-
<a name="
|
1400
|
+
<a name="GtkFlowBoxFilterFunc.parameters"></a><h4>Parameters</h4>
|
1354
1401
|
<div class="informaltable"><table width="100%" border="0">
|
1355
1402
|
<colgroup>
|
1356
1403
|
<col width="150px" class="parameters_name">
|
@@ -1372,7 +1419,7 @@ visible or not.</p>
|
|
1372
1419
|
</table></div>
|
1373
1420
|
</div>
|
1374
1421
|
<div class="refsect3">
|
1375
|
-
<a name="
|
1422
|
+
<a name="GtkFlowBoxFilterFunc.returns"></a><h4>Returns</h4>
|
1376
1423
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row should be visible, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1377
1424
|
</div>
|
1378
1425
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -1394,8 +1441,10 @@ function that only shows the children matching the search terms.</p>
|
|
1394
1441
|
it will continue to be called each time a child changes (via
|
1395
1442
|
<a class="link" href="GtkFlowBox.html#gtk-flow-box-child-changed" title="gtk_flow_box_child_changed ()"><code class="function">gtk_flow_box_child_changed()</code></a>) or when <a class="link" href="GtkFlowBox.html#gtk-flow-box-invalidate-filter" title="gtk_flow_box_invalidate_filter ()"><code class="function">gtk_flow_box_invalidate_filter()</code></a>
|
1396
1443
|
is called.</p>
|
1444
|
+
<p>Note that using a filter function is incompatible with using a model
|
1445
|
+
(see <a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()"><code class="function">gtk_flow_box_bind_model()</code></a>).</p>
|
1397
1446
|
<div class="refsect3">
|
1398
|
-
<a name="
|
1447
|
+
<a name="gtk-flow-box-set-filter-func.parameters"></a><h4>Parameters</h4>
|
1399
1448
|
<div class="informaltable"><table width="100%" border="0">
|
1400
1449
|
<colgroup>
|
1401
1450
|
<col width="150px" class="parameters_name">
|
@@ -1444,7 +1493,7 @@ factor. For instance, this would be used if the
|
|
1444
1493
|
filter function just looked for a specific search
|
1445
1494
|
term, and the entry with the string has changed.</p>
|
1446
1495
|
<div class="refsect3">
|
1447
|
-
<a name="
|
1496
|
+
<a name="gtk-flow-box-invalidate-filter.parameters"></a><h4>Parameters</h4>
|
1448
1497
|
<div class="informaltable"><table width="100%" border="0">
|
1449
1498
|
<colgroup>
|
1450
1499
|
<col width="150px" class="parameters_name">
|
@@ -1470,7 +1519,7 @@ term, and the entry with the string has changed.</p>
|
|
1470
1519
|
<p>A function to compare two children to determine which
|
1471
1520
|
should come first.</p>
|
1472
1521
|
<div class="refsect3">
|
1473
|
-
<a name="
|
1522
|
+
<a name="GtkFlowBoxSortFunc.parameters"></a><h4>Parameters</h4>
|
1474
1523
|
<div class="informaltable"><table width="100%" border="0">
|
1475
1524
|
<colgroup>
|
1476
1525
|
<col width="150px" class="parameters_name">
|
@@ -1497,7 +1546,7 @@ should come first.</p>
|
|
1497
1546
|
</table></div>
|
1498
1547
|
</div>
|
1499
1548
|
<div class="refsect3">
|
1500
|
-
<a name="
|
1549
|
+
<a name="GtkFlowBoxSortFunc.returns"></a><h4>Returns</h4>
|
1501
1550
|
<p> < 0 if <em class="parameter"><code>child1</code></em>
|
1502
1551
|
should be before <em class="parameter"><code>child2</code></em>
|
1503
1552
|
, 0 if
|
@@ -1522,8 +1571,10 @@ the children.</p>
|
|
1522
1571
|
and will continue to be called each time a child changes (via
|
1523
1572
|
<a class="link" href="GtkFlowBox.html#gtk-flow-box-child-changed" title="gtk_flow_box_child_changed ()"><code class="function">gtk_flow_box_child_changed()</code></a>) and when <a class="link" href="GtkFlowBox.html#gtk-flow-box-invalidate-sort" title="gtk_flow_box_invalidate_sort ()"><code class="function">gtk_flow_box_invalidate_sort()</code></a>
|
1524
1573
|
is called.</p>
|
1574
|
+
<p>Note that using a sort function is incompatible with using a model
|
1575
|
+
(see <a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()"><code class="function">gtk_flow_box_bind_model()</code></a>).</p>
|
1525
1576
|
<div class="refsect3">
|
1526
|
-
<a name="
|
1577
|
+
<a name="gtk-flow-box-set-sort-func.parameters"></a><h4>Parameters</h4>
|
1527
1578
|
<div class="informaltable"><table width="100%" border="0">
|
1528
1579
|
<colgroup>
|
1529
1580
|
<col width="150px" class="parameters_name">
|
@@ -1568,7 +1619,7 @@ gtk_flow_box_invalidate_sort (<em class="parameter"><code><a class="link" href="
|
|
1568
1619
|
<em class="parameter"><code>box</code></em>
|
1569
1620
|
is changed due to an external factor.</p>
|
1570
1621
|
<div class="refsect3">
|
1571
|
-
<a name="
|
1622
|
+
<a name="gtk-flow-box-invalidate-sort.parameters"></a><h4>Parameters</h4>
|
1572
1623
|
<div class="informaltable"><table width="100%" border="0">
|
1573
1624
|
<colgroup>
|
1574
1625
|
<col width="150px" class="parameters_name">
|
@@ -1586,13 +1637,123 @@ gtk_flow_box_invalidate_sort (<em class="parameter"><code><a class="link" href="
|
|
1586
1637
|
</div>
|
1587
1638
|
<hr>
|
1588
1639
|
<div class="refsect2">
|
1640
|
+
<a name="GtkFlowBoxCreateWidgetFunc"></a><h3>GtkFlowBoxCreateWidgetFunc ()</h3>
|
1641
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
1642
|
+
<span class="c_punctuation">(</span>*GtkFlowBoxCreateWidgetFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> item</code></em>,
|
1643
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
1644
|
+
<p>Called for flow boxes that are bound to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html#GListModel-struct"><span class="type">GListModel</span></a> with
|
1645
|
+
<a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()"><code class="function">gtk_flow_box_bind_model()</code></a> for each item that gets added to the model.</p>
|
1646
|
+
<div class="refsect3">
|
1647
|
+
<a name="GtkFlowBoxCreateWidgetFunc.parameters"></a><h4>Parameters</h4>
|
1648
|
+
<div class="informaltable"><table width="100%" border="0">
|
1649
|
+
<colgroup>
|
1650
|
+
<col width="150px" class="parameters_name">
|
1651
|
+
<col class="parameters_description">
|
1652
|
+
<col width="200px" class="parameters_annotations">
|
1653
|
+
</colgroup>
|
1654
|
+
<tbody>
|
1655
|
+
<tr>
|
1656
|
+
<td class="parameter_name"><p>item</p></td>
|
1657
|
+
<td class="parameter_description"><p>the item from the model for which to create a widget for</p></td>
|
1658
|
+
<td class="parameter_annotations"> </td>
|
1659
|
+
</tr>
|
1660
|
+
<tr>
|
1661
|
+
<td class="parameter_name"><p>user_data</p></td>
|
1662
|
+
<td class="parameter_description"><p>user data from <a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()"><code class="function">gtk_flow_box_bind_model()</code></a></p></td>
|
1663
|
+
<td class="parameter_annotations"> </td>
|
1664
|
+
</tr>
|
1665
|
+
</tbody>
|
1666
|
+
</table></div>
|
1667
|
+
</div>
|
1668
|
+
<div class="refsect3">
|
1669
|
+
<a name="GtkFlowBoxCreateWidgetFunc.returns"></a><h4>Returns</h4>
|
1670
|
+
<p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that represents <em class="parameter"><code>item</code></em>
|
1671
|
+
</p>
|
1672
|
+
</div>
|
1673
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1674
|
+
</div>
|
1675
|
+
<hr>
|
1676
|
+
<div class="refsect2">
|
1677
|
+
<a name="gtk-flow-box-bind-model"></a><h3>gtk_flow_box_bind_model ()</h3>
|
1678
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1679
|
+
gtk_flow_box_bind_model (<em class="parameter"><code><a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box</code></em>,
|
1680
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html#GListModel-struct"><span class="type">GListModel</span></a> *model</code></em>,
|
1681
|
+
<em class="parameter"><code><a class="link" href="GtkFlowBox.html#GtkFlowBoxCreateWidgetFunc" title="GtkFlowBoxCreateWidgetFunc ()"><span class="type">GtkFlowBoxCreateWidgetFunc</span></a> create_widget_func</code></em>,
|
1682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
1683
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> user_data_free_func</code></em>);</pre>
|
1684
|
+
<p>Binds <em class="parameter"><code>model</code></em>
|
1685
|
+
to <em class="parameter"><code>box</code></em>
|
1686
|
+
.</p>
|
1687
|
+
<p>If <em class="parameter"><code>box</code></em>
|
1688
|
+
was already bound to a model, that previous binding is
|
1689
|
+
destroyed.</p>
|
1690
|
+
<p>The contents of <em class="parameter"><code>box</code></em>
|
1691
|
+
are cleared and then filled with widgets that
|
1692
|
+
represent items from <em class="parameter"><code>model</code></em>
|
1693
|
+
. <em class="parameter"><code>box</code></em>
|
1694
|
+
is updated whenever <em class="parameter"><code>model</code></em>
|
1695
|
+
changes.
|
1696
|
+
If <em class="parameter"><code>model</code></em>
|
1697
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>box</code></em>
|
1698
|
+
is left empty.</p>
|
1699
|
+
<p>It is undefined to add or remove widgets directly (for example, with
|
1700
|
+
<a class="link" href="GtkFlowBox.html#gtk-flow-box-insert" title="gtk_flow_box_insert ()"><code class="function">gtk_flow_box_insert()</code></a> or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>) while <em class="parameter"><code>box</code></em>
|
1701
|
+
is bound to a
|
1702
|
+
model.</p>
|
1703
|
+
<p>Note that using a model is incompatible with the filtering and sorting
|
1704
|
+
functionality in GtkFlowBox. When using a model, filtering and sorting
|
1705
|
+
should be implemented by the model.</p>
|
1706
|
+
<div class="refsect3">
|
1707
|
+
<a name="gtk-flow-box-bind-model.parameters"></a><h4>Parameters</h4>
|
1708
|
+
<div class="informaltable"><table width="100%" border="0">
|
1709
|
+
<colgroup>
|
1710
|
+
<col width="150px" class="parameters_name">
|
1711
|
+
<col class="parameters_description">
|
1712
|
+
<col width="200px" class="parameters_annotations">
|
1713
|
+
</colgroup>
|
1714
|
+
<tbody>
|
1715
|
+
<tr>
|
1716
|
+
<td class="parameter_name"><p>box</p></td>
|
1717
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a></p></td>
|
1718
|
+
<td class="parameter_annotations"> </td>
|
1719
|
+
</tr>
|
1720
|
+
<tr>
|
1721
|
+
<td class="parameter_name"><p>model</p></td>
|
1722
|
+
<td class="parameter_description"><p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html#GListModel-struct"><span class="type">GListModel</span></a> to be bound to <em class="parameter"><code>box</code></em>
|
1723
|
+
. </p></td>
|
1724
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1725
|
+
</tr>
|
1726
|
+
<tr>
|
1727
|
+
<td class="parameter_name"><p>create_widget_func</p></td>
|
1728
|
+
<td class="parameter_description"><p>a function that creates widgets for items</p></td>
|
1729
|
+
<td class="parameter_annotations"> </td>
|
1730
|
+
</tr>
|
1731
|
+
<tr>
|
1732
|
+
<td class="parameter_name"><p>user_data</p></td>
|
1733
|
+
<td class="parameter_description"><p>user data passed to <em class="parameter"><code>create_widget_func</code></em>
|
1734
|
+
</p></td>
|
1735
|
+
<td class="parameter_annotations"> </td>
|
1736
|
+
</tr>
|
1737
|
+
<tr>
|
1738
|
+
<td class="parameter_name"><p>user_data_free_func</p></td>
|
1739
|
+
<td class="parameter_description"><p>function for freeing <em class="parameter"><code>user_data</code></em>
|
1740
|
+
</p></td>
|
1741
|
+
<td class="parameter_annotations"> </td>
|
1742
|
+
</tr>
|
1743
|
+
</tbody>
|
1744
|
+
</table></div>
|
1745
|
+
</div>
|
1746
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1747
|
+
</div>
|
1748
|
+
<hr>
|
1749
|
+
<div class="refsect2">
|
1589
1750
|
<a name="gtk-flow-box-child-new"></a><h3>gtk_flow_box_child_new ()</h3>
|
1590
1751
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
1591
1752
|
gtk_flow_box_child_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1592
1753
|
<p>Creates a new <a class="link" href="GtkFlowBox.html#GtkFlowBoxChild"><span class="type">GtkFlowBoxChild</span></a>, to be used as a child
|
1593
1754
|
of a <a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a>.</p>
|
1594
1755
|
<div class="refsect3">
|
1595
|
-
<a name="
|
1756
|
+
<a name="gtk-flow-box-child-new.returns"></a><h4>Returns</h4>
|
1596
1757
|
<p> a new <a class="link" href="GtkFlowBox.html#GtkFlowBoxChild"><span class="type">GtkFlowBoxChild</span></a></p>
|
1597
1758
|
</div>
|
1598
1759
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
@@ -1605,7 +1766,7 @@ gtk_flow_box_child_get_index (<em class="parameter"><code><a class="link" href="
|
|
1605
1766
|
<p>Gets the current index of the <em class="parameter"><code>child</code></em>
|
1606
1767
|
in its <a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> container.</p>
|
1607
1768
|
<div class="refsect3">
|
1608
|
-
<a name="
|
1769
|
+
<a name="gtk-flow-box-child-get-index.parameters"></a><h4>Parameters</h4>
|
1609
1770
|
<div class="informaltable"><table width="100%" border="0">
|
1610
1771
|
<colgroup>
|
1611
1772
|
<col width="150px" class="parameters_name">
|
@@ -1620,7 +1781,7 @@ gtk_flow_box_child_get_index (<em class="parameter"><code><a class="link" href="
|
|
1620
1781
|
</table></div>
|
1621
1782
|
</div>
|
1622
1783
|
<div class="refsect3">
|
1623
|
-
<a name="
|
1784
|
+
<a name="gtk-flow-box-child-get-index.returns"></a><h4>Returns</h4>
|
1624
1785
|
<p> the index of the <em class="parameter"><code>child</code></em>
|
1625
1786
|
, or -1 if the <em class="parameter"><code>child</code></em>
|
1626
1787
|
is not
|
@@ -1637,7 +1798,7 @@ gtk_flow_box_child_is_selected (<em class="parameter"><code><a class="link" href
|
|
1637
1798
|
is currently selected in its
|
1638
1799
|
<a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> container.</p>
|
1639
1800
|
<div class="refsect3">
|
1640
|
-
<a name="
|
1801
|
+
<a name="gtk-flow-box-child-is-selected.parameters"></a><h4>Parameters</h4>
|
1641
1802
|
<div class="informaltable"><table width="100%" border="0">
|
1642
1803
|
<colgroup>
|
1643
1804
|
<col width="150px" class="parameters_name">
|
@@ -1652,7 +1813,7 @@ gtk_flow_box_child_is_selected (<em class="parameter"><code><a class="link" href
|
|
1652
1813
|
</table></div>
|
1653
1814
|
</div>
|
1654
1815
|
<div class="refsect3">
|
1655
|
-
<a name="
|
1816
|
+
<a name="gtk-flow-box-child-is-selected.returns"></a><h4>Returns</h4>
|
1656
1817
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>child</code></em>
|
1657
1818
|
is selected</p>
|
1658
1819
|
</div>
|
@@ -1679,7 +1840,7 @@ and filtering functions into the widgets themselves. Another
|
|
1679
1840
|
alternative is to call <a class="link" href="GtkFlowBox.html#gtk-flow-box-invalidate-sort" title="gtk_flow_box_invalidate_sort ()"><code class="function">gtk_flow_box_invalidate_sort()</code></a> on any
|
1680
1841
|
model change, but that is more expensive.</p>
|
1681
1842
|
<div class="refsect3">
|
1682
|
-
<a name="
|
1843
|
+
<a name="gtk-flow-box-child-changed.parameters"></a><h4>Parameters</h4>
|
1683
1844
|
<div class="informaltable"><table width="100%" border="0">
|
1684
1845
|
<colgroup>
|
1685
1846
|
<col width="150px" class="parameters_name">
|
@@ -1785,7 +1946,7 @@ user_function (<a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span c
|
|
1785
1946
|
which gets emitted when the user activates the <em class="parameter"><code>box</code></em>
|
1786
1947
|
.</p>
|
1787
1948
|
<div class="refsect3">
|
1788
|
-
<a name="
|
1949
|
+
<a name="GtkFlowBox-activate-cursor-child.parameters"></a><h4>Parameters</h4>
|
1789
1950
|
<div class="informaltable"><table width="100%" border="0">
|
1790
1951
|
<colgroup>
|
1791
1952
|
<col width="150px" class="parameters_name">
|
@@ -1818,7 +1979,7 @@ user_function (<a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span c
|
|
1818
1979
|
<p>The ::child-activated signal is emitted when a child has been
|
1819
1980
|
activated by the user.</p>
|
1820
1981
|
<div class="refsect3">
|
1821
|
-
<a name="
|
1982
|
+
<a name="GtkFlowBox-child-activated.parameters"></a><h4>Parameters</h4>
|
1822
1983
|
<div class="informaltable"><table width="100%" border="0">
|
1823
1984
|
<colgroup>
|
1824
1985
|
<col width="150px" class="parameters_name">
|
@@ -1849,17 +2010,14 @@ activated by the user.</p>
|
|
1849
2010
|
<hr>
|
1850
2011
|
<div class="refsect2">
|
1851
2012
|
<a name="GtkFlowBox-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
|
1852
|
-
<pre class="programlisting"><span class="returnvalue">
|
2013
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1853
2014
|
user_function (<a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span class="type">GtkFlowBox</span></a> *box,
|
1854
2015
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
1855
2016
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
1856
2017
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1857
2018
|
<p>The ::move-cursor signal is a
|
1858
2019
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
1859
|
-
which gets emitted when the user initiates a cursor movement
|
1860
|
-
If the cursor is not visible in <em class="parameter"><code>text_view</code></em>
|
1861
|
-
, this signal causes
|
1862
|
-
the viewport to be moved instead.</p>
|
2020
|
+
which gets emitted when the user initiates a cursor movement.</p>
|
1863
2021
|
<p>Applications should not connect to it, but may emit it with
|
1864
2022
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-emit-by-name"><code class="function">g_signal_emit_by_name()</code></a> if they need to control the cursor
|
1865
2023
|
programmatically.</p>
|
@@ -1873,7 +2031,7 @@ There are too many key combinations to list them all here.</p>
|
|
1873
2031
|
<li class="listitem"><p>PageUp/PageDown keys move vertically by pages</p></li>
|
1874
2032
|
</ul></div>
|
1875
2033
|
<div class="refsect3">
|
1876
|
-
<a name="
|
2034
|
+
<a name="GtkFlowBox-move-cursor.parameters"></a><h4>Parameters</h4>
|
1877
2035
|
<div class="informaltable"><table width="100%" border="0">
|
1878
2036
|
<colgroup>
|
1879
2037
|
<col width="150px" class="parameters_name">
|
@@ -1905,6 +2063,11 @@ units to move</p></td>
|
|
1905
2063
|
</tbody>
|
1906
2064
|
</table></div>
|
1907
2065
|
</div>
|
2066
|
+
<div class="refsect3">
|
2067
|
+
<a name="GtkFlowBox-move-cursor.returns"></a><h4>Returns</h4>
|
2068
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop other handlers from being invoked for the event.
|
2069
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to propagate the event further.</p>
|
2070
|
+
</div>
|
1908
2071
|
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
1909
2072
|
</div>
|
1910
2073
|
<hr>
|
@@ -1919,7 +2082,7 @@ which gets emitted to select all children of the box, if
|
|
1919
2082
|
the selection mode permits it.</p>
|
1920
2083
|
<p>The default bindings for this signal is Ctrl-a.</p>
|
1921
2084
|
<div class="refsect3">
|
1922
|
-
<a name="
|
2085
|
+
<a name="GtkFlowBox-select-all.parameters"></a><h4>Parameters</h4>
|
1923
2086
|
<div class="informaltable"><table width="100%" border="0">
|
1924
2087
|
<colgroup>
|
1925
2088
|
<col width="150px" class="parameters_name">
|
@@ -1954,7 +2117,7 @@ set of selected children changes.</p>
|
|
1954
2117
|
<a class="link" href="GtkFlowBox.html#gtk-flow-box-get-selected-children" title="gtk_flow_box_get_selected_children ()"><code class="function">gtk_flow_box_get_selected_children()</code></a> to obtain the
|
1955
2118
|
selected children.</p>
|
1956
2119
|
<div class="refsect3">
|
1957
|
-
<a name="
|
2120
|
+
<a name="GtkFlowBox-selected-children-changed.parameters"></a><h4>Parameters</h4>
|
1958
2121
|
<div class="informaltable"><table width="100%" border="0">
|
1959
2122
|
<colgroup>
|
1960
2123
|
<col width="150px" class="parameters_name">
|
@@ -1988,7 +2151,7 @@ user_function (<a class="link" href="GtkFlowBox.html" title="GtkFlowBox"><span c
|
|
1988
2151
|
which toggles the selection of the child that has the focus.</p>
|
1989
2152
|
<p>The default binding for this signal is Ctrl-Space.</p>
|
1990
2153
|
<div class="refsect3">
|
1991
|
-
<a name="
|
2154
|
+
<a name="GtkFlowBox-toggle-cursor-child.parameters"></a><h4>Parameters</h4>
|
1992
2155
|
<div class="informaltable"><table width="100%" border="0">
|
1993
2156
|
<colgroup>
|
1994
2157
|
<col width="150px" class="parameters_name">
|
@@ -2023,7 +2186,7 @@ which gets emitted to unselect all children of the box, if
|
|
2023
2186
|
the selection mode permits it.</p>
|
2024
2187
|
<p>The default bindings for this signal is Ctrl-Shift-a.</p>
|
2025
2188
|
<div class="refsect3">
|
2026
|
-
<a name="
|
2189
|
+
<a name="GtkFlowBox-unselect-all.parameters"></a><h4>Parameters</h4>
|
2027
2190
|
<div class="informaltable"><table width="100%" border="0">
|
2028
2191
|
<colgroup>
|
2029
2192
|
<col width="150px" class="parameters_name">
|
@@ -2059,7 +2222,7 @@ double-clicking, or by using the Space or Enter key.</p>
|
|
2059
2222
|
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>,
|
2060
2223
|
it can be used by applications for their own purposes.</p>
|
2061
2224
|
<div class="refsect3">
|
2062
|
-
<a name="
|
2225
|
+
<a name="GtkFlowBoxChild-activate.parameters"></a><h4>Parameters</h4>
|
2063
2226
|
<div class="informaltable"><table width="100%" border="0">
|
2064
2227
|
<colgroup>
|
2065
2228
|
<col width="150px" class="parameters_name">
|
@@ -2085,6 +2248,6 @@ it can be used by applications for their own purposes.</p>
|
|
2085
2248
|
</div>
|
2086
2249
|
</div>
|
2087
2250
|
<div class="footer">
|
2088
|
-
<hr>Generated by GTK-Doc V1.
|
2251
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
2089
2252
|
</body>
|
2090
2253
|
</html>
|