gdk3 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GTK+ 3 Reference Manual">
|
9
9
|
<link rel="prev" href="glossary.html" title="Glossary">
|
10
10
|
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
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">
|
@@ -1414,6 +1414,10 @@
|
|
1414
1414
|
</dt>
|
1415
1415
|
<dd></dd>
|
1416
1416
|
<dt>
|
1417
|
+
<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>, function in <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow">GtkApplicationWindow</a>
|
1418
|
+
</dt>
|
1419
|
+
<dd></dd>
|
1420
|
+
<dt>
|
1417
1421
|
<a class="link" href="GtkApplicationWindow.html#gtk-application-window-get-id" title="gtk_application_window_get_id ()">gtk_application_window_get_id</a>, function in <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow">GtkApplicationWindow</a>
|
1418
1422
|
</dt>
|
1419
1423
|
<dd></dd>
|
@@ -1426,6 +1430,10 @@
|
|
1426
1430
|
</dt>
|
1427
1431
|
<dd></dd>
|
1428
1432
|
<dt>
|
1433
|
+
<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>, function in <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow">GtkApplicationWindow</a>
|
1434
|
+
</dt>
|
1435
|
+
<dd></dd>
|
1436
|
+
<dt>
|
1429
1437
|
<a class="link" href="GtkApplicationWindow.html#gtk-application-window-set-show-menubar" title="gtk_application_window_set_show_menubar ()">gtk_application_window_set_show_menubar</a>, function in <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow">GtkApplicationWindow</a>
|
1430
1438
|
</dt>
|
1431
1439
|
<dd></dd>
|
@@ -1650,6 +1658,10 @@
|
|
1650
1658
|
</dt>
|
1651
1659
|
<dd></dd>
|
1652
1660
|
<dt>
|
1661
|
+
<a class="link" href="GtkAssistant.html#GtkAssistant--c-has-padding" title="The “has-padding” child property">GtkAssistant:has-padding</a>, object property in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1662
|
+
</dt>
|
1663
|
+
<dd></dd>
|
1664
|
+
<dt>
|
1653
1665
|
<a class="link" href="GtkAssistant.html#GtkAssistant--c-header-image" title="The “header-image” child property">GtkAssistant:header-image</a>, object property in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1654
1666
|
</dt>
|
1655
1667
|
<dd></dd>
|
@@ -1714,6 +1726,10 @@
|
|
1714
1726
|
</dt>
|
1715
1727
|
<dd></dd>
|
1716
1728
|
<dt>
|
1729
|
+
<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>, function in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1730
|
+
</dt>
|
1731
|
+
<dd></dd>
|
1732
|
+
<dt>
|
1717
1733
|
<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>, function in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1718
1734
|
</dt>
|
1719
1735
|
<dd></dd>
|
@@ -1770,6 +1786,10 @@
|
|
1770
1786
|
</dt>
|
1771
1787
|
<dd></dd>
|
1772
1788
|
<dt>
|
1789
|
+
<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>, function in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1790
|
+
</dt>
|
1791
|
+
<dd></dd>
|
1792
|
+
<dt>
|
1773
1793
|
<a class="link" href="GtkAssistant.html#gtk-assistant-set-page-header-image" title="gtk_assistant_set_page_header_image ()">gtk_assistant_set_page_header_image</a>, function in <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
|
1774
1794
|
</dt>
|
1775
1795
|
<dd></dd>
|
@@ -2111,6 +2131,10 @@
|
|
2111
2131
|
</dt>
|
2112
2132
|
<dd></dd>
|
2113
2133
|
<dt>
|
2134
|
+
<a class="link" href="GtkBuilder.html#gtk-builder-extend-with-template" title="gtk_builder_extend_with_template ()">gtk_builder_extend_with_template</a>, function in <a class="link" href="GtkBuilder.html" title="GtkBuilder">GtkBuilder</a>
|
2135
|
+
</dt>
|
2136
|
+
<dd></dd>
|
2137
|
+
<dt>
|
2114
2138
|
<a class="link" href="GtkBuilder.html#gtk-builder-get-application" title="gtk_builder_get_application ()">gtk_builder_get_application</a>, function in <a class="link" href="GtkBuilder.html" title="GtkBuilder">GtkBuilder</a>
|
2115
2139
|
</dt>
|
2116
2140
|
<dd></dd>
|
@@ -2223,10 +2247,6 @@
|
|
2223
2247
|
</dt>
|
2224
2248
|
<dd></dd>
|
2225
2249
|
<dt>
|
2226
|
-
<a class="link" href="GtkButton.html#GtkButton--focus-on-click" title="The “focus-on-click” property">GtkButton:focus-on-click</a>, object property in <a class="link" href="GtkButton.html" title="GtkButton">GtkButton</a>
|
2227
|
-
</dt>
|
2228
|
-
<dd></dd>
|
2229
|
-
<dt>
|
2230
2250
|
<a class="link" href="GtkButton.html#GtkButton--image" title="The “image” property">GtkButton:image</a>, object property in <a class="link" href="GtkButton.html" title="GtkButton">GtkButton</a>
|
2231
2251
|
</dt>
|
2232
2252
|
<dd></dd>
|
@@ -4080,6 +4100,10 @@
|
|
4080
4100
|
</dt>
|
4081
4101
|
<dd></dd>
|
4082
4102
|
<dt>
|
4103
|
+
<a class="link" href="GtkColorButton.html#GtkColorButton--show-editor" title="The “show-editor” property">GtkColorButton:show-editor</a>, object property in <a class="link" href="GtkColorButton.html" title="GtkColorButton">GtkColorButton</a>
|
4104
|
+
</dt>
|
4105
|
+
<dd></dd>
|
4106
|
+
<dt>
|
4083
4107
|
<a class="link" href="GtkColorButton.html#GtkColorButton--title" title="The “title” property">GtkColorButton:title</a>, object property in <a class="link" href="GtkColorButton.html" title="GtkColorButton">GtkColorButton</a>
|
4084
4108
|
</dt>
|
4085
4109
|
<dd></dd>
|
@@ -4420,10 +4444,6 @@
|
|
4420
4444
|
</dt>
|
4421
4445
|
<dd></dd>
|
4422
4446
|
<dt>
|
4423
|
-
<a class="link" href="GtkComboBox.html#GtkComboBox--focus-on-click" title="The “focus-on-click” property">GtkComboBox:focus-on-click</a>, object property in <a class="link" href="GtkComboBox.html" title="GtkComboBox">GtkComboBox</a>
|
4424
|
-
</dt>
|
4425
|
-
<dd></dd>
|
4426
|
-
<dt>
|
4427
4447
|
<a class="link" href="GtkComboBox.html#GtkComboBox--has-entry" title="The “has-entry” property">GtkComboBox:has-entry</a>, object property in <a class="link" href="GtkComboBox.html" title="GtkComboBox">GtkComboBox</a>
|
4428
4448
|
</dt>
|
4429
4449
|
<dd></dd>
|
@@ -4744,6 +4764,10 @@
|
|
4744
4764
|
</dt>
|
4745
4765
|
<dd></dd>
|
4746
4766
|
<dt>
|
4767
|
+
<a class="link" href="GtkContainer.html#gtk-container-child-notify-by-pspec" title="gtk_container_child_notify_by_pspec ()">gtk_container_child_notify_by_pspec</a>, function in <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
4768
|
+
</dt>
|
4769
|
+
<dd></dd>
|
4770
|
+
<dt>
|
4747
4771
|
<a class="link" href="GtkContainer.html#gtk-container-child-set" title="gtk_container_child_set ()">gtk_container_child_set</a>, function in <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
4748
4772
|
</dt>
|
4749
4773
|
<dd></dd>
|
@@ -4768,6 +4792,10 @@
|
|
4768
4792
|
</dt>
|
4769
4793
|
<dd></dd>
|
4770
4794
|
<dt>
|
4795
|
+
<a class="link" href="GtkContainer.html#gtk-container-class-install-child-properties" title="gtk_container_class_install_child_properties ()">gtk_container_class_install_child_properties</a>, function in <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
4796
|
+
</dt>
|
4797
|
+
<dd></dd>
|
4798
|
+
<dt>
|
4771
4799
|
<a class="link" href="GtkContainer.html#gtk-container-class-install-child-property" title="gtk_container_class_install_child_property ()">gtk_container_class_install_child_property</a>, function in <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
4772
4800
|
</dt>
|
4773
4801
|
<dd></dd>
|
@@ -6439,10 +6467,6 @@
|
|
6439
6467
|
</dt>
|
6440
6468
|
<dd></dd>
|
6441
6469
|
<dt>
|
6442
|
-
<a class="link" href="GtkFileChooserButton.html#GtkFileChooserButton--focus-on-click" title="The “focus-on-click” property">GtkFileChooserButton:focus-on-click</a>, object property in <a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton">GtkFileChooserButton</a>
|
6443
|
-
</dt>
|
6444
|
-
<dd></dd>
|
6445
|
-
<dt>
|
6446
6470
|
<a class="link" href="GtkFileChooserButton.html#GtkFileChooserButton--title" title="The “title” property">GtkFileChooserButton:title</a>, object property in <a class="link" href="GtkFileChooserButton.html" title="GtkFileChooserButton">GtkFileChooserButton</a>
|
6447
6471
|
</dt>
|
6448
6472
|
<dd></dd>
|
@@ -6495,6 +6519,10 @@
|
|
6495
6519
|
</dt>
|
6496
6520
|
<dd></dd>
|
6497
6521
|
<dt>
|
6522
|
+
<a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidget-places-shortcut" title="The “places-shortcut” signal">GtkFileChooserWidget::places-shortcut</a>, object signal in <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>
|
6523
|
+
</dt>
|
6524
|
+
<dd></dd>
|
6525
|
+
<dt>
|
6498
6526
|
<a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidget-quick-bookmark" title="The “quick-bookmark” signal">GtkFileChooserWidget::quick-bookmark</a>, object signal in <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>
|
6499
6527
|
</dt>
|
6500
6528
|
<dd></dd>
|
@@ -6519,6 +6547,10 @@
|
|
6519
6547
|
</dt>
|
6520
6548
|
<dd></dd>
|
6521
6549
|
<dt>
|
6550
|
+
<a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidget--subtitle" title="The “subtitle” property">GtkFileChooserWidget:subtitle</a>, object property in <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>
|
6551
|
+
</dt>
|
6552
|
+
<dd></dd>
|
6553
|
+
<dt>
|
6522
6554
|
<a class="link" href="GtkFileChooserWidget.html#GtkFileChooserWidgetClass" title="struct GtkFileChooserWidgetClass">GtkFileChooserWidgetClass</a>, struct in <a class="link" href="GtkFileChooserWidget.html" title="GtkFileChooserWidget">GtkFileChooserWidget</a>
|
6523
6555
|
</dt>
|
6524
6556
|
<dd></dd>
|
@@ -6699,6 +6731,26 @@
|
|
6699
6731
|
</dt>
|
6700
6732
|
<dd></dd>
|
6701
6733
|
<dt>
|
6734
|
+
<a class="link" href="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-get-accept-label" title="gtk_file_chooser_native_get_accept_label ()">gtk_file_chooser_native_get_accept_label</a>, function in <a class="link" href="gtk3-GtkFileChooserNative.html" title="GtkFileChooserNative">GtkFileChooserNative</a>
|
6735
|
+
</dt>
|
6736
|
+
<dd></dd>
|
6737
|
+
<dt>
|
6738
|
+
<a class="link" href="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-get-cancel-label" title="gtk_file_chooser_native_get_cancel_label ()">gtk_file_chooser_native_get_cancel_label</a>, function in <a class="link" href="gtk3-GtkFileChooserNative.html" title="GtkFileChooserNative">GtkFileChooserNative</a>
|
6739
|
+
</dt>
|
6740
|
+
<dd></dd>
|
6741
|
+
<dt>
|
6742
|
+
<a class="link" href="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-new" title="gtk_file_chooser_native_new ()">gtk_file_chooser_native_new</a>, function in <a class="link" href="gtk3-GtkFileChooserNative.html" title="GtkFileChooserNative">GtkFileChooserNative</a>
|
6743
|
+
</dt>
|
6744
|
+
<dd></dd>
|
6745
|
+
<dt>
|
6746
|
+
<a class="link" href="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-set-accept-label" title="gtk_file_chooser_native_set_accept_label ()">gtk_file_chooser_native_set_accept_label</a>, function in <a class="link" href="gtk3-GtkFileChooserNative.html" title="GtkFileChooserNative">GtkFileChooserNative</a>
|
6747
|
+
</dt>
|
6748
|
+
<dd></dd>
|
6749
|
+
<dt>
|
6750
|
+
<a class="link" href="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-set-cancel-label" title="gtk_file_chooser_native_set_cancel_label ()">gtk_file_chooser_native_set_cancel_label</a>, function in <a class="link" href="gtk3-GtkFileChooserNative.html" title="GtkFileChooserNative">GtkFileChooserNative</a>
|
6751
|
+
</dt>
|
6752
|
+
<dd></dd>
|
6753
|
+
<dt>
|
6702
6754
|
<a class="link" href="GtkFileChooser.html#gtk-file-chooser-remove-filter" title="gtk_file_chooser_remove_filter ()">gtk_file_chooser_remove_filter</a>, function in <a class="link" href="GtkFileChooser.html" title="GtkFileChooser">GtkFileChooser</a>
|
6703
6755
|
</dt>
|
6704
6756
|
<dd></dd>
|
@@ -6947,6 +6999,10 @@
|
|
6947
6999
|
</dt>
|
6948
7000
|
<dd></dd>
|
6949
7001
|
<dt>
|
7002
|
+
<a class="link" href="GtkFlowBox.html#GtkFlowBoxCreateWidgetFunc" title="GtkFlowBoxCreateWidgetFunc ()">GtkFlowBoxCreateWidgetFunc</a>, user_function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
|
7003
|
+
</dt>
|
7004
|
+
<dd></dd>
|
7005
|
+
<dt>
|
6950
7006
|
<a class="link" href="GtkFlowBox.html#GtkFlowBoxFilterFunc" title="GtkFlowBoxFilterFunc ()">GtkFlowBoxFilterFunc</a>, user_function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
|
6951
7007
|
</dt>
|
6952
7008
|
<dd></dd>
|
@@ -6959,6 +7015,10 @@
|
|
6959
7015
|
</dt>
|
6960
7016
|
<dd></dd>
|
6961
7017
|
<dt>
|
7018
|
+
<a class="link" href="GtkFlowBox.html#gtk-flow-box-bind-model" title="gtk_flow_box_bind_model ()">gtk_flow_box_bind_model</a>, function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
|
7019
|
+
</dt>
|
7020
|
+
<dd></dd>
|
7021
|
+
<dt>
|
6962
7022
|
<a class="link" href="GtkFlowBox.html#gtk-flow-box-child-changed" title="gtk_flow_box_child_changed ()">gtk_flow_box_child_changed</a>, function in <a class="link" href="GtkFlowBox.html" title="GtkFlowBox">GtkFlowBox</a>
|
6963
7023
|
</dt>
|
6964
7024
|
<dd></dd>
|
@@ -7259,6 +7319,10 @@
|
|
7259
7319
|
</dt>
|
7260
7320
|
<dd></dd>
|
7261
7321
|
<dt>
|
7322
|
+
<a class="link" href="GtkFontChooser.html#gtk-font-chooser-get-font-map" title="gtk_font_chooser_get_font_map ()">gtk_font_chooser_get_font_map</a>, function in <a class="link" href="GtkFontChooser.html" title="GtkFontChooser">GtkFontChooser</a>
|
7323
|
+
</dt>
|
7324
|
+
<dd></dd>
|
7325
|
+
<dt>
|
7262
7326
|
<a class="link" href="GtkFontChooser.html#gtk-font-chooser-get-font-size" title="gtk_font_chooser_get_font_size ()">gtk_font_chooser_get_font_size</a>, function in <a class="link" href="GtkFontChooser.html" title="GtkFontChooser">GtkFontChooser</a>
|
7263
7327
|
</dt>
|
7264
7328
|
<dd></dd>
|
@@ -7283,6 +7347,10 @@
|
|
7283
7347
|
</dt>
|
7284
7348
|
<dd></dd>
|
7285
7349
|
<dt>
|
7350
|
+
<a class="link" href="GtkFontChooser.html#gtk-font-chooser-set-font-map" title="gtk_font_chooser_set_font_map ()">gtk_font_chooser_set_font_map</a>, function in <a class="link" href="GtkFontChooser.html" title="GtkFontChooser">GtkFontChooser</a>
|
7351
|
+
</dt>
|
7352
|
+
<dd></dd>
|
7353
|
+
<dt>
|
7286
7354
|
<a class="link" href="GtkFontChooser.html#gtk-font-chooser-set-preview-text" title="gtk_font_chooser_set_preview_text ()">gtk_font_chooser_set_preview_text</a>, function in <a class="link" href="GtkFontChooser.html" title="GtkFontChooser">GtkFontChooser</a>
|
7287
7355
|
</dt>
|
7288
7356
|
<dd></dd>
|
@@ -10137,6 +10205,10 @@
|
|
10137
10205
|
</dt>
|
10138
10206
|
<dd></dd>
|
10139
10207
|
<dt>
|
10208
|
+
<a class="link" href="GtkLevelBar.html#GTK-LEVEL-BAR-OFFSET-FULL:CAPS" title="GTK_LEVEL_BAR_OFFSET_FULL">GTK_LEVEL_BAR_OFFSET_FULL</a>, macro in <a class="link" href="GtkLevelBar.html" title="GtkLevelBar">GtkLevelBar</a>
|
10209
|
+
</dt>
|
10210
|
+
<dd></dd>
|
10211
|
+
<dt>
|
10140
10212
|
<a class="link" href="GtkLevelBar.html#GTK-LEVEL-BAR-OFFSET-HIGH:CAPS" title="GTK_LEVEL_BAR_OFFSET_HIGH">GTK_LEVEL_BAR_OFFSET_HIGH</a>, macro in <a class="link" href="GtkLevelBar.html" title="GtkLevelBar">GtkLevelBar</a>
|
10141
10213
|
</dt>
|
10142
10214
|
<dd></dd>
|
@@ -11471,6 +11543,54 @@
|
|
11471
11543
|
<dd></dd>
|
11472
11544
|
<a name="idxN"></a><h3 class="title">N</h3>
|
11473
11545
|
<dt>
|
11546
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#GtkNativeDialogClass" title="struct GtkNativeDialogClass">GtkNativeDialogClass</a>, struct in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11547
|
+
</dt>
|
11548
|
+
<dd></dd>
|
11549
|
+
<dt>
|
11550
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-destroy" title="gtk_native_dialog_destroy ()">gtk_native_dialog_destroy</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11551
|
+
</dt>
|
11552
|
+
<dd></dd>
|
11553
|
+
<dt>
|
11554
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-modal" title="gtk_native_dialog_get_modal ()">gtk_native_dialog_get_modal</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11555
|
+
</dt>
|
11556
|
+
<dd></dd>
|
11557
|
+
<dt>
|
11558
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-title" title="gtk_native_dialog_get_title ()">gtk_native_dialog_get_title</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11559
|
+
</dt>
|
11560
|
+
<dd></dd>
|
11561
|
+
<dt>
|
11562
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-transient-for" title="gtk_native_dialog_get_transient_for ()">gtk_native_dialog_get_transient_for</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11563
|
+
</dt>
|
11564
|
+
<dd></dd>
|
11565
|
+
<dt>
|
11566
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-visible" title="gtk_native_dialog_get_visible ()">gtk_native_dialog_get_visible</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11567
|
+
</dt>
|
11568
|
+
<dd></dd>
|
11569
|
+
<dt>
|
11570
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-hide" title="gtk_native_dialog_hide ()">gtk_native_dialog_hide</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11571
|
+
</dt>
|
11572
|
+
<dd></dd>
|
11573
|
+
<dt>
|
11574
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-run" title="gtk_native_dialog_run ()">gtk_native_dialog_run</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11575
|
+
</dt>
|
11576
|
+
<dd></dd>
|
11577
|
+
<dt>
|
11578
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-modal" title="gtk_native_dialog_set_modal ()">gtk_native_dialog_set_modal</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11579
|
+
</dt>
|
11580
|
+
<dd></dd>
|
11581
|
+
<dt>
|
11582
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-title" title="gtk_native_dialog_set_title ()">gtk_native_dialog_set_title</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11583
|
+
</dt>
|
11584
|
+
<dd></dd>
|
11585
|
+
<dt>
|
11586
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-transient-for" title="gtk_native_dialog_set_transient_for ()">gtk_native_dialog_set_transient_for</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11587
|
+
</dt>
|
11588
|
+
<dd></dd>
|
11589
|
+
<dt>
|
11590
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#gtk-native-dialog-show" title="gtk_native_dialog_show ()">gtk_native_dialog_show</a>, function in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
11591
|
+
</dt>
|
11592
|
+
<dd></dd>
|
11593
|
+
<dt>
|
11474
11594
|
<a class="link" href="GtkNotebook.html#GtkNotebook-struct" title="struct GtkNotebook">GtkNotebook</a>, struct in <a class="link" href="GtkNotebook.html" title="GtkNotebook">GtkNotebook</a>
|
11475
11595
|
</dt>
|
11476
11596
|
<dd></dd>
|
@@ -11912,6 +12032,14 @@
|
|
11912
12032
|
</dt>
|
11913
12033
|
<dd></dd>
|
11914
12034
|
<dt>
|
12035
|
+
<a class="link" href="GtkOverlay.html#GtkOverlay--c-index" title="The “index” child property">GtkOverlay:index</a>, object property in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
12036
|
+
</dt>
|
12037
|
+
<dd></dd>
|
12038
|
+
<dt>
|
12039
|
+
<a class="link" href="GtkOverlay.html#GtkOverlay--c-pass-through" title="The “pass-through” child property">GtkOverlay:pass-through</a>, object property in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
12040
|
+
</dt>
|
12041
|
+
<dd></dd>
|
12042
|
+
<dt>
|
11915
12043
|
<a class="link" href="GtkOverlay.html#GtkOverlayClass" title="struct GtkOverlayClass">GtkOverlayClass</a>, struct in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
11916
12044
|
</dt>
|
11917
12045
|
<dd></dd>
|
@@ -11920,9 +12048,21 @@
|
|
11920
12048
|
</dt>
|
11921
12049
|
<dd></dd>
|
11922
12050
|
<dt>
|
12051
|
+
<a class="link" href="GtkOverlay.html#gtk-overlay-get-overlay-pass-through" title="gtk_overlay_get_overlay_pass_through ()">gtk_overlay_get_overlay_pass_through</a>, function in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
12052
|
+
</dt>
|
12053
|
+
<dd></dd>
|
12054
|
+
<dt>
|
11923
12055
|
<a class="link" href="GtkOverlay.html#gtk-overlay-new" title="gtk_overlay_new ()">gtk_overlay_new</a>, function in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
11924
12056
|
</dt>
|
11925
12057
|
<dd></dd>
|
12058
|
+
<dt>
|
12059
|
+
<a class="link" href="GtkOverlay.html#gtk-overlay-reorder-overlay" title="gtk_overlay_reorder_overlay ()">gtk_overlay_reorder_overlay</a>, function in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
12060
|
+
</dt>
|
12061
|
+
<dd></dd>
|
12062
|
+
<dt>
|
12063
|
+
<a class="link" href="GtkOverlay.html#gtk-overlay-set-overlay-pass-through" title="gtk_overlay_set_overlay_pass_through ()">gtk_overlay_set_overlay_pass_through</a>, function in <a class="link" href="GtkOverlay.html" title="GtkOverlay">GtkOverlay</a>
|
12064
|
+
</dt>
|
12065
|
+
<dd></dd>
|
11926
12066
|
<a name="idxP"></a><h3 class="title">P</h3>
|
11927
12067
|
<dt>
|
11928
12068
|
<a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection">GtkPackDirection</a>, enum in <a class="link" href="GtkMenuBar.html" title="GtkMenuBar">GtkMenuBar</a>
|
@@ -12429,6 +12569,10 @@
|
|
12429
12569
|
</dt>
|
12430
12570
|
<dd></dd>
|
12431
12571
|
<dt>
|
12572
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-mount" title="The “mount” signal">GtkPlacesSidebar::mount</a>, object signal in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12573
|
+
</dt>
|
12574
|
+
<dd></dd>
|
12575
|
+
<dt>
|
12432
12576
|
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-open-location" title="The “open-location” signal">GtkPlacesSidebar::open-location</a>, object signal in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12433
12577
|
</dt>
|
12434
12578
|
<dd></dd>
|
@@ -12449,6 +12593,18 @@
|
|
12449
12593
|
</dt>
|
12450
12594
|
<dd></dd>
|
12451
12595
|
<dt>
|
12596
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations" title="The “show-other-locations” signal">GtkPlacesSidebar::show-other-locations</a>, object signal in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12597
|
+
</dt>
|
12598
|
+
<dd></dd>
|
12599
|
+
<dt>
|
12600
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations-with-flags" title="The “show-other-locations-with-flags” signal">GtkPlacesSidebar::show-other-locations-with-flags</a>, object signal in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12601
|
+
</dt>
|
12602
|
+
<dd></dd>
|
12603
|
+
<dt>
|
12604
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-unmount" title="The “unmount” signal">GtkPlacesSidebar::unmount</a>, object signal in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12605
|
+
</dt>
|
12606
|
+
<dd></dd>
|
12607
|
+
<dt>
|
12452
12608
|
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--local-only" title="The “local-only” property">GtkPlacesSidebar:local-only</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12453
12609
|
</dt>
|
12454
12610
|
<dd></dd>
|
@@ -12461,6 +12617,10 @@
|
|
12461
12617
|
</dt>
|
12462
12618
|
<dd></dd>
|
12463
12619
|
<dt>
|
12620
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--populate-all" title="The “populate-all” property">GtkPlacesSidebar:populate-all</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12621
|
+
</dt>
|
12622
|
+
<dd></dd>
|
12623
|
+
<dt>
|
12464
12624
|
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-connect-to-server" title="The “show-connect-to-server” property">GtkPlacesSidebar:show-connect-to-server</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12465
12625
|
</dt>
|
12466
12626
|
<dd></dd>
|
@@ -12473,6 +12633,18 @@
|
|
12473
12633
|
</dt>
|
12474
12634
|
<dd></dd>
|
12475
12635
|
<dt>
|
12636
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-other-locations" title="The “show-other-locations” property">GtkPlacesSidebar:show-other-locations</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12637
|
+
</dt>
|
12638
|
+
<dd></dd>
|
12639
|
+
<dt>
|
12640
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-recent" title="The “show-recent” property">GtkPlacesSidebar:show-recent</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12641
|
+
</dt>
|
12642
|
+
<dd></dd>
|
12643
|
+
<dt>
|
12644
|
+
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-trash" title="The “show-trash” property">GtkPlacesSidebar:show-trash</a>, object property in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12645
|
+
</dt>
|
12646
|
+
<dd></dd>
|
12647
|
+
<dt>
|
12476
12648
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-add-shortcut" title="gtk_places_sidebar_add_shortcut ()">gtk_places_sidebar_add_shortcut</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12477
12649
|
</dt>
|
12478
12650
|
<dd></dd>
|
@@ -12505,6 +12677,18 @@
|
|
12505
12677
|
</dt>
|
12506
12678
|
<dd></dd>
|
12507
12679
|
<dt>
|
12680
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-other-locations" title="gtk_places_sidebar_get_show_other_locations ()">gtk_places_sidebar_get_show_other_locations</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12681
|
+
</dt>
|
12682
|
+
<dd></dd>
|
12683
|
+
<dt>
|
12684
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-recent" title="gtk_places_sidebar_get_show_recent ()">gtk_places_sidebar_get_show_recent</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12685
|
+
</dt>
|
12686
|
+
<dd></dd>
|
12687
|
+
<dt>
|
12688
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-trash" title="gtk_places_sidebar_get_show_trash ()">gtk_places_sidebar_get_show_trash</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12689
|
+
</dt>
|
12690
|
+
<dd></dd>
|
12691
|
+
<dt>
|
12508
12692
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-list-shortcuts" title="gtk_places_sidebar_list_shortcuts ()">gtk_places_sidebar_list_shortcuts</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12509
12693
|
</dt>
|
12510
12694
|
<dd></dd>
|
@@ -12517,6 +12701,10 @@
|
|
12517
12701
|
</dt>
|
12518
12702
|
<dd></dd>
|
12519
12703
|
<dt>
|
12704
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-drop-targets-visible" title="gtk_places_sidebar_set_drop_targets_visible ()">gtk_places_sidebar_set_drop_targets_visible</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12705
|
+
</dt>
|
12706
|
+
<dd></dd>
|
12707
|
+
<dt>
|
12520
12708
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-local-only" title="gtk_places_sidebar_set_local_only ()">gtk_places_sidebar_set_local_only</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12521
12709
|
</dt>
|
12522
12710
|
<dd></dd>
|
@@ -12541,6 +12729,18 @@
|
|
12541
12729
|
</dt>
|
12542
12730
|
<dd></dd>
|
12543
12731
|
<dt>
|
12732
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-other-locations" title="gtk_places_sidebar_set_show_other_locations ()">gtk_places_sidebar_set_show_other_locations</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12733
|
+
</dt>
|
12734
|
+
<dd></dd>
|
12735
|
+
<dt>
|
12736
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-recent" title="gtk_places_sidebar_set_show_recent ()">gtk_places_sidebar_set_show_recent</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12737
|
+
</dt>
|
12738
|
+
<dd></dd>
|
12739
|
+
<dt>
|
12740
|
+
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-trash" title="gtk_places_sidebar_set_show_trash ()">gtk_places_sidebar_set_show_trash</a>, function in <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar">GtkPlacesSidebar</a>
|
12741
|
+
</dt>
|
12742
|
+
<dd></dd>
|
12743
|
+
<dt>
|
12544
12744
|
<a class="link" href="GtkPlug.html#GtkPlug-struct" title="struct GtkPlug">GtkPlug</a>, struct in <a class="link" href="GtkPlug.html" title="GtkPlug">GtkPlug</a>
|
12545
12745
|
</dt>
|
12546
12746
|
<dd></dd>
|
@@ -12597,6 +12797,10 @@
|
|
12597
12797
|
</dt>
|
12598
12798
|
<dd></dd>
|
12599
12799
|
<dt>
|
12800
|
+
<a class="link" href="GtkPopover.html#GtkPopover--constrain-to" title="The “constrain-to” property">GtkPopover:constrain-to</a>, object property in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12801
|
+
</dt>
|
12802
|
+
<dd></dd>
|
12803
|
+
<dt>
|
12600
12804
|
<a class="link" href="GtkPopover.html#GtkPopover--modal" title="The “modal” property">GtkPopover:modal</a>, object property in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12601
12805
|
</dt>
|
12602
12806
|
<dd></dd>
|
@@ -12617,6 +12821,10 @@
|
|
12617
12821
|
</dt>
|
12618
12822
|
<dd></dd>
|
12619
12823
|
<dt>
|
12824
|
+
<a class="link" href="GtkPopover.html#GtkPopoverConstraint" title="enum GtkPopoverConstraint">GtkPopoverConstraint</a>, enum in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12825
|
+
</dt>
|
12826
|
+
<dd></dd>
|
12827
|
+
<dt>
|
12620
12828
|
<a class="link" href="GtkPopoverMenu.html#GtkPopoverMenu-struct" title="GtkPopoverMenu">GtkPopoverMenu</a>, struct in <a class="link" href="GtkPopoverMenu.html" title="GtkPopoverMenu">GtkPopoverMenu</a>
|
12621
12829
|
</dt>
|
12622
12830
|
<dd></dd>
|
@@ -12637,6 +12845,14 @@
|
|
12637
12845
|
</dt>
|
12638
12846
|
<dd></dd>
|
12639
12847
|
<dt>
|
12848
|
+
<a class="link" href="GtkPopover.html#gtk-popover-get-constrain-to" title="gtk_popover_get_constrain_to ()">gtk_popover_get_constrain_to</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12849
|
+
</dt>
|
12850
|
+
<dd></dd>
|
12851
|
+
<dt>
|
12852
|
+
<a class="link" href="GtkPopover.html#gtk-popover-get-default-widget" title="gtk_popover_get_default_widget ()">gtk_popover_get_default_widget</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12853
|
+
</dt>
|
12854
|
+
<dd></dd>
|
12855
|
+
<dt>
|
12640
12856
|
<a class="link" href="GtkPopover.html#gtk-popover-get-modal" title="gtk_popover_get_modal ()">gtk_popover_get_modal</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12641
12857
|
</dt>
|
12642
12858
|
<dd></dd>
|
@@ -12673,6 +12889,14 @@
|
|
12673
12889
|
</dt>
|
12674
12890
|
<dd></dd>
|
12675
12891
|
<dt>
|
12892
|
+
<a class="link" href="GtkPopover.html#gtk-popover-set-constrain-to" title="gtk_popover_set_constrain_to ()">gtk_popover_set_constrain_to</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12893
|
+
</dt>
|
12894
|
+
<dd></dd>
|
12895
|
+
<dt>
|
12896
|
+
<a class="link" href="GtkPopover.html#gtk-popover-set-default-widget" title="gtk_popover_set_default_widget ()">gtk_popover_set_default_widget</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12897
|
+
</dt>
|
12898
|
+
<dd></dd>
|
12899
|
+
<dt>
|
12676
12900
|
<a class="link" href="GtkPopover.html#gtk-popover-set-modal" title="gtk_popover_set_modal ()">gtk_popover_set_modal</a>, function in <a class="link" href="GtkPopover.html" title="GtkPopover">GtkPopover</a>
|
12677
12901
|
</dt>
|
12678
12902
|
<dd></dd>
|
@@ -14138,6 +14362,10 @@
|
|
14138
14362
|
</dt>
|
14139
14363
|
<dd></dd>
|
14140
14364
|
<dt>
|
14365
|
+
<a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-join-group" title="gtk_radio_menu_item_join_group ()">gtk_radio_menu_item_join_group</a>, function in <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem">GtkRadioMenuItem</a>
|
14366
|
+
</dt>
|
14367
|
+
<dd></dd>
|
14368
|
+
<dt>
|
14141
14369
|
<a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new" title="gtk_radio_menu_item_new ()">gtk_radio_menu_item_new</a>, function in <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem">GtkRadioMenuItem</a>
|
14142
14370
|
</dt>
|
14143
14371
|
<dd></dd>
|
@@ -15046,6 +15274,10 @@
|
|
15046
15274
|
</dt>
|
15047
15275
|
<dd></dd>
|
15048
15276
|
<dt>
|
15277
|
+
<a class="link" href="GtkStyleContext.html#gtk-render-background-get-clip" title="gtk_render_background_get_clip ()">gtk_render_background_get_clip</a>, function in <a class="link" href="GtkStyleContext.html" title="GtkStyleContext">GtkStyleContext</a>
|
15278
|
+
</dt>
|
15279
|
+
<dd></dd>
|
15280
|
+
<dt>
|
15049
15281
|
<a class="link" href="GtkStyleContext.html#gtk-render-check" title="gtk_render_check ()">gtk_render_check</a>, function in <a class="link" href="GtkStyleContext.html" title="GtkStyleContext">GtkStyleContext</a>
|
15050
15282
|
</dt>
|
15051
15283
|
<dd></dd>
|
@@ -16039,6 +16271,10 @@
|
|
16039
16271
|
</dt>
|
16040
16272
|
<dd></dd>
|
16041
16273
|
<dt>
|
16274
|
+
<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-use-caret" title="The “gtk-keynav-use-caret” property">GtkSettings:gtk-keynav-use-caret</a>, object property in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
|
16275
|
+
</dt>
|
16276
|
+
<dd></dd>
|
16277
|
+
<dt>
|
16042
16278
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-wrap-around" title="The “gtk-keynav-wrap-around” property">GtkSettings:gtk-keynav-wrap-around</a>, object property in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
|
16043
16279
|
</dt>
|
16044
16280
|
<dd></dd>
|
@@ -16227,6 +16463,10 @@
|
|
16227
16463
|
</dt>
|
16228
16464
|
<dd></dd>
|
16229
16465
|
<dt>
|
16466
|
+
<a class="link" href="GtkSettings.html#gtk-settings-reset-property" title="gtk_settings_reset_property ()">gtk_settings_reset_property</a>, function in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
|
16467
|
+
</dt>
|
16468
|
+
<dd></dd>
|
16469
|
+
<dt>
|
16230
16470
|
<a class="link" href="GtkSettings.html#gtk-settings-set-double-property" title="gtk_settings_set_double_property ()">gtk_settings_set_double_property</a>, function in <a class="link" href="GtkSettings.html" title="Settings">GtkSettings</a>
|
16231
16471
|
</dt>
|
16232
16472
|
<dd></dd>
|
@@ -16247,6 +16487,122 @@
|
|
16247
16487
|
</dt>
|
16248
16488
|
<dd></dd>
|
16249
16489
|
<dt>
|
16490
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup-struct" title="GtkShortcutsGroup">GtkShortcutsGroup</a>, struct in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16491
|
+
</dt>
|
16492
|
+
<dd></dd>
|
16493
|
+
<dt>
|
16494
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--accel-size-group" title="The “accel-size-group” property">GtkShortcutsGroup:accel-size-group</a>, object property in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16495
|
+
</dt>
|
16496
|
+
<dd></dd>
|
16497
|
+
<dt>
|
16498
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--height" title="The “height” property">GtkShortcutsGroup:height</a>, object property in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16499
|
+
</dt>
|
16500
|
+
<dd></dd>
|
16501
|
+
<dt>
|
16502
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--title" title="The “title” property">GtkShortcutsGroup:title</a>, object property in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16503
|
+
</dt>
|
16504
|
+
<dd></dd>
|
16505
|
+
<dt>
|
16506
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--title-size-group" title="The “title-size-group” property">GtkShortcutsGroup:title-size-group</a>, object property in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16507
|
+
</dt>
|
16508
|
+
<dd></dd>
|
16509
|
+
<dt>
|
16510
|
+
<a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--view" title="The “view” property">GtkShortcutsGroup:view</a>, object property in <a class="link" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">GtkShortcutsGroup</a>
|
16511
|
+
</dt>
|
16512
|
+
<dd></dd>
|
16513
|
+
<dt>
|
16514
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection-struct" title="GtkShortcutsSection">GtkShortcutsSection</a>, struct in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16515
|
+
</dt>
|
16516
|
+
<dd></dd>
|
16517
|
+
<dt>
|
16518
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection-change-current-page" title="The “change-current-page” signal">GtkShortcutsSection::change-current-page</a>, object signal in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16519
|
+
</dt>
|
16520
|
+
<dd></dd>
|
16521
|
+
<dt>
|
16522
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection--max-height" title="The “max-height” property">GtkShortcutsSection:max-height</a>, object property in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16523
|
+
</dt>
|
16524
|
+
<dd></dd>
|
16525
|
+
<dt>
|
16526
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection--section-name" title="The “section-name” property">GtkShortcutsSection:section-name</a>, object property in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16527
|
+
</dt>
|
16528
|
+
<dd></dd>
|
16529
|
+
<dt>
|
16530
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection--title" title="The “title” property">GtkShortcutsSection:title</a>, object property in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16531
|
+
</dt>
|
16532
|
+
<dd></dd>
|
16533
|
+
<dt>
|
16534
|
+
<a class="link" href="GtkShortcutsSection.html#GtkShortcutsSection--view-name" title="The “view-name” property">GtkShortcutsSection:view-name</a>, object property in <a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection">GtkShortcutsSection</a>
|
16535
|
+
</dt>
|
16536
|
+
<dd></dd>
|
16537
|
+
<dt>
|
16538
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut-struct" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>, struct in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16539
|
+
</dt>
|
16540
|
+
<dd></dd>
|
16541
|
+
<dt>
|
16542
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accel-size-group" title="The “accel-size-group” property">GtkShortcutsShortcut:accel-size-group</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16543
|
+
</dt>
|
16544
|
+
<dd></dd>
|
16545
|
+
<dt>
|
16546
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accelerator" title="The “accelerator” property">GtkShortcutsShortcut:accelerator</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16547
|
+
</dt>
|
16548
|
+
<dd></dd>
|
16549
|
+
<dt>
|
16550
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--direction" title="The “direction” property">GtkShortcutsShortcut:direction</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16551
|
+
</dt>
|
16552
|
+
<dd></dd>
|
16553
|
+
<dt>
|
16554
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon" title="The “icon” property">GtkShortcutsShortcut:icon</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16555
|
+
</dt>
|
16556
|
+
<dd></dd>
|
16557
|
+
<dt>
|
16558
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon-set" title="The “icon-set” property">GtkShortcutsShortcut:icon-set</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16559
|
+
</dt>
|
16560
|
+
<dd></dd>
|
16561
|
+
<dt>
|
16562
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property">GtkShortcutsShortcut:shortcut-type</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16563
|
+
</dt>
|
16564
|
+
<dd></dd>
|
16565
|
+
<dt>
|
16566
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle" title="The “subtitle” property">GtkShortcutsShortcut:subtitle</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16567
|
+
</dt>
|
16568
|
+
<dd></dd>
|
16569
|
+
<dt>
|
16570
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle-set" title="The “subtitle-set” property">GtkShortcutsShortcut:subtitle-set</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16571
|
+
</dt>
|
16572
|
+
<dd></dd>
|
16573
|
+
<dt>
|
16574
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--title" title="The “title” property">GtkShortcutsShortcut:title</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16575
|
+
</dt>
|
16576
|
+
<dd></dd>
|
16577
|
+
<dt>
|
16578
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--title-size-group" title="The “title-size-group” property">GtkShortcutsShortcut:title-size-group</a>, object property in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16579
|
+
</dt>
|
16580
|
+
<dd></dd>
|
16581
|
+
<dt>
|
16582
|
+
<a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow-struct" title="struct GtkShortcutsWindow">GtkShortcutsWindow</a>, struct in <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
|
16583
|
+
</dt>
|
16584
|
+
<dd></dd>
|
16585
|
+
<dt>
|
16586
|
+
<a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow-close" title="The “close” signal">GtkShortcutsWindow::close</a>, object signal in <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
|
16587
|
+
</dt>
|
16588
|
+
<dd></dd>
|
16589
|
+
<dt>
|
16590
|
+
<a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow-search" title="The “search” signal">GtkShortcutsWindow::search</a>, object signal in <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
|
16591
|
+
</dt>
|
16592
|
+
<dd></dd>
|
16593
|
+
<dt>
|
16594
|
+
<a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow--section-name" title="The “section-name” property">GtkShortcutsWindow:section-name</a>, object property in <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
|
16595
|
+
</dt>
|
16596
|
+
<dd></dd>
|
16597
|
+
<dt>
|
16598
|
+
<a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow--view-name" title="The “view-name” property">GtkShortcutsWindow:view-name</a>, object property in <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
|
16599
|
+
</dt>
|
16600
|
+
<dd></dd>
|
16601
|
+
<dt>
|
16602
|
+
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutType" title="enum GtkShortcutType">GtkShortcutType</a>, enum in <a class="link" href="GtkShortcutsShortcut.html" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a>
|
16603
|
+
</dt>
|
16604
|
+
<dd></dd>
|
16605
|
+
<dt>
|
16250
16606
|
<a class="link" href="GtkAboutDialog.html#gtk-show-about-dialog" title="gtk_show_about_dialog ()">gtk_show_about_dialog</a>, function in <a class="link" href="GtkAboutDialog.html" title="GtkAboutDialog">GtkAboutDialog</a>
|
16251
16607
|
</dt>
|
16252
16608
|
<dd></dd>
|
@@ -16539,6 +16895,10 @@
|
|
16539
16895
|
</dt>
|
16540
16896
|
<dd></dd>
|
16541
16897
|
<dt>
|
16898
|
+
<a class="link" href="GtkStack.html#GtkStack--interpolate-size" title="The “interpolate-size” property">GtkStack:interpolate-size</a>, object property in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
16899
|
+
</dt>
|
16900
|
+
<dd></dd>
|
16901
|
+
<dt>
|
16542
16902
|
<a class="link" href="GtkStack.html#GtkStack--c-name" title="The “name” child property">GtkStack:name</a>, object property in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
16543
16903
|
</dt>
|
16544
16904
|
<dd></dd>
|
@@ -16595,6 +16955,10 @@
|
|
16595
16955
|
</dt>
|
16596
16956
|
<dd></dd>
|
16597
16957
|
<dt>
|
16958
|
+
<a class="link" href="GtkStackSwitcher.html#GtkStackSwitcher--icon-size" title="The “icon-size” property">GtkStackSwitcher:icon-size</a>, object property in <a class="link" href="GtkStackSwitcher.html" title="GtkStackSwitcher">GtkStackSwitcher</a>
|
16959
|
+
</dt>
|
16960
|
+
<dd></dd>
|
16961
|
+
<dt>
|
16598
16962
|
<a class="link" href="GtkStackSwitcher.html#GtkStackSwitcher--stack" title="The “stack” property">GtkStackSwitcher:stack</a>, object property in <a class="link" href="GtkStackSwitcher.html" title="GtkStackSwitcher">GtkStackSwitcher</a>
|
16599
16963
|
</dt>
|
16600
16964
|
<dd></dd>
|
@@ -16623,6 +16987,10 @@
|
|
16623
16987
|
</dt>
|
16624
16988
|
<dd></dd>
|
16625
16989
|
<dt>
|
16990
|
+
<a class="link" href="GtkStack.html#gtk-stack-get-interpolate-size" title="gtk_stack_get_interpolate_size ()">gtk_stack_get_interpolate_size</a>, function in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
16991
|
+
</dt>
|
16992
|
+
<dd></dd>
|
16993
|
+
<dt>
|
16626
16994
|
<a class="link" href="GtkStack.html#gtk-stack-get-transition-duration" title="gtk_stack_get_transition_duration ()">gtk_stack_get_transition_duration</a>, function in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
16627
16995
|
</dt>
|
16628
16996
|
<dd></dd>
|
@@ -16659,6 +17027,10 @@
|
|
16659
17027
|
</dt>
|
16660
17028
|
<dd></dd>
|
16661
17029
|
<dt>
|
17030
|
+
<a class="link" href="GtkStack.html#gtk-stack-set-interpolate-size" title="gtk_stack_set_interpolate_size ()">gtk_stack_set_interpolate_size</a>, function in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
17031
|
+
</dt>
|
17032
|
+
<dd></dd>
|
17033
|
+
<dt>
|
16662
17034
|
<a class="link" href="GtkStack.html#gtk-stack-set-transition-duration" title="gtk_stack_set_transition_duration ()">gtk_stack_set_transition_duration</a>, function in <a class="link" href="GtkStack.html" title="GtkStack">GtkStack</a>
|
16663
17035
|
</dt>
|
16664
17036
|
<dd></dd>
|
@@ -17483,6 +17855,10 @@
|
|
17483
17855
|
</dt>
|
17484
17856
|
<dd></dd>
|
17485
17857
|
<dt>
|
17858
|
+
<a class="link" href="GtkStyleContext.html#GtkStyleContextPrintFlags" title="enum GtkStyleContextPrintFlags">GtkStyleContextPrintFlags</a>, enum in <a class="link" href="GtkStyleContext.html" title="GtkStyleContext">GtkStyleContext</a>
|
17859
|
+
</dt>
|
17860
|
+
<dd></dd>
|
17861
|
+
<dt>
|
17486
17862
|
<a class="link" href="gtk3-GtkStyleProperties.html#GtkStyleProperties" title="struct GtkStyleProperties">GtkStyleProperties</a>, struct in <a class="link" href="gtk3-GtkStyleProperties.html" title="GtkStyleProperties">GtkStyleProperties</a>
|
17487
17863
|
</dt>
|
17488
17864
|
<dd></dd>
|
@@ -18071,6 +18447,10 @@
|
|
18071
18447
|
</dt>
|
18072
18448
|
<dd></dd>
|
18073
18449
|
<dt>
|
18450
|
+
<a class="link" href="GtkStyleContext.html#gtk-style-context-to-string" title="gtk_style_context_to_string ()">gtk_style_context_to_string</a>, function in <a class="link" href="GtkStyleContext.html" title="GtkStyleContext">GtkStyleContext</a>
|
18451
|
+
</dt>
|
18452
|
+
<dd></dd>
|
18453
|
+
<dt>
|
18074
18454
|
<a class="link" href="GtkStyle.html#gtk-style-copy" title="gtk_style_copy ()">gtk_style_copy</a>, function in <a class="link" href="GtkStyle.html" title="GtkStyle">GtkStyle</a>
|
18075
18455
|
</dt>
|
18076
18456
|
<dd></dd>
|
@@ -18275,6 +18655,10 @@
|
|
18275
18655
|
</dt>
|
18276
18656
|
<dd></dd>
|
18277
18657
|
<dt>
|
18658
|
+
<a class="link" href="GtkSwitch.html#GtkSwitch--s-slider-height" title="The “slider-height” style property">GtkSwitch:slider-height</a>, object property in <a class="link" href="GtkSwitch.html" title="GtkSwitch">GtkSwitch</a>
|
18659
|
+
</dt>
|
18660
|
+
<dd></dd>
|
18661
|
+
<dt>
|
18278
18662
|
<a class="link" href="GtkSwitch.html#GtkSwitch--s-slider-width" title="The “slider-width” style property">GtkSwitch:slider-width</a>, object property in <a class="link" href="GtkSwitch.html" title="GtkSwitch">GtkSwitch</a>
|
18279
18663
|
</dt>
|
18280
18664
|
<dd></dd>
|
@@ -18856,6 +19240,14 @@
|
|
18856
19240
|
</dt>
|
18857
19241
|
<dd></dd>
|
18858
19242
|
<dt>
|
19243
|
+
<a class="link" href="GtkTextTag.html#GtkTextTag--font-features" title="The “font-features” property">GtkTextTag:font-features</a>, object property in <a class="link" href="GtkTextTag.html" title="GtkTextTag">GtkTextTag</a>
|
19244
|
+
</dt>
|
19245
|
+
<dd></dd>
|
19246
|
+
<dt>
|
19247
|
+
<a class="link" href="GtkTextTag.html#GtkTextTag--font-features-set" title="The “font-features-set” property">GtkTextTag:font-features-set</a>, object property in <a class="link" href="GtkTextTag.html" title="GtkTextTag">GtkTextTag</a>
|
19248
|
+
</dt>
|
19249
|
+
<dd></dd>
|
19250
|
+
<dt>
|
18859
19251
|
<a class="link" href="GtkTextTag.html#GtkTextTag--foreground" title="The “foreground” property">GtkTextTag:foreground</a>, object property in <a class="link" href="GtkTextTag.html" title="GtkTextTag">GtkTextTag</a>
|
18860
19252
|
</dt>
|
18861
19253
|
<dd></dd>
|
@@ -19168,6 +19560,10 @@
|
|
19168
19560
|
</dt>
|
19169
19561
|
<dd></dd>
|
19170
19562
|
<dt>
|
19563
|
+
<a class="link" href="GtkTextView.html#GtkTextView--bottom-margin" title="The “bottom-margin” property">GtkTextView:bottom-margin</a>, object property in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
19564
|
+
</dt>
|
19565
|
+
<dd></dd>
|
19566
|
+
<dt>
|
19171
19567
|
<a class="link" href="GtkTextView.html#GtkTextView--buffer" title="The “buffer” property">GtkTextView:buffer</a>, object property in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
19172
19568
|
</dt>
|
19173
19569
|
<dd></dd>
|
@@ -19240,6 +19636,10 @@
|
|
19240
19636
|
</dt>
|
19241
19637
|
<dd></dd>
|
19242
19638
|
<dt>
|
19639
|
+
<a class="link" href="GtkTextView.html#GtkTextView--top-margin" title="The “top-margin” property">GtkTextView:top-margin</a>, object property in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
19640
|
+
</dt>
|
19641
|
+
<dd></dd>
|
19642
|
+
<dt>
|
19243
19643
|
<a class="link" href="GtkTextView.html#GtkTextView--wrap-mode" title="The “wrap-mode” property">GtkTextView:wrap-mode</a>, object property in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
19244
19644
|
</dt>
|
19245
19645
|
<dd></dd>
|
@@ -19940,6 +20340,10 @@
|
|
19940
20340
|
</dt>
|
19941
20341
|
<dd></dd>
|
19942
20342
|
<dt>
|
20343
|
+
<a class="link" href="GtkTextIter.html#gtk-text-iter-starts-tag" title="gtk_text_iter_starts_tag ()">gtk_text_iter_starts_tag</a>, function in <a class="link" href="GtkTextIter.html" title="GtkTextIter">GtkTextIter</a>
|
20344
|
+
</dt>
|
20345
|
+
<dd></dd>
|
20346
|
+
<dt>
|
19943
20347
|
<a class="link" href="GtkTextIter.html#gtk-text-iter-starts-word" title="gtk_text_iter_starts_word ()">gtk_text_iter_starts_word</a>, function in <a class="link" href="GtkTextIter.html" title="GtkTextIter">GtkTextIter</a>
|
19944
20348
|
</dt>
|
19945
20349
|
<dd></dd>
|
@@ -19976,6 +20380,10 @@
|
|
19976
20380
|
</dt>
|
19977
20381
|
<dd></dd>
|
19978
20382
|
<dt>
|
20383
|
+
<a class="link" href="GtkTextTag.html#gtk-text-tag-changed" title="gtk_text_tag_changed ()">gtk_text_tag_changed</a>, function in <a class="link" href="GtkTextTag.html" title="GtkTextTag">GtkTextTag</a>
|
20384
|
+
</dt>
|
20385
|
+
<dd></dd>
|
20386
|
+
<dt>
|
19979
20387
|
<a class="link" href="GtkTextTag.html#gtk-text-tag-event" title="gtk_text_tag_event ()">gtk_text_tag_event</a>, function in <a class="link" href="GtkTextTag.html" title="GtkTextTag">GtkTextTag</a>
|
19980
20388
|
</dt>
|
19981
20389
|
<dd></dd>
|
@@ -20052,6 +20460,10 @@
|
|
20052
20460
|
</dt>
|
20053
20461
|
<dd></dd>
|
20054
20462
|
<dt>
|
20463
|
+
<a class="link" href="GtkTextView.html#gtk-text-view-get-bottom-margin" title="gtk_text_view_get_bottom_margin ()">gtk_text_view_get_bottom_margin</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20464
|
+
</dt>
|
20465
|
+
<dd></dd>
|
20466
|
+
<dt>
|
20055
20467
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-buffer" title="gtk_text_view_get_buffer ()">gtk_text_view_get_buffer</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20056
20468
|
</dt>
|
20057
20469
|
<dd></dd>
|
@@ -20144,6 +20556,10 @@
|
|
20144
20556
|
</dt>
|
20145
20557
|
<dd></dd>
|
20146
20558
|
<dt>
|
20559
|
+
<a class="link" href="GtkTextView.html#gtk-text-view-get-top-margin" title="gtk_text_view_get_top_margin ()">gtk_text_view_get_top_margin</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20560
|
+
</dt>
|
20561
|
+
<dd></dd>
|
20562
|
+
<dt>
|
20147
20563
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-vadjustment" title="gtk_text_view_get_vadjustment ()">gtk_text_view_get_vadjustment</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20148
20564
|
</dt>
|
20149
20565
|
<dd></dd>
|
@@ -20196,6 +20612,10 @@
|
|
20196
20612
|
</dt>
|
20197
20613
|
<dd></dd>
|
20198
20614
|
<dt>
|
20615
|
+
<a class="link" href="GtkTextView.html#gtk-text-view-reset-cursor-blink" title="gtk_text_view_reset_cursor_blink ()">gtk_text_view_reset_cursor_blink</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20616
|
+
</dt>
|
20617
|
+
<dd></dd>
|
20618
|
+
<dt>
|
20199
20619
|
<a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title="gtk_text_view_reset_im_context ()">gtk_text_view_reset_im_context</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20200
20620
|
</dt>
|
20201
20621
|
<dd></dd>
|
@@ -20220,6 +20640,10 @@
|
|
20220
20640
|
</dt>
|
20221
20641
|
<dd></dd>
|
20222
20642
|
<dt>
|
20643
|
+
<a class="link" href="GtkTextView.html#gtk-text-view-set-bottom-margin" title="gtk_text_view_set_bottom_margin ()">gtk_text_view_set_bottom_margin</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20644
|
+
</dt>
|
20645
|
+
<dd></dd>
|
20646
|
+
<dt>
|
20223
20647
|
<a class="link" href="GtkTextView.html#gtk-text-view-set-buffer" title="gtk_text_view_set_buffer ()">gtk_text_view_set_buffer</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20224
20648
|
</dt>
|
20225
20649
|
<dd></dd>
|
@@ -20280,6 +20704,10 @@
|
|
20280
20704
|
</dt>
|
20281
20705
|
<dd></dd>
|
20282
20706
|
<dt>
|
20707
|
+
<a class="link" href="GtkTextView.html#gtk-text-view-set-top-margin" title="gtk_text_view_set_top_margin ()">gtk_text_view_set_top_margin</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20708
|
+
</dt>
|
20709
|
+
<dd></dd>
|
20710
|
+
<dt>
|
20283
20711
|
<a class="link" href="GtkTextView.html#gtk-text-view-set-wrap-mode" title="gtk_text_view_set_wrap_mode ()">gtk_text_view_set_wrap_mode</a>, function in <a class="link" href="GtkTextView.html" title="GtkTextView">GtkTextView</a>
|
20284
20712
|
</dt>
|
20285
20713
|
<dd></dd>
|
@@ -22859,6 +23287,10 @@
|
|
22859
23287
|
<a class="link" href="gtk3-General.html#gtk-true" title="gtk_true ()">gtk_true</a>, function in <a class="link" href="gtk3-General.html" title="Main loop and Events">General</a>
|
22860
23288
|
</dt>
|
22861
23289
|
<dd></dd>
|
23290
|
+
<dt>
|
23291
|
+
<a class="link" href="gtk3-GtkNativeDialog.html#GTK-TYPE-NATIVE-DIALOG:CAPS" title="GTK_TYPE_NATIVE_DIALOG">GTK_TYPE_NATIVE_DIALOG</a>, macro in <a class="link" href="gtk3-GtkNativeDialog.html" title="GtkNativeDialog">GtkNativeDialog</a>
|
23292
|
+
</dt>
|
23293
|
+
<dd></dd>
|
22862
23294
|
<a name="idxU"></a><h3 class="title">U</h3>
|
22863
23295
|
<dt>
|
22864
23296
|
<a class="link" href="GtkUIManager.html#GtkUIManager-struct" title="struct GtkUIManager">GtkUIManager</a>, struct in <a class="link" href="GtkUIManager.html" title="GtkUIManager">GtkUIManager</a>
|
@@ -23419,6 +23851,10 @@
|
|
23419
23851
|
</dt>
|
23420
23852
|
<dd></dd>
|
23421
23853
|
<dt>
|
23854
|
+
<a class="link" href="GtkWidget.html#GtkWidget--focus-on-click" title="The “focus-on-click” property">GtkWidget:focus-on-click</a>, object property in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23855
|
+
</dt>
|
23856
|
+
<dd></dd>
|
23857
|
+
<dt>
|
23422
23858
|
<a class="link" href="GtkWidget.html#GtkWidget--s-focus-padding" title="The “focus-padding” style property">GtkWidget:focus-padding</a>, object property in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23423
23859
|
</dt>
|
23424
23860
|
<dd></dd>
|
@@ -23595,10 +24031,6 @@
|
|
23595
24031
|
</dt>
|
23596
24032
|
<dd></dd>
|
23597
24033
|
<dt>
|
23598
|
-
<a class="link" href="GtkWidget.html#GtkWidgetAuxInfo" title="struct GtkWidgetAuxInfo">GtkWidgetAuxInfo</a>, struct in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23599
|
-
</dt>
|
23600
|
-
<dd></dd>
|
23601
|
-
<dt>
|
23602
24034
|
<a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass">GtkWidgetClass</a>, struct in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23603
24035
|
</dt>
|
23604
24036
|
<dd></dd>
|
@@ -23679,6 +24111,10 @@
|
|
23679
24111
|
</dt>
|
23680
24112
|
<dd></dd>
|
23681
24113
|
<dt>
|
24114
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-get-css-name" title="gtk_widget_class_get_css_name ()">gtk_widget_class_get_css_name</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24115
|
+
</dt>
|
24116
|
+
<dd></dd>
|
24117
|
+
<dt>
|
23682
24118
|
<a class="link" href="GtkWidget.html#gtk-widget-class-install-style-property" title="gtk_widget_class_install_style_property ()">gtk_widget_class_install_style_property</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23683
24119
|
</dt>
|
23684
24120
|
<dd></dd>
|
@@ -23707,6 +24143,10 @@
|
|
23707
24143
|
</dt>
|
23708
24144
|
<dd></dd>
|
23709
24145
|
<dt>
|
24146
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-set-css-name" title="gtk_widget_class_set_css_name ()">gtk_widget_class_set_css_name</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24147
|
+
</dt>
|
24148
|
+
<dd></dd>
|
24149
|
+
<dt>
|
23710
24150
|
<a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()">gtk_widget_class_set_template</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23711
24151
|
</dt>
|
23712
24152
|
<dd></dd>
|
@@ -23775,6 +24215,10 @@
|
|
23775
24215
|
</dt>
|
23776
24216
|
<dd></dd>
|
23777
24217
|
<dt>
|
24218
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-allocated-size" title="gtk_widget_get_allocated_size ()">gtk_widget_get_allocated_size</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24219
|
+
</dt>
|
24220
|
+
<dd></dd>
|
24221
|
+
<dt>
|
23778
24222
|
<a class="link" href="GtkWidget.html#gtk-widget-get-allocated-width" title="gtk_widget_get_allocated_width ()">gtk_widget_get_allocated_width</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23779
24223
|
</dt>
|
23780
24224
|
<dd></dd>
|
@@ -23851,6 +24295,18 @@
|
|
23851
24295
|
</dt>
|
23852
24296
|
<dd></dd>
|
23853
24297
|
<dt>
|
24298
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-focus-on-click" title="gtk_widget_get_focus_on_click ()">gtk_widget_get_focus_on_click</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24299
|
+
</dt>
|
24300
|
+
<dd></dd>
|
24301
|
+
<dt>
|
24302
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-font-map" title="gtk_widget_get_font_map ()">gtk_widget_get_font_map</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24303
|
+
</dt>
|
24304
|
+
<dd></dd>
|
24305
|
+
<dt>
|
24306
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-font-options" title="gtk_widget_get_font_options ()">gtk_widget_get_font_options</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24307
|
+
</dt>
|
24308
|
+
<dd></dd>
|
24309
|
+
<dt>
|
23854
24310
|
<a class="link" href="GtkWidget.html#gtk-widget-get-frame-clock" title="gtk_widget_get_frame_clock ()">gtk_widget_get_frame_clock</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
23855
24311
|
</dt>
|
23856
24312
|
<dd></dd>
|
@@ -24295,6 +24751,10 @@
|
|
24295
24751
|
</dt>
|
24296
24752
|
<dd></dd>
|
24297
24753
|
<dt>
|
24754
|
+
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-object-name" title="gtk_widget_path_iter_get_object_name ()">gtk_widget_path_iter_get_object_name</a>, function in <a class="link" href="gtk3-GtkWidgetPath.html" title="GtkWidgetPath">GtkWidgetPath</a>
|
24755
|
+
</dt>
|
24756
|
+
<dd></dd>
|
24757
|
+
<dt>
|
24298
24758
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-object-type" title="gtk_widget_path_iter_get_object_type ()">gtk_widget_path_iter_get_object_type</a>, function in <a class="link" href="gtk3-GtkWidgetPath.html" title="GtkWidgetPath">GtkWidgetPath</a>
|
24299
24759
|
</dt>
|
24300
24760
|
<dd></dd>
|
@@ -24355,6 +24815,10 @@
|
|
24355
24815
|
</dt>
|
24356
24816
|
<dd></dd>
|
24357
24817
|
<dt>
|
24818
|
+
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-object-name" title="gtk_widget_path_iter_set_object_name ()">gtk_widget_path_iter_set_object_name</a>, function in <a class="link" href="gtk3-GtkWidgetPath.html" title="GtkWidgetPath">GtkWidgetPath</a>
|
24819
|
+
</dt>
|
24820
|
+
<dd></dd>
|
24821
|
+
<dt>
|
24358
24822
|
<a class="link" href="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-object-type" title="gtk_widget_path_iter_set_object_type ()">gtk_widget_path_iter_set_object_type</a>, function in <a class="link" href="gtk3-GtkWidgetPath.html" title="GtkWidgetPath">GtkWidgetPath</a>
|
24359
24823
|
</dt>
|
24360
24824
|
<dd></dd>
|
@@ -24395,6 +24859,10 @@
|
|
24395
24859
|
</dt>
|
24396
24860
|
<dd></dd>
|
24397
24861
|
<dt>
|
24862
|
+
<a class="link" href="GtkWidget.html#gtk-widget-queue-allocate" title="gtk_widget_queue_allocate ()">gtk_widget_queue_allocate</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24863
|
+
</dt>
|
24864
|
+
<dd></dd>
|
24865
|
+
<dt>
|
24398
24866
|
<a class="link" href="GtkWidget.html#gtk-widget-queue-compute-expand" title="gtk_widget_queue_compute_expand ()">gtk_widget_queue_compute_expand</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24399
24867
|
</dt>
|
24400
24868
|
<dd></dd>
|
@@ -24527,6 +24995,18 @@
|
|
24527
24995
|
</dt>
|
24528
24996
|
<dd></dd>
|
24529
24997
|
<dt>
|
24998
|
+
<a class="link" href="GtkWidget.html#gtk-widget-set-focus-on-click" title="gtk_widget_set_focus_on_click ()">gtk_widget_set_focus_on_click</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24999
|
+
</dt>
|
25000
|
+
<dd></dd>
|
25001
|
+
<dt>
|
25002
|
+
<a class="link" href="GtkWidget.html#gtk-widget-set-font-map" title="gtk_widget_set_font_map ()">gtk_widget_set_font_map</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
25003
|
+
</dt>
|
25004
|
+
<dd></dd>
|
25005
|
+
<dt>
|
25006
|
+
<a class="link" href="GtkWidget.html#gtk-widget-set-font-options" title="gtk_widget_set_font_options ()">gtk_widget_set_font_options</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
25007
|
+
</dt>
|
25008
|
+
<dd></dd>
|
25009
|
+
<dt>
|
24530
25010
|
<a class="link" href="GtkWidget.html#gtk-widget-set-halign" title="gtk_widget_set_halign ()">gtk_widget_set_halign</a>, function in <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
24531
25011
|
</dt>
|
24532
25012
|
<dd></dd>
|
@@ -24963,6 +25443,10 @@
|
|
24963
25443
|
</dt>
|
24964
25444
|
<dd></dd>
|
24965
25445
|
<dt>
|
25446
|
+
<a class="link" href="GtkWindow.html#gtk-window-fullscreen-on-monitor" title="gtk_window_fullscreen_on_monitor ()">gtk_window_fullscreen_on_monitor</a>, function in <a class="link" href="GtkWindow.html" title="GtkWindow">GtkWindow</a>
|
25447
|
+
</dt>
|
25448
|
+
<dd></dd>
|
25449
|
+
<dt>
|
24966
25450
|
<a class="link" href="GtkWindow.html#gtk-window-get-accept-focus" title="gtk_window_get_accept_focus ()">gtk_window_get_accept_focus</a>, function in <a class="link" href="GtkWindow.html" title="GtkWindow">GtkWindow</a>
|
24967
25451
|
</dt>
|
24968
25452
|
<dd></dd>
|
@@ -25424,6 +25908,6 @@
|
|
25424
25908
|
<dd></dd>
|
25425
25909
|
</div>
|
25426
25910
|
<div class="footer">
|
25427
|
-
<hr>Generated by GTK-Doc V1.
|
25911
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
25428
25912
|
</body>
|
25429
25913
|
</html>
|