gdk3 3.0.7-x64-mingw32 → 3.0.8-x64-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="gtkbase.html" title="Part III. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk3-Selections.html" title="Selections">
|
10
10
|
<link rel="next" href="gtk3-Filesystem-utilities.html" title="Filesystem utilities">
|
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">
|
@@ -192,6 +192,10 @@
|
|
192
192
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
193
193
|
gtk_test_create_simple_window (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *window_title</code></em>,
|
194
194
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dialog_text</code></em>);</pre>
|
195
|
+
<div class="warning">
|
196
|
+
<p><code class="literal">gtk_test_create_simple_window</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
197
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
198
|
+
</div>
|
195
199
|
<p>Create a simple window with window title <em class="parameter"><code>window_title</code></em>
|
196
200
|
and
|
197
201
|
text contents <em class="parameter"><code>dialog_text</code></em>
|
@@ -199,7 +203,7 @@ text contents <em class="parameter"><code>dialog_text</code></em>
|
|
199
203
|
The window will quit any running <a class="link" href="gtk3-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a>-loop when destroyed, and it
|
200
204
|
will automatically be destroyed upon test function teardown.</p>
|
201
205
|
<div class="refsect3">
|
202
|
-
<a name="
|
206
|
+
<a name="gtk-test-create-simple-window.parameters"></a><h4>Parameters</h4>
|
203
207
|
<div class="informaltable"><table width="100%" border="0">
|
204
208
|
<colgroup>
|
205
209
|
<col width="150px" class="parameters_name">
|
@@ -221,7 +225,7 @@ will automatically be destroyed upon test function teardown.</p>
|
|
221
225
|
</table></div>
|
222
226
|
</div>
|
223
227
|
<div class="refsect3">
|
224
|
-
<a name="
|
228
|
+
<a name="gtk-test-create-simple-window.returns"></a><h4>Returns</h4>
|
225
229
|
<p> a widget pointer to the newly created GtkWindow. </p>
|
226
230
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
227
231
|
</div>
|
@@ -234,12 +238,16 @@ will automatically be destroyed upon test function teardown.</p>
|
|
234
238
|
gtk_test_create_widget (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
235
239
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *first_property_name</code></em>,
|
236
240
|
<em class="parameter"><code>...</code></em>);</pre>
|
241
|
+
<div class="warning">
|
242
|
+
<p><code class="literal">gtk_test_create_widget</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
243
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
244
|
+
</div>
|
237
245
|
<p>This function wraps <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a> for widget types.
|
238
246
|
It’ll automatically show all created non window widgets, also
|
239
247
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref-sink"><code class="function">g_object_ref_sink()</code></a> them (to keep them alive across a running test)
|
240
248
|
and set them up for destruction during the next test teardown phase.</p>
|
241
249
|
<div class="refsect3">
|
242
|
-
<a name="
|
250
|
+
<a name="gtk-test-create-widget.parameters"></a><h4>Parameters</h4>
|
243
251
|
<div class="informaltable"><table width="100%" border="0">
|
244
252
|
<colgroup>
|
245
253
|
<col width="150px" class="parameters_name">
|
@@ -267,7 +275,7 @@ name-value pairs, terminated by <a href="/home/vagrant/ruby-gnome2.win64/glib2/v
|
|
267
275
|
</table></div>
|
268
276
|
</div>
|
269
277
|
<div class="refsect3">
|
270
|
-
<a name="
|
278
|
+
<a name="gtk-test-create-widget.returns"></a><h4>Returns</h4>
|
271
279
|
<p> a newly created widget. </p>
|
272
280
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
273
281
|
</div>
|
@@ -280,6 +288,10 @@ name-value pairs, terminated by <a href="/home/vagrant/ruby-gnome2.win64/glib2/v
|
|
280
288
|
gtk_test_display_button_window (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *window_title</code></em>,
|
281
289
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dialog_text</code></em>,
|
282
290
|
<em class="parameter"><code>...</code></em>);</pre>
|
291
|
+
<div class="warning">
|
292
|
+
<p><code class="literal">gtk_test_display_button_window</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
293
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
294
|
+
</div>
|
283
295
|
<p>Create a window with window title <em class="parameter"><code>window_title</code></em>
|
284
296
|
, text contents <em class="parameter"><code>dialog_text</code></em>
|
285
297
|
,
|
@@ -295,7 +307,7 @@ resized and positioned on screen.
|
|
295
307
|
The window will quit any running <a class="link" href="gtk3-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a>-loop when destroyed, and it
|
296
308
|
will automatically be destroyed upon test function teardown.</p>
|
297
309
|
<div class="refsect3">
|
298
|
-
<a name="
|
310
|
+
<a name="gtk-test-display-button-window.parameters"></a><h4>Parameters</h4>
|
299
311
|
<div class="informaltable"><table width="100%" border="0">
|
300
312
|
<colgroup>
|
301
313
|
<col width="150px" class="parameters_name">
|
@@ -322,7 +334,7 @@ will automatically be destroyed upon test function teardown.</p>
|
|
322
334
|
</table></div>
|
323
335
|
</div>
|
324
336
|
<div class="refsect3">
|
325
|
-
<a name="
|
337
|
+
<a name="gtk-test-display-button-window.returns"></a><h4>Returns</h4>
|
326
338
|
<p> a widget pointer to the newly created GtkWindow. </p>
|
327
339
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
328
340
|
</div>
|
@@ -345,7 +357,7 @@ Note that locales other than "C“ tend to alter (translate” label strings,
|
|
345
357
|
so this function is genrally only useful in test programs with
|
346
358
|
predetermined locales, see <a class="link" href="gtk3-Testing.html#gtk-test-init" title="gtk_test_init ()"><code class="function">gtk_test_init()</code></a> for more details.</p>
|
347
359
|
<div class="refsect3">
|
348
|
-
<a name="
|
360
|
+
<a name="gtk-test-find-label.parameters"></a><h4>Parameters</h4>
|
349
361
|
<div class="informaltable"><table width="100%" border="0">
|
350
362
|
<colgroup>
|
351
363
|
<col width="150px" class="parameters_name">
|
@@ -367,7 +379,7 @@ predetermined locales, see <a class="link" href="gtk3-Testing.html#gtk-test-init
|
|
367
379
|
</table></div>
|
368
380
|
</div>
|
369
381
|
<div class="refsect3">
|
370
|
-
<a name="
|
382
|
+
<a name="gtk-test-find-label.returns"></a><h4>Returns</h4>
|
371
383
|
<p> a GtkLabel widget if any is found. </p>
|
372
384
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
373
385
|
</div>
|
@@ -390,7 +402,7 @@ The general purpose of this function is to find the most likely “action”
|
|
390
402
|
widget, relative to another labeling widget. Such as finding a
|
391
403
|
button or text entry widget, given its corresponding label widget.</p>
|
392
404
|
<div class="refsect3">
|
393
|
-
<a name="
|
405
|
+
<a name="gtk-test-find-sibling.parameters"></a><h4>Parameters</h4>
|
394
406
|
<div class="informaltable"><table width="100%" border="0">
|
395
407
|
<colgroup>
|
396
408
|
<col width="150px" class="parameters_name">
|
@@ -412,7 +424,7 @@ button or text entry widget, given its corresponding label widget.</p>
|
|
412
424
|
</table></div>
|
413
425
|
</div>
|
414
426
|
<div class="refsect3">
|
415
|
-
<a name="
|
427
|
+
<a name="gtk-test-find-sibling.returns"></a><h4>Returns</h4>
|
416
428
|
<p> a widget of type <em class="parameter"><code>widget_type</code></em>
|
417
429
|
if any is found. </p>
|
418
430
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -437,7 +449,7 @@ However see <a class="link" href="gtk3-Testing.html#gtk-test-find-label" title="
|
|
437
449
|
<a class="link" href="gtk3-Testing.html#gtk-test-widget-click" title="gtk_test_widget_click ()"><code class="function">gtk_test_widget_click()</code></a> for possible caveats involving the search of
|
438
450
|
such widgets and synthesizing widget events.</p>
|
439
451
|
<div class="refsect3">
|
440
|
-
<a name="
|
452
|
+
<a name="gtk-test-find-widget.parameters"></a><h4>Parameters</h4>
|
441
453
|
<div class="informaltable"><table width="100%" border="0">
|
442
454
|
<colgroup>
|
443
455
|
<col width="150px" class="parameters_name">
|
@@ -464,9 +476,9 @@ such widgets and synthesizing widget events.</p>
|
|
464
476
|
</table></div>
|
465
477
|
</div>
|
466
478
|
<div class="refsect3">
|
467
|
-
<a name="
|
479
|
+
<a name="gtk-test-find-widget.returns"></a><h4>Returns</h4>
|
468
480
|
<p> a valid widget if any is found or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
469
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
481
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
470
482
|
</div>
|
471
483
|
<p class="since">Since: 2.14</p>
|
472
484
|
</div>
|
@@ -488,7 +500,7 @@ processed and stripped from <em class="parameter"><code>argc</code></em>
|
|
488
500
|
and <em class="parameter"><code>argv</code></em>
|
489
501
|
.</p>
|
490
502
|
<div class="refsect3">
|
491
|
-
<a name="
|
503
|
+
<a name="gtk-test-init.parameters"></a><h4>Parameters</h4>
|
492
504
|
<div class="informaltable"><table width="100%" border="0">
|
493
505
|
<colgroup>
|
494
506
|
<col width="150px" class="parameters_name">
|
@@ -528,7 +540,7 @@ gtk_test_list_all_types (<em class="parameter"><code><a href="/home/vagrant/ruby
|
|
528
540
|
<p>Return the type ids that have been registered after
|
529
541
|
calling <a class="link" href="gtk3-Testing.html#gtk-test-register-all-types" title="gtk_test_register_all_types ()"><code class="function">gtk_test_register_all_types()</code></a>.</p>
|
530
542
|
<div class="refsect3">
|
531
|
-
<a name="
|
543
|
+
<a name="gtk-test-list-all-types.parameters"></a><h4>Parameters</h4>
|
532
544
|
<div class="informaltable"><table width="100%" border="0">
|
533
545
|
<colgroup>
|
534
546
|
<col width="150px" class="parameters_name">
|
@@ -543,7 +555,7 @@ calling <a class="link" href="gtk3-Testing.html#gtk-test-register-all-types" tit
|
|
543
555
|
</table></div>
|
544
556
|
</div>
|
545
557
|
<div class="refsect3">
|
546
|
-
<a name="
|
558
|
+
<a name="gtk-test-list-all-types.returns"></a><h4>Returns</h4>
|
547
559
|
<p> 0-terminated array of type ids. </p>
|
548
560
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_types zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
549
561
|
</div>
|
@@ -564,6 +576,10 @@ This allowes to refer to any of those object types via
|
|
564
576
|
<a name="gtk-test-slider-get-value"></a><h3>gtk_test_slider_get_value ()</h3>
|
565
577
|
<pre class="programlisting"><span class="returnvalue">double</span>
|
566
578
|
gtk_test_slider_get_value (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
579
|
+
<div class="warning">
|
580
|
+
<p><code class="literal">gtk_test_slider_get_value</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
581
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
582
|
+
</div>
|
567
583
|
<p>Retrive the literal adjustment value for GtkRange based
|
568
584
|
widgets and spin buttons. Note that the value returned by
|
569
585
|
this function is anything between the lower and upper bounds
|
@@ -571,7 +587,7 @@ of the adjustment belonging to <em class="parameter"><code>widget</code></em>
|
|
571
587
|
, and is not a percentage
|
572
588
|
as passed in to <a class="link" href="gtk3-Testing.html#gtk-test-slider-set-perc" title="gtk_test_slider_set_perc ()"><code class="function">gtk_test_slider_set_perc()</code></a>.</p>
|
573
589
|
<div class="refsect3">
|
574
|
-
<a name="
|
590
|
+
<a name="gtk-test-slider-get-value.parameters"></a><h4>Parameters</h4>
|
575
591
|
<div class="informaltable"><table width="100%" border="0">
|
576
592
|
<colgroup>
|
577
593
|
<col width="150px" class="parameters_name">
|
@@ -586,7 +602,7 @@ as passed in to <a class="link" href="gtk3-Testing.html#gtk-test-slider-set-perc
|
|
586
602
|
</table></div>
|
587
603
|
</div>
|
588
604
|
<div class="refsect3">
|
589
|
-
<a name="
|
605
|
+
<a name="gtk-test-slider-get-value.returns"></a><h4>Returns</h4>
|
590
606
|
<p> gtk_adjustment_get_value (adjustment) for an adjustment belonging to <em class="parameter"><code>widget</code></em>
|
591
607
|
.</p>
|
592
608
|
</div>
|
@@ -598,6 +614,10 @@ as passed in to <a class="link" href="gtk3-Testing.html#gtk-test-slider-set-perc
|
|
598
614
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
599
615
|
gtk_test_slider_set_perc (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
600
616
|
<em class="parameter"><code><span class="type">double</span> percentage</code></em>);</pre>
|
617
|
+
<div class="warning">
|
618
|
+
<p><code class="literal">gtk_test_slider_set_perc</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
619
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
620
|
+
</div>
|
601
621
|
<p>This function will adjust the slider position of all GtkRange
|
602
622
|
based widgets, such as scrollbars or scales, it’ll also adjust
|
603
623
|
spin buttons. The adjustment value of these widgets is set to
|
@@ -605,7 +625,7 @@ a value between the lower and upper limits, according to the
|
|
605
625
|
<em class="parameter"><code>percentage</code></em>
|
606
626
|
argument.</p>
|
607
627
|
<div class="refsect3">
|
608
|
-
<a name="
|
628
|
+
<a name="gtk-test-slider-set-perc.parameters"></a><h4>Parameters</h4>
|
609
629
|
<div class="informaltable"><table width="100%" border="0">
|
610
630
|
<colgroup>
|
611
631
|
<col width="150px" class="parameters_name">
|
@@ -635,12 +655,16 @@ a value between the lower and upper limits, according to the
|
|
635
655
|
gtk_test_spin_button_click (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spinner</code></em>,
|
636
656
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
637
657
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> upwards</code></em>);</pre>
|
658
|
+
<div class="warning">
|
659
|
+
<p><code class="literal">gtk_test_spin_button_click</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
660
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
661
|
+
</div>
|
638
662
|
<p>This function will generate a <em class="parameter"><code>button</code></em>
|
639
663
|
click in the upwards or downwards
|
640
664
|
spin button arrow areas, usually leading to an increase or decrease of
|
641
665
|
spin button’s value.</p>
|
642
666
|
<div class="refsect3">
|
643
|
-
<a name="
|
667
|
+
<a name="gtk-test-spin-button-click.parameters"></a><h4>Parameters</h4>
|
644
668
|
<div class="informaltable"><table width="100%" border="0">
|
645
669
|
<colgroup>
|
646
670
|
<col width="150px" class="parameters_name">
|
@@ -667,7 +691,7 @@ spin button’s value.</p>
|
|
667
691
|
</table></div>
|
668
692
|
</div>
|
669
693
|
<div class="refsect3">
|
670
|
-
<a name="
|
694
|
+
<a name="gtk-test-spin-button-click.returns"></a><h4>Returns</h4>
|
671
695
|
<p> whether all actions neccessary for the button click simulation were carried out successfully.</p>
|
672
696
|
</div>
|
673
697
|
<p class="since">Since: 2.14</p>
|
@@ -677,11 +701,15 @@ spin button’s value.</p>
|
|
677
701
|
<a name="gtk-test-text-get"></a><h3>gtk_test_text_get ()</h3>
|
678
702
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
679
703
|
gtk_test_text_get (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
704
|
+
<div class="warning">
|
705
|
+
<p><code class="literal">gtk_test_text_get</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
706
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
707
|
+
</div>
|
680
708
|
<p>Retrive the text string of <em class="parameter"><code>widget</code></em>
|
681
709
|
if it is a GtkLabel,
|
682
710
|
GtkEditable (entry and text widgets) or GtkTextView.</p>
|
683
711
|
<div class="refsect3">
|
684
|
-
<a name="
|
712
|
+
<a name="gtk-test-text-get.parameters"></a><h4>Parameters</h4>
|
685
713
|
<div class="informaltable"><table width="100%" border="0">
|
686
714
|
<colgroup>
|
687
715
|
<col width="150px" class="parameters_name">
|
@@ -696,7 +724,7 @@ GtkEditable (entry and text widgets) or GtkTextView.</p>
|
|
696
724
|
</table></div>
|
697
725
|
</div>
|
698
726
|
<div class="refsect3">
|
699
|
-
<a name="
|
727
|
+
<a name="gtk-test-text-get.returns"></a><h4>Returns</h4>
|
700
728
|
<p> new 0-terminated C string, needs to be released with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
701
729
|
</div>
|
702
730
|
<p class="since">Since: 2.14</p>
|
@@ -707,12 +735,16 @@ GtkEditable (entry and text widgets) or GtkTextView.</p>
|
|
707
735
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
708
736
|
gtk_test_text_set (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
709
737
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
|
738
|
+
<div class="warning">
|
739
|
+
<p><code class="literal">gtk_test_text_set</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
740
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
741
|
+
</div>
|
710
742
|
<p>Set the text string of <em class="parameter"><code>widget</code></em>
|
711
743
|
to <em class="parameter"><code>string</code></em>
|
712
744
|
if it is a GtkLabel,
|
713
745
|
GtkEditable (entry and text widgets) or GtkTextView.</p>
|
714
746
|
<div class="refsect3">
|
715
|
-
<a name="
|
747
|
+
<a name="gtk-test-text-set.parameters"></a><h4>Parameters</h4>
|
716
748
|
<div class="informaltable"><table width="100%" border="0">
|
717
749
|
<colgroup>
|
718
750
|
<col width="150px" class="parameters_name">
|
@@ -741,7 +773,11 @@ GtkEditable (entry and text widgets) or GtkTextView.</p>
|
|
741
773
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
742
774
|
gtk_test_widget_click (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
743
775
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
744
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
776
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
777
|
+
<div class="warning">
|
778
|
+
<p><code class="literal">gtk_test_widget_click</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
779
|
+
<p>This testing infrastructure is phased out in favor of reftests.</p>
|
780
|
+
</div>
|
745
781
|
<p>This function will generate a <em class="parameter"><code>button</code></em>
|
746
782
|
click (button press and button
|
747
783
|
release event) in the middle of the first GdkWindow found that belongs
|
@@ -752,9 +788,9 @@ For windowless widgets like <a class="link" href="GtkButton.html" title="GtkButt
|
|
752
788
|
input-only event window. For other widgets, this is usually widget->window.
|
753
789
|
Certain caveats should be considered when using this function, in
|
754
790
|
particular because the mouse pointer is warped to the button click
|
755
|
-
location, see <a href="http://developer.gnome.org/
|
791
|
+
location, see <a href="http://developer.gnome.org/gdk3/gdk3-Testing.html#gdk-test-simulate-button"><code class="function">gdk_test_simulate_button()</code></a> for details.</p>
|
756
792
|
<div class="refsect3">
|
757
|
-
<a name="
|
793
|
+
<a name="gtk-test-widget-click.parameters"></a><h4>Parameters</h4>
|
758
794
|
<div class="informaltable"><table width="100%" border="0">
|
759
795
|
<colgroup>
|
760
796
|
<col width="150px" class="parameters_name">
|
@@ -781,7 +817,7 @@ location, see <a href="http://developer.gnome.org/gdk2/gdk3-Testing.html#gdk-tes
|
|
781
817
|
</table></div>
|
782
818
|
</div>
|
783
819
|
<div class="refsect3">
|
784
|
-
<a name="
|
820
|
+
<a name="gtk-test-widget-click.returns"></a><h4>Returns</h4>
|
785
821
|
<p> whether all actions neccessary for the button click simulation were carried out successfully.</p>
|
786
822
|
</div>
|
787
823
|
<p class="since">Since: 2.14</p>
|
@@ -792,7 +828,7 @@ location, see <a href="http://developer.gnome.org/gdk2/gdk3-Testing.html#gdk-tes
|
|
792
828
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
793
829
|
gtk_test_widget_send_key (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
794
830
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
795
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
831
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
796
832
|
<p>This function will generate keyboard press and release events in
|
797
833
|
the middle of the first GdkWindow found that belongs to <em class="parameter"><code>widget</code></em>
|
798
834
|
.
|
@@ -801,9 +837,9 @@ For windowless widgets like <a class="link" href="GtkButton.html" title="GtkButt
|
|
801
837
|
input-only event window. For other widgets, this is usually widget->window.
|
802
838
|
Certain caveats should be considered when using this function, in
|
803
839
|
particular because the mouse pointer is warped to the key press
|
804
|
-
location, see <a href="http://developer.gnome.org/
|
840
|
+
location, see <a href="http://developer.gnome.org/gdk3/gdk3-Testing.html#gdk-test-simulate-key"><code class="function">gdk_test_simulate_key()</code></a> for details.</p>
|
805
841
|
<div class="refsect3">
|
806
|
-
<a name="
|
842
|
+
<a name="gtk-test-widget-send-key.parameters"></a><h4>Parameters</h4>
|
807
843
|
<div class="informaltable"><table width="100%" border="0">
|
808
844
|
<colgroup>
|
809
845
|
<col width="150px" class="parameters_name">
|
@@ -830,7 +866,7 @@ location, see <a href="http://developer.gnome.org/gdk2/gdk3-Testing.html#gdk-tes
|
|
830
866
|
</table></div>
|
831
867
|
</div>
|
832
868
|
<div class="refsect3">
|
833
|
-
<a name="
|
869
|
+
<a name="gtk-test-widget-send-key.returns"></a><h4>Returns</h4>
|
834
870
|
<p> whether all actions neccessary for the key event simulation were carried out successfully.</p>
|
835
871
|
</div>
|
836
872
|
<p class="since">Since: 2.14</p>
|
@@ -850,7 +886,7 @@ depend on <em class="parameter"><code>widget</code></em>
|
|
850
886
|
relayouting or on interaction with the display
|
851
887
|
server.</p>
|
852
888
|
<div class="refsect3">
|
853
|
-
<a name="
|
889
|
+
<a name="gtk-test-widget-wait-for-draw.parameters"></a><h4>Parameters</h4>
|
854
890
|
<div class="informaltable"><table width="100%" border="0">
|
855
891
|
<colgroup>
|
856
892
|
<col width="150px" class="parameters_name">
|
@@ -872,6 +908,6 @@ server.</p>
|
|
872
908
|
</div>
|
873
909
|
</div>
|
874
910
|
<div class="footer">
|
875
|
-
<hr>Generated by GTK-Doc V1.
|
911
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
876
912
|
</body>
|
877
913
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="gtk3-Stock-Items.html" title="Stock Items">
|
10
10
|
<link rel="next" href="GtkNumerableIcon.html" title="GtkNumerableIcon">
|
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">
|
@@ -147,7 +147,7 @@
|
|
147
147
|
</tr>
|
148
148
|
<tr>
|
149
149
|
<td class="function_type">
|
150
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
150
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
151
151
|
</td>
|
152
152
|
<td class="function_name">
|
153
153
|
<a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-set-render-icon" title="gtk_icon_set_render_icon ()">gtk_icon_set_render_icon</a> <span class="c_punctuation">()</span>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
</tr>
|
156
156
|
<tr>
|
157
157
|
<td class="function_type">
|
158
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
158
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
159
159
|
</td>
|
160
160
|
<td class="function_name">
|
161
161
|
<a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-set-render-icon-pixbuf" title="gtk_icon_set_render_icon_pixbuf ()">gtk_icon_set_render_icon_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</tr>
|
258
258
|
<tr>
|
259
259
|
<td class="function_type">
|
260
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
260
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-get-pixbuf" title="gtk_icon_source_get_pixbuf ()">gtk_icon_source_get_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -420,7 +420,7 @@
|
|
420
420
|
<a name="gtk3-Themeable-Stock-Images.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
421
421
|
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
422
422
|
<span class="lineart">╰──</span> GtkIconSet
|
423
|
-
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
423
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
424
424
|
<span class="lineart">╰──</span> GtkIconFactory
|
425
425
|
</pre>
|
426
426
|
</div>
|
@@ -489,7 +489,7 @@ attribute is optional.</p>
|
|
489
489
|
</li>
|
490
490
|
</ul></div>
|
491
491
|
<div class="refsect3">
|
492
|
-
<a name="id-1.3.
|
492
|
+
<a name="id-1.3.25.35.10.4.4"></a><h4>A <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a> UI definition fragment.</h4>
|
493
493
|
<div class="informalexample">
|
494
494
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
495
495
|
<tbody>
|
@@ -542,7 +542,7 @@ gtk_icon_source_copy (<em class="parameter"><code>const <a class="link" href="gt
|
|
542
542
|
<p>Creates a copy of <em class="parameter"><code>source</code></em>
|
543
543
|
; mostly useful for language bindings.</p>
|
544
544
|
<div class="refsect3">
|
545
|
-
<a name="
|
545
|
+
<a name="gtk-icon-source-copy.parameters"></a><h4>Parameters</h4>
|
546
546
|
<div class="informaltable"><table width="100%" border="0">
|
547
547
|
<colgroup>
|
548
548
|
<col width="150px" class="parameters_name">
|
@@ -557,7 +557,7 @@ gtk_icon_source_copy (<em class="parameter"><code>const <a class="link" href="gt
|
|
557
557
|
</table></div>
|
558
558
|
</div>
|
559
559
|
<div class="refsect3">
|
560
|
-
<a name="
|
560
|
+
<a name="gtk-icon-source-copy.returns"></a><h4>Returns</h4>
|
561
561
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a></p>
|
562
562
|
</div>
|
563
563
|
</div>
|
@@ -573,7 +573,7 @@ gtk_icon_source_free (<em class="parameter"><code><a class="link" href="gtk3-The
|
|
573
573
|
<p>Frees a dynamically-allocated icon source, along with its
|
574
574
|
filename, size, and pixbuf fields if those are not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
575
575
|
<div class="refsect3">
|
576
|
-
<a name="
|
576
|
+
<a name="gtk-icon-source-free.parameters"></a><h4>Parameters</h4>
|
577
577
|
<div class="informaltable"><table width="100%" border="0">
|
578
578
|
<colgroup>
|
579
579
|
<col width="150px" class="parameters_name">
|
@@ -617,7 +617,7 @@ existed in <em class="parameter"><code>factory</code></em>
|
|
617
617
|
with the new <em class="parameter"><code>icon_set</code></em>
|
618
618
|
.</p>
|
619
619
|
<div class="refsect3">
|
620
|
-
<a name="
|
620
|
+
<a name="gtk-icon-factory-add.parameters"></a><h4>Parameters</h4>
|
621
621
|
<div class="informaltable"><table width="100%" border="0">
|
622
622
|
<colgroup>
|
623
623
|
<col width="150px" class="parameters_name">
|
@@ -661,7 +661,7 @@ There will normally be an icon factory added for each library or
|
|
661
661
|
application that comes with icons. The default icon factories
|
662
662
|
can be overridden by themes.</p>
|
663
663
|
<div class="refsect3">
|
664
|
-
<a name="
|
664
|
+
<a name="gtk-icon-factory-add-default.parameters"></a><h4>Parameters</h4>
|
665
665
|
<div class="informaltable"><table width="100%" border="0">
|
666
666
|
<colgroup>
|
667
667
|
<col width="150px" class="parameters_name">
|
@@ -693,7 +693,7 @@ use <a class="link" href="GtkStyle.html#gtk-style-lookup-icon-set" title="gtk_st
|
|
693
693
|
widget that will display the icon, instead of using this
|
694
694
|
function directly, so that themes are taken into account.</p>
|
695
695
|
<div class="refsect3">
|
696
|
-
<a name="
|
696
|
+
<a name="gtk-icon-factory-lookup.parameters"></a><h4>Parameters</h4>
|
697
697
|
<div class="informaltable"><table width="100%" border="0">
|
698
698
|
<colgroup>
|
699
699
|
<col width="150px" class="parameters_name">
|
@@ -715,7 +715,7 @@ function directly, so that themes are taken into account.</p>
|
|
715
715
|
</table></div>
|
716
716
|
</div>
|
717
717
|
<div class="refsect3">
|
718
|
-
<a name="
|
718
|
+
<a name="gtk-icon-factory-lookup.returns"></a><h4>Returns</h4>
|
719
719
|
<p> icon set of <em class="parameter"><code>stock_id</code></em>
|
720
720
|
. </p>
|
721
721
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -736,7 +736,7 @@ the <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">Gtk
|
|
736
736
|
using this function directly, so that themes are taken into
|
737
737
|
account.</p>
|
738
738
|
<div class="refsect3">
|
739
|
-
<a name="
|
739
|
+
<a name="gtk-icon-factory-lookup-default.parameters"></a><h4>Parameters</h4>
|
740
740
|
<div class="informaltable"><table width="100%" border="0">
|
741
741
|
<colgroup>
|
742
742
|
<col width="150px" class="parameters_name">
|
@@ -751,7 +751,7 @@ account.</p>
|
|
751
751
|
</table></div>
|
752
752
|
</div>
|
753
753
|
<div class="refsect3">
|
754
|
-
<a name="
|
754
|
+
<a name="gtk-icon-factory-lookup-default.returns"></a><h4>Returns</h4>
|
755
755
|
<p> a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
756
756
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
757
757
|
</div>
|
@@ -766,11 +766,11 @@ gtk_icon_factory_new (<em class="parameter"><code><span class="type">void</span>
|
|
766
766
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
767
767
|
</div>
|
768
768
|
<p>Creates a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>. An icon factory manages a collection
|
769
|
-
of <a href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSets</span></a>; a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> manages a set of variants of a
|
769
|
+
of <a href="gtk3-Themeable-Stock-Images.html#GtkIconSet-struct"><span class="type">GtkIconSets</span></a>; a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> manages a set of variants of a
|
770
770
|
particular icon (i.e. a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> contains variants for different
|
771
771
|
sizes and widget states). Icons in an icon factory are named by a
|
772
772
|
stock ID, which is a simple string identifying the icon. Each
|
773
|
-
<a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> has a list of <a href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactorys</span></a> derived from the current
|
773
|
+
<a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> has a list of <a href="gtk3-Themeable-Stock-Images.html#GtkIconFactory-struct"><span class="type">GtkIconFactorys</span></a> derived from the current
|
774
774
|
theme; those icon factories are consulted first when searching for
|
775
775
|
an icon. If the theme doesn’t set a particular icon, GTK+ looks for
|
776
776
|
the icon in a list of default icon factories, maintained by
|
@@ -779,7 +779,7 @@ the icon in a list of default icon factories, maintained by
|
|
779
779
|
add a default icon factory with their icons, which will allow
|
780
780
|
themes to override the icons for the application.</p>
|
781
781
|
<div class="refsect3">
|
782
|
-
<a name="
|
782
|
+
<a name="gtk-icon-factory-new.returns"></a><h4>Returns</h4>
|
783
783
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a></p>
|
784
784
|
</div>
|
785
785
|
</div>
|
@@ -796,7 +796,7 @@ gtk_icon_factory_remove_default (<em class="parameter"><code><a class="link" hre
|
|
796
796
|
factories. Not normally used; you might use it for a library that
|
797
797
|
can be unloaded or shut down.</p>
|
798
798
|
<div class="refsect3">
|
799
|
-
<a name="
|
799
|
+
<a name="gtk-icon-factory-remove-default.parameters"></a><h4>Parameters</h4>
|
800
800
|
<div class="informaltable"><table width="100%" border="0">
|
801
801
|
<colgroup>
|
802
802
|
<col width="150px" class="parameters_name">
|
@@ -844,7 +844,7 @@ add the sources to the icon set does not matter.</p>
|
|
844
844
|
<p>gtk_icon_set_new_from_pixbuf() creates a new icon set with a
|
845
845
|
default icon source based on the given pixbuf.</p>
|
846
846
|
<div class="refsect3">
|
847
|
-
<a name="
|
847
|
+
<a name="gtk-icon-set-add-source.parameters"></a><h4>Parameters</h4>
|
848
848
|
<div class="informaltable"><table width="100%" border="0">
|
849
849
|
<colgroup>
|
850
850
|
<col width="150px" class="parameters_name">
|
@@ -878,7 +878,7 @@ gtk_icon_set_copy (<em class="parameter"><code><a class="link" href="gtk3-Themea
|
|
878
878
|
<p>Copies <em class="parameter"><code>icon_set</code></em>
|
879
879
|
by value.</p>
|
880
880
|
<div class="refsect3">
|
881
|
-
<a name="
|
881
|
+
<a name="gtk-icon-set-copy.parameters"></a><h4>Parameters</h4>
|
882
882
|
<div class="informaltable"><table width="100%" border="0">
|
883
883
|
<colgroup>
|
884
884
|
<col width="150px" class="parameters_name">
|
@@ -893,7 +893,7 @@ gtk_icon_set_copy (<em class="parameter"><code><a class="link" href="gtk3-Themea
|
|
893
893
|
</table></div>
|
894
894
|
</div>
|
895
895
|
<div class="refsect3">
|
896
|
-
<a name="
|
896
|
+
<a name="gtk-icon-set-copy.returns"></a><h4>Returns</h4>
|
897
897
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> identical to the first.</p>
|
898
898
|
</div>
|
899
899
|
</div>
|
@@ -907,15 +907,15 @@ gtk_icon_set_new (<em class="parameter"><code><span class="type">void</span></co
|
|
907
907
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
908
908
|
</div>
|
909
909
|
<p>Creates a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>. A <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> represents a single icon
|
910
|
-
in various sizes and widget states. It can provide a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
910
|
+
in various sizes and widget states. It can provide a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>
|
911
911
|
for a given size and state on request, and automatically caches
|
912
|
-
some of the rendered <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> objects.</p>
|
912
|
+
some of the rendered <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> objects.</p>
|
913
913
|
<p>Normally you would use <a class="link" href="GtkWidget.html#gtk-widget-render-icon-pixbuf" title="gtk_widget_render_icon_pixbuf ()"><code class="function">gtk_widget_render_icon_pixbuf()</code></a> instead of
|
914
914
|
using <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> directly. The one case where you’d use
|
915
915
|
<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> is to create application-specific icon sets to place in
|
916
916
|
a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>.</p>
|
917
917
|
<div class="refsect3">
|
918
|
-
<a name="
|
918
|
+
<a name="gtk-icon-set-new.returns"></a><h4>Returns</h4>
|
919
919
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a></p>
|
920
920
|
</div>
|
921
921
|
</div>
|
@@ -923,7 +923,7 @@ a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconFactory"><span c
|
|
923
923
|
<div class="refsect2">
|
924
924
|
<a name="gtk-icon-set-new-from-pixbuf"></a><h3>gtk_icon_set_new_from_pixbuf ()</h3>
|
925
925
|
<pre class="programlisting"><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a> *
|
926
|
-
gtk_icon_set_new_from_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
926
|
+
gtk_icon_set_new_from_pixbuf (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
927
927
|
<div class="warning">
|
928
928
|
<p><code class="literal">gtk_icon_set_new_from_pixbuf</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
929
929
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
@@ -936,7 +936,7 @@ icon set, all variants of the icon will be created from <em class="parameter"><c
|
|
936
936
|
using scaling, pixelation, etc. as required to adjust the icon size
|
937
937
|
or make the icon look insensitive/prelighted.</p>
|
938
938
|
<div class="refsect3">
|
939
|
-
<a name="
|
939
|
+
<a name="gtk-icon-set-new-from-pixbuf.parameters"></a><h4>Parameters</h4>
|
940
940
|
<div class="informaltable"><table width="100%" border="0">
|
941
941
|
<colgroup>
|
942
942
|
<col width="150px" class="parameters_name">
|
@@ -945,13 +945,13 @@ or make the icon look insensitive/prelighted.</p>
|
|
945
945
|
</colgroup>
|
946
946
|
<tbody><tr>
|
947
947
|
<td class="parameter_name"><p>pixbuf</p></td>
|
948
|
-
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
|
948
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a></p></td>
|
949
949
|
<td class="parameter_annotations"> </td>
|
950
950
|
</tr></tbody>
|
951
951
|
</table></div>
|
952
952
|
</div>
|
953
953
|
<div class="refsect3">
|
954
|
-
<a name="
|
954
|
+
<a name="gtk-icon-set-new-from-pixbuf.returns"></a><h4>Returns</h4>
|
955
955
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a></p>
|
956
956
|
</div>
|
957
957
|
</div>
|
@@ -967,7 +967,7 @@ gtk_icon_set_ref (<em class="parameter"><code><a class="link" href="gtk3-Themeab
|
|
967
967
|
<p>Increments the reference count on <em class="parameter"><code>icon_set</code></em>
|
968
968
|
.</p>
|
969
969
|
<div class="refsect3">
|
970
|
-
<a name="
|
970
|
+
<a name="gtk-icon-set-ref.parameters"></a><h4>Parameters</h4>
|
971
971
|
<div class="informaltable"><table width="100%" border="0">
|
972
972
|
<colgroup>
|
973
973
|
<col width="150px" class="parameters_name">
|
@@ -982,7 +982,7 @@ gtk_icon_set_ref (<em class="parameter"><code><a class="link" href="gtk3-Themeab
|
|
982
982
|
</table></div>
|
983
983
|
</div>
|
984
984
|
<div class="refsect3">
|
985
|
-
<a name="
|
985
|
+
<a name="gtk-icon-set-ref.returns"></a><h4>Returns</h4>
|
986
986
|
<p> <em class="parameter"><code>icon_set</code></em>
|
987
987
|
.</p>
|
988
988
|
</div>
|
@@ -990,7 +990,7 @@ gtk_icon_set_ref (<em class="parameter"><code><a class="link" href="gtk3-Themeab
|
|
990
990
|
<hr>
|
991
991
|
<div class="refsect2">
|
992
992
|
<a name="gtk-icon-set-render-icon"></a><h3>gtk_icon_set_render_icon ()</h3>
|
993
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
993
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
994
994
|
gtk_icon_set_render_icon (<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
995
995
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
996
996
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
@@ -1009,7 +1009,7 @@ function never returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/loc
|
|
1009
1009
|
(perhaps because an image file fails to load), a default "missing
|
1010
1010
|
image" icon will be returned instead.</p>
|
1011
1011
|
<div class="refsect3">
|
1012
|
-
<a name="
|
1012
|
+
<a name="gtk-icon-set-render-icon.parameters"></a><h4>Parameters</h4>
|
1013
1013
|
<div class="informaltable"><table width="100%" border="0">
|
1014
1014
|
<colgroup>
|
1015
1015
|
<col width="150px" class="parameters_name">
|
@@ -1040,7 +1040,7 @@ image" icon will be returned instead.</p>
|
|
1040
1040
|
</tr>
|
1041
1041
|
<tr>
|
1042
1042
|
<td class="parameter_name"><p>size</p></td>
|
1043
|
-
<td class="parameter_description"><p> icon size. A size of (GtkIconSize)-1
|
1043
|
+
<td class="parameter_description"><p> icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). A size of <code class="literal">(GtkIconSize)-1</code>
|
1044
1044
|
means render at the size of the source and don’t scale. </p></td>
|
1045
1045
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1046
1046
|
</tr>
|
@@ -1048,7 +1048,7 @@ means render at the size of the source and don’t scale. </p></td>
|
|
1048
1048
|
<td class="parameter_name"><p>widget</p></td>
|
1049
1049
|
<td class="parameter_description"><p> widget that will display the icon, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1050
1050
|
The only use that is typically made of this
|
1051
|
-
is to determine the appropriate <a href="http://developer.gnome.org/
|
1051
|
+
is to determine the appropriate <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. </p></td>
|
1052
1052
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1053
1053
|
</tr>
|
1054
1054
|
<tr>
|
@@ -1062,15 +1062,15 @@ will disable caching. </p></td>
|
|
1062
1062
|
</table></div>
|
1063
1063
|
</div>
|
1064
1064
|
<div class="refsect3">
|
1065
|
-
<a name="
|
1066
|
-
<p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be displayed. </p>
|
1065
|
+
<a name="gtk-icon-set-render-icon.returns"></a><h4>Returns</h4>
|
1066
|
+
<p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be displayed. </p>
|
1067
1067
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1068
1068
|
</div>
|
1069
1069
|
</div>
|
1070
1070
|
<hr>
|
1071
1071
|
<div class="refsect2">
|
1072
1072
|
<a name="gtk-icon-set-render-icon-pixbuf"></a><h3>gtk_icon_set_render_icon_pixbuf ()</h3>
|
1073
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
1073
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
1074
1074
|
gtk_icon_set_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> *icon_set</code></em>,
|
1075
1075
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1076
1076
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
@@ -1085,7 +1085,7 @@ function never returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/loc
|
|
1085
1085
|
(perhaps because an image file fails to load), a default "missing
|
1086
1086
|
image" icon will be returned instead.</p>
|
1087
1087
|
<div class="refsect3">
|
1088
|
-
<a name="
|
1088
|
+
<a name="gtk-icon-set-render-icon-pixbuf.parameters"></a><h4>Parameters</h4>
|
1089
1089
|
<div class="informaltable"><table width="100%" border="0">
|
1090
1090
|
<colgroup>
|
1091
1091
|
<col width="150px" class="parameters_name">
|
@@ -1105,7 +1105,7 @@ image" icon will be returned instead.</p>
|
|
1105
1105
|
</tr>
|
1106
1106
|
<tr>
|
1107
1107
|
<td class="parameter_name"><p>size</p></td>
|
1108
|
-
<td class="parameter_description"><p> icon size. A size of (GtkIconSize)-1
|
1108
|
+
<td class="parameter_description"><p> icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). A size of <code class="literal">(GtkIconSize)-1</code>
|
1109
1109
|
means render at the size of the source and don’t scale. </p></td>
|
1110
1110
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1111
1111
|
</tr>
|
@@ -1113,8 +1113,8 @@ means render at the size of the source and don’t scale. </p></td>
|
|
1113
1113
|
</table></div>
|
1114
1114
|
</div>
|
1115
1115
|
<div class="refsect3">
|
1116
|
-
<a name="
|
1117
|
-
<p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be displayed. </p>
|
1116
|
+
<a name="gtk-icon-set-render-icon-pixbuf.returns"></a><h4>Returns</h4>
|
1117
|
+
<p> a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be displayed. </p>
|
1118
1118
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1119
1119
|
</div>
|
1120
1120
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1127,7 +1127,7 @@ gtk_icon_set_render_icon_surface (<em class="parameter"><code><a class="link" hr
|
|
1127
1127
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1128
1128
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
|
1129
1129
|
<em class="parameter"><code><span class="type">int</span> scale</code></em>,
|
1130
|
-
<em class="parameter"><code><a href="http://
|
1130
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *for_window</code></em>);</pre>
|
1131
1131
|
<div class="warning">
|
1132
1132
|
<p><code class="literal">gtk_icon_set_render_icon_surface</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1133
1133
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
@@ -1138,7 +1138,7 @@ cairo surface. </p>
|
|
1138
1138
|
(perhaps because an image file fails to load), a default "missing
|
1139
1139
|
image" icon will be returned instead.</p>
|
1140
1140
|
<div class="refsect3">
|
1141
|
-
<a name="
|
1141
|
+
<a name="gtk-icon-set-render-icon-surface.parameters"></a><h4>Parameters</h4>
|
1142
1142
|
<div class="informaltable"><table width="100%" border="0">
|
1143
1143
|
<colgroup>
|
1144
1144
|
<col width="150px" class="parameters_name">
|
@@ -1158,7 +1158,7 @@ image" icon will be returned instead.</p>
|
|
1158
1158
|
</tr>
|
1159
1159
|
<tr>
|
1160
1160
|
<td class="parameter_name"><p>size</p></td>
|
1161
|
-
<td class="parameter_description"><p> icon size. A size of (GtkIconSize)-1
|
1161
|
+
<td class="parameter_description"><p> icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). A size of <code class="literal">(GtkIconSize)-1</code>
|
1162
1162
|
means render at the size of the source and don’t scale. </p></td>
|
1163
1163
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1164
1164
|
</tr>
|
@@ -1169,14 +1169,14 @@ means render at the size of the source and don’t scale. </p></td>
|
|
1169
1169
|
</tr>
|
1170
1170
|
<tr>
|
1171
1171
|
<td class="parameter_name"><p>for_window</p></td>
|
1172
|
-
<td class="parameter_description"><p> <a href="http://
|
1172
|
+
<td class="parameter_description"><p> <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> to optimize drawing for, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1173
1173
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1174
1174
|
</tr>
|
1175
1175
|
</tbody>
|
1176
1176
|
</table></div>
|
1177
1177
|
</div>
|
1178
1178
|
<div class="refsect3">
|
1179
|
-
<a name="
|
1179
|
+
<a name="gtk-icon-set-render-icon-surface.returns"></a><h4>Returns</h4>
|
1180
1180
|
<p> a <span class="type">cairo_surface_t</span> to be displayed. </p>
|
1181
1181
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1182
1182
|
</div>
|
@@ -1195,7 +1195,7 @@ gtk_icon_set_unref (<em class="parameter"><code><a class="link" href="gtk3-Theme
|
|
1195
1195
|
, and frees memory
|
1196
1196
|
if the reference count reaches 0.</p>
|
1197
1197
|
<div class="refsect3">
|
1198
|
-
<a name="
|
1198
|
+
<a name="gtk-icon-set-unref.parameters"></a><h4>Parameters</h4>
|
1199
1199
|
<div class="informaltable"><table width="100%" border="0">
|
1200
1200
|
<colgroup>
|
1201
1201
|
<col width="150px" class="parameters_name">
|
@@ -1227,7 +1227,7 @@ the width/height returned by <a class="link" href="gtk3-Themeable-Stock-Images.h
|
|
1227
1227
|
are free to render the pixbuf however they like, including changing
|
1228
1228
|
the usual size.</p>
|
1229
1229
|
<div class="refsect3">
|
1230
|
-
<a name="
|
1230
|
+
<a name="gtk-icon-size-lookup.parameters"></a><h4>Parameters</h4>
|
1231
1231
|
<div class="informaltable"><table width="100%" border="0">
|
1232
1232
|
<colgroup>
|
1233
1233
|
<col width="150px" class="parameters_name">
|
@@ -1237,7 +1237,7 @@ the usual size.</p>
|
|
1237
1237
|
<tbody>
|
1238
1238
|
<tr>
|
1239
1239
|
<td class="parameter_name"><p>size</p></td>
|
1240
|
-
<td class="parameter_description"><p> an icon size. </p></td>
|
1240
|
+
<td class="parameter_description"><p> an icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
|
1241
1241
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1242
1242
|
</tr>
|
1243
1243
|
<tr>
|
@@ -1254,7 +1254,7 @@ the usual size.</p>
|
|
1254
1254
|
</table></div>
|
1255
1255
|
</div>
|
1256
1256
|
<div class="refsect3">
|
1257
|
-
<a name="
|
1257
|
+
<a name="gtk-icon-size-lookup.returns"></a><h4>Returns</h4>
|
1258
1258
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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>size</code></em>
|
1259
1259
|
was a valid size</p>
|
1260
1260
|
</div>
|
@@ -1283,7 +1283,7 @@ the width/height returned by <a class="link" href="gtk3-Themeable-Stock-Images.h
|
|
1283
1283
|
are free to render the pixbuf however they like, including changing
|
1284
1284
|
the usual size.</p>
|
1285
1285
|
<div class="refsect3">
|
1286
|
-
<a name="
|
1286
|
+
<a name="gtk-icon-size-lookup-for-settings.parameters"></a><h4>Parameters</h4>
|
1287
1287
|
<div class="informaltable"><table width="100%" border="0">
|
1288
1288
|
<colgroup>
|
1289
1289
|
<col width="150px" class="parameters_name">
|
@@ -1299,7 +1299,7 @@ which set of user preferences to used.</p></td>
|
|
1299
1299
|
</tr>
|
1300
1300
|
<tr>
|
1301
1301
|
<td class="parameter_name"><p>size</p></td>
|
1302
|
-
<td class="parameter_description"><p> an icon size. </p></td>
|
1302
|
+
<td class="parameter_description"><p> an icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
|
1303
1303
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1304
1304
|
</tr>
|
1305
1305
|
<tr>
|
@@ -1316,7 +1316,7 @@ which set of user preferences to used.</p></td>
|
|
1316
1316
|
</table></div>
|
1317
1317
|
</div>
|
1318
1318
|
<div class="refsect3">
|
1319
|
-
<a name="
|
1319
|
+
<a name="gtk-icon-size-lookup-for-settings.returns"></a><h4>Returns</h4>
|
1320
1320
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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>size</code></em>
|
1321
1321
|
was a valid size</p>
|
1322
1322
|
</div>
|
@@ -1336,7 +1336,7 @@ gtk_icon_size_register (<em class="parameter"><code>const <a href="/home/vagrant
|
|
1336
1336
|
<p>Registers a new icon size, along the same lines as <a class="link" href="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>,
|
1337
1337
|
etc. Returns the integer value for the size.</p>
|
1338
1338
|
<div class="refsect3">
|
1339
|
-
<a name="
|
1339
|
+
<a name="gtk-icon-size-register.parameters"></a><h4>Parameters</h4>
|
1340
1340
|
<div class="informaltable"><table width="100%" border="0">
|
1341
1341
|
<colgroup>
|
1342
1342
|
<col width="150px" class="parameters_name">
|
@@ -1363,8 +1363,8 @@ etc. Returns the integer value for the size.</p>
|
|
1363
1363
|
</table></div>
|
1364
1364
|
</div>
|
1365
1365
|
<div class="refsect3">
|
1366
|
-
<a name="
|
1367
|
-
<p> integer value representing the size. </p>
|
1366
|
+
<a name="gtk-icon-size-register.returns"></a><h4>Returns</h4>
|
1367
|
+
<p> integer value representing the size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p>
|
1368
1368
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></p>
|
1369
1369
|
</div>
|
1370
1370
|
</div>
|
@@ -1386,7 +1386,7 @@ So calling <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-size-
|
|
1386
1386
|
will return <em class="parameter"><code>target</code></em>
|
1387
1387
|
.</p>
|
1388
1388
|
<div class="refsect3">
|
1389
|
-
<a name="
|
1389
|
+
<a name="gtk-icon-size-register-alias.parameters"></a><h4>Parameters</h4>
|
1390
1390
|
<div class="informaltable"><table width="100%" border="0">
|
1391
1391
|
<colgroup>
|
1392
1392
|
<col width="150px" class="parameters_name">
|
@@ -1402,7 +1402,7 @@ will return <em class="parameter"><code>target</code></em>
|
|
1402
1402
|
</tr>
|
1403
1403
|
<tr>
|
1404
1404
|
<td class="parameter_name"><p>target</p></td>
|
1405
|
-
<td class="parameter_description"><p> an existing icon size. </p></td>
|
1405
|
+
<td class="parameter_description"><p> an existing icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
|
1406
1406
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1407
1407
|
</tr>
|
1408
1408
|
</tbody>
|
@@ -1421,7 +1421,7 @@ gtk_icon_size_from_name (<em class="parameter"><code>const <a href="/home/vagran
|
|
1421
1421
|
<p>Looks up the icon size associated with <em class="parameter"><code>name</code></em>
|
1422
1422
|
.</p>
|
1423
1423
|
<div class="refsect3">
|
1424
|
-
<a name="
|
1424
|
+
<a name="gtk-icon-size-from-name.parameters"></a><h4>Parameters</h4>
|
1425
1425
|
<div class="informaltable"><table width="100%" border="0">
|
1426
1426
|
<colgroup>
|
1427
1427
|
<col width="150px" class="parameters_name">
|
@@ -1436,8 +1436,8 @@ gtk_icon_size_from_name (<em class="parameter"><code>const <a href="/home/vagran
|
|
1436
1436
|
</table></div>
|
1437
1437
|
</div>
|
1438
1438
|
<div class="refsect3">
|
1439
|
-
<a name="
|
1440
|
-
<p> the icon size. </p>
|
1439
|
+
<a name="gtk-icon-size-from-name.returns"></a><h4>Returns</h4>
|
1440
|
+
<p> the icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p>
|
1441
1441
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></p>
|
1442
1442
|
</div>
|
1443
1443
|
</div>
|
@@ -1453,7 +1453,7 @@ gtk_icon_size_get_name (<em class="parameter"><code><a class="link" href="gtk3-T
|
|
1453
1453
|
<p>Gets the canonical name of the given icon size. The returned string
|
1454
1454
|
is statically allocated and should not be freed.</p>
|
1455
1455
|
<div class="refsect3">
|
1456
|
-
<a name="
|
1456
|
+
<a name="gtk-icon-size-get-name.parameters"></a><h4>Parameters</h4>
|
1457
1457
|
<div class="informaltable"><table width="100%" border="0">
|
1458
1458
|
<colgroup>
|
1459
1459
|
<col width="150px" class="parameters_name">
|
@@ -1468,7 +1468,7 @@ is statically allocated and should not be freed.</p>
|
|
1468
1468
|
</table></div>
|
1469
1469
|
</div>
|
1470
1470
|
<div class="refsect3">
|
1471
|
-
<a name="
|
1471
|
+
<a name="gtk-icon-size-get-name.returns"></a><h4>Returns</h4>
|
1472
1472
|
<p> the name of the given icon size.</p>
|
1473
1473
|
</div>
|
1474
1474
|
</div>
|
@@ -1486,7 +1486,7 @@ gtk_icon_set_get_sizes (<em class="parameter"><code><a class="link" href="gtk3-T
|
|
1486
1486
|
<p>Obtains a list of icon sizes this icon set can render. The returned
|
1487
1487
|
array must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
1488
1488
|
<div class="refsect3">
|
1489
|
-
<a name="
|
1489
|
+
<a name="gtk-icon-set-get-sizes.parameters"></a><h4>Parameters</h4>
|
1490
1490
|
<div class="informaltable"><table width="100%" border="0">
|
1491
1491
|
<colgroup>
|
1492
1492
|
<col width="150px" class="parameters_name">
|
@@ -1502,7 +1502,7 @@ array must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/l
|
|
1502
1502
|
<tr>
|
1503
1503
|
<td class="parameter_name"><p>sizes</p></td>
|
1504
1504
|
<td class="parameter_description"><p> return location
|
1505
|
-
for array of sizes. </p></td>
|
1505
|
+
for array of sizes (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
|
1506
1506
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_sizes][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
1507
1507
|
</tr>
|
1508
1508
|
<tr>
|
@@ -1527,7 +1527,7 @@ gtk_icon_source_get_direction (<em class="parameter"><code>const <a class="link"
|
|
1527
1527
|
value is only useful/meaningful if the text direction is not
|
1528
1528
|
wildcarded.</p>
|
1529
1529
|
<div class="refsect3">
|
1530
|
-
<a name="
|
1530
|
+
<a name="gtk-icon-source-get-direction.parameters"></a><h4>Parameters</h4>
|
1531
1531
|
<div class="informaltable"><table width="100%" border="0">
|
1532
1532
|
<colgroup>
|
1533
1533
|
<col width="150px" class="parameters_name">
|
@@ -1542,7 +1542,7 @@ wildcarded.</p>
|
|
1542
1542
|
</table></div>
|
1543
1543
|
</div>
|
1544
1544
|
<div class="refsect3">
|
1545
|
-
<a name="
|
1545
|
+
<a name="gtk-icon-source-get-direction.returns"></a><h4>Returns</h4>
|
1546
1546
|
<p> text direction this source matches</p>
|
1547
1547
|
</div>
|
1548
1548
|
</div>
|
@@ -1558,7 +1558,7 @@ gtk_icon_source_get_direction_wildcarded
|
|
1558
1558
|
</div>
|
1559
1559
|
<p>Gets the value set by <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-direction-wildcarded" title="gtk_icon_source_set_direction_wildcarded ()"><code class="function">gtk_icon_source_set_direction_wildcarded()</code></a>.</p>
|
1560
1560
|
<div class="refsect3">
|
1561
|
-
<a name="
|
1561
|
+
<a name="gtk-icon-source-get-direction-wildcarded.parameters"></a><h4>Parameters</h4>
|
1562
1562
|
<div class="informaltable"><table width="100%" border="0">
|
1563
1563
|
<colgroup>
|
1564
1564
|
<col width="150px" class="parameters_name">
|
@@ -1573,7 +1573,7 @@ gtk_icon_source_get_direction_wildcarded
|
|
1573
1573
|
</table></div>
|
1574
1574
|
</div>
|
1575
1575
|
<div class="refsect3">
|
1576
|
-
<a name="
|
1576
|
+
<a name="gtk-icon-source-get-direction-wildcarded.returns"></a><h4>Returns</h4>
|
1577
1577
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any text direction variant</p>
|
1578
1578
|
</div>
|
1579
1579
|
</div>
|
@@ -1590,7 +1590,7 @@ gtk_icon_source_get_filename (<em class="parameter"><code>const <a class="link"
|
|
1590
1590
|
filename is not a copy, and should not be modified or expected to
|
1591
1591
|
persist beyond the lifetime of the icon source.</p>
|
1592
1592
|
<div class="refsect3">
|
1593
|
-
<a name="
|
1593
|
+
<a name="gtk-icon-source-get-filename.parameters"></a><h4>Parameters</h4>
|
1594
1594
|
<div class="informaltable"><table width="100%" border="0">
|
1595
1595
|
<colgroup>
|
1596
1596
|
<col width="150px" class="parameters_name">
|
@@ -1605,7 +1605,7 @@ persist beyond the lifetime of the icon source.</p>
|
|
1605
1605
|
</table></div>
|
1606
1606
|
</div>
|
1607
1607
|
<div class="refsect3">
|
1608
|
-
<a name="
|
1608
|
+
<a name="gtk-icon-source-get-filename.returns"></a><h4>Returns</h4>
|
1609
1609
|
<p> image filename. This string must not
|
1610
1610
|
be modified or freed. </p>
|
1611
1611
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename]</span></p>
|
@@ -1614,7 +1614,7 @@ be modified or freed. </p>
|
|
1614
1614
|
<hr>
|
1615
1615
|
<div class="refsect2">
|
1616
1616
|
<a name="gtk-icon-source-get-pixbuf"></a><h3>gtk_icon_source_get_pixbuf ()</h3>
|
1617
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
1617
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
1618
1618
|
gtk_icon_source_get_pixbuf (<em class="parameter"><code>const <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>);</pre>
|
1619
1619
|
<div class="warning">
|
1620
1620
|
<p><code class="literal">gtk_icon_source_get_pixbuf</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
@@ -1628,7 +1628,7 @@ for the GtkIconSource passed to the <a class="link" href="GtkStyle.html" title="
|
|
1628
1628
|
virtual function. The reference count on the pixbuf is
|
1629
1629
|
not incremented.</p>
|
1630
1630
|
<div class="refsect3">
|
1631
|
-
<a name="
|
1631
|
+
<a name="gtk-icon-source-get-pixbuf.parameters"></a><h4>Parameters</h4>
|
1632
1632
|
<div class="informaltable"><table width="100%" border="0">
|
1633
1633
|
<colgroup>
|
1634
1634
|
<col width="150px" class="parameters_name">
|
@@ -1643,7 +1643,7 @@ not incremented.</p>
|
|
1643
1643
|
</table></div>
|
1644
1644
|
</div>
|
1645
1645
|
<div class="refsect3">
|
1646
|
-
<a name="
|
1646
|
+
<a name="gtk-icon-source-get-pixbuf.returns"></a><h4>Returns</h4>
|
1647
1647
|
<p> source pixbuf. </p>
|
1648
1648
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1649
1649
|
</div>
|
@@ -1661,7 +1661,7 @@ gtk_icon_source_get_icon_name (<em class="parameter"><code>const <a class="link"
|
|
1661
1661
|
icon_name is not a copy, and should not be modified or expected to
|
1662
1662
|
persist beyond the lifetime of the icon source.</p>
|
1663
1663
|
<div class="refsect3">
|
1664
|
-
<a name="
|
1664
|
+
<a name="gtk-icon-source-get-icon-name.parameters"></a><h4>Parameters</h4>
|
1665
1665
|
<div class="informaltable"><table width="100%" border="0">
|
1666
1666
|
<colgroup>
|
1667
1667
|
<col width="150px" class="parameters_name">
|
@@ -1676,7 +1676,7 @@ persist beyond the lifetime of the icon source.</p>
|
|
1676
1676
|
</table></div>
|
1677
1677
|
</div>
|
1678
1678
|
<div class="refsect3">
|
1679
|
-
<a name="
|
1679
|
+
<a name="gtk-icon-source-get-icon-name.returns"></a><h4>Returns</h4>
|
1680
1680
|
<p> icon name. This string must not be modified or freed.</p>
|
1681
1681
|
</div>
|
1682
1682
|
</div>
|
@@ -1692,7 +1692,7 @@ gtk_icon_source_get_size (<em class="parameter"><code>const <a class="link" href
|
|
1692
1692
|
<p>Obtains the icon size this source applies to. The return value
|
1693
1693
|
is only useful/meaningful if the icon size is not wildcarded.</p>
|
1694
1694
|
<div class="refsect3">
|
1695
|
-
<a name="
|
1695
|
+
<a name="gtk-icon-source-get-size.parameters"></a><h4>Parameters</h4>
|
1696
1696
|
<div class="informaltable"><table width="100%" border="0">
|
1697
1697
|
<colgroup>
|
1698
1698
|
<col width="150px" class="parameters_name">
|
@@ -1707,8 +1707,8 @@ is only useful/meaningful if the icon size is not wildcarded.</p>
|
|
1707
1707
|
</table></div>
|
1708
1708
|
</div>
|
1709
1709
|
<div class="refsect3">
|
1710
|
-
<a name="
|
1711
|
-
<p> icon size this source matches. </p>
|
1710
|
+
<a name="gtk-icon-source-get-size.returns"></a><h4>Returns</h4>
|
1711
|
+
<p> icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>) this source matches. </p>
|
1712
1712
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></p>
|
1713
1713
|
</div>
|
1714
1714
|
</div>
|
@@ -1723,7 +1723,7 @@ gtk_icon_source_get_size_wildcarded (<em class="parameter"><code>const <a class=
|
|
1723
1723
|
</div>
|
1724
1724
|
<p>Gets the value set by <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-size-wildcarded" title="gtk_icon_source_set_size_wildcarded ()"><code class="function">gtk_icon_source_set_size_wildcarded()</code></a>.</p>
|
1725
1725
|
<div class="refsect3">
|
1726
|
-
<a name="
|
1726
|
+
<a name="gtk-icon-source-get-size-wildcarded.parameters"></a><h4>Parameters</h4>
|
1727
1727
|
<div class="informaltable"><table width="100%" border="0">
|
1728
1728
|
<colgroup>
|
1729
1729
|
<col width="150px" class="parameters_name">
|
@@ -1738,7 +1738,7 @@ gtk_icon_source_get_size_wildcarded (<em class="parameter"><code>const <a class=
|
|
1738
1738
|
</table></div>
|
1739
1739
|
</div>
|
1740
1740
|
<div class="refsect3">
|
1741
|
-
<a name="
|
1741
|
+
<a name="gtk-icon-source-get-size-wildcarded.returns"></a><h4>Returns</h4>
|
1742
1742
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any icon size variant</p>
|
1743
1743
|
</div>
|
1744
1744
|
</div>
|
@@ -1755,7 +1755,7 @@ gtk_icon_source_get_state (<em class="parameter"><code>const <a class="link" hre
|
|
1755
1755
|
value is only useful/meaningful if the widget state is not
|
1756
1756
|
wildcarded.</p>
|
1757
1757
|
<div class="refsect3">
|
1758
|
-
<a name="
|
1758
|
+
<a name="gtk-icon-source-get-state.parameters"></a><h4>Parameters</h4>
|
1759
1759
|
<div class="informaltable"><table width="100%" border="0">
|
1760
1760
|
<colgroup>
|
1761
1761
|
<col width="150px" class="parameters_name">
|
@@ -1770,7 +1770,7 @@ wildcarded.</p>
|
|
1770
1770
|
</table></div>
|
1771
1771
|
</div>
|
1772
1772
|
<div class="refsect3">
|
1773
|
-
<a name="
|
1773
|
+
<a name="gtk-icon-source-get-state.returns"></a><h4>Returns</h4>
|
1774
1774
|
<p> widget state this source matches</p>
|
1775
1775
|
</div>
|
1776
1776
|
</div>
|
@@ -1785,7 +1785,7 @@ gtk_icon_source_get_state_wildcarded (<em class="parameter"><code>const <a class
|
|
1785
1785
|
</div>
|
1786
1786
|
<p>Gets the value set by <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-state-wildcarded" title="gtk_icon_source_set_state_wildcarded ()"><code class="function">gtk_icon_source_set_state_wildcarded()</code></a>.</p>
|
1787
1787
|
<div class="refsect3">
|
1788
|
-
<a name="
|
1788
|
+
<a name="gtk-icon-source-get-state-wildcarded.parameters"></a><h4>Parameters</h4>
|
1789
1789
|
<div class="informaltable"><table width="100%" border="0">
|
1790
1790
|
<colgroup>
|
1791
1791
|
<col width="150px" class="parameters_name">
|
@@ -1800,7 +1800,7 @@ gtk_icon_source_get_state_wildcarded (<em class="parameter"><code>const <a class
|
|
1800
1800
|
</table></div>
|
1801
1801
|
</div>
|
1802
1802
|
<div class="refsect3">
|
1803
|
-
<a name="
|
1803
|
+
<a name="gtk-icon-source-get-state-wildcarded.returns"></a><h4>Returns</h4>
|
1804
1804
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if this icon source is a base for any widget state variant</p>
|
1805
1805
|
</div>
|
1806
1806
|
</div>
|
@@ -1813,7 +1813,7 @@ gtk_icon_source_new (<em class="parameter"><code><span class="type">void</span><
|
|
1813
1813
|
<p><code class="literal">gtk_icon_source_new</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1814
1814
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
1815
1815
|
</div>
|
1816
|
-
<p>Creates a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>. A <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> (or
|
1816
|
+
<p>Creates a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a>. A <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> contains a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> (or
|
1817
1817
|
image filename) that serves as the base image for one or more of the
|
1818
1818
|
icons in a <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>, along with a specification for which icons in the
|
1819
1819
|
icon set will be based on that pixbuf or image file. An icon set contains
|
@@ -1838,7 +1838,7 @@ they’ll be used to create, and add them to the icon set with
|
|
1838
1838
|
the icon source will be used as the base icon for any desired text
|
1839
1839
|
direction, widget state, or icon size.</p>
|
1840
1840
|
<div class="refsect3">
|
1841
|
-
<a name="
|
1841
|
+
<a name="gtk-icon-source-new.returns"></a><h4>Returns</h4>
|
1842
1842
|
<p> a new <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a></p>
|
1843
1843
|
</div>
|
1844
1844
|
</div>
|
@@ -1859,7 +1859,7 @@ if the text direction is wildcarded. Therefore, you should usually
|
|
1859
1859
|
call <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-direction-wildcarded" title="gtk_icon_source_set_direction_wildcarded ()"><code class="function">gtk_icon_source_set_direction_wildcarded()</code></a> to un-wildcard it
|
1860
1860
|
in addition to calling this function.</p>
|
1861
1861
|
<div class="refsect3">
|
1862
|
-
<a name="
|
1862
|
+
<a name="gtk-icon-source-set-direction.parameters"></a><h4>Parameters</h4>
|
1863
1863
|
<div class="informaltable"><table width="100%" border="0">
|
1864
1864
|
<colgroup>
|
1865
1865
|
<col width="150px" class="parameters_name">
|
@@ -1901,7 +1901,7 @@ will only be used with that text direction.</p>
|
|
1901
1901
|
<p><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a> prefers non-wildcarded sources (exact matches) over
|
1902
1902
|
wildcarded sources, and will use an exact match when possible.</p>
|
1903
1903
|
<div class="refsect3">
|
1904
|
-
<a name="
|
1904
|
+
<a name="gtk-icon-source-set-direction-wildcarded.parameters"></a><h4>Parameters</h4>
|
1905
1905
|
<div class="informaltable"><table width="100%" border="0">
|
1906
1906
|
<colgroup>
|
1907
1907
|
<col width="150px" class="parameters_name">
|
@@ -1936,7 +1936,7 @@ gtk_icon_source_set_filename (<em class="parameter"><code><a class="link" href="
|
|
1936
1936
|
<p>Sets the name of an image file to use as a base image when creating
|
1937
1937
|
icon variants for <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>. The filename must be absolute.</p>
|
1938
1938
|
<div class="refsect3">
|
1939
|
-
<a name="
|
1939
|
+
<a name="gtk-icon-source-set-filename.parameters"></a><h4>Parameters</h4>
|
1940
1940
|
<div class="informaltable"><table width="100%" border="0">
|
1941
1941
|
<colgroup>
|
1942
1942
|
<col width="150px" class="parameters_name">
|
@@ -1963,7 +1963,7 @@ icon variants for <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIcon
|
|
1963
1963
|
<a name="gtk-icon-source-set-pixbuf"></a><h3>gtk_icon_source_set_pixbuf ()</h3>
|
1964
1964
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1965
1965
|
gtk_icon_source_set_pixbuf (<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
1966
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
1966
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
1967
1967
|
<div class="warning">
|
1968
1968
|
<p><code class="literal">gtk_icon_source_set_pixbuf</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1969
1969
|
<p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
|
@@ -1971,7 +1971,7 @@ gtk_icon_source_set_pixbuf (<em class="parameter"><code><a class="link" href="gt
|
|
1971
1971
|
<p>Sets a pixbuf to use as a base image when creating icon variants
|
1972
1972
|
for <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>.</p>
|
1973
1973
|
<div class="refsect3">
|
1974
|
-
<a name="
|
1974
|
+
<a name="gtk-icon-source-set-pixbuf.parameters"></a><h4>Parameters</h4>
|
1975
1975
|
<div class="informaltable"><table width="100%" border="0">
|
1976
1976
|
<colgroup>
|
1977
1977
|
<col width="150px" class="parameters_name">
|
@@ -2006,7 +2006,7 @@ gtk_icon_source_set_icon_name (<em class="parameter"><code><a class="link" href=
|
|
2006
2006
|
<p>Sets the name of an icon to look up in the current icon theme
|
2007
2007
|
to use as a base image when creating icon variants for <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="type">GtkIconSet</span></a>.</p>
|
2008
2008
|
<div class="refsect3">
|
2009
|
-
<a name="
|
2009
|
+
<a name="gtk-icon-source-set-icon-name.parameters"></a><h4>Parameters</h4>
|
2010
2010
|
<div class="informaltable"><table width="100%" border="0">
|
2011
2011
|
<colgroup>
|
2012
2012
|
<col width="150px" class="parameters_name">
|
@@ -2045,7 +2045,7 @@ if the size is wildcarded. Therefore, you should usually
|
|
2045
2045
|
call <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-size-wildcarded" title="gtk_icon_source_set_size_wildcarded ()"><code class="function">gtk_icon_source_set_size_wildcarded()</code></a> to un-wildcard it
|
2046
2046
|
in addition to calling this function.</p>
|
2047
2047
|
<div class="refsect3">
|
2048
|
-
<a name="
|
2048
|
+
<a name="gtk-icon-source-set-size.parameters"></a><h4>Parameters</h4>
|
2049
2049
|
<div class="informaltable"><table width="100%" border="0">
|
2050
2050
|
<colgroup>
|
2051
2051
|
<col width="150px" class="parameters_name">
|
@@ -2060,7 +2060,7 @@ in addition to calling this function.</p>
|
|
2060
2060
|
</tr>
|
2061
2061
|
<tr>
|
2062
2062
|
<td class="parameter_name"><p>size</p></td>
|
2063
|
-
<td class="parameter_description"><p> icon size this source applies to. </p></td>
|
2063
|
+
<td class="parameter_description"><p> icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>) this source applies to. </p></td>
|
2064
2064
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
2065
2065
|
</tr>
|
2066
2066
|
</tbody>
|
@@ -2088,7 +2088,7 @@ wildcarded sources, and will use an exact match when possible.</p>
|
|
2088
2088
|
an appropriate icon at a given size, but will not change the size
|
2089
2089
|
of source images that match exactly.</p>
|
2090
2090
|
<div class="refsect3">
|
2091
|
-
<a name="
|
2091
|
+
<a name="gtk-icon-source-set-size-wildcarded.parameters"></a><h4>Parameters</h4>
|
2092
2092
|
<div class="informaltable"><table width="100%" border="0">
|
2093
2093
|
<colgroup>
|
2094
2094
|
<col width="150px" class="parameters_name">
|
@@ -2127,7 +2127,7 @@ if the state is wildcarded. Therefore, you should usually
|
|
2127
2127
|
call <a class="link" href="gtk3-Themeable-Stock-Images.html#gtk-icon-source-set-state-wildcarded" title="gtk_icon_source_set_state_wildcarded ()"><code class="function">gtk_icon_source_set_state_wildcarded()</code></a> to un-wildcard it
|
2128
2128
|
in addition to calling this function.</p>
|
2129
2129
|
<div class="refsect3">
|
2130
|
-
<a name="
|
2130
|
+
<a name="gtk-icon-source-set-state.parameters"></a><h4>Parameters</h4>
|
2131
2131
|
<div class="informaltable"><table width="100%" border="0">
|
2132
2132
|
<colgroup>
|
2133
2133
|
<col width="150px" class="parameters_name">
|
@@ -2171,7 +2171,7 @@ produce an appropriate icon for a given state, for example
|
|
2171
2171
|
lightening an image on prelight, but will not modify source images
|
2172
2172
|
that match exactly.</p>
|
2173
2173
|
<div class="refsect3">
|
2174
|
-
<a name="
|
2174
|
+
<a name="gtk-icon-source-set-state-wildcarded.parameters"></a><h4>Parameters</h4>
|
2175
2175
|
<div class="informaltable"><table width="100%" border="0">
|
2176
2176
|
<colgroup>
|
2177
2177
|
<col width="150px" class="parameters_name">
|
@@ -2213,18 +2213,14 @@ that match exactly.</p>
|
|
2213
2213
|
};
|
2214
2214
|
</pre>
|
2215
2215
|
<div class="refsect3">
|
2216
|
-
<a name="
|
2216
|
+
<a name="GtkIconFactoryClass.members"></a><h4>Members</h4>
|
2217
2217
|
<div class="informaltable"><table width="100%" border="0">
|
2218
2218
|
<colgroup>
|
2219
2219
|
<col width="300px" class="struct_members_name">
|
2220
2220
|
<col class="struct_members_description">
|
2221
2221
|
<col width="200px" class="struct_members_annotations">
|
2222
2222
|
</colgroup>
|
2223
|
-
<tbody
|
2224
|
-
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GtkIconFactoryClass.parent-class"></a>parent_class</code></em>;</p></td>
|
2225
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
2226
|
-
<td class="struct_member_annotations"> </td>
|
2227
|
-
</tr></tbody>
|
2223
|
+
<tbody></tbody>
|
2228
2224
|
</table></div>
|
2229
2225
|
</div>
|
2230
2226
|
</div>
|
@@ -2238,7 +2234,7 @@ that match exactly.</p>
|
|
2238
2234
|
<a name="GtkIconSize"></a><h3>enum GtkIconSize</h3>
|
2239
2235
|
<p>Built-in stock icon sizes.</p>
|
2240
2236
|
<div class="refsect3">
|
2241
|
-
<a name="
|
2237
|
+
<a name="GtkIconSize.members"></a><h4>Members</h4>
|
2242
2238
|
<div class="informaltable"><table width="100%" border="0">
|
2243
2239
|
<colgroup>
|
2244
2240
|
<col width="300px" class="enum_members_name">
|
@@ -2302,6 +2298,6 @@ that match exactly.</p>
|
|
2302
2298
|
</div>
|
2303
2299
|
</div>
|
2304
2300
|
<div class="footer">
|
2305
|
-
<hr>Generated by GTK-Doc V1.
|
2301
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
2306
2302
|
</body>
|
2307
2303
|
</html>
|