gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -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="ButtonWidgets.html" title="Buttons and Toggles">
|
9
9
|
<link rel="prev" href="GtkToggleButton.html" title="GtkToggleButton">
|
10
10
|
<link rel="next" href="GtkMenuButton.html" title="GtkMenuButton">
|
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">
|
@@ -152,7 +152,7 @@
|
|
152
152
|
</div>
|
153
153
|
<div class="refsect1">
|
154
154
|
<a name="GtkLinkButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
155
|
-
<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>
|
155
|
+
<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>
|
156
156
|
<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>
|
157
157
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
158
158
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -186,6 +186,11 @@ to the constructor is used as a label for the widget.</p>
|
|
186
186
|
clicked. This behaviour can be overridden by connecting to the
|
187
187
|
<a class="link" href="GtkLinkButton.html#GtkLinkButton-activate-link" title="The “activate-link” signal"><span class="type">“activate-link”</span></a> signal and returning <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> from the
|
188
188
|
signal handler.</p>
|
189
|
+
<div class="refsect2">
|
190
|
+
<a name="id-1.3.9.6.10.6"></a><h3>CSS nodes</h3>
|
191
|
+
<p>GtkLinkButton has a single CSS node with name button. To differentiate
|
192
|
+
it from a plain <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, it gets the .link style class.</p>
|
193
|
+
</div>
|
189
194
|
</div>
|
190
195
|
<div class="refsect1">
|
191
196
|
<a name="GtkLinkButton.functions_details"></a><h2>Functions</h2>
|
@@ -195,7 +200,7 @@ signal handler.</p>
|
|
195
200
|
gtk_link_button_new (<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> *uri</code></em>);</pre>
|
196
201
|
<p>Creates a new <a class="link" href="GtkLinkButton.html" title="GtkLinkButton"><span class="type">GtkLinkButton</span></a> with the URI as its text.</p>
|
197
202
|
<div class="refsect3">
|
198
|
-
<a name="
|
203
|
+
<a name="gtk-link-button-new.parameters"></a><h4>Parameters</h4>
|
199
204
|
<div class="informaltable"><table width="100%" border="0">
|
200
205
|
<colgroup>
|
201
206
|
<col width="150px" class="parameters_name">
|
@@ -210,7 +215,7 @@ gtk_link_button_new (<em class="parameter"><code>const <a href="/home/vagrant/ru
|
|
210
215
|
</table></div>
|
211
216
|
</div>
|
212
217
|
<div class="refsect3">
|
213
|
-
<a name="
|
218
|
+
<a name="gtk-link-button-new.returns"></a><h4>Returns</h4>
|
214
219
|
<p> a new link button widget.</p>
|
215
220
|
</div>
|
216
221
|
<p class="since">Since: 2.10</p>
|
@@ -223,7 +228,7 @@ gtk_link_button_new_with_label (<em class="parameter"><code>const <a href="/home
|
|
223
228
|
<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> *label</code></em>);</pre>
|
224
229
|
<p>Creates a new <a class="link" href="GtkLinkButton.html" title="GtkLinkButton"><span class="type">GtkLinkButton</span></a> containing a label.</p>
|
225
230
|
<div class="refsect3">
|
226
|
-
<a name="
|
231
|
+
<a name="gtk-link-button-new-with-label.parameters"></a><h4>Parameters</h4>
|
227
232
|
<div class="informaltable"><table width="100%" border="0">
|
228
233
|
<colgroup>
|
229
234
|
<col width="150px" class="parameters_name">
|
@@ -245,7 +250,7 @@ gtk_link_button_new_with_label (<em class="parameter"><code>const <a href="/home
|
|
245
250
|
</table></div>
|
246
251
|
</div>
|
247
252
|
<div class="refsect3">
|
248
|
-
<a name="
|
253
|
+
<a name="gtk-link-button-new-with-label.returns"></a><h4>Returns</h4>
|
249
254
|
<p> a new link button widget. </p>
|
250
255
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
251
256
|
</div>
|
@@ -258,7 +263,7 @@ gtk_link_button_new_with_label (<em class="parameter"><code>const <a href="/home
|
|
258
263
|
gtk_link_button_get_uri (<em class="parameter"><code><a class="link" href="GtkLinkButton.html" title="GtkLinkButton"><span class="type">GtkLinkButton</span></a> *link_button</code></em>);</pre>
|
259
264
|
<p>Retrieves the URI set using <a class="link" href="GtkLinkButton.html#gtk-link-button-set-uri" title="gtk_link_button_set_uri ()"><code class="function">gtk_link_button_set_uri()</code></a>.</p>
|
260
265
|
<div class="refsect3">
|
261
|
-
<a name="
|
266
|
+
<a name="gtk-link-button-get-uri.parameters"></a><h4>Parameters</h4>
|
262
267
|
<div class="informaltable"><table width="100%" border="0">
|
263
268
|
<colgroup>
|
264
269
|
<col width="150px" class="parameters_name">
|
@@ -273,7 +278,7 @@ gtk_link_button_get_uri (<em class="parameter"><code><a class="link" href="GtkLi
|
|
273
278
|
</table></div>
|
274
279
|
</div>
|
275
280
|
<div class="refsect3">
|
276
|
-
<a name="
|
281
|
+
<a name="gtk-link-button-get-uri.returns"></a><h4>Returns</h4>
|
277
282
|
<p> a valid URI. The returned string is owned by the link button
|
278
283
|
and should not be modified or freed.</p>
|
279
284
|
</div>
|
@@ -289,7 +294,7 @@ gtk_link_button_set_uri (<em class="parameter"><code><a class="link" href="GtkLi
|
|
289
294
|
as the URI where the <a class="link" href="GtkLinkButton.html" title="GtkLinkButton"><span class="type">GtkLinkButton</span></a> points. As a side-effect
|
290
295
|
this unsets the “visited” state of the button.</p>
|
291
296
|
<div class="refsect3">
|
292
|
-
<a name="
|
297
|
+
<a name="gtk-link-button-set-uri.parameters"></a><h4>Parameters</h4>
|
293
298
|
<div class="informaltable"><table width="100%" border="0">
|
294
299
|
<colgroup>
|
295
300
|
<col width="150px" class="parameters_name">
|
@@ -322,7 +327,7 @@ points. The button becomes visited when it is clicked. If the URI
|
|
322
327
|
is changed on the button, the “visited” state is unset again.</p>
|
323
328
|
<p>The state may also be changed using <a class="link" href="GtkLinkButton.html#gtk-link-button-set-visited" title="gtk_link_button_set_visited ()"><code class="function">gtk_link_button_set_visited()</code></a>.</p>
|
324
329
|
<div class="refsect3">
|
325
|
-
<a name="
|
330
|
+
<a name="gtk-link-button-get-visited.parameters"></a><h4>Parameters</h4>
|
326
331
|
<div class="informaltable"><table width="100%" border="0">
|
327
332
|
<colgroup>
|
328
333
|
<col width="150px" class="parameters_name">
|
@@ -337,7 +342,7 @@ is changed on the button, the “visited” state is unset again.</p>
|
|
337
342
|
</table></div>
|
338
343
|
</div>
|
339
344
|
<div class="refsect3">
|
340
|
-
<a name="
|
345
|
+
<a name="gtk-link-button-get-visited.returns"></a><h4>Returns</h4>
|
341
346
|
<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 link has been visited, <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>
|
342
347
|
</div>
|
343
348
|
<p class="since">Since: 2.14</p>
|
@@ -351,7 +356,7 @@ gtk_link_button_set_visited (<em class="parameter"><code><a class="link" href="G
|
|
351
356
|
<p>Sets the “visited” state of the URI where the <a class="link" href="GtkLinkButton.html" title="GtkLinkButton"><span class="type">GtkLinkButton</span></a>
|
352
357
|
points. See <a class="link" href="GtkLinkButton.html#gtk-link-button-get-visited" title="gtk_link_button_get_visited ()"><code class="function">gtk_link_button_get_visited()</code></a> for more details.</p>
|
353
358
|
<div class="refsect3">
|
354
|
-
<a name="
|
359
|
+
<a name="gtk-link-button-set-visited.parameters"></a><h4>Parameters</h4>
|
355
360
|
<div class="informaltable"><table width="100%" border="0">
|
356
361
|
<colgroup>
|
357
362
|
<col width="150px" class="parameters_name">
|
@@ -393,7 +398,7 @@ private data and should be accessed using the provided API.</p>
|
|
393
398
|
<p>The <a class="link" href="GtkLinkButton.html#GtkLinkButtonClass" title="struct GtkLinkButtonClass"><span class="type">GtkLinkButtonClass</span></a> contains only
|
394
399
|
private data.</p>
|
395
400
|
<div class="refsect3">
|
396
|
-
<a name="
|
401
|
+
<a name="GtkLinkButtonClass.members"></a><h4>Members</h4>
|
397
402
|
<div class="informaltable"><table width="100%" border="0">
|
398
403
|
<colgroup>
|
399
404
|
<col width="300px" class="struct_members_name">
|
@@ -445,7 +450,7 @@ the <a class="link" href="GtkLinkButton.html#GtkLinkButton--uri" title="The “u
|
|
445
450
|
signal and stop the propagation of the signal by returning <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> from
|
446
451
|
your handler.</p>
|
447
452
|
<div class="refsect3">
|
448
|
-
<a name="
|
453
|
+
<a name="GtkLinkButton-activate-link.parameters"></a><h4>Parameters</h4>
|
449
454
|
<div class="informaltable"><table width="100%" border="0">
|
450
455
|
<colgroup>
|
451
456
|
<col width="150px" class="parameters_name">
|
@@ -475,6 +480,6 @@ your handler.</p>
|
|
475
480
|
</div>
|
476
481
|
</div>
|
477
482
|
<div class="footer">
|
478
|
-
<hr>Generated by GTK-Doc V1.
|
483
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
479
484
|
</body>
|
480
485
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkRevealer.html" title="GtkRevealer">
|
10
10
|
<link rel="next" href="GtkFlowBox.html" title="GtkFlowBox">
|
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">
|
@@ -508,7 +508,7 @@
|
|
508
508
|
</div>
|
509
509
|
<div class="refsect1">
|
510
510
|
<a name="GtkListBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
511
|
-
<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>
|
511
|
+
<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>
|
512
512
|
<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>
|
513
513
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
514
514
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -545,11 +545,17 @@ button in it).</p>
|
|
545
545
|
<p>Although a <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> must have only <a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a> children you can
|
546
546
|
add any kind of widget to it via <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>, and a <a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a>
|
547
547
|
widget will automatically be inserted between the list and the widget.</p>
|
548
|
-
<p><a href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRows</span></a> can be marked as activatable or selectable. If a row
|
548
|
+
<p><a href="GtkListBox.html#GtkListBoxRow-struct"><span class="type">GtkListBoxRows</span></a> can be marked as activatable or selectable. If a row
|
549
549
|
is activatable, <a class="link" href="GtkListBox.html#GtkListBox-row-activated" title="The “row-activated” signal"><span class="type">“row-activated”</span></a> will be emitted for it when
|
550
550
|
the user tries to activate it. If it is selectable, the row will be marked
|
551
551
|
as selected when the user tries to select it.</p>
|
552
552
|
<p>The GtkListBox widget was added in GTK+ 3.10.</p>
|
553
|
+
<div class="refsect2">
|
554
|
+
<a name="id-1.3.7.5.11.7"></a><h3>CSS nodes</h3>
|
555
|
+
<p>GtkListBox uses a single CSS node with name list. GtkListBoxRow uses
|
556
|
+
a single CSS node with name row. The row nodes get the .activatable
|
557
|
+
style class added when appropriate.</p>
|
558
|
+
</div>
|
553
559
|
</div>
|
554
560
|
<div class="refsect1">
|
555
561
|
<a name="GtkListBox.functions_details"></a><h2>Functions</h2>
|
@@ -561,7 +567,7 @@ as selected when the user tries to select it.</p>
|
|
561
567
|
<p>Will be called whenever the row changes or is added and lets you control
|
562
568
|
if the row should be visible or not.</p>
|
563
569
|
<div class="refsect3">
|
564
|
-
<a name="
|
570
|
+
<a name="GtkListBoxFilterFunc.parameters"></a><h4>Parameters</h4>
|
565
571
|
<div class="informaltable"><table width="100%" border="0">
|
566
572
|
<colgroup>
|
567
573
|
<col width="150px" class="parameters_name">
|
@@ -583,7 +589,7 @@ if the row should be visible or not.</p>
|
|
583
589
|
</table></div>
|
584
590
|
</div>
|
585
591
|
<div class="refsect3">
|
586
|
-
<a name="
|
592
|
+
<a name="GtkListBoxFilterFunc.returns"></a><h4>Returns</h4>
|
587
593
|
<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>
|
588
594
|
</div>
|
589
595
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -597,7 +603,7 @@ if the row should be visible or not.</p>
|
|
597
603
|
<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>
|
598
604
|
<p>Compare two rows to determine which should be first.</p>
|
599
605
|
<div class="refsect3">
|
600
|
-
<a name="
|
606
|
+
<a name="GtkListBoxSortFunc.parameters"></a><h4>Parameters</h4>
|
601
607
|
<div class="informaltable"><table width="100%" border="0">
|
602
608
|
<colgroup>
|
603
609
|
<col width="150px" class="parameters_name">
|
@@ -624,7 +630,7 @@ if the row should be visible or not.</p>
|
|
624
630
|
</table></div>
|
625
631
|
</div>
|
626
632
|
<div class="refsect3">
|
627
|
-
<a name="
|
633
|
+
<a name="GtkListBoxSortFunc.returns"></a><h4>Returns</h4>
|
628
634
|
<p> < 0 if <em class="parameter"><code>row1</code></em>
|
629
635
|
should be before <em class="parameter"><code>row2</code></em>
|
630
636
|
, 0 if they are
|
@@ -647,7 +653,7 @@ is called, which lets you update the header on <em class="parameter"><code>row</
|
|
647
653
|
remove or set a new one via <a class="link" href="GtkListBox.html#gtk-list-box-row-set-header" title="gtk_list_box_row_set_header ()"><code class="function">gtk_list_box_row_set_header()</code></a> or
|
648
654
|
just change the state of the current header widget.</p>
|
649
655
|
<div class="refsect3">
|
650
|
-
<a name="
|
656
|
+
<a name="GtkListBoxUpdateHeaderFunc.parameters"></a><h4>Parameters</h4>
|
651
657
|
<div class="informaltable"><table width="100%" border="0">
|
652
658
|
<colgroup>
|
653
659
|
<col width="150px" class="parameters_name">
|
@@ -683,7 +689,7 @@ just change the state of the current header widget.</p>
|
|
683
689
|
gtk_list_box_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
684
690
|
<p>Creates a new <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> container.</p>
|
685
691
|
<div class="refsect3">
|
686
|
-
<a name="
|
692
|
+
<a name="gtk-list-box-new.returns"></a><h4>Returns</h4>
|
687
693
|
<p> a new <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a></p>
|
688
694
|
</div>
|
689
695
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -698,7 +704,7 @@ gtk_list_box_prepend (<em class="parameter"><code><a class="link" href="GtkListB
|
|
698
704
|
actually be inserted at the calculated position and this function has the
|
699
705
|
same effect of <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>.</p>
|
700
706
|
<div class="refsect3">
|
701
|
-
<a name="
|
707
|
+
<a name="gtk-list-box-prepend.parameters"></a><h4>Parameters</h4>
|
702
708
|
<div class="informaltable"><table width="100%" border="0">
|
703
709
|
<colgroup>
|
704
710
|
<col width="150px" class="parameters_name">
|
@@ -740,7 +746,7 @@ this function has the same effect of <a class="link" href="GtkContainer.html#gtk
|
|
740
746
|
, then the <em class="parameter"><code>child</code></em>
|
741
747
|
will be appended to the end.</p>
|
742
748
|
<div class="refsect3">
|
743
|
-
<a name="
|
749
|
+
<a name="gtk-list-box-insert.parameters"></a><h4>Parameters</h4>
|
744
750
|
<div class="informaltable"><table width="100%" border="0">
|
745
751
|
<colgroup>
|
746
752
|
<col width="150px" class="parameters_name">
|
@@ -778,7 +784,7 @@ gtk_list_box_select_row (<em class="parameter"><code><a class="link" href="GtkLi
|
|
778
784
|
<p>Make <em class="parameter"><code>row</code></em>
|
779
785
|
the currently selected row.</p>
|
780
786
|
<div class="refsect3">
|
781
|
-
<a name="
|
787
|
+
<a name="gtk-list-box-select-row.parameters"></a><h4>Parameters</h4>
|
782
788
|
<div class="informaltable"><table width="100%" border="0">
|
783
789
|
<colgroup>
|
784
790
|
<col width="150px" class="parameters_name">
|
@@ -810,7 +816,7 @@ gtk_list_box_unselect_row (<em class="parameter"><code><a class="link" href="Gtk
|
|
810
816
|
<p>Unselects a single row of <em class="parameter"><code>box</code></em>
|
811
817
|
, if the selection mode allows it.</p>
|
812
818
|
<div class="refsect3">
|
813
|
-
<a name="
|
819
|
+
<a name="gtk-list-box-unselect-row.parameters"></a><h4>Parameters</h4>
|
814
820
|
<div class="informaltable"><table width="100%" border="0">
|
815
821
|
<colgroup>
|
816
822
|
<col width="150px" class="parameters_name">
|
@@ -841,7 +847,7 @@ gtk_list_box_select_all (<em class="parameter"><code><a class="link" href="GtkLi
|
|
841
847
|
<p>Select all children of <em class="parameter"><code>box</code></em>
|
842
848
|
, if the selection mode allows it.</p>
|
843
849
|
<div class="refsect3">
|
844
|
-
<a name="
|
850
|
+
<a name="gtk-list-box-select-all.parameters"></a><h4>Parameters</h4>
|
845
851
|
<div class="informaltable"><table width="100%" border="0">
|
846
852
|
<colgroup>
|
847
853
|
<col width="150px" class="parameters_name">
|
@@ -865,7 +871,7 @@ gtk_list_box_unselect_all (<em class="parameter"><code><a class="link" href="Gtk
|
|
865
871
|
<p>Unselect all children of <em class="parameter"><code>box</code></em>
|
866
872
|
, if the selection mode allows it.</p>
|
867
873
|
<div class="refsect3">
|
868
|
-
<a name="
|
874
|
+
<a name="gtk-list-box-unselect-all.parameters"></a><h4>Parameters</h4>
|
869
875
|
<div class="informaltable"><table width="100%" border="0">
|
870
876
|
<colgroup>
|
871
877
|
<col width="150px" class="parameters_name">
|
@@ -891,7 +897,7 @@ gtk_list_box_get_selected_row (<em class="parameter"><code><a class="link" href=
|
|
891
897
|
case you should use <a class="link" href="GtkListBox.html#gtk-list-box-selected-foreach" title="gtk_list_box_selected_foreach ()"><code class="function">gtk_list_box_selected_foreach()</code></a> to
|
892
898
|
find all selected rows.</p>
|
893
899
|
<div class="refsect3">
|
894
|
-
<a name="
|
900
|
+
<a name="gtk-list-box-get-selected-row.parameters"></a><h4>Parameters</h4>
|
895
901
|
<div class="informaltable"><table width="100%" border="0">
|
896
902
|
<colgroup>
|
897
903
|
<col width="150px" class="parameters_name">
|
@@ -906,7 +912,7 @@ find all selected rows.</p>
|
|
906
912
|
</table></div>
|
907
913
|
</div>
|
908
914
|
<div class="refsect3">
|
909
|
-
<a name="
|
915
|
+
<a name="gtk-list-box-get-selected-row.returns"></a><h4>Returns</h4>
|
910
916
|
<p> the selected row. </p>
|
911
917
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
912
918
|
</div>
|
@@ -923,7 +929,7 @@ find all selected rows.</p>
|
|
923
929
|
It will be called on every selected child of the <em class="parameter"><code>box</code></em>
|
924
930
|
.</p>
|
925
931
|
<div class="refsect3">
|
926
|
-
<a name="
|
932
|
+
<a name="GtkListBoxForeachFunc.parameters"></a><h4>Parameters</h4>
|
927
933
|
<div class="informaltable"><table width="100%" border="0">
|
928
934
|
<colgroup>
|
929
935
|
<col width="150px" class="parameters_name">
|
@@ -961,7 +967,7 @@ gtk_list_box_selected_foreach (<em class="parameter"><code><a class="link" href=
|
|
961
967
|
<p>Calls a function for each selected child.</p>
|
962
968
|
<p>Note that the selection cannot be modified from within this function.</p>
|
963
969
|
<div class="refsect3">
|
964
|
-
<a name="
|
970
|
+
<a name="gtk-list-box-selected-foreach.parameters"></a><h4>Parameters</h4>
|
965
971
|
<div class="informaltable"><table width="100%" border="0">
|
966
972
|
<colgroup>
|
967
973
|
<col width="150px" class="parameters_name">
|
@@ -996,7 +1002,7 @@ gtk_list_box_selected_foreach (<em class="parameter"><code><a class="link" href=
|
|
996
1002
|
gtk_list_box_get_selected_rows (<em class="parameter"><code><a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> *box</code></em>);</pre>
|
997
1003
|
<p>Creates a list of all selected children.</p>
|
998
1004
|
<div class="refsect3">
|
999
|
-
<a name="
|
1005
|
+
<a name="gtk-list-box-get-selected-rows.parameters"></a><h4>Parameters</h4>
|
1000
1006
|
<div class="informaltable"><table width="100%" border="0">
|
1001
1007
|
<colgroup>
|
1002
1008
|
<col width="150px" class="parameters_name">
|
@@ -1011,7 +1017,7 @@ gtk_list_box_get_selected_rows (<em class="parameter"><code><a class="link" href
|
|
1011
1017
|
</table></div>
|
1012
1018
|
</div>
|
1013
1019
|
<div class="refsect3">
|
1014
|
-
<a name="
|
1020
|
+
<a name="gtk-list-box-get-selected-rows.returns"></a><h4>Returns</h4>
|
1015
1021
|
<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.
|
1016
1022
|
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>
|
1017
1023
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkListBoxRow][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
@@ -1027,7 +1033,7 @@ gtk_list_box_set_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1027
1033
|
<p>Sets how selection works in the listbox.
|
1028
1034
|
See <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> for details.</p>
|
1029
1035
|
<div class="refsect3">
|
1030
|
-
<a name="
|
1036
|
+
<a name="gtk-list-box-set-selection-mode.parameters"></a><h4>Parameters</h4>
|
1031
1037
|
<div class="informaltable"><table width="100%" border="0">
|
1032
1038
|
<colgroup>
|
1033
1039
|
<col width="150px" class="parameters_name">
|
@@ -1057,7 +1063,7 @@ See <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" titl
|
|
1057
1063
|
gtk_list_box_get_selection_mode (<em class="parameter"><code><a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> *box</code></em>);</pre>
|
1058
1064
|
<p>Gets the selection mode of the listbox.</p>
|
1059
1065
|
<div class="refsect3">
|
1060
|
-
<a name="
|
1066
|
+
<a name="gtk-list-box-get-selection-mode.parameters"></a><h4>Parameters</h4>
|
1061
1067
|
<div class="informaltable"><table width="100%" border="0">
|
1062
1068
|
<colgroup>
|
1063
1069
|
<col width="150px" class="parameters_name">
|
@@ -1072,7 +1078,7 @@ gtk_list_box_get_selection_mode (<em class="parameter"><code><a class="link" hre
|
|
1072
1078
|
</table></div>
|
1073
1079
|
</div>
|
1074
1080
|
<div class="refsect3">
|
1075
|
-
<a name="
|
1081
|
+
<a name="gtk-list-box-get-selection-mode.returns"></a><h4>Returns</h4>
|
1076
1082
|
<p> a <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></p>
|
1077
1083
|
</div>
|
1078
1084
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -1088,7 +1094,7 @@ gtk_list_box_set_activate_on_single_click
|
|
1088
1094
|
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>, rows will be activated when you click on them,
|
1089
1095
|
otherwise you need to double-click.</p>
|
1090
1096
|
<div class="refsect3">
|
1091
|
-
<a name="
|
1097
|
+
<a name="gtk-list-box-set-activate-on-single-click.parameters"></a><h4>Parameters</h4>
|
1092
1098
|
<div class="informaltable"><table width="100%" border="0">
|
1093
1099
|
<colgroup>
|
1094
1100
|
<col width="150px" class="parameters_name">
|
@@ -1119,7 +1125,7 @@ gtk_list_box_get_activate_on_single_click
|
|
1119
1125
|
(<em class="parameter"><code><a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> *box</code></em>);</pre>
|
1120
1126
|
<p>Returns whether rows activate on single clicks.</p>
|
1121
1127
|
<div class="refsect3">
|
1122
|
-
<a name="
|
1128
|
+
<a name="gtk-list-box-get-activate-on-single-click.parameters"></a><h4>Parameters</h4>
|
1123
1129
|
<div class="informaltable"><table width="100%" border="0">
|
1124
1130
|
<colgroup>
|
1125
1131
|
<col width="150px" class="parameters_name">
|
@@ -1134,7 +1140,7 @@ gtk_list_box_get_activate_on_single_click
|
|
1134
1140
|
</table></div>
|
1135
1141
|
</div>
|
1136
1142
|
<div class="refsect3">
|
1137
|
-
<a name="
|
1143
|
+
<a name="gtk-list-box-get-activate-on-single-click.returns"></a><h4>Returns</h4>
|
1138
1144
|
<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 rows are activated on single click, <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>
|
1139
1145
|
</div>
|
1140
1146
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -1147,7 +1153,7 @@ gtk_list_box_get_adjustment (<em class="parameter"><code><a class="link" href="G
|
|
1147
1153
|
<p>Gets the adjustment (if any) that the widget uses to
|
1148
1154
|
for vertical scrolling.</p>
|
1149
1155
|
<div class="refsect3">
|
1150
|
-
<a name="
|
1156
|
+
<a name="gtk-list-box-get-adjustment.parameters"></a><h4>Parameters</h4>
|
1151
1157
|
<div class="informaltable"><table width="100%" border="0">
|
1152
1158
|
<colgroup>
|
1153
1159
|
<col width="150px" class="parameters_name">
|
@@ -1162,7 +1168,7 @@ for vertical scrolling.</p>
|
|
1162
1168
|
</table></div>
|
1163
1169
|
</div>
|
1164
1170
|
<div class="refsect3">
|
1165
|
-
<a name="
|
1171
|
+
<a name="gtk-list-box-get-adjustment.returns"></a><h4>Returns</h4>
|
1166
1172
|
<p> the adjustment. </p>
|
1167
1173
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1168
1174
|
</div>
|
@@ -1183,7 +1189,7 @@ a <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span
|
|
1183
1189
|
be picked up automatically, so there is no need
|
1184
1190
|
to manually do that.</p>
|
1185
1191
|
<div class="refsect3">
|
1186
|
-
<a name="
|
1192
|
+
<a name="gtk-list-box-set-adjustment.parameters"></a><h4>Parameters</h4>
|
1187
1193
|
<div class="informaltable"><table width="100%" border="0">
|
1188
1194
|
<colgroup>
|
1189
1195
|
<col width="150px" class="parameters_name">
|
@@ -1215,7 +1221,7 @@ gtk_list_box_set_placeholder (<em class="parameter"><code><a class="link" href="
|
|
1215
1221
|
<p>Sets the placeholder widget that is shown in the list when
|
1216
1222
|
it doesn't display any visible children.</p>
|
1217
1223
|
<div class="refsect3">
|
1218
|
-
<a name="
|
1224
|
+
<a name="gtk-list-box-set-placeholder.parameters"></a><h4>Parameters</h4>
|
1219
1225
|
<div class="informaltable"><table width="100%" border="0">
|
1220
1226
|
<colgroup>
|
1221
1227
|
<col width="150px" class="parameters_name">
|
@@ -1249,7 +1255,7 @@ If <em class="parameter"><code>_index</code></em>
|
|
1249
1255
|
is negative or larger than the number of items in the
|
1250
1256
|
list, <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> is returned.</p>
|
1251
1257
|
<div class="refsect3">
|
1252
|
-
<a name="
|
1258
|
+
<a name="gtk-list-box-get-row-at-index.parameters"></a><h4>Parameters</h4>
|
1253
1259
|
<div class="informaltable"><table width="100%" border="0">
|
1254
1260
|
<colgroup>
|
1255
1261
|
<col width="150px" class="parameters_name">
|
@@ -1271,9 +1277,9 @@ list, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/
|
|
1271
1277
|
</table></div>
|
1272
1278
|
</div>
|
1273
1279
|
<div class="refsect3">
|
1274
|
-
<a name="
|
1280
|
+
<a name="gtk-list-box-get-row-at-index.returns"></a><h4>Returns</h4>
|
1275
1281
|
<p> the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1276
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1282
|
+
<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>
|
1277
1283
|
</div>
|
1278
1284
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1279
1285
|
</div>
|
@@ -1286,7 +1292,7 @@ gtk_list_box_get_row_at_y (<em class="parameter"><code><a class="link" href="Gtk
|
|
1286
1292
|
<p>Gets the row at the <em class="parameter"><code>y</code></em>
|
1287
1293
|
position.</p>
|
1288
1294
|
<div class="refsect3">
|
1289
|
-
<a name="
|
1295
|
+
<a name="gtk-list-box-get-row-at-y.parameters"></a><h4>Parameters</h4>
|
1290
1296
|
<div class="informaltable"><table width="100%" border="0">
|
1291
1297
|
<colgroup>
|
1292
1298
|
<col width="150px" class="parameters_name">
|
@@ -1308,9 +1314,10 @@ gtk_list_box_get_row_at_y (<em class="parameter"><code><a class="link" href="Gtk
|
|
1308
1314
|
</table></div>
|
1309
1315
|
</div>
|
1310
1316
|
<div class="refsect3">
|
1311
|
-
<a name="
|
1312
|
-
<p> the row. </
|
1313
|
-
|
1317
|
+
<a name="gtk-list-box-get-row-at-y.returns"></a><h4>Returns</h4>
|
1318
|
+
<p> the row 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>
|
1319
|
+
in case no row exists for the given y coordinate. </p>
|
1320
|
+
<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>
|
1314
1321
|
</div>
|
1315
1322
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1316
1323
|
</div>
|
@@ -1326,7 +1333,7 @@ to an external factor. For instance, this would be used
|
|
1326
1333
|
if the filter function just looked for a specific search
|
1327
1334
|
string and the entry with the search string has changed.</p>
|
1328
1335
|
<div class="refsect3">
|
1329
|
-
<a name="
|
1336
|
+
<a name="gtk-list-box-invalidate-filter.parameters"></a><h4>Parameters</h4>
|
1330
1337
|
<div class="informaltable"><table width="100%" border="0">
|
1331
1338
|
<colgroup>
|
1332
1339
|
<col width="150px" class="parameters_name">
|
@@ -1352,7 +1359,7 @@ of the header function on the <em class="parameter"><code>box</code></em>
|
|
1352
1359
|
is changed due
|
1353
1360
|
to an external factor.</p>
|
1354
1361
|
<div class="refsect3">
|
1355
|
-
<a name="
|
1362
|
+
<a name="gtk-list-box-invalidate-headers.parameters"></a><h4>Parameters</h4>
|
1356
1363
|
<div class="informaltable"><table width="100%" border="0">
|
1357
1364
|
<colgroup>
|
1358
1365
|
<col width="150px" class="parameters_name">
|
@@ -1378,7 +1385,7 @@ of the sort function on the <em class="parameter"><code>box</code></em>
|
|
1378
1385
|
is changed due
|
1379
1386
|
to an external factor.</p>
|
1380
1387
|
<div class="refsect3">
|
1381
|
-
<a name="
|
1388
|
+
<a name="gtk-list-box-invalidate-sort.parameters"></a><h4>Parameters</h4>
|
1382
1389
|
<div class="informaltable"><table width="100%" border="0">
|
1383
1390
|
<colgroup>
|
1384
1391
|
<col width="150px" class="parameters_name">
|
@@ -1410,8 +1417,10 @@ filters the original list to only show the matching rows.</p>
|
|
1410
1417
|
will be called for each row after the call, and it will
|
1411
1418
|
continue to be called each time a row changes (via <a class="link" href="GtkListBox.html#gtk-list-box-row-changed" title="gtk_list_box_row_changed ()"><code class="function">gtk_list_box_row_changed()</code></a>) or
|
1412
1419
|
when <a class="link" href="GtkListBox.html#gtk-list-box-invalidate-filter" title="gtk_list_box_invalidate_filter ()"><code class="function">gtk_list_box_invalidate_filter()</code></a> is called.</p>
|
1420
|
+
<p>Note that using a filter function is incompatible with using a model
|
1421
|
+
(see <a class="link" href="GtkListBox.html#gtk-list-box-bind-model" title="gtk_list_box_bind_model ()"><code class="function">gtk_list_box_bind_model()</code></a>).</p>
|
1413
1422
|
<div class="refsect3">
|
1414
|
-
<a name="
|
1423
|
+
<a name="gtk-list-box-set-filter-func.parameters"></a><h4>Parameters</h4>
|
1415
1424
|
<div class="informaltable"><table width="100%" border="0">
|
1416
1425
|
<colgroup>
|
1417
1426
|
<col width="150px" class="parameters_name">
|
@@ -1474,7 +1483,7 @@ the row before changes (either by <a class="link" href="GtkListBox.html#gtk-list
|
|
1474
1483
|
the previous row becomes a different row). It is also called for all rows when
|
1475
1484
|
<a class="link" href="GtkListBox.html#gtk-list-box-invalidate-headers" title="gtk_list_box_invalidate_headers ()"><code class="function">gtk_list_box_invalidate_headers()</code></a> is called.</p>
|
1476
1485
|
<div class="refsect3">
|
1477
|
-
<a name="
|
1486
|
+
<a name="gtk-list-box-set-header-func.parameters"></a><h4>Parameters</h4>
|
1478
1487
|
<div class="informaltable"><table width="100%" border="0">
|
1479
1488
|
<colgroup>
|
1480
1489
|
<col width="150px" class="parameters_name">
|
@@ -1524,8 +1533,10 @@ of the list, based on the contents of the rows.</p>
|
|
1524
1533
|
will be called for each row after the call, and will continue to
|
1525
1534
|
be called each time a row changes (via <a class="link" href="GtkListBox.html#gtk-list-box-row-changed" title="gtk_list_box_row_changed ()"><code class="function">gtk_list_box_row_changed()</code></a>) and when
|
1526
1535
|
<a class="link" href="GtkListBox.html#gtk-list-box-invalidate-sort" title="gtk_list_box_invalidate_sort ()"><code class="function">gtk_list_box_invalidate_sort()</code></a> is called.</p>
|
1536
|
+
<p>Note that using a sort function is incompatible with using a model
|
1537
|
+
(see <a class="link" href="GtkListBox.html#gtk-list-box-bind-model" title="gtk_list_box_bind_model ()"><code class="function">gtk_list_box_bind_model()</code></a>).</p>
|
1527
1538
|
<div class="refsect3">
|
1528
|
-
<a name="
|
1539
|
+
<a name="gtk-list-box-set-sort-func.parameters"></a><h4>Parameters</h4>
|
1529
1540
|
<div class="informaltable"><table width="100%" border="0">
|
1530
1541
|
<colgroup>
|
1531
1542
|
<col width="150px" class="parameters_name">
|
@@ -1573,7 +1584,7 @@ and any previously highlighted row will be unhighlighted.</p>
|
|
1573
1584
|
<p>The row will also be unhighlighted when the widget gets
|
1574
1585
|
a drag leave event.</p>
|
1575
1586
|
<div class="refsect3">
|
1576
|
-
<a name="
|
1587
|
+
<a name="gtk-list-box-drag-highlight-row.parameters"></a><h4>Parameters</h4>
|
1577
1588
|
<div class="informaltable"><table width="100%" border="0">
|
1578
1589
|
<colgroup>
|
1579
1590
|
<col width="150px" class="parameters_name">
|
@@ -1604,7 +1615,7 @@ gtk_list_box_drag_unhighlight_row (<em class="parameter"><code><a class="link" h
|
|
1604
1615
|
<p>If a row has previously been highlighted via <a class="link" href="GtkListBox.html#gtk-list-box-drag-highlight-row" title="gtk_list_box_drag_highlight_row ()"><code class="function">gtk_list_box_drag_highlight_row()</code></a>
|
1605
1616
|
it will have the highlight removed.</p>
|
1606
1617
|
<div class="refsect3">
|
1607
|
-
<a name="
|
1618
|
+
<a name="gtk-list-box-drag-unhighlight-row.parameters"></a><h4>Parameters</h4>
|
1608
1619
|
<div class="informaltable"><table width="100%" border="0">
|
1609
1620
|
<colgroup>
|
1610
1621
|
<col width="150px" class="parameters_name">
|
@@ -1626,10 +1637,14 @@ it will have the highlight removed.</p>
|
|
1626
1637
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
1627
1638
|
<span class="c_punctuation">(</span>*GtkListBoxCreateWidgetFunc<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>,
|
1628
1639
|
<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>
|
1629
|
-
<p>Called for list boxes that are bound to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html"><span class="type">GListModel</span></a> with
|
1640
|
+
<p>Called for list 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
|
1630
1641
|
<a class="link" href="GtkListBox.html#gtk-list-box-bind-model" title="gtk_list_box_bind_model ()"><code class="function">gtk_list_box_bind_model()</code></a> for each item that gets added to the model.</p>
|
1642
|
+
<p>Versions of GTK+ prior to 3.18 called <a class="link" href="GtkWidget.html#gtk-widget-show-all" title="gtk_widget_show_all ()"><code class="function">gtk_widget_show_all()</code></a> on the rows
|
1643
|
+
created by the GtkListBoxCreateWidgetFunc, but this forced all widgets
|
1644
|
+
inside the row to be shown, and is no longer the case. Applications should
|
1645
|
+
be updated to show the desired row widgets.</p>
|
1631
1646
|
<div class="refsect3">
|
1632
|
-
<a name="
|
1647
|
+
<a name="GtkListBoxCreateWidgetFunc.parameters"></a><h4>Parameters</h4>
|
1633
1648
|
<div class="informaltable"><table width="100%" border="0">
|
1634
1649
|
<colgroup>
|
1635
1650
|
<col width="150px" class="parameters_name">
|
@@ -1651,7 +1666,7 @@ it will have the highlight removed.</p>
|
|
1651
1666
|
</table></div>
|
1652
1667
|
</div>
|
1653
1668
|
<div class="refsect3">
|
1654
|
-
<a name="
|
1669
|
+
<a name="GtkListBoxCreateWidgetFunc.returns"></a><h4>Returns</h4>
|
1655
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>
|
1656
1671
|
. </p>
|
1657
1672
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -1663,7 +1678,7 @@ it will have the highlight removed.</p>
|
|
1663
1678
|
<a name="gtk-list-box-bind-model"></a><h3>gtk_list_box_bind_model ()</h3>
|
1664
1679
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1665
1680
|
gtk_list_box_bind_model (<em class="parameter"><code><a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> *box</code></em>,
|
1666
|
-
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html"><span class="type">GListModel</span></a> *model</code></em>,
|
1681
|
+
<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>,
|
1667
1682
|
<em class="parameter"><code><a class="link" href="GtkListBox.html#GtkListBoxCreateWidgetFunc" title="GtkListBoxCreateWidgetFunc ()"><span class="type">GtkListBoxCreateWidgetFunc</span></a> create_widget_func</code></em>,
|
1668
1683
|
<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>,
|
1669
1684
|
<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>
|
@@ -1686,8 +1701,11 @@ If <em class="parameter"><code>model</code></em>
|
|
1686
1701
|
<a class="link" href="GtkListBox.html#gtk-list-box-insert" title="gtk_list_box_insert ()"><code class="function">gtk_list_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>
|
1687
1702
|
is bound to a
|
1688
1703
|
model.</p>
|
1704
|
+
<p>Note that using a model is incompatible with the filtering and sorting
|
1705
|
+
functionality in GtkListBox. When using a model, filtering and sorting
|
1706
|
+
should be implemented by the model.</p>
|
1689
1707
|
<div class="refsect3">
|
1690
|
-
<a name="
|
1708
|
+
<a name="gtk-list-box-bind-model.parameters"></a><h4>Parameters</h4>
|
1691
1709
|
<div class="informaltable"><table width="100%" border="0">
|
1692
1710
|
<colgroup>
|
1693
1711
|
<col width="150px" class="parameters_name">
|
@@ -1702,14 +1720,16 @@ model.</p>
|
|
1702
1720
|
</tr>
|
1703
1721
|
<tr>
|
1704
1722
|
<td class="parameter_name"><p>model</p></td>
|
1705
|
-
<td class="parameter_description"><p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GListModel.html"><span class="type">GListModel</span></a> to be bound to <em class="parameter"><code>box</code></em>
|
1723
|
+
<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>
|
1706
1724
|
. </p></td>
|
1707
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1725
|
+
<td class="parameter_annotations"><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></td>
|
1708
1726
|
</tr>
|
1709
1727
|
<tr>
|
1710
1728
|
<td class="parameter_name"><p>create_widget_func</p></td>
|
1711
|
-
<td class="parameter_description"><p>a function that creates widgets for items
|
1712
|
-
<
|
1729
|
+
<td class="parameter_description"><p> a function that creates widgets for items
|
1730
|
+
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 you also passed <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> as <em class="parameter"><code>model</code></em>
|
1731
|
+
. </p></td>
|
1732
|
+
<td class="parameter_annotations"><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></td>
|
1713
1733
|
</tr>
|
1714
1734
|
<tr>
|
1715
1735
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -1735,7 +1755,7 @@ model.</p>
|
|
1735
1755
|
gtk_list_box_row_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1736
1756
|
<p>Creates a new <a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a>, to be used as a child of a <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a>.</p>
|
1737
1757
|
<div class="refsect3">
|
1738
|
-
<a name="
|
1758
|
+
<a name="gtk-list-box-row-new.returns"></a><h4>Returns</h4>
|
1739
1759
|
<p> a new <a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a></p>
|
1740
1760
|
</div>
|
1741
1761
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -1761,7 +1781,7 @@ row functions into the row widgets themselves. Another alternative
|
|
1761
1781
|
is to call <a class="link" href="GtkListBox.html#gtk-list-box-invalidate-sort" title="gtk_list_box_invalidate_sort ()"><code class="function">gtk_list_box_invalidate_sort()</code></a> on any model change,
|
1762
1782
|
but that is more expensive.</p>
|
1763
1783
|
<div class="refsect3">
|
1764
|
-
<a name="
|
1784
|
+
<a name="gtk-list-box-row-changed.parameters"></a><h4>Parameters</h4>
|
1765
1785
|
<div class="informaltable"><table width="100%" border="0">
|
1766
1786
|
<colgroup>
|
1767
1787
|
<col width="150px" class="parameters_name">
|
@@ -1785,7 +1805,7 @@ gtk_list_box_row_is_selected (<em class="parameter"><code><a class="link" href="
|
|
1785
1805
|
<p>Returns whether the child is currently selected in its
|
1786
1806
|
<a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> container.</p>
|
1787
1807
|
<div class="refsect3">
|
1788
|
-
<a name="
|
1808
|
+
<a name="gtk-list-box-row-is-selected.parameters"></a><h4>Parameters</h4>
|
1789
1809
|
<div class="informaltable"><table width="100%" border="0">
|
1790
1810
|
<colgroup>
|
1791
1811
|
<col width="150px" class="parameters_name">
|
@@ -1800,7 +1820,7 @@ gtk_list_box_row_is_selected (<em class="parameter"><code><a class="link" href="
|
|
1800
1820
|
</table></div>
|
1801
1821
|
</div>
|
1802
1822
|
<div class="refsect3">
|
1803
|
-
<a name="
|
1823
|
+
<a name="gtk-list-box-row-is-selected.returns"></a><h4>Returns</h4>
|
1804
1824
|
<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>row</code></em>
|
1805
1825
|
is selected</p>
|
1806
1826
|
</div>
|
@@ -1816,7 +1836,7 @@ gtk_list_box_row_get_header (<em class="parameter"><code><a class="link" href="G
|
|
1816
1836
|
in a <a class="link" href="GtkListBox.html#GtkListBoxUpdateHeaderFunc" title="GtkListBoxUpdateHeaderFunc ()"><span class="type">GtkListBoxUpdateHeaderFunc</span></a> to see if there is a header
|
1817
1837
|
set already, and if so to update the state of it.</p>
|
1818
1838
|
<div class="refsect3">
|
1819
|
-
<a name="
|
1839
|
+
<a name="gtk-list-box-row-get-header.parameters"></a><h4>Parameters</h4>
|
1820
1840
|
<div class="informaltable"><table width="100%" border="0">
|
1821
1841
|
<colgroup>
|
1822
1842
|
<col width="150px" class="parameters_name">
|
@@ -1831,9 +1851,9 @@ set already, and if so to update the state of it.</p>
|
|
1831
1851
|
</table></div>
|
1832
1852
|
</div>
|
1833
1853
|
<div class="refsect3">
|
1834
|
-
<a name="
|
1854
|
+
<a name="gtk-list-box-row-get-header.returns"></a><h4>Returns</h4>
|
1835
1855
|
<p> the current header, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. </p>
|
1836
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1856
|
+
<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>
|
1837
1857
|
</div>
|
1838
1858
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1839
1859
|
</div>
|
@@ -1848,7 +1868,7 @@ gtk_list_box_row_set_header (<em class="parameter"><code><a class="link" href="G
|
|
1848
1868
|
from a <a class="link" href="GtkListBox.html#GtkListBoxUpdateHeaderFunc" title="GtkListBoxUpdateHeaderFunc ()"><span class="type">GtkListBoxUpdateHeaderFunc</span></a>. It will replace any existing
|
1849
1869
|
header in the row, and be shown in front of the row in the listbox.</p>
|
1850
1870
|
<div class="refsect3">
|
1851
|
-
<a name="
|
1871
|
+
<a name="gtk-list-box-row-set-header.parameters"></a><h4>Parameters</h4>
|
1852
1872
|
<div class="informaltable"><table width="100%" border="0">
|
1853
1873
|
<colgroup>
|
1854
1874
|
<col width="150px" class="parameters_name">
|
@@ -1879,7 +1899,7 @@ gtk_list_box_row_get_index (<em class="parameter"><code><a class="link" href="Gt
|
|
1879
1899
|
<p>Gets the current index of the <em class="parameter"><code>row</code></em>
|
1880
1900
|
in its <a class="link" href="GtkListBox.html" title="GtkListBox"><span class="type">GtkListBox</span></a> container.</p>
|
1881
1901
|
<div class="refsect3">
|
1882
|
-
<a name="
|
1902
|
+
<a name="gtk-list-box-row-get-index.parameters"></a><h4>Parameters</h4>
|
1883
1903
|
<div class="informaltable"><table width="100%" border="0">
|
1884
1904
|
<colgroup>
|
1885
1905
|
<col width="150px" class="parameters_name">
|
@@ -1894,7 +1914,7 @@ gtk_list_box_row_get_index (<em class="parameter"><code><a class="link" href="Gt
|
|
1894
1914
|
</table></div>
|
1895
1915
|
</div>
|
1896
1916
|
<div class="refsect3">
|
1897
|
-
<a name="
|
1917
|
+
<a name="gtk-list-box-row-get-index.returns"></a><h4>Returns</h4>
|
1898
1918
|
<p> the index of the <em class="parameter"><code>row</code></em>
|
1899
1919
|
, or -1 if the <em class="parameter"><code>row</code></em>
|
1900
1920
|
is not in a listbox</p>
|
@@ -1909,7 +1929,7 @@ gtk_list_box_row_set_activatable (<em class="parameter"><code><a class="link" hr
|
|
1909
1929
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> activatable</code></em>);</pre>
|
1910
1930
|
<p>Set the <a class="link" href="GtkListBox.html#GtkListBoxRow--activatable" title="The “activatable” property"><span class="type">“activatable”</span></a> property for this row.</p>
|
1911
1931
|
<div class="refsect3">
|
1912
|
-
<a name="
|
1932
|
+
<a name="gtk-list-box-row-set-activatable.parameters"></a><h4>Parameters</h4>
|
1913
1933
|
<div class="informaltable"><table width="100%" border="0">
|
1914
1934
|
<colgroup>
|
1915
1935
|
<col width="150px" class="parameters_name">
|
@@ -1940,7 +1960,7 @@ gtk_list_box_row_get_activatable (<em class="parameter"><code><a class="link" hr
|
|
1940
1960
|
<p>Gets the value of the <a class="link" href="GtkListBox.html#GtkListBoxRow--activatable" title="The “activatable” property"><span class="type">“activatable”</span></a> property
|
1941
1961
|
for this row.</p>
|
1942
1962
|
<div class="refsect3">
|
1943
|
-
<a name="
|
1963
|
+
<a name="gtk-list-box-row-get-activatable.parameters"></a><h4>Parameters</h4>
|
1944
1964
|
<div class="informaltable"><table width="100%" border="0">
|
1945
1965
|
<colgroup>
|
1946
1966
|
<col width="150px" class="parameters_name">
|
@@ -1955,7 +1975,7 @@ for this row.</p>
|
|
1955
1975
|
</table></div>
|
1956
1976
|
</div>
|
1957
1977
|
<div class="refsect3">
|
1958
|
-
<a name="
|
1978
|
+
<a name="gtk-list-box-row-get-activatable.returns"></a><h4>Returns</h4>
|
1959
1979
|
<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 is activatable</p>
|
1960
1980
|
</div>
|
1961
1981
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
@@ -1968,7 +1988,7 @@ gtk_list_box_row_set_selectable (<em class="parameter"><code><a class="link" hre
|
|
1968
1988
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> selectable</code></em>);</pre>
|
1969
1989
|
<p>Set the <a class="link" href="GtkListBox.html#GtkListBoxRow--selectable" title="The “selectable” property"><span class="type">“selectable”</span></a> property for this row.</p>
|
1970
1990
|
<div class="refsect3">
|
1971
|
-
<a name="
|
1991
|
+
<a name="gtk-list-box-row-set-selectable.parameters"></a><h4>Parameters</h4>
|
1972
1992
|
<div class="informaltable"><table width="100%" border="0">
|
1973
1993
|
<colgroup>
|
1974
1994
|
<col width="150px" class="parameters_name">
|
@@ -1978,7 +1998,7 @@ gtk_list_box_row_set_selectable (<em class="parameter"><code><a class="link" hre
|
|
1978
1998
|
<tbody>
|
1979
1999
|
<tr>
|
1980
2000
|
<td class="parameter_name"><p>row</p></td>
|
1981
|
-
<td class="parameter_description"><p>a <span class="type">
|
2001
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a></p></td>
|
1982
2002
|
<td class="parameter_annotations"> </td>
|
1983
2003
|
</tr>
|
1984
2004
|
<tr>
|
@@ -1999,7 +2019,7 @@ gtk_list_box_row_get_selectable (<em class="parameter"><code><a class="link" hre
|
|
1999
2019
|
<p>Gets the value of the <a class="link" href="GtkListBox.html#GtkListBoxRow--selectable" title="The “selectable” property"><span class="type">“selectable”</span></a> property
|
2000
2020
|
for this row.</p>
|
2001
2021
|
<div class="refsect3">
|
2002
|
-
<a name="
|
2022
|
+
<a name="gtk-list-box-row-get-selectable.parameters"></a><h4>Parameters</h4>
|
2003
2023
|
<div class="informaltable"><table width="100%" border="0">
|
2004
2024
|
<colgroup>
|
2005
2025
|
<col width="150px" class="parameters_name">
|
@@ -2014,7 +2034,7 @@ for this row.</p>
|
|
2014
2034
|
</table></div>
|
2015
2035
|
</div>
|
2016
2036
|
<div class="refsect3">
|
2017
|
-
<a name="
|
2037
|
+
<a name="gtk-list-box-row-get-selectable.returns"></a><h4>Returns</h4>
|
2018
2038
|
<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 is selectable</p>
|
2019
2039
|
</div>
|
2020
2040
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
@@ -2048,7 +2068,7 @@ for this row.</p>
|
|
2048
2068
|
};
|
2049
2069
|
</pre>
|
2050
2070
|
<div class="refsect3">
|
2051
|
-
<a name="
|
2071
|
+
<a name="GtkListBoxClass.members"></a><h4>Members</h4>
|
2052
2072
|
<div class="informaltable"><table width="100%" border="0">
|
2053
2073
|
<colgroup>
|
2054
2074
|
<col width="300px" class="struct_members_name">
|
@@ -2057,11 +2077,6 @@ for this row.</p>
|
|
2057
2077
|
</colgroup>
|
2058
2078
|
<tbody>
|
2059
2079
|
<tr>
|
2060
|
-
<td class="struct_member_name"><p><a class="link" href="GtkContainer.html#GtkContainerClass" title="struct GtkContainerClass"><span class="type">GtkContainerClass</span></a> <em class="structfield"><code><a name="GtkListBoxClass.parent-class"></a>parent_class</code></em>;</p></td>
|
2061
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
2062
|
-
<td class="struct_member_annotations"> </td>
|
2063
|
-
</tr>
|
2064
|
-
<tr>
|
2065
2080
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkListBoxClass.row-selected"></a>row_selected</code></em> ()</p></td>
|
2066
2081
|
<td class="struct_member_description"><p>Class handler for the <a class="link" href="GtkListBox.html#GtkListBox-row-selected" title="The “row-selected” signal"><span class="type">“row-selected”</span></a> signal</p></td>
|
2067
2082
|
<td class="struct_member_annotations"> </td>
|
@@ -2121,25 +2136,18 @@ for this row.</p>
|
|
2121
2136
|
};
|
2122
2137
|
</pre>
|
2123
2138
|
<div class="refsect3">
|
2124
|
-
<a name="
|
2139
|
+
<a name="GtkListBoxRowClass.members"></a><h4>Members</h4>
|
2125
2140
|
<div class="informaltable"><table width="100%" border="0">
|
2126
2141
|
<colgroup>
|
2127
2142
|
<col width="300px" class="struct_members_name">
|
2128
2143
|
<col class="struct_members_description">
|
2129
2144
|
<col width="200px" class="struct_members_annotations">
|
2130
2145
|
</colgroup>
|
2131
|
-
<tbody>
|
2132
|
-
<tr>
|
2133
|
-
<td class="struct_member_name"><p><a class="link" href="GtkBin.html#GtkBinClass" title="struct GtkBinClass"><span class="type">GtkBinClass</span></a> <em class="structfield"><code><a name="GtkListBoxRowClass.parent-class"></a>parent_class</code></em>;</p></td>
|
2134
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
2135
|
-
<td class="struct_member_annotations"> </td>
|
2136
|
-
</tr>
|
2137
|
-
<tr>
|
2146
|
+
<tbody><tr>
|
2138
2147
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkListBoxRowClass.activate"></a>activate</code></em> ()</p></td>
|
2139
2148
|
<td class="struct_member_description"> </td>
|
2140
2149
|
<td class="struct_member_annotations"> </td>
|
2141
|
-
</tr>
|
2142
|
-
</tbody>
|
2150
|
+
</tr></tbody>
|
2143
2151
|
</table></div>
|
2144
2152
|
</div>
|
2145
2153
|
</div>
|
@@ -2209,7 +2217,7 @@ user_function (<a class="link" href="GtkListBox.html" title="GtkListBox"><span c
|
|
2209
2217
|
<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>
|
2210
2218
|
<p>The ::row-activated signal is emitted when a row has been activated by the user.</p>
|
2211
2219
|
<div class="refsect3">
|
2212
|
-
<a name="
|
2220
|
+
<a name="GtkListBox-row-activated.parameters"></a><h4>Parameters</h4>
|
2213
2221
|
<div class="informaltable"><table width="100%" border="0">
|
2214
2222
|
<colgroup>
|
2215
2223
|
<col width="150px" class="parameters_name">
|
@@ -2253,7 +2261,7 @@ user_function (<a class="link" href="GtkListBox.html" title="GtkListBox"><span c
|
|
2253
2261
|
give you the full picture of selection changes, and you should use
|
2254
2262
|
the <a class="link" href="GtkListBox.html#GtkListBox-selected-rows-changed" title="The “selected-rows-changed” signal"><span class="type">“selected-rows-changed”</span></a> signal instead.</p>
|
2255
2263
|
<div class="refsect3">
|
2256
|
-
<a name="
|
2264
|
+
<a name="GtkListBox-row-selected.parameters"></a><h4>Parameters</h4>
|
2257
2265
|
<div class="informaltable"><table width="100%" border="0">
|
2258
2266
|
<colgroup>
|
2259
2267
|
<col width="150px" class="parameters_name">
|
@@ -2293,7 +2301,7 @@ which gets emitted to select all children of the box, if the selection
|
|
2293
2301
|
mode permits it.</p>
|
2294
2302
|
<p>The default bindings for this signal is Ctrl-a.</p>
|
2295
2303
|
<div class="refsect3">
|
2296
|
-
<a name="
|
2304
|
+
<a name="GtkListBox-select-all.parameters"></a><h4>Parameters</h4>
|
2297
2305
|
<div class="informaltable"><table width="100%" border="0">
|
2298
2306
|
<colgroup>
|
2299
2307
|
<col width="150px" class="parameters_name">
|
@@ -2326,7 +2334,7 @@ user_function (<a class="link" href="GtkListBox.html" title="GtkListBox"><span c
|
|
2326
2334
|
<p>The ::selected-rows-changed signal is emitted when the
|
2327
2335
|
set of selected rows changes.</p>
|
2328
2336
|
<div class="refsect3">
|
2329
|
-
<a name="
|
2337
|
+
<a name="GtkListBox-selected-rows-changed.parameters"></a><h4>Parameters</h4>
|
2330
2338
|
<div class="informaltable"><table width="100%" border="0">
|
2331
2339
|
<colgroup>
|
2332
2340
|
<col width="150px" class="parameters_name">
|
@@ -2369,7 +2377,7 @@ which gets emitted to unselect all children of the box, if the selection
|
|
2369
2377
|
mode permits it.</p>
|
2370
2378
|
<p>The default bindings for this signal is Ctrl-Shift-a.</p>
|
2371
2379
|
<div class="refsect3">
|
2372
|
-
<a name="
|
2380
|
+
<a name="GtkListBox-unselect-all.parameters"></a><h4>Parameters</h4>
|
2373
2381
|
<div class="informaltable"><table width="100%" border="0">
|
2374
2382
|
<colgroup>
|
2375
2383
|
<col width="150px" class="parameters_name">
|
@@ -2408,6 +2416,6 @@ user_function (<a class="link" href="GtkListBox.html#GtkListBoxRow"><span class=
|
|
2408
2416
|
</div>
|
2409
2417
|
</div>
|
2410
2418
|
<div class="footer">
|
2411
|
-
<hr>Generated by GTK-Doc V1.
|
2419
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
2412
2420
|
</body>
|
2413
2421
|
</html>
|