gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="Application.html" title="Application support">
|
9
9
|
<link rel="prev" href="GtkApplication.html" title="GtkApplication">
|
10
10
|
<link rel="next" href="GtkActionable.html" title="GtkActionable">
|
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">
|
@@ -74,6 +74,22 @@
|
|
74
74
|
<a class="link" href="GtkApplicationWindow.html#gtk-application-window-get-id" title="gtk_application_window_get_id ()">gtk_application_window_get_id</a> <span class="c_punctuation">()</span>
|
75
75
|
</td>
|
76
76
|
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="function_type">
|
79
|
+
<span class="returnvalue">void</span>
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="GtkApplicationWindow.html#gtk-application-window-set-help-overlay" title="gtk_application_window_set_help_overlay ()">gtk_application_window_set_help_overlay</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">
|
87
|
+
<a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="returnvalue">GtkShortcutsWindow</span></a> *
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="GtkApplicationWindow.html#gtk-application-window-get-help-overlay" title="gtk_application_window_get_help_overlay ()">gtk_application_window_get_help_overlay</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
77
93
|
</tbody>
|
78
94
|
</table></div>
|
79
95
|
</div>
|
@@ -113,7 +129,7 @@
|
|
113
129
|
</div>
|
114
130
|
<div class="refsect1">
|
115
131
|
<a name="GtkApplicationWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
116
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
132
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
117
133
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
118
134
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
119
135
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -126,7 +142,7 @@
|
|
126
142
|
<a name="GtkApplicationWindow.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
127
143
|
<p>
|
128
144
|
GtkApplicationWindow implements
|
129
|
-
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html">GActionGroup</a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html">GActionMap</a>.</p>
|
145
|
+
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html#GActionGroup-struct">GActionGroup</a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html#GActionMap-struct">GActionMap</a>.</p>
|
130
146
|
</div>
|
131
147
|
<div class="refsect1">
|
132
148
|
<a name="GtkApplicationWindow.includes"></a><h2>Includes</h2>
|
@@ -140,13 +156,13 @@ extra functionality for better integration with <a class="link" href="GtkApplica
|
|
140
156
|
features. Notably, it can handle both the application menu as well
|
141
157
|
as the menubar. See <a class="link" href="GtkApplication.html#gtk-application-set-app-menu" title="gtk_application_set_app_menu ()"><code class="function">gtk_application_set_app_menu()</code></a> and
|
142
158
|
<a class="link" href="GtkApplication.html#gtk-application-set-menubar" title="gtk_application_set_menubar ()"><code class="function">gtk_application_set_menubar()</code></a>.</p>
|
143
|
-
<p>This class implements the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html"><span class="type">GActionGroup</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html"><span class="type">GActionMap</span></a> interfaces,
|
159
|
+
<p>This class implements the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html#GActionGroup-struct"><span class="type">GActionGroup</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html#GActionMap-struct"><span class="type">GActionMap</span></a> interfaces,
|
144
160
|
to let you add window-specific actions that will be exported by the
|
145
161
|
associated <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, together with its application-wide
|
146
162
|
actions. Window-specific actions are prefixed with the “win.”
|
147
163
|
prefix and application-wide actions are prefixed with the “app.”
|
148
164
|
prefix. Actions must be addressed with the prefixed name when
|
149
|
-
referring to them from a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a>.</p>
|
165
|
+
referring to them from a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html#GMenuModel-struct"><span class="type">GMenuModel</span></a>.</p>
|
150
166
|
<p>Note that widgets that are placed inside a GtkApplicationWindow
|
151
167
|
can also activate these actions, if they implement the
|
152
168
|
GtkActionable interface.</p>
|
@@ -162,13 +178,10 @@ on Windows neither will be. gnome-shell (starting with version 3.4)
|
|
162
178
|
will display the application menu, but not the menubar.</p>
|
163
179
|
<p>If the desktop environment does not display the menubar, then
|
164
180
|
<a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> will automatically show a <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> for it.
|
165
|
-
(see the <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> docs for some screenshots of how this
|
166
|
-
looks on different platforms).
|
167
181
|
This behaviour can be overridden with the <a class="link" href="GtkApplicationWindow.html#GtkApplicationWindow--show-menubar" title="The “show-menubar” property"><span class="type">“show-menubar”</span></a>
|
168
182
|
property. If the desktop environment does not display the application
|
169
|
-
menu, then it will automatically be included in the menubar
|
170
|
-
|
171
|
-
using <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-show-close-button" title="gtk_header_bar_set_show_close_button ()"><code class="function">gtk_header_bar_set_show_close_button()</code></a>.</p>
|
183
|
+
menu, then it will automatically be included in the menubar or in the
|
184
|
+
windows client-side decorations.</p>
|
172
185
|
<div class="refsect3">
|
173
186
|
<a name="id-1.3.4.3.9.8"></a><h4>A GtkApplicationWindow with a menubar</h4>
|
174
187
|
<div class="informalexample">
|
@@ -227,17 +240,41 @@ using <a class="link" href="GtkHeaderBar.html#gtk-header-bar-set-show-close-butt
|
|
227
240
|
<div class="refsect3">
|
228
241
|
<a name="id-1.3.4.3.9.9"></a><h4>Handling fallback yourself</h4>
|
229
242
|
<p><a class="ulink" href="https://git.gnome.org/browse/gtk+/tree/examples/sunny.c" target="_top">A simple example</a></p>
|
230
|
-
<p>The XML format understood by <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> for <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a> consists
|
243
|
+
<p>The XML format understood by <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> for <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html#GMenuModel-struct"><span class="type">GMenuModel</span></a> consists
|
231
244
|
of a toplevel <code class="literal"><menu></code> element, which contains one or more <code class="literal"><item></code>
|
232
245
|
elements. Each <code class="literal"><item></code> element contains <code class="literal"><attribute></code> and <code class="literal"><link></code>
|
233
246
|
elements with a mandatory name attribute. <code class="literal"><link></code> elements have the
|
234
|
-
same content model as <code class="literal"><menu></code
|
247
|
+
same content model as <code class="literal"><menu></code>. Instead of <code class="literal"><link name="submenu></code> or
|
248
|
+
<code class="literal"><link name="section"></code>, you can use <code class="literal"><submenu></code> or <code class="literal"><section></code>
|
249
|
+
elements.</p>
|
235
250
|
<p>Attribute values can be translated using gettext, like other <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a>
|
236
251
|
content. <code class="literal"><attribute></code> elements can be marked for translation with a
|
237
252
|
<code class="literal">translatable="yes"</code> attribute. It is also possible to specify message
|
238
253
|
context and translator comments, using the context and comments attributes.
|
239
254
|
To make use of this, the <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> must have been given the gettext
|
240
255
|
domain to use.</p>
|
256
|
+
<p>The following attributes are used when constructing menu items:</p>
|
257
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
258
|
+
<li class="listitem"><p>"label": a user-visible string to display</p></li>
|
259
|
+
<li class="listitem"><p>"action": the prefixed name of the action to trigger</p></li>
|
260
|
+
<li class="listitem"><p>"target": the parameter to use when activating the action</p></li>
|
261
|
+
<li class="listitem"><p>"icon" and "verb-icon": names of icons that may be displayed</p></li>
|
262
|
+
<li class="listitem"><p>"submenu-action": name of an action that may be used to determine
|
263
|
+
if a submenu can be opened</p></li>
|
264
|
+
<li class="listitem"><p>"hidden-when": a string used to determine when the item will be hidden.
|
265
|
+
Possible values include "action-disabled", "action-missing", "macos-menubar".</p></li>
|
266
|
+
</ul></div>
|
267
|
+
<p>The following attributes are used when constructing sections:</p>
|
268
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
269
|
+
<li class="listitem"><p>"label": a user-visible string to use as section heading</p></li>
|
270
|
+
<li class="listitem"><p>"display-hint": a string used to determine special formatting for the section.
|
271
|
+
Possible values include "horizontal-buttons".</p></li>
|
272
|
+
</ul></div>
|
273
|
+
<p>The following attributes are used when constructing submenus:</p>
|
274
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
275
|
+
<li class="listitem"><p>"label": a user-visible string to display</p></li>
|
276
|
+
<li class="listitem"><p>"icon": icon name to display</p></li>
|
277
|
+
</ul></div>
|
241
278
|
</div>
|
242
279
|
</div>
|
243
280
|
<div class="refsect1">
|
@@ -248,7 +285,7 @@ domain to use.</p>
|
|
248
285
|
gtk_application_window_new (<em class="parameter"><code><a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> *application</code></em>);</pre>
|
249
286
|
<p>Creates a new <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a>.</p>
|
250
287
|
<div class="refsect3">
|
251
|
-
<a name="
|
288
|
+
<a name="gtk-application-window-new.parameters"></a><h4>Parameters</h4>
|
252
289
|
<div class="informaltable"><table width="100%" border="0">
|
253
290
|
<colgroup>
|
254
291
|
<col width="150px" class="parameters_name">
|
@@ -263,7 +300,7 @@ gtk_application_window_new (<em class="parameter"><code><a class="link" href="Gt
|
|
263
300
|
</table></div>
|
264
301
|
</div>
|
265
302
|
<div class="refsect3">
|
266
|
-
<a name="
|
303
|
+
<a name="gtk-application-window-new.returns"></a><h4>Returns</h4>
|
267
304
|
<p> a newly created <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a></p>
|
268
305
|
</div>
|
269
306
|
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
@@ -278,7 +315,7 @@ gtk_application_window_set_show_menubar
|
|
278
315
|
<p>Sets whether the window will display a menubar for the app menu
|
279
316
|
and menubar as needed.</p>
|
280
317
|
<div class="refsect3">
|
281
|
-
<a name="
|
318
|
+
<a name="gtk-application-window-set-show-menubar.parameters"></a><h4>Parameters</h4>
|
282
319
|
<div class="informaltable"><table width="100%" border="0">
|
283
320
|
<colgroup>
|
284
321
|
<col width="150px" class="parameters_name">
|
@@ -310,7 +347,7 @@ gtk_application_window_get_show_menubar
|
|
310
347
|
<p>Returns whether the window will display a menubar for the app menu
|
311
348
|
and menubar as needed.</p>
|
312
349
|
<div class="refsect3">
|
313
|
-
<a name="
|
350
|
+
<a name="gtk-application-window-get-show-menubar.parameters"></a><h4>Parameters</h4>
|
314
351
|
<div class="informaltable"><table width="100%" border="0">
|
315
352
|
<colgroup>
|
316
353
|
<col width="150px" class="parameters_name">
|
@@ -325,7 +362,7 @@ and menubar as needed.</p>
|
|
325
362
|
</table></div>
|
326
363
|
</div>
|
327
364
|
<div class="refsect3">
|
328
|
-
<a name="
|
365
|
+
<a name="gtk-application-window-get-show-menubar.returns"></a><h4>Returns</h4>
|
329
366
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em>
|
330
367
|
will display a menubar when needed</p>
|
331
368
|
</div>
|
@@ -339,7 +376,7 @@ gtk_application_window_get_id (<em class="parameter"><code><a class="link" href=
|
|
339
376
|
<p>Returns the unique ID of the window. If the window has not yet been added to
|
340
377
|
a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, returns <code class="literal">0</code>.</p>
|
341
378
|
<div class="refsect3">
|
342
|
-
<a name="id
|
379
|
+
<a name="gtk-application-window-get-id.parameters"></a><h4>Parameters</h4>
|
343
380
|
<div class="informaltable"><table width="100%" border="0">
|
344
381
|
<colgroup>
|
345
382
|
<col width="150px" class="parameters_name">
|
@@ -354,13 +391,78 @@ a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class=
|
|
354
391
|
</table></div>
|
355
392
|
</div>
|
356
393
|
<div class="refsect3">
|
357
|
-
<a name="id
|
394
|
+
<a name="gtk-application-window-get-id.returns"></a><h4>Returns</h4>
|
358
395
|
<p> the unique ID for <em class="parameter"><code>window</code></em>
|
359
396
|
, or <code class="literal">0</code> if the window
|
360
397
|
has not yet been added to a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a></p>
|
361
398
|
</div>
|
362
399
|
<p class="since">Since: <a class="link" href="api-index-3-6.html#api-index-3.6">3.6</a></p>
|
363
400
|
</div>
|
401
|
+
<hr>
|
402
|
+
<div class="refsect2">
|
403
|
+
<a name="gtk-application-window-set-help-overlay"></a><h3>gtk_application_window_set_help_overlay ()</h3>
|
404
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
405
|
+
gtk_application_window_set_help_overlay
|
406
|
+
(<em class="parameter"><code><a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> *window</code></em>,
|
407
|
+
<em class="parameter"><code><a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="type">GtkShortcutsWindow</span></a> *help_overlay</code></em>);</pre>
|
408
|
+
<p>Associates a shortcuts window with the application window, and
|
409
|
+
sets up an action with the name win.show-help-overlay to present
|
410
|
+
it.</p>
|
411
|
+
<div class="refsect3">
|
412
|
+
<a name="gtk-application-window-set-help-overlay.parameters"></a><h4>Parameters</h4>
|
413
|
+
<div class="informaltable"><table width="100%" border="0">
|
414
|
+
<colgroup>
|
415
|
+
<col width="150px" class="parameters_name">
|
416
|
+
<col class="parameters_description">
|
417
|
+
<col width="200px" class="parameters_annotations">
|
418
|
+
</colgroup>
|
419
|
+
<tbody>
|
420
|
+
<tr>
|
421
|
+
<td class="parameter_name"><p>window</p></td>
|
422
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a></p></td>
|
423
|
+
<td class="parameter_annotations"> </td>
|
424
|
+
</tr>
|
425
|
+
<tr>
|
426
|
+
<td class="parameter_name"><p>help_overlay</p></td>
|
427
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="type">GtkShortcutsWindow</span></a>. </p></td>
|
428
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
429
|
+
</tr>
|
430
|
+
</tbody>
|
431
|
+
</table></div>
|
432
|
+
</div>
|
433
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
434
|
+
</div>
|
435
|
+
<hr>
|
436
|
+
<div class="refsect2">
|
437
|
+
<a name="gtk-application-window-get-help-overlay"></a><h3>gtk_application_window_get_help_overlay ()</h3>
|
438
|
+
<pre class="programlisting"><a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="returnvalue">GtkShortcutsWindow</span></a> *
|
439
|
+
gtk_application_window_get_help_overlay
|
440
|
+
(<em class="parameter"><code><a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a> *window</code></em>);</pre>
|
441
|
+
<p>Gets the <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="type">GtkShortcutsWindow</span></a> that has been set up with
|
442
|
+
a prior call to <a class="link" href="GtkApplicationWindow.html#gtk-application-window-set-help-overlay" title="gtk_application_window_set_help_overlay ()"><code class="function">gtk_application_window_set_help_overlay()</code></a>.</p>
|
443
|
+
<div class="refsect3">
|
444
|
+
<a name="gtk-application-window-get-help-overlay.parameters"></a><h4>Parameters</h4>
|
445
|
+
<div class="informaltable"><table width="100%" border="0">
|
446
|
+
<colgroup>
|
447
|
+
<col width="150px" class="parameters_name">
|
448
|
+
<col class="parameters_description">
|
449
|
+
<col width="200px" class="parameters_annotations">
|
450
|
+
</colgroup>
|
451
|
+
<tbody><tr>
|
452
|
+
<td class="parameter_name"><p>window</p></td>
|
453
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow"><span class="type">GtkApplicationWindow</span></a></p></td>
|
454
|
+
<td class="parameter_annotations"> </td>
|
455
|
+
</tr></tbody>
|
456
|
+
</table></div>
|
457
|
+
</div>
|
458
|
+
<div class="refsect3">
|
459
|
+
<a name="gtk-application-window-get-help-overlay.returns"></a><h4>Returns</h4>
|
460
|
+
<p> the help overlay associated with <em class="parameter"><code>window</code></em>
|
461
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
462
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
463
|
+
</div>
|
464
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
465
|
+
</div>
|
364
466
|
</div>
|
365
467
|
<div class="refsect1">
|
366
468
|
<a name="GtkApplicationWindow.other_details"></a><h2>Types and Values</h2>
|
@@ -376,18 +478,14 @@ has not yet been added to a <a class="link" href="GtkApplication.html" title="Gt
|
|
376
478
|
};
|
377
479
|
</pre>
|
378
480
|
<div class="refsect3">
|
379
|
-
<a name="
|
481
|
+
<a name="GtkApplicationWindowClass.members"></a><h4>Members</h4>
|
380
482
|
<div class="informaltable"><table width="100%" border="0">
|
381
483
|
<colgroup>
|
382
484
|
<col width="300px" class="struct_members_name">
|
383
485
|
<col class="struct_members_description">
|
384
486
|
<col width="200px" class="struct_members_annotations">
|
385
487
|
</colgroup>
|
386
|
-
<tbody
|
387
|
-
<td class="struct_member_name"><p><a class="link" href="GtkWindow.html#GtkWindowClass" title="struct GtkWindowClass"><span class="type">GtkWindowClass</span></a> <em class="structfield"><code><a name="GtkApplicationWindowClass.parent-class"></a>parent_class</code></em>;</p></td>
|
388
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
389
|
-
<td class="struct_member_annotations"> </td>
|
390
|
-
</tr></tbody>
|
488
|
+
<tbody></tbody>
|
391
489
|
</table></div>
|
392
490
|
</div>
|
393
491
|
</div>
|
@@ -409,6 +507,6 @@ of whether the desktop shell is showing the menus or not.</p>
|
|
409
507
|
</div>
|
410
508
|
</div>
|
411
509
|
<div class="footer">
|
412
|
-
<hr>Generated by GTK-Doc V1.
|
510
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
413
511
|
</body>
|
414
512
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkNumerableIcon.html" title="GtkNumerableIcon">
|
10
10
|
<link rel="next" href="GtkStatusIcon.html" title="GtkStatusIcon">
|
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">
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
<div class="refsect1">
|
116
116
|
<a name="GtkArrow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
117
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
117
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
118
118
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
119
119
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
120
120
|
<span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
|
@@ -165,7 +165,7 @@ gtk_arrow_new (<em class="parameter"><code><a class="link" href="GtkMenuButton.h
|
|
165
165
|
</div>
|
166
166
|
<p>Creates a new <a class="link" href="GtkArrow.html" title="GtkArrow"><span class="type">GtkArrow</span></a> widget.</p>
|
167
167
|
<div class="refsect3">
|
168
|
-
<a name="
|
168
|
+
<a name="gtk-arrow-new.parameters"></a><h4>Parameters</h4>
|
169
169
|
<div class="informaltable"><table width="100%" border="0">
|
170
170
|
<colgroup>
|
171
171
|
<col width="150px" class="parameters_name">
|
@@ -187,7 +187,7 @@ gtk_arrow_new (<em class="parameter"><code><a class="link" href="GtkMenuButton.h
|
|
187
187
|
</table></div>
|
188
188
|
</div>
|
189
189
|
<div class="refsect3">
|
190
|
-
<a name="
|
190
|
+
<a name="gtk-arrow-new.returns"></a><h4>Returns</h4>
|
191
191
|
<p> the new <a class="link" href="GtkArrow.html" title="GtkArrow"><span class="type">GtkArrow</span></a> widget.</p>
|
192
192
|
</div>
|
193
193
|
</div>
|
@@ -205,7 +205,7 @@ gtk_arrow_set (<em class="parameter"><code><a class="link" href="GtkArrow.html"
|
|
205
205
|
<p>Sets the direction and style of the <a class="link" href="GtkArrow.html" title="GtkArrow"><span class="type">GtkArrow</span></a>, <em class="parameter"><code>arrow</code></em>
|
206
206
|
.</p>
|
207
207
|
<div class="refsect3">
|
208
|
-
<a name="
|
208
|
+
<a name="gtk-arrow-set.parameters"></a><h4>Parameters</h4>
|
209
209
|
<div class="informaltable"><table width="100%" border="0">
|
210
210
|
<colgroup>
|
211
211
|
<col width="150px" class="parameters_name">
|
@@ -275,6 +275,6 @@ gtk_arrow_set (<em class="parameter"><code><a class="link" href="GtkArrow.html"
|
|
275
275
|
</div>
|
276
276
|
</div>
|
277
277
|
<div class="footer">
|
278
|
-
<hr>Generated by GTK-Doc V1.
|
278
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
279
279
|
</body>
|
280
280
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="gtk3-Orientable.html" title="GtkOrientable">
|
10
10
|
<link rel="next" href="GtkFixed.html" title="GtkFixed">
|
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">
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
<div class="refsect1">
|
116
116
|
<a name="GtkAspectFrame.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
117
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
117
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
118
118
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
119
119
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
120
120
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -143,6 +143,10 @@ drawing a small preview of a larger image. <a class="link" href="GtkAspectFrame.
|
|
143
143
|
derives from <a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a>, so it can draw a label and
|
144
144
|
a frame around the child. The frame will be
|
145
145
|
“shrink-wrapped” to the size of the child.</p>
|
146
|
+
<div class="refsect2">
|
147
|
+
<a name="id-1.3.7.19.9.3"></a><h3>CSS nodes</h3>
|
148
|
+
<p>GtkAspectFrame uses a CSS node with name frame.</p>
|
149
|
+
</div>
|
146
150
|
</div>
|
147
151
|
<div class="refsect1">
|
148
152
|
<a name="GtkAspectFrame.functions_details"></a><h2>Functions</h2>
|
@@ -156,7 +160,7 @@ gtk_aspect_frame_new (<em class="parameter"><code>const <a href="/home/vagrant/r
|
|
156
160
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> obey_child</code></em>);</pre>
|
157
161
|
<p>Create a new <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>.</p>
|
158
162
|
<div class="refsect3">
|
159
|
-
<a name="
|
163
|
+
<a name="gtk-aspect-frame-new.parameters"></a><h4>Parameters</h4>
|
160
164
|
<div class="informaltable"><table width="100%" border="0">
|
161
165
|
<colgroup>
|
162
166
|
<col width="150px" class="parameters_name">
|
@@ -199,7 +203,7 @@ ratio is taken from the requistion of the child.</p></td>
|
|
199
203
|
</table></div>
|
200
204
|
</div>
|
201
205
|
<div class="refsect3">
|
202
|
-
<a name="
|
206
|
+
<a name="gtk-aspect-frame-new.returns"></a><h4>Returns</h4>
|
203
207
|
<p> the new <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>.</p>
|
204
208
|
</div>
|
205
209
|
</div>
|
@@ -214,7 +218,7 @@ gtk_aspect_frame_set (<em class="parameter"><code><a class="link" href="GtkAspec
|
|
214
218
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> obey_child</code></em>);</pre>
|
215
219
|
<p>Set parameters for an existing <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>.</p>
|
216
220
|
<div class="refsect3">
|
217
|
-
<a name="
|
221
|
+
<a name="gtk-aspect-frame-set.parameters"></a><h4>Parameters</h4>
|
218
222
|
<div class="informaltable"><table width="100%" border="0">
|
219
223
|
<colgroup>
|
220
224
|
<col width="150px" class="parameters_name">
|
@@ -272,18 +276,14 @@ ratio is taken from the requistion of the child.</p></td>
|
|
272
276
|
};
|
273
277
|
</pre>
|
274
278
|
<div class="refsect3">
|
275
|
-
<a name="
|
279
|
+
<a name="GtkAspectFrameClass.members"></a><h4>Members</h4>
|
276
280
|
<div class="informaltable"><table width="100%" border="0">
|
277
281
|
<colgroup>
|
278
282
|
<col width="300px" class="struct_members_name">
|
279
283
|
<col class="struct_members_description">
|
280
284
|
<col width="200px" class="struct_members_annotations">
|
281
285
|
</colgroup>
|
282
|
-
<tbody
|
283
|
-
<td class="struct_member_name"><p><a class="link" href="GtkFrame.html#GtkFrameClass" title="struct GtkFrameClass"><span class="type">GtkFrameClass</span></a> <em class="structfield"><code><a name="GtkAspectFrameClass.parent-class"></a>parent_class</code></em>;</p></td>
|
284
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
285
|
-
<td class="struct_member_annotations"> </td>
|
286
|
-
</tr></tbody>
|
286
|
+
<tbody></tbody>
|
287
287
|
</table></div>
|
288
288
|
</div>
|
289
289
|
</div>
|
@@ -327,6 +327,6 @@ ratio is taken from the requistion of the child.</p></td>
|
|
327
327
|
</div>
|
328
328
|
</div>
|
329
329
|
<div class="footer">
|
330
|
-
<hr>Generated by GTK-Doc V1.
|
330
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
331
331
|
</body>
|
332
332
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="WindowWidgets.html" title="Windows">
|
9
9
|
<link rel="prev" href="GtkAboutDialog.html" title="GtkAboutDialog">
|
10
10
|
<link rel="next" href="GtkInvisible.html" title="GtkInvisible">
|
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">
|
@@ -174,7 +174,7 @@
|
|
174
174
|
</tr>
|
175
175
|
<tr>
|
176
176
|
<td class="function_type">
|
177
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
177
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
178
178
|
</td>
|
179
179
|
<td class="function_name">
|
180
180
|
<a class="link" href="GtkAssistant.html#gtk-assistant-get-page-header-image" title="gtk_assistant_get_page_header_image ()">gtk_assistant_get_page_header_image</a> <span class="c_punctuation">()</span>
|
@@ -190,7 +190,7 @@
|
|
190
190
|
</tr>
|
191
191
|
<tr>
|
192
192
|
<td class="function_type">
|
193
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
193
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
194
194
|
</td>
|
195
195
|
<td class="function_name">
|
196
196
|
<a class="link" href="GtkAssistant.html#gtk-assistant-get-page-side-image" title="gtk_assistant_get_page_side_image ()">gtk_assistant_get_page_side_image</a> <span class="c_punctuation">()</span>
|
@@ -217,6 +217,22 @@
|
|
217
217
|
<span class="returnvalue">void</span>
|
218
218
|
</td>
|
219
219
|
<td class="function_name">
|
220
|
+
<a class="link" href="GtkAssistant.html#gtk-assistant-set-page-has-padding" title="gtk_assistant_set_page_has_padding ()">gtk_assistant_set_page_has_padding</a> <span class="c_punctuation">()</span>
|
221
|
+
</td>
|
222
|
+
</tr>
|
223
|
+
<tr>
|
224
|
+
<td class="function_type">
|
225
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
226
|
+
</td>
|
227
|
+
<td class="function_name">
|
228
|
+
<a class="link" href="GtkAssistant.html#gtk-assistant-get-page-has-padding" title="gtk_assistant_get_page_has_padding ()">gtk_assistant_get_page_has_padding</a> <span class="c_punctuation">()</span>
|
229
|
+
</td>
|
230
|
+
</tr>
|
231
|
+
<tr>
|
232
|
+
<td class="function_type">
|
233
|
+
<span class="returnvalue">void</span>
|
234
|
+
</td>
|
235
|
+
<td class="function_name">
|
220
236
|
<a class="link" href="GtkAssistant.html#gtk-assistant-add-action-widget" title="gtk_assistant_add_action_widget ()">gtk_assistant_add_action_widget</a> <span class="c_punctuation">()</span>
|
221
237
|
</td>
|
222
238
|
</tr>
|
@@ -293,8 +309,13 @@
|
|
293
309
|
<td class="property_flags">Read / Write</td>
|
294
310
|
</tr>
|
295
311
|
<tr>
|
312
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
313
|
+
<td class="property_name"><a class="link" href="GtkAssistant.html#GtkAssistant--c-has-padding" title="The “has-padding” child property">has-padding</a></td>
|
314
|
+
<td class="property_flags">Read / Write</td>
|
315
|
+
</tr>
|
316
|
+
<tr>
|
296
317
|
<td class="property_type">
|
297
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
|
318
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
|
298
319
|
<td class="property_name"><a class="link" href="GtkAssistant.html#GtkAssistant--c-header-image" title="The “header-image” child property">header-image</a></td>
|
299
320
|
<td class="property_flags">Read / Write</td>
|
300
321
|
</tr>
|
@@ -305,7 +326,7 @@
|
|
305
326
|
</tr>
|
306
327
|
<tr>
|
307
328
|
<td class="property_type">
|
308
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
|
329
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
|
309
330
|
<td class="property_name"><a class="link" href="GtkAssistant.html#GtkAssistant--c-sidebar-image" title="The “sidebar-image” child property">sidebar-image</a></td>
|
310
331
|
<td class="property_flags">Read / Write</td>
|
311
332
|
</tr>
|
@@ -402,7 +423,7 @@
|
|
402
423
|
</div>
|
403
424
|
<div class="refsect1">
|
404
425
|
<a name="GtkAssistant.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
405
|
-
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
426
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
406
427
|
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
407
428
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
408
429
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -433,7 +454,7 @@ and the <a class="link" href="GtkAssistant.html#GtkAssistantPageType" title="enu
|
|
433
454
|
in addition to state information like the page
|
434
455
|
<a class="link" href="GtkAssistant.html#gtk-assistant-set-page-complete" title="gtk_assistant_set_page_complete ()">completion</a>
|
435
456
|
and <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_assistant_commit ()">committed</a> status.</p>
|
436
|
-
<p>If you have a case that doesn’t quite fit in <a href="GtkAssistant.html"><span class="type">GtkAssistants</span></a> way of
|
457
|
+
<p>If you have a case that doesn’t quite fit in <a href="GtkAssistant.html#GtkAssistant-struct"><span class="type">GtkAssistants</span></a> way of
|
437
458
|
handling buttons, you can use the <a class="link" href="GtkAssistant.html#GTK-ASSISTANT-PAGE-CUSTOM:CAPS"><span class="type">GTK_ASSISTANT_PAGE_CUSTOM</span></a> page
|
438
459
|
type and handle buttons yourself.</p>
|
439
460
|
<div class="refsect2">
|
@@ -446,6 +467,11 @@ exposes the <em class="parameter"><code>action_area</code></em>
|
|
446
467
|
child to the GtkAssistant object, and set its child properties
|
447
468
|
as necessary.</p>
|
448
469
|
</div>
|
470
|
+
<hr>
|
471
|
+
<div class="refsect2">
|
472
|
+
<a name="id-1.3.6.6.12.6"></a><h3>CSS nodes</h3>
|
473
|
+
<p>GtkAssistant has a single CSS node with the name assistant.</p>
|
474
|
+
</div>
|
449
475
|
</div>
|
450
476
|
<div class="refsect1">
|
451
477
|
<a name="GtkAssistant.functions_details"></a><h2>Functions</h2>
|
@@ -455,7 +481,7 @@ as necessary.</p>
|
|
455
481
|
gtk_assistant_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
456
482
|
<p>Creates a new <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a>.</p>
|
457
483
|
<div class="refsect3">
|
458
|
-
<a name="
|
484
|
+
<a name="gtk-assistant-new.returns"></a><h4>Returns</h4>
|
459
485
|
<p> a newly created <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a></p>
|
460
486
|
</div>
|
461
487
|
<p class="since">Since: 2.10</p>
|
@@ -467,7 +493,7 @@ gtk_assistant_new (<em class="parameter"><code><span class="type">void</span></c
|
|
467
493
|
gtk_assistant_get_current_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);</pre>
|
468
494
|
<p>Returns the page number of the current page.</p>
|
469
495
|
<div class="refsect3">
|
470
|
-
<a name="
|
496
|
+
<a name="gtk-assistant-get-current-page.parameters"></a><h4>Parameters</h4>
|
471
497
|
<div class="informaltable"><table width="100%" border="0">
|
472
498
|
<colgroup>
|
473
499
|
<col width="150px" class="parameters_name">
|
@@ -482,7 +508,7 @@ gtk_assistant_get_current_page (<em class="parameter"><code><a class="link" href
|
|
482
508
|
</table></div>
|
483
509
|
</div>
|
484
510
|
<div class="refsect3">
|
485
|
-
<a name="
|
511
|
+
<a name="gtk-assistant-get-current-page.returns"></a><h4>Returns</h4>
|
486
512
|
<p> The index (starting from 0) of the current
|
487
513
|
page in the <em class="parameter"><code>assistant</code></em>
|
488
514
|
, or -1 if the <em class="parameter"><code>assistant</code></em>
|
@@ -504,7 +530,7 @@ as the <em class="parameter"><code>assistant</code></em>
|
|
504
530
|
flow can be set with
|
505
531
|
<a class="link" href="GtkAssistant.html#gtk-assistant-set-forward-page-func" title="gtk_assistant_set_forward_page_func ()"><code class="function">gtk_assistant_set_forward_page_func()</code></a>.</p>
|
506
532
|
<div class="refsect3">
|
507
|
-
<a name="
|
533
|
+
<a name="gtk-assistant-set-current-page.parameters"></a><h4>Parameters</h4>
|
508
534
|
<div class="informaltable"><table width="100%" border="0">
|
509
535
|
<colgroup>
|
510
536
|
<col width="150px" class="parameters_name">
|
@@ -539,7 +565,7 @@ gtk_assistant_get_n_pages (<em class="parameter"><code><a class="link" href="Gtk
|
|
539
565
|
<p>Returns the number of pages in the <em class="parameter"><code>assistant</code></em>
|
540
566
|
</p>
|
541
567
|
<div class="refsect3">
|
542
|
-
<a name="
|
568
|
+
<a name="gtk-assistant-get-n-pages.parameters"></a><h4>Parameters</h4>
|
543
569
|
<div class="informaltable"><table width="100%" border="0">
|
544
570
|
<colgroup>
|
545
571
|
<col width="150px" class="parameters_name">
|
@@ -554,7 +580,7 @@ gtk_assistant_get_n_pages (<em class="parameter"><code><a class="link" href="Gtk
|
|
554
580
|
</table></div>
|
555
581
|
</div>
|
556
582
|
<div class="refsect3">
|
557
|
-
<a name="
|
583
|
+
<a name="gtk-assistant-get-n-pages.returns"></a><h4>Returns</h4>
|
558
584
|
<p> the number of pages in the <em class="parameter"><code>assistant</code></em>
|
559
585
|
</p>
|
560
586
|
</div>
|
@@ -569,7 +595,7 @@ gtk_assistant_get_nth_page (<em class="parameter"><code><a class="link" href="Gt
|
|
569
595
|
<p>Returns the child widget contained in page number <em class="parameter"><code>page_num</code></em>
|
570
596
|
.</p>
|
571
597
|
<div class="refsect3">
|
572
|
-
<a name="
|
598
|
+
<a name="gtk-assistant-get-nth-page.parameters"></a><h4>Parameters</h4>
|
573
599
|
<div class="informaltable"><table width="100%" border="0">
|
574
600
|
<colgroup>
|
575
601
|
<col width="150px" class="parameters_name">
|
@@ -593,11 +619,11 @@ or -1 to get the last page</p></td>
|
|
593
619
|
</table></div>
|
594
620
|
</div>
|
595
621
|
<div class="refsect3">
|
596
|
-
<a name="
|
622
|
+
<a name="gtk-assistant-get-nth-page.returns"></a><h4>Returns</h4>
|
597
623
|
<p> the child widget, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
598
624
|
if <em class="parameter"><code>page_num</code></em>
|
599
625
|
is out of bounds. </p>
|
600
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
626
|
+
<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>
|
601
627
|
</div>
|
602
628
|
<p class="since">Since: 2.10</p>
|
603
629
|
</div>
|
@@ -610,7 +636,7 @@ gtk_assistant_prepend_page (<em class="parameter"><code><a class="link" href="Gt
|
|
610
636
|
<p>Prepends a page to the <em class="parameter"><code>assistant</code></em>
|
611
637
|
.</p>
|
612
638
|
<div class="refsect3">
|
613
|
-
<a name="
|
639
|
+
<a name="gtk-assistant-prepend-page.parameters"></a><h4>Parameters</h4>
|
614
640
|
<div class="informaltable"><table width="100%" border="0">
|
615
641
|
<colgroup>
|
616
642
|
<col width="150px" class="parameters_name">
|
@@ -632,7 +658,7 @@ gtk_assistant_prepend_page (<em class="parameter"><code><a class="link" href="Gt
|
|
632
658
|
</table></div>
|
633
659
|
</div>
|
634
660
|
<div class="refsect3">
|
635
|
-
<a name="
|
661
|
+
<a name="gtk-assistant-prepend-page.returns"></a><h4>Returns</h4>
|
636
662
|
<p> the index (starting at 0) of the inserted page</p>
|
637
663
|
</div>
|
638
664
|
<p class="since">Since: 2.10</p>
|
@@ -646,7 +672,7 @@ gtk_assistant_append_page (<em class="parameter"><code><a class="link" href="Gtk
|
|
646
672
|
<p>Appends a page to the <em class="parameter"><code>assistant</code></em>
|
647
673
|
.</p>
|
648
674
|
<div class="refsect3">
|
649
|
-
<a name="
|
675
|
+
<a name="gtk-assistant-append-page.parameters"></a><h4>Parameters</h4>
|
650
676
|
<div class="informaltable"><table width="100%" border="0">
|
651
677
|
<colgroup>
|
652
678
|
<col width="150px" class="parameters_name">
|
@@ -668,7 +694,7 @@ gtk_assistant_append_page (<em class="parameter"><code><a class="link" href="Gtk
|
|
668
694
|
</table></div>
|
669
695
|
</div>
|
670
696
|
<div class="refsect3">
|
671
|
-
<a name="
|
697
|
+
<a name="gtk-assistant-append-page.returns"></a><h4>Returns</h4>
|
672
698
|
<p> the index (starting at 0) of the inserted page</p>
|
673
699
|
</div>
|
674
700
|
<p class="since">Since: 2.10</p>
|
@@ -683,7 +709,7 @@ gtk_assistant_insert_page (<em class="parameter"><code><a class="link" href="Gtk
|
|
683
709
|
<p>Inserts a page in the <em class="parameter"><code>assistant</code></em>
|
684
710
|
at a given position.</p>
|
685
711
|
<div class="refsect3">
|
686
|
-
<a name="
|
712
|
+
<a name="gtk-assistant-insert-page.parameters"></a><h4>Parameters</h4>
|
687
713
|
<div class="informaltable"><table width="100%" border="0">
|
688
714
|
<colgroup>
|
689
715
|
<col width="150px" class="parameters_name">
|
@@ -712,7 +738,7 @@ or -1 to append the page to the <em class="parameter"><code>assistant</code></em
|
|
712
738
|
</table></div>
|
713
739
|
</div>
|
714
740
|
<div class="refsect3">
|
715
|
-
<a name="
|
741
|
+
<a name="gtk-assistant-insert-page.returns"></a><h4>Returns</h4>
|
716
742
|
<p> the index (starting from 0) of the inserted page</p>
|
717
743
|
</div>
|
718
744
|
<p class="since">Since: 2.10</p>
|
@@ -727,7 +753,7 @@ gtk_assistant_remove_page (<em class="parameter"><code><a class="link" href="Gtk
|
|
727
753
|
’s page from <em class="parameter"><code>assistant</code></em>
|
728
754
|
.</p>
|
729
755
|
<div class="refsect3">
|
730
|
-
<a name="
|
756
|
+
<a name="gtk-assistant-remove-page.parameters"></a><h4>Parameters</h4>
|
731
757
|
<div class="informaltable"><table width="100%" border="0">
|
732
758
|
<colgroup>
|
733
759
|
<col width="150px" class="parameters_name">
|
@@ -763,7 +789,7 @@ is the next page given a current one. It’s called both for computing the
|
|
763
789
|
next page when the user presses the “forward” button and for handling
|
764
790
|
the behavior of the “last” button.</p>
|
765
791
|
<div class="refsect3">
|
766
|
-
<a name="
|
792
|
+
<a name="GtkAssistantPageFunc.parameters"></a><h4>Parameters</h4>
|
767
793
|
<div class="informaltable"><table width="100%" border="0">
|
768
794
|
<colgroup>
|
769
795
|
<col width="150px" class="parameters_name">
|
@@ -785,7 +811,7 @@ the behavior of the “last” button.</p>
|
|
785
811
|
</table></div>
|
786
812
|
</div>
|
787
813
|
<div class="refsect3">
|
788
|
-
<a name="
|
814
|
+
<a name="GtkAssistantPageFunc.returns"></a><h4>Returns</h4>
|
789
815
|
<p> The next page number.</p>
|
790
816
|
</div>
|
791
817
|
</div>
|
@@ -806,7 +832,7 @@ Setting <em class="parameter"><code>page_func</code></em>
|
|
806
832
|
use the default forward function, which just goes to the
|
807
833
|
next visible page.</p>
|
808
834
|
<div class="refsect3">
|
809
|
-
<a name="
|
835
|
+
<a name="gtk-assistant-set-forward-page-func.parameters"></a><h4>Parameters</h4>
|
810
836
|
<div class="informaltable"><table width="100%" border="0">
|
811
837
|
<colgroup>
|
812
838
|
<col width="150px" class="parameters_name">
|
@@ -854,7 +880,7 @@ gtk_assistant_set_page_type (<em class="parameter"><code><a class="link" href="G
|
|
854
880
|
<p>The page type determines the page behavior in the <em class="parameter"><code>assistant</code></em>
|
855
881
|
.</p>
|
856
882
|
<div class="refsect3">
|
857
|
-
<a name="
|
883
|
+
<a name="gtk-assistant-set-page-type.parameters"></a><h4>Parameters</h4>
|
858
884
|
<div class="informaltable"><table width="100%" border="0">
|
859
885
|
<colgroup>
|
860
886
|
<col width="150px" class="parameters_name">
|
@@ -893,7 +919,7 @@ gtk_assistant_get_page_type (<em class="parameter"><code><a class="link" href="G
|
|
893
919
|
<p>Gets the page type of <em class="parameter"><code>page</code></em>
|
894
920
|
.</p>
|
895
921
|
<div class="refsect3">
|
896
|
-
<a name="
|
922
|
+
<a name="gtk-assistant-get-page-type.parameters"></a><h4>Parameters</h4>
|
897
923
|
<div class="informaltable"><table width="100%" border="0">
|
898
924
|
<colgroup>
|
899
925
|
<col width="150px" class="parameters_name">
|
@@ -916,7 +942,7 @@ gtk_assistant_get_page_type (<em class="parameter"><code><a class="link" href="G
|
|
916
942
|
</table></div>
|
917
943
|
</div>
|
918
944
|
<div class="refsect3">
|
919
|
-
<a name="
|
945
|
+
<a name="gtk-assistant-get-page-type.returns"></a><h4>Returns</h4>
|
920
946
|
<p> the page type of <em class="parameter"><code>page</code></em>
|
921
947
|
</p>
|
922
948
|
</div>
|
@@ -935,7 +961,7 @@ gtk_assistant_set_page_title (<em class="parameter"><code><a class="link" href="
|
|
935
961
|
when <em class="parameter"><code>page</code></em>
|
936
962
|
is the current page.</p>
|
937
963
|
<div class="refsect3">
|
938
|
-
<a name="
|
964
|
+
<a name="gtk-assistant-set-page-title.parameters"></a><h4>Parameters</h4>
|
939
965
|
<div class="informaltable"><table width="100%" border="0">
|
940
966
|
<colgroup>
|
941
967
|
<col width="150px" class="parameters_name">
|
@@ -974,7 +1000,7 @@ gtk_assistant_get_page_title (<em class="parameter"><code><a class="link" href="
|
|
974
1000
|
<p>Gets the title for <em class="parameter"><code>page</code></em>
|
975
1001
|
.</p>
|
976
1002
|
<div class="refsect3">
|
977
|
-
<a name="
|
1003
|
+
<a name="gtk-assistant-get-page-title.parameters"></a><h4>Parameters</h4>
|
978
1004
|
<div class="informaltable"><table width="100%" border="0">
|
979
1005
|
<colgroup>
|
980
1006
|
<col width="150px" class="parameters_name">
|
@@ -997,7 +1023,7 @@ gtk_assistant_get_page_title (<em class="parameter"><code><a class="link" href="
|
|
997
1023
|
</table></div>
|
998
1024
|
</div>
|
999
1025
|
<div class="refsect3">
|
1000
|
-
<a name="
|
1026
|
+
<a name="gtk-assistant-get-page-title.returns"></a><h4>Returns</h4>
|
1001
1027
|
<p> the title for <em class="parameter"><code>page</code></em>
|
1002
1028
|
</p>
|
1003
1029
|
</div>
|
@@ -1009,7 +1035,7 @@ gtk_assistant_get_page_title (<em class="parameter"><code><a class="link" href="
|
|
1009
1035
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1010
1036
|
gtk_assistant_set_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1011
1037
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
1012
|
-
<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>
|
1038
|
+
<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>
|
1013
1039
|
<div class="warning">
|
1014
1040
|
<p><code class="literal">gtk_assistant_set_page_header_image</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
1015
1041
|
<p>Since GTK+ 3.2, a header is no longer shown;
|
@@ -1018,7 +1044,7 @@ gtk_assistant_set_page_header_image (<em class="parameter"><code><a class="link"
|
|
1018
1044
|
<p>Sets a header image for <em class="parameter"><code>page</code></em>
|
1019
1045
|
.</p>
|
1020
1046
|
<div class="refsect3">
|
1021
|
-
<a name="
|
1047
|
+
<a name="gtk-assistant-set-page-header-image.parameters"></a><h4>Parameters</h4>
|
1022
1048
|
<div class="informaltable"><table width="100%" border="0">
|
1023
1049
|
<colgroup>
|
1024
1050
|
<col width="150px" class="parameters_name">
|
@@ -1051,7 +1077,7 @@ gtk_assistant_set_page_header_image (<em class="parameter"><code><a class="link"
|
|
1051
1077
|
<hr>
|
1052
1078
|
<div class="refsect2">
|
1053
1079
|
<a name="gtk-assistant-get-page-header-image"></a><h3>gtk_assistant_get_page_header_image ()</h3>
|
1054
|
-
<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> *
|
1080
|
+
<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> *
|
1055
1081
|
gtk_assistant_get_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1056
1082
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
1057
1083
|
<div class="warning">
|
@@ -1062,7 +1088,7 @@ gtk_assistant_get_page_header_image (<em class="parameter"><code><a class="link"
|
|
1062
1088
|
<p>Gets the header image for <em class="parameter"><code>page</code></em>
|
1063
1089
|
.</p>
|
1064
1090
|
<div class="refsect3">
|
1065
|
-
<a name="
|
1091
|
+
<a name="gtk-assistant-get-page-header-image.parameters"></a><h4>Parameters</h4>
|
1066
1092
|
<div class="informaltable"><table width="100%" border="0">
|
1067
1093
|
<colgroup>
|
1068
1094
|
<col width="150px" class="parameters_name">
|
@@ -1085,7 +1111,7 @@ gtk_assistant_get_page_header_image (<em class="parameter"><code><a class="link"
|
|
1085
1111
|
</table></div>
|
1086
1112
|
</div>
|
1087
1113
|
<div class="refsect3">
|
1088
|
-
<a name="
|
1114
|
+
<a name="gtk-assistant-get-page-header-image.returns"></a><h4>Returns</h4>
|
1089
1115
|
<p> the header image for <em class="parameter"><code>page</code></em>
|
1090
1116
|
,
|
1091
1117
|
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there’s no header image for the page. </p>
|
@@ -1099,7 +1125,7 @@ or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/htm
|
|
1099
1125
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1100
1126
|
gtk_assistant_set_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1101
1127
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
1102
|
-
<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>
|
1128
|
+
<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>
|
1103
1129
|
<div class="warning">
|
1104
1130
|
<p><code class="literal">gtk_assistant_set_page_side_image</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
1105
1131
|
<p>Since GTK+ 3.2, sidebar images are not
|
@@ -1111,7 +1137,7 @@ gtk_assistant_set_page_side_image (<em class="parameter"><code><a class="link" h
|
|
1111
1137
|
when <em class="parameter"><code>page</code></em>
|
1112
1138
|
is the current page.</p>
|
1113
1139
|
<div class="refsect3">
|
1114
|
-
<a name="
|
1140
|
+
<a name="gtk-assistant-set-page-side-image.parameters"></a><h4>Parameters</h4>
|
1115
1141
|
<div class="informaltable"><table width="100%" border="0">
|
1116
1142
|
<colgroup>
|
1117
1143
|
<col width="150px" class="parameters_name">
|
@@ -1144,7 +1170,7 @@ when <em class="parameter"><code>page</code></em>
|
|
1144
1170
|
<hr>
|
1145
1171
|
<div class="refsect2">
|
1146
1172
|
<a name="gtk-assistant-get-page-side-image"></a><h3>gtk_assistant_get_page_side_image ()</h3>
|
1147
|
-
<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> *
|
1173
|
+
<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> *
|
1148
1174
|
gtk_assistant_get_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1149
1175
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
1150
1176
|
<div class="warning">
|
@@ -1155,7 +1181,7 @@ gtk_assistant_get_page_side_image (<em class="parameter"><code><a class="link" h
|
|
1155
1181
|
<p>Gets the side image for <em class="parameter"><code>page</code></em>
|
1156
1182
|
.</p>
|
1157
1183
|
<div class="refsect3">
|
1158
|
-
<a name="
|
1184
|
+
<a name="gtk-assistant-get-page-side-image.parameters"></a><h4>Parameters</h4>
|
1159
1185
|
<div class="informaltable"><table width="100%" border="0">
|
1160
1186
|
<colgroup>
|
1161
1187
|
<col width="150px" class="parameters_name">
|
@@ -1178,7 +1204,7 @@ gtk_assistant_get_page_side_image (<em class="parameter"><code><a class="link" h
|
|
1178
1204
|
</table></div>
|
1179
1205
|
</div>
|
1180
1206
|
<div class="refsect3">
|
1181
|
-
<a name="
|
1207
|
+
<a name="gtk-assistant-get-page-side-image.returns"></a><h4>Returns</h4>
|
1182
1208
|
<p> the side image for <em class="parameter"><code>page</code></em>
|
1183
1209
|
,
|
1184
1210
|
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there’s no side image for the page. </p>
|
@@ -1199,7 +1225,7 @@ gtk_assistant_set_page_complete (<em class="parameter"><code><a class="link" hre
|
|
1199
1225
|
update the buttons state
|
1200
1226
|
to be able to continue the task.</p>
|
1201
1227
|
<div class="refsect3">
|
1202
|
-
<a name="
|
1228
|
+
<a name="gtk-assistant-set-page-complete.parameters"></a><h4>Parameters</h4>
|
1203
1229
|
<div class="informaltable"><table width="100%" border="0">
|
1204
1230
|
<colgroup>
|
1205
1231
|
<col width="150px" class="parameters_name">
|
@@ -1237,7 +1263,7 @@ gtk_assistant_get_page_complete (<em class="parameter"><code><a class="link" hre
|
|
1237
1263
|
<p>Gets whether <em class="parameter"><code>page</code></em>
|
1238
1264
|
is complete.</p>
|
1239
1265
|
<div class="refsect3">
|
1240
|
-
<a name="
|
1266
|
+
<a name="gtk-assistant-get-page-complete.parameters"></a><h4>Parameters</h4>
|
1241
1267
|
<div class="informaltable"><table width="100%" border="0">
|
1242
1268
|
<colgroup>
|
1243
1269
|
<col width="150px" class="parameters_name">
|
@@ -1260,7 +1286,7 @@ gtk_assistant_get_page_complete (<em class="parameter"><code><a class="link" hre
|
|
1260
1286
|
</table></div>
|
1261
1287
|
</div>
|
1262
1288
|
<div class="refsect3">
|
1263
|
-
<a name="
|
1289
|
+
<a name="gtk-assistant-get-page-complete.returns"></a><h4>Returns</h4>
|
1264
1290
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>page</code></em>
|
1265
1291
|
is complete.</p>
|
1266
1292
|
</div>
|
@@ -1268,13 +1294,89 @@ is complete.</p>
|
|
1268
1294
|
</div>
|
1269
1295
|
<hr>
|
1270
1296
|
<div class="refsect2">
|
1297
|
+
<a name="gtk-assistant-set-page-has-padding"></a><h3>gtk_assistant_set_page_has_padding ()</h3>
|
1298
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1299
|
+
gtk_assistant_set_page_has_padding (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1300
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
1301
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> has_padding</code></em>);</pre>
|
1302
|
+
<p>Sets whether the assistant is adding padding around
|
1303
|
+
the page.</p>
|
1304
|
+
<div class="refsect3">
|
1305
|
+
<a name="gtk-assistant-set-page-has-padding.parameters"></a><h4>Parameters</h4>
|
1306
|
+
<div class="informaltable"><table width="100%" border="0">
|
1307
|
+
<colgroup>
|
1308
|
+
<col width="150px" class="parameters_name">
|
1309
|
+
<col class="parameters_description">
|
1310
|
+
<col width="200px" class="parameters_annotations">
|
1311
|
+
</colgroup>
|
1312
|
+
<tbody>
|
1313
|
+
<tr>
|
1314
|
+
<td class="parameter_name"><p>assistant</p></td>
|
1315
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a></p></td>
|
1316
|
+
<td class="parameter_annotations"> </td>
|
1317
|
+
</tr>
|
1318
|
+
<tr>
|
1319
|
+
<td class="parameter_name"><p>page</p></td>
|
1320
|
+
<td class="parameter_description"><p>a page of <em class="parameter"><code>assistant</code></em>
|
1321
|
+
</p></td>
|
1322
|
+
<td class="parameter_annotations"> </td>
|
1323
|
+
</tr>
|
1324
|
+
<tr>
|
1325
|
+
<td class="parameter_name"><p>has_padding</p></td>
|
1326
|
+
<td class="parameter_description"><p>whether this page has padding</p></td>
|
1327
|
+
<td class="parameter_annotations"> </td>
|
1328
|
+
</tr>
|
1329
|
+
</tbody>
|
1330
|
+
</table></div>
|
1331
|
+
</div>
|
1332
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1333
|
+
</div>
|
1334
|
+
<hr>
|
1335
|
+
<div class="refsect2">
|
1336
|
+
<a name="gtk-assistant-get-page-has-padding"></a><h3>gtk_assistant_get_page_has_padding ()</h3>
|
1337
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1338
|
+
gtk_assistant_get_page_has_padding (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1339
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
1340
|
+
<p>Gets whether page has padding.</p>
|
1341
|
+
<div class="refsect3">
|
1342
|
+
<a name="gtk-assistant-get-page-has-padding.parameters"></a><h4>Parameters</h4>
|
1343
|
+
<div class="informaltable"><table width="100%" border="0">
|
1344
|
+
<colgroup>
|
1345
|
+
<col width="150px" class="parameters_name">
|
1346
|
+
<col class="parameters_description">
|
1347
|
+
<col width="200px" class="parameters_annotations">
|
1348
|
+
</colgroup>
|
1349
|
+
<tbody>
|
1350
|
+
<tr>
|
1351
|
+
<td class="parameter_name"><p>assistant</p></td>
|
1352
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a></p></td>
|
1353
|
+
<td class="parameter_annotations"> </td>
|
1354
|
+
</tr>
|
1355
|
+
<tr>
|
1356
|
+
<td class="parameter_name"><p>page</p></td>
|
1357
|
+
<td class="parameter_description"><p>a page of <em class="parameter"><code>assistant</code></em>
|
1358
|
+
</p></td>
|
1359
|
+
<td class="parameter_annotations"> </td>
|
1360
|
+
</tr>
|
1361
|
+
</tbody>
|
1362
|
+
</table></div>
|
1363
|
+
</div>
|
1364
|
+
<div class="refsect3">
|
1365
|
+
<a name="gtk-assistant-get-page-has-padding.returns"></a><h4>Returns</h4>
|
1366
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>page</code></em>
|
1367
|
+
has padding</p>
|
1368
|
+
</div>
|
1369
|
+
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1370
|
+
</div>
|
1371
|
+
<hr>
|
1372
|
+
<div class="refsect2">
|
1271
1373
|
<a name="gtk-assistant-add-action-widget"></a><h3>gtk_assistant_add_action_widget ()</h3>
|
1272
1374
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1273
1375
|
gtk_assistant_add_action_widget (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
1274
1376
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
1275
1377
|
<p>Adds a widget to the action area of a <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a>.</p>
|
1276
1378
|
<div class="refsect3">
|
1277
|
-
<a name="
|
1379
|
+
<a name="gtk-assistant-add-action-widget.parameters"></a><h4>Parameters</h4>
|
1278
1380
|
<div class="informaltable"><table width="100%" border="0">
|
1279
1381
|
<colgroup>
|
1280
1382
|
<col width="150px" class="parameters_name">
|
@@ -1305,7 +1407,7 @@ gtk_assistant_remove_action_widget (<em class="parameter"><code><a class="link"
|
|
1305
1407
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
1306
1408
|
<p>Removes a widget from the action area of a <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a>.</p>
|
1307
1409
|
<div class="refsect3">
|
1308
|
-
<a name="
|
1410
|
+
<a name="gtk-assistant-remove-action-widget.parameters"></a><h4>Parameters</h4>
|
1309
1411
|
<div class="informaltable"><table width="100%" border="0">
|
1310
1412
|
<colgroup>
|
1311
1413
|
<col width="150px" class="parameters_name">
|
@@ -1342,7 +1444,7 @@ visibility or completeness of a page changes.</p>
|
|
1342
1444
|
function is when changing a value on the current page
|
1343
1445
|
affects the future page flow of the assistant.</p>
|
1344
1446
|
<div class="refsect3">
|
1345
|
-
<a name="
|
1447
|
+
<a name="gtk-assistant-update-buttons-state.parameters"></a><h4>Parameters</h4>
|
1346
1448
|
<div class="informaltable"><table width="100%" border="0">
|
1347
1449
|
<colgroup>
|
1348
1450
|
<col width="150px" class="parameters_name">
|
@@ -1372,7 +1474,7 @@ or undone. For example, showing a progress page to track
|
|
1372
1474
|
a long-running, unreversible operation after the user has
|
1373
1475
|
clicked apply on a confirmation page.</p>
|
1374
1476
|
<div class="refsect3">
|
1375
|
-
<a name="
|
1477
|
+
<a name="gtk-assistant-commit.parameters"></a><h4>Parameters</h4>
|
1376
1478
|
<div class="informaltable"><table width="100%" border="0">
|
1377
1479
|
<colgroup>
|
1378
1480
|
<col width="150px" class="parameters_name">
|
@@ -1399,7 +1501,7 @@ there is no next page.</p>
|
|
1399
1501
|
<p>This function is for use when creating pages of the
|
1400
1502
|
<a class="link" href="GtkAssistant.html#GTK-ASSISTANT-PAGE-CUSTOM:CAPS"><span class="type">GTK_ASSISTANT_PAGE_CUSTOM</span></a> type.</p>
|
1401
1503
|
<div class="refsect3">
|
1402
|
-
<a name="
|
1504
|
+
<a name="gtk-assistant-next-page.parameters"></a><h4>Parameters</h4>
|
1403
1505
|
<div class="informaltable"><table width="100%" border="0">
|
1404
1506
|
<colgroup>
|
1405
1507
|
<col width="150px" class="parameters_name">
|
@@ -1426,7 +1528,7 @@ no previous page is available.</p>
|
|
1426
1528
|
<p>This function is for use when creating pages of the
|
1427
1529
|
<a class="link" href="GtkAssistant.html#GTK-ASSISTANT-PAGE-CUSTOM:CAPS"><span class="type">GTK_ASSISTANT_PAGE_CUSTOM</span></a> type.</p>
|
1428
1530
|
<div class="refsect3">
|
1429
|
-
<a name="
|
1531
|
+
<a name="gtk-assistant-previous-page.parameters"></a><h4>Parameters</h4>
|
1430
1532
|
<div class="informaltable"><table width="100%" border="0">
|
1431
1533
|
<colgroup>
|
1432
1534
|
<col width="150px" class="parameters_name">
|
@@ -1463,7 +1565,7 @@ no previous page is available.</p>
|
|
1463
1565
|
};
|
1464
1566
|
</pre>
|
1465
1567
|
<div class="refsect3">
|
1466
|
-
<a name="
|
1568
|
+
<a name="GtkAssistantClass.members"></a><h4>Members</h4>
|
1467
1569
|
<div class="informaltable"><table width="100%" border="0">
|
1468
1570
|
<colgroup>
|
1469
1571
|
<col width="300px" class="struct_members_name">
|
@@ -1472,11 +1574,6 @@ no previous page is available.</p>
|
|
1472
1574
|
</colgroup>
|
1473
1575
|
<tbody>
|
1474
1576
|
<tr>
|
1475
|
-
<td class="struct_member_name"><p><a class="link" href="GtkWindow.html#GtkWindowClass" title="struct GtkWindowClass"><span class="type">GtkWindowClass</span></a> <em class="structfield"><code><a name="GtkAssistantClass.parent-class"></a>parent_class</code></em>;</p></td>
|
1476
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
1477
|
-
<td class="struct_member_annotations"> </td>
|
1478
|
-
</tr>
|
1479
|
-
<tr>
|
1480
1577
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkAssistantClass.prepare"></a>prepare</code></em> ()</p></td>
|
1481
1578
|
<td class="struct_member_description"><p>Signal emitted when a new page is set as the assistant’s current page, before making the new page visible.</p></td>
|
1482
1579
|
<td class="struct_member_annotations"> </td>
|
@@ -1511,7 +1608,7 @@ used to handle buttons sensitivity and visibility.</p>
|
|
1511
1608
|
<p>The Cancel button will only be shown if the page isn’t “committed”.
|
1512
1609
|
See <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_assistant_commit ()"><code class="function">gtk_assistant_commit()</code></a> for details.</p>
|
1513
1610
|
<div class="refsect3">
|
1514
|
-
<a name="
|
1611
|
+
<a name="GtkAssistantPageType.members"></a><h4>Members</h4>
|
1515
1612
|
<div class="informaltable"><table width="100%" border="0">
|
1516
1613
|
<colgroup>
|
1517
1614
|
<col width="300px" class="enum_members_name">
|
@@ -1604,8 +1701,16 @@ this information to control the sensitivity of the navigation buttons.</p>
|
|
1604
1701
|
</div>
|
1605
1702
|
<hr>
|
1606
1703
|
<div class="refsect2">
|
1704
|
+
<a name="GtkAssistant--c-has-padding"></a><h3>The <code class="literal">“has-padding”</code> child property</h3>
|
1705
|
+
<pre class="programlisting"> “has-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1706
|
+
<p>Whether the assistant adds padding around the page.</p>
|
1707
|
+
<p>Flags: Read / Write</p>
|
1708
|
+
<p>Default value: TRUE</p>
|
1709
|
+
</div>
|
1710
|
+
<hr>
|
1711
|
+
<div class="refsect2">
|
1607
1712
|
<a name="GtkAssistant--c-header-image"></a><h3>The <code class="literal">“header-image”</code> child property</h3>
|
1608
|
-
<pre class="programlisting"> “header-image” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
|
1713
|
+
<pre class="programlisting"> “header-image” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
|
1609
1714
|
<p>This image used to be displayed in the page header.</p>
|
1610
1715
|
<div class="warning">
|
1611
1716
|
<p><code class="literal">GtkAssistant:header-image</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
@@ -1627,7 +1732,7 @@ this information to control the sensitivity of the navigation buttons.</p>
|
|
1627
1732
|
<hr>
|
1628
1733
|
<div class="refsect2">
|
1629
1734
|
<a name="GtkAssistant--c-sidebar-image"></a><h3>The <code class="literal">“sidebar-image”</code> child property</h3>
|
1630
|
-
<pre class="programlisting"> “sidebar-image” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
|
1735
|
+
<pre class="programlisting"> “sidebar-image” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
|
1631
1736
|
<p>This image used to be displayed in the 'sidebar'.</p>
|
1632
1737
|
<div class="warning">
|
1633
1738
|
<p><code class="literal">GtkAssistant:sidebar-image</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
@@ -1651,7 +1756,11 @@ this information to control the sensitivity of the navigation buttons.</p>
|
|
1651
1756
|
<div class="refsect2">
|
1652
1757
|
<a name="GtkAssistant--s-content-padding"></a><h3>The <code class="literal">“content-padding”</code> style property</h3>
|
1653
1758
|
<pre class="programlisting"> “content-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
1654
|
-
<p>Number of pixels around the content
|
1759
|
+
<p>Number of pixels around the content.</p>
|
1760
|
+
<div class="warning">
|
1761
|
+
<p><code class="literal">GtkAssistant:content-padding</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
1762
|
+
<p>This style property is ignored.</p>
|
1763
|
+
</div>
|
1655
1764
|
<p>Flags: Read</p>
|
1656
1765
|
<p>Allowed values: >= 0</p>
|
1657
1766
|
<p>Default value: 1</p>
|
@@ -1661,6 +1770,10 @@ this information to control the sensitivity of the navigation buttons.</p>
|
|
1661
1770
|
<a name="GtkAssistant--s-header-padding"></a><h3>The <code class="literal">“header-padding”</code> style property</h3>
|
1662
1771
|
<pre class="programlisting"> “header-padding” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
1663
1772
|
<p>Number of pixels around the header.</p>
|
1773
|
+
<div class="warning">
|
1774
|
+
<p><code class="literal">GtkAssistant:header-padding</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
1775
|
+
<p>This style property is ignored.</p>
|
1776
|
+
</div>
|
1664
1777
|
<p>Flags: Read</p>
|
1665
1778
|
<p>Allowed values: >= 0</p>
|
1666
1779
|
<p>Default value: 6</p>
|
@@ -1683,7 +1796,7 @@ to complete, you might consider putting a page of type
|
|
1683
1796
|
this operation within the <a class="link" href="GtkAssistant.html#GtkAssistant-prepare" title="The “prepare” signal"><span class="type">“prepare”</span></a> signal of the progress
|
1684
1797
|
page.</p>
|
1685
1798
|
<div class="refsect3">
|
1686
|
-
<a name="
|
1799
|
+
<a name="GtkAssistant-apply.parameters"></a><h4>Parameters</h4>
|
1687
1800
|
<div class="informaltable"><table width="100%" border="0">
|
1688
1801
|
<colgroup>
|
1689
1802
|
<col width="150px" class="parameters_name">
|
@@ -1715,7 +1828,7 @@ user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><sp
|
|
1715
1828
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1716
1829
|
<p>The ::cancel signal is emitted when then the cancel button is clicked.</p>
|
1717
1830
|
<div class="refsect3">
|
1718
|
-
<a name="
|
1831
|
+
<a name="GtkAssistant-cancel.parameters"></a><h4>Parameters</h4>
|
1719
1832
|
<div class="informaltable"><table width="100%" border="0">
|
1720
1833
|
<colgroup>
|
1721
1834
|
<col width="150px" class="parameters_name">
|
@@ -1749,7 +1862,7 @@ user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><sp
|
|
1749
1862
|
a summary page is clicked, or when the apply button in the last
|
1750
1863
|
page in the flow (of type <a class="link" href="GtkAssistant.html#GTK-ASSISTANT-PAGE-CONFIRM:CAPS"><code class="literal">GTK_ASSISTANT_PAGE_CONFIRM</code></a>) is clicked.</p>
|
1751
1864
|
<div class="refsect3">
|
1752
|
-
<a name="
|
1865
|
+
<a name="GtkAssistant-close.parameters"></a><h4>Parameters</h4>
|
1753
1866
|
<div class="informaltable"><table width="100%" border="0">
|
1754
1867
|
<colgroup>
|
1755
1868
|
<col width="150px" class="parameters_name">
|
@@ -1794,7 +1907,7 @@ assistant's current page, before making the new page visible.</p>
|
|
1794
1907
|
necessary before showing <em class="parameter"><code>page</code></em>
|
1795
1908
|
.</p>
|
1796
1909
|
<div class="refsect3">
|
1797
|
-
<a name="
|
1910
|
+
<a name="GtkAssistant-prepare.parameters"></a><h4>Parameters</h4>
|
1798
1911
|
<div class="informaltable"><table width="100%" border="0">
|
1799
1912
|
<colgroup>
|
1800
1913
|
<col width="150px" class="parameters_name">
|
@@ -1826,6 +1939,6 @@ necessary before showing <em class="parameter"><code>page</code></em>
|
|
1826
1939
|
</div>
|
1827
1940
|
</div>
|
1828
1941
|
<div class="footer">
|
1829
|
-
<hr>Generated by GTK-Doc V1.
|
1942
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
1830
1943
|
</body>
|
1831
1944
|
</html>
|