gdk3 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +18 -3
- data/lib/gdk3.rb +3 -0
- data/lib/gdk3/cursor.rb +31 -0
- data/lib/gdk3/deprecated.rb +41 -11
- data/lib/gdk3/loader.rb +39 -9
- data/lib/gdk3/rectangle.rb +17 -1
- data/lib/gdk3/rgba.rb +26 -5
- data/lib/gdk3/screen.rb +40 -0
- data/test/fixture/ruby-gnome2-logo.png +0 -0
- data/test/gdk-test-utils.rb +13 -0
- data/test/test-gdk-atom.rb +24 -0
- data/test/test-gdk-cursor.rb +44 -0
- data/test/test-gdk-event-mask.rb +21 -0
- data/test/test-gdk-keyval.rb +8 -4
- data/test/test-gdk-rectangle.rb +20 -1
- data/test/test-gdk-rgba.rb +65 -0
- data/test/test-gdk-selection.rb +29 -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-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/epoxy/gl.h +104 -0
- data/vendor/local/include/epoxy/gl_generated.h +18690 -0
- data/vendor/local/include/epoxy/wgl.h +64 -0
- data/vendor/local/include/epoxy/wgl_generated.h +896 -0
- data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
- data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/girepository-1.0/Gdk-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/libepoxy.la +41 -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 +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +6 -6
- data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
- 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 +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -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/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/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/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/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/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/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/mimetypes/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/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/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/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/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/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/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/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/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/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +13 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/libepoxy/COPYING +50 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.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/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/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/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/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/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/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/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/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_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.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/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/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_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-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +120 -12
- data/vendor/local/lib/libgtkreftestprivate.a +0 -0
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Use GdkEventExpose.region: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="gtk-migrating-checklist.html" title="Migration Details Checklist">
|
9
9
|
<link rel="prev" href="gtk-migrating-checklist.html" title="Migration Details Checklist">
|
10
10
|
<link rel="next" href="checklist-modifiers.html" title="Test for modifier keys correctly">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -76,7 +76,6 @@ my_widget_expose_event_handler (GtkWidget *widget, GdkEventExpose *event)
|
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
78
|
<div class="footer">
|
79
|
-
<hr>
|
80
|
-
Generated by GTK-Doc V1.21.1</div>
|
79
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
81
80
|
</body>
|
82
81
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Test for modifier keys correctly: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="gtk-migrating-checklist.html" title="Migration Details Checklist">
|
9
9
|
<link rel="prev" href="checklist-gdkeventexpose-region.html" title="Use GdkEventExpose.region">
|
10
10
|
<link rel="next" href="checklist-named-icons.html" title="Use named icons">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -83,7 +83,6 @@ my_widget_key_press_event_handler (GtkWidget *widget, GdkEventKey *event)
|
|
83
83
|
</pre>
|
84
84
|
</div>
|
85
85
|
<div class="footer">
|
86
|
-
<hr>
|
87
|
-
Generated by GTK-Doc V1.21.1</div>
|
86
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
88
87
|
</body>
|
89
88
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Use named icons: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="gtk-migrating-checklist.html" title="Migration Details Checklist">
|
9
9
|
<link rel="prev" href="checklist-modifiers.html" title="Test for modifier keys correctly">
|
10
10
|
<link rel="next" href="pt06.html" title="Part VI. GTK+ Tools">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -34,7 +34,6 @@
|
|
34
34
|
</p>
|
35
35
|
</div>
|
36
36
|
<div class="footer">
|
37
|
-
<hr>
|
38
|
-
Generated by GTK-Doc V1.21.1</div>
|
37
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
39
38
|
</body>
|
40
39
|
</html>
|
Binary file
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Glossary: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GTK+ 3 Reference Manual">
|
9
|
-
<link rel="prev" href="gtk-
|
9
|
+
<link rel="prev" href="gtk-mir.html" title="Using GTK+ with Mir">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
-
<td><a accesskey="p" href="gtk-
|
19
|
+
<td><a accesskey="p" href="gtk-mir.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
20
|
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="glossary">
|
@@ -327,7 +327,6 @@
|
|
327
327
|
</dl>
|
328
328
|
</div>
|
329
329
|
<div class="footer">
|
330
|
-
<hr>
|
331
|
-
Generated by GTK-Doc V1.21.1</div>
|
330
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
332
331
|
</body>
|
333
332
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+
|
5
|
+
<title>Using GTK+ with Broadway: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="platform-support.html" title="Part VII. GTK+ Platform Support">
|
9
9
|
<link rel="prev" href="gtk-osx.html" title="Using GTK+ on Mac OS X">
|
10
10
|
<link rel="next" href="gtk-wayland.html" title="Using GTK+ with Wayland">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -80,7 +80,6 @@ BROADWAY_DISPLAY=:5 gtk3-demo
|
|
80
80
|
</div>
|
81
81
|
</div>
|
82
82
|
<div class="footer">
|
83
|
-
<hr>
|
84
|
-
Generated by GTK-Doc V1.21.1</div>
|
83
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
85
84
|
</body>
|
86
85
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Compiling the GTK+ libraries: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="platform-support.html" title="Part VII. GTK+ Platform Support">
|
9
9
|
<link rel="prev" href="platform-support.html" title="Part VII. GTK+ Platform Support">
|
10
10
|
<link rel="next" href="gtk-compiling.html" title="Compiling GTK+ Applications">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -203,7 +203,7 @@ How to compile GTK+ itself
|
|
203
203
|
<a class="ulink" href="http://download.gnome.org/sources/atk/" target="_top">here</a>.
|
204
204
|
</p></li>
|
205
205
|
<li class="listitem"><p>
|
206
|
-
<a class="ulink" href="
|
206
|
+
<a class="ulink" href="https://wiki.gnome.org/Projects/GObjectIntrospection" target="_top">Gobject Introspection</a>
|
207
207
|
is a framework for making introspection data available to
|
208
208
|
language bindings. It is available
|
209
209
|
<a class="ulink" href="http://download.gnome.org/sources/gobject-introspection/" target="_top">here</a>.
|
@@ -244,6 +244,15 @@ How to compile GTK+ itself
|
|
244
244
|
compositing. Both Pango and GTK+ use cairo for all of their
|
245
245
|
drawing.
|
246
246
|
</p></li>
|
247
|
+
<li class="listitem"><p>
|
248
|
+
<a class="ulink" href="https://github.com/anholt/libepoxy" target="_top">libepoxy</a>
|
249
|
+
is a library that abstracts the differences between different
|
250
|
+
OpenGL libraries. GTK+ uses it for cross-platform GL support.
|
251
|
+
</p></li>
|
252
|
+
<li class="listitem"><p>
|
253
|
+
The <a class="ulink" href="http://wayland.freedesktop.org" target="_top">Wayland</a> libraries
|
254
|
+
are needed to build GTK+ with the Wayland backend.
|
255
|
+
</p></li>
|
247
256
|
<li class="listitem"><p>
|
248
257
|
The <a class="ulink" href="http://www.freedesktop.org/wiki/Software/shared-mime-info" target="_top">shared-mime-info</a>
|
249
258
|
package is not a hard dependency of GTK+, but it contains definitions
|
@@ -302,7 +311,7 @@ How to compile GTK+ itself
|
|
302
311
|
the documentation distributed with the those libraries.)
|
303
312
|
|
304
313
|
</p>
|
305
|
-
<div class="cmdsynopsis"><p><code class="command">configure</code> <br> [ --disable-modules | --enable-modules ]<br> [[--with-included-immodules=MODULE1,MODULE2,...]]<br> [ --enable-debug=[no/minimum/yes] ]<br> [ --disable-Bsymbolic | --enable-Bsymbolic ]<br> [ --disable-xkb | --enable-xkb ]<br> [ --disable-xinerama | --enable-xinerama ]<br> [ --disable-gtk-doc | --enable-gtk-doc ]<br> [ --disable-cups | --enable-cups ]<br> [ --disable-papi | --enable-papi ]<br> [ --enable-xinput | --disable-xinput ]<br> [ --enable-packagekit | --disable-packagekit ]<br> [ --enable-x11-backend | --disable-x11-backend ]<br> [ --enable-win32-backend | --disable-win32-backend ]<br> [ --enable-quartz-backend | --disable-quartz-backend ]<br> [ --enable-broadway-backend | --disable-broadway-backend ]<br> [ --enable-wayland-backend | --disable-wayland-backend ]<br> [ --enable-
|
314
|
+
<div class="cmdsynopsis"><p><code class="command">configure</code> <br> [ --disable-modules | --enable-modules ]<br> [[--with-included-immodules=MODULE1,MODULE2,...]]<br> [ --enable-debug=[no/minimum/yes] ]<br> [ --disable-Bsymbolic | --enable-Bsymbolic ]<br> [ --disable-xkb | --enable-xkb ]<br> [ --disable-xinerama | --enable-xinerama ]<br> [ --disable-gtk-doc | --enable-gtk-doc ]<br> [ --disable-cups | --enable-cups ]<br> [ --disable-papi | --enable-papi ]<br> [ --enable-xinput | --disable-xinput ]<br> [ --enable-packagekit | --disable-packagekit ]<br> [ --enable-x11-backend | --disable-x11-backend ]<br> [ --enable-win32-backend | --disable-win32-backend ]<br> [ --enable-quartz-backend | --disable-quartz-backend ]<br> [ --enable-broadway-backend | --disable-broadway-backend ]<br> [ --enable-wayland-backend | --disable-wayland-backend ]<br> [ --enable-mir-backend | --disable-mir-backend ]<br> [ --enable-introspection=[no/auto/yes] ]<br> [ --enable-installed-tests | --disable-installed-tests ]</p></div>
|
306
315
|
<p>
|
307
316
|
</p>
|
308
317
|
<p><b><code class="systemitem">--disable-modules</code> and
|
@@ -433,8 +442,10 @@ How to compile GTK+ itself
|
|
433
442
|
<code class="systemitem">--disable-quartz-backend</code>,
|
434
443
|
<code class="systemitem">--enable-broadway-backend</code>,
|
435
444
|
<code class="systemitem">--disable-broadway-backend</code>,
|
436
|
-
<code class="systemitem">--enable-wayland-backend</code>,
|
437
|
-
<code class="systemitem">--disable-wayland-backend</code
|
445
|
+
<code class="systemitem">--enable-wayland-backend</code>,
|
446
|
+
<code class="systemitem">--disable-wayland-backend</code>
|
447
|
+
<code class="systemitem">--enable-mir-backend</code>, and
|
448
|
+
<code class="systemitem">--disable-mir-backend</code>. </b>
|
438
449
|
Enables specific backends for GDK. If none of these options
|
439
450
|
are given, the x11 backend will be enabled by default,
|
440
451
|
unless the platform is Windows, in which case the default is
|
@@ -446,14 +457,6 @@ How to compile GTK+ itself
|
|
446
457
|
Build with or without introspection support.
|
447
458
|
The default is 'auto'.
|
448
459
|
</p>
|
449
|
-
<p><b><code class="systemitem">--enable-gtk2-dependency</code> or
|
450
|
-
<code class="systemitem">--disable-gtk2-dependency</code>. </b>
|
451
|
-
Whether to rely on an exiting gtk-update-icon-cache utility
|
452
|
-
instead of building our own. Distributions which are shipping
|
453
|
-
both GTK+ 2.x and GTK+ 3 may want to use this option to
|
454
|
-
avoid file conflicts between these packages.
|
455
|
-
The default is to build gtk-update-icon-cache.
|
456
|
-
</p>
|
457
460
|
<p><b><code class="systemitem">--enable-installed-tests</code> or
|
458
461
|
<code class="systemitem">--disable-installed-tests</code>. </b>
|
459
462
|
Whether to install tests on the system. If enabled, tests
|
@@ -465,7 +468,6 @@ How to compile GTK+ itself
|
|
465
468
|
</div>
|
466
469
|
</div>
|
467
470
|
<div class="footer">
|
468
|
-
<hr>
|
469
|
-
Generated by GTK-Doc V1.21.1</div>
|
471
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
470
472
|
</body>
|
471
473
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Compiling GTK+ Applications: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="platform-support.html" title="Part VII. GTK+ Platform Support">
|
9
9
|
<link rel="prev" href="gtk-building.html" title="Compiling the GTK+ libraries">
|
10
10
|
<link rel="next" href="gtk-running.html" title="Running GTK+ Applications">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -149,7 +149,6 @@ line option <code class="literal">-DGTK_MULTIDEVICE_SAFE=1</code>.
|
|
149
149
|
</div>
|
150
150
|
</div>
|
151
151
|
<div class="footer">
|
152
|
-
<hr>
|
153
|
-
Generated by GTK-Doc V1.21.1</div>
|
152
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
154
153
|
</body>
|
155
154
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>gtk-encode-symbolic-svg: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="pt06.html" title="Part VI. GTK+ Tools">
|
9
9
|
<link rel="prev" href="gtk-update-icon-cache.html" title="gtk-update-icon-cache">
|
10
10
|
<link rel="next" href="gtk-launch.html" title="gtk-launch">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<div class="cmdsynopsis"><p><code class="command">gtk-encode-symbolic-svg</code> [OPTION...] <em class="replaceable"><code>PATH</code></em> <em class="replaceable"><code>WIDTH</code></em>x<em class="replaceable"><code>HEIGHT</code></em> </p></div>
|
34
34
|
</div>
|
35
35
|
<div class="refsect1">
|
36
|
-
<a name="id-1.7.
|
36
|
+
<a name="id-1.7.8.5"></a><h2>Description</h2>
|
37
37
|
<p>
|
38
38
|
<span class="command"><strong>gtk-encode-symbolic-svg</strong></span> converts symbolic svg icons into
|
39
39
|
specially prepared png files. GTK+ can load and recolor these pngs, just like
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</p>
|
51
51
|
</div>
|
52
52
|
<div class="refsect1">
|
53
|
-
<a name="id-1.7.
|
53
|
+
<a name="id-1.7.8.6"></a><h2>Options</h2>
|
54
54
|
<div class="variablelist"><table border="0" class="variablelist">
|
55
55
|
<colgroup>
|
56
56
|
<col align="left" valign="top">
|
@@ -65,7 +65,6 @@
|
|
65
65
|
</div>
|
66
66
|
</div>
|
67
67
|
<div class="footer">
|
68
|
-
<hr>
|
69
|
-
Generated by GTK-Doc V1.21.1</div>
|
68
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
70
69
|
</body>
|
71
70
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GTK+ 3 Reference Manual
|
5
|
+
<title>Getting Started with GTK+: GTK+ 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="gtk.html" title="Part I. GTK+ Overview">
|
9
9
|
<link rel="prev" href="gtk.html" title="Part I. GTK+ Overview">
|
10
10
|
<link rel="next" href="ch01s02.html" title="Packing">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.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">
|
@@ -23,23 +23,36 @@
|
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="gtk-getting-started"></a>Getting Started with GTK+</h2></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
|
-
<dt><span class="section"><a href="gtk-getting-started.html#id-1.2.3.
|
26
|
+
<dt><span class="section"><a href="gtk-getting-started.html#id-1.2.3.5">Basics</a></span></dt>
|
27
27
|
<dt><span class="section"><a href="ch01s02.html">Packing</a></span></dt>
|
28
|
-
<dt><span class="section"><a href="ch01s03.html">
|
29
|
-
<dt><span class="section"><a href="ch01s04.html">Building
|
30
|
-
<dt><span class="section"><a href="ch01s05.html">Building applications</a></span></dt>
|
28
|
+
<dt><span class="section"><a href="ch01s03.html">Building user interfaces</a></span></dt>
|
29
|
+
<dt><span class="section"><a href="ch01s04.html">Building applications</a></span></dt>
|
31
30
|
<dd><dl>
|
32
|
-
<dt><span class="section"><a href="
|
33
|
-
<dt><span class="section"><a href="
|
34
|
-
<dt><span class="section"><a href="
|
35
|
-
<dt><span class="section"><a href="
|
36
|
-
<dt><span class="section"><a href="
|
37
|
-
<dt><span class="section"><a href="
|
38
|
-
<dt><span class="section"><a href="
|
39
|
-
<dt><span class="section"><a href="
|
40
|
-
<dt><span class="section"><a href="
|
31
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.5">A trivial application</a></span></dt>
|
32
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.6">Populating the window</a></span></dt>
|
33
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.7">Opening files</a></span></dt>
|
34
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.8">An application menu</a></span></dt>
|
35
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.9">A preference dialog</a></span></dt>
|
36
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.10">Adding a search bar</a></span></dt>
|
37
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.11">Adding a side bar</a></span></dt>
|
38
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.12">Properties</a></span></dt>
|
39
|
+
<dt><span class="section"><a href="ch01s04.html#id-1.2.3.12.13">Header bar</a></span></dt>
|
41
40
|
</dl></dd>
|
41
|
+
<dt><span class="section"><a href="ch01s05.html">Custom Drawing</a></span></dt>
|
42
42
|
</dl></div>
|
43
|
+
<p>GTK+ is a <a class="ulink" href="http://en.wikipedia.org/wiki/Widget_toolkit" target="_top">
|
44
|
+
widget toolkit</a>. Each user interface created by
|
45
|
+
GTK+ consists of widgets. This is implemented in C using
|
46
|
+
GObject, an object-oriented framework for C.
|
47
|
+
Widgets are organized in a hierachy. The window widget is the main container.
|
48
|
+
The user interface is then built by adding buttons, drop-down menus, input
|
49
|
+
fields, and other widgets to the window.
|
50
|
+
If you are creating complex user interfaces it is recommended to
|
51
|
+
use <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> and its GTK-specific markup description language, instead of
|
52
|
+
assembling the interface manually. You can also use a visual user interface
|
53
|
+
editor, like <a class="ulink" href="https://glade.gnome.org/" target="_top">Glade</a>.</p>
|
54
|
+
<p>GTK+ is event-driven. The toolkit listens for events such as
|
55
|
+
a click on a button, and passes the event to your application.</p>
|
43
56
|
<p>This chapter contains some tutorial information to get you
|
44
57
|
started with GTK+ programming. It assumes that you have GTK+, its
|
45
58
|
dependencies and a C compiler installed and ready to use. If you
|
@@ -48,33 +61,40 @@
|
|
48
61
|
section in this reference.</p>
|
49
62
|
<div class="section">
|
50
63
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
51
|
-
<a name="id-1.2.3.
|
52
|
-
<p>To begin our introduction to GTK, we'll start with
|
53
|
-
|
64
|
+
<a name="id-1.2.3.5"></a>Basics</h2></div></div></div>
|
65
|
+
<p>To begin our introduction to GTK, we'll start with a simple
|
66
|
+
signal-based Gtk application. This program will create an empty 200 × 200 pixel
|
54
67
|
window.</p>
|
55
68
|
<div class="informalfigure"><div class="mediaobject"><img src="window-default.png"></div></div>
|
56
69
|
<div class="informalexample">
|
57
|
-
<p>Create a new file with the following content named example-0.c.</p>
|
70
|
+
<p>Create a new file with the following content named <code class="filename">example-0.c.</code></p>
|
58
71
|
<pre class="programlisting">#include <gtk/gtk.h>
|
59
72
|
|
60
|
-
|
61
|
-
|
62
|
-
|
73
|
+
static void
|
74
|
+
activate (GtkApplication* app,
|
75
|
+
gpointer user_data)
|
63
76
|
{
|
64
77
|
GtkWidget *window;
|
65
78
|
|
66
|
-
|
67
|
-
|
68
|
-
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
79
|
+
window = gtk_application_window_new (app);
|
69
80
|
gtk_window_set_title (GTK_WINDOW (window), "Window");
|
81
|
+
gtk_window_set_default_size (GTK_WINDOW (window), 200, 200);
|
82
|
+
gtk_widget_show_all (window);
|
83
|
+
}
|
70
84
|
|
71
|
-
|
72
|
-
|
73
|
-
|
85
|
+
int
|
86
|
+
main (int argc,
|
87
|
+
char **argv)
|
88
|
+
{
|
89
|
+
GtkApplication *app;
|
90
|
+
int status;
|
74
91
|
|
75
|
-
|
92
|
+
app = gtk_application_new ("org.gtk.example", G_APPLICATION_FLAGS_NONE);
|
93
|
+
g_signal_connect (app, "activate", G_CALLBACK (activate), NULL);
|
94
|
+
status = g_application_run (G_APPLICATION (app), argc, argv);
|
95
|
+
g_object_unref (app);
|
76
96
|
|
77
|
-
return
|
97
|
+
return status;
|
78
98
|
}
|
79
99
|
</pre>
|
80
100
|
</div>
|
@@ -96,39 +116,60 @@ main (int argc,
|
|
96
116
|
top-level <code class="filename">gtk/gtk.h</code> header can be directly included
|
97
117
|
by third party code. The compiler will abort with an error if any other
|
98
118
|
header is directly included.</p></div>
|
99
|
-
<p>
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
<a class="link" href="
|
119
|
+
<p>In a GTK+ application, the purpose of the <code class="function">main()</code> function is to
|
120
|
+
create a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> object and run it. In this example a
|
121
|
+
<a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> pointer named <code class="varname">app</code> is called and then
|
122
|
+
initialized using <a class="link" href="GtkApplication.html#gtk-application-new" title="gtk_application_new ()"><code class="function">gtk_application_new()</code></a>.</p>
|
123
|
+
<p>When creating a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>
|
124
|
+
you need to pick an application identifier (a name)
|
125
|
+
and input to <a class="link" href="GtkApplication.html#gtk-application-new" title="gtk_application_new ()"><code class="function">gtk_application_new()</code></a> as parameter.
|
126
|
+
For this example <code class="varname">org.gtk.example</code> is used
|
127
|
+
but for choosing an identifier for your application see
|
128
|
+
<a class="ulink" href="https://wiki.gnome.org/HowDoI/ChooseApplicationID" target="_top">this guide</a>.
|
129
|
+
Lastly <a class="link" href="GtkApplication.html#gtk-application-new" title="gtk_application_new ()"><code class="function">gtk_application_new()</code></a> takes a GApplicationFlags as input for your
|
130
|
+
application, if your application would have special needs.
|
131
|
+
</p>
|
132
|
+
<p>Next the
|
133
|
+
<a class="ulink" href="https://wiki.gnome.org/HowDoI/GtkApplication" target="_top">activate signal</a>
|
134
|
+
is connected to the <code class="function">activate()</code> function above the <code class="function">main()</code> functions.
|
135
|
+
The <code class="varname">activate</code> signal will be sent
|
136
|
+
when your application is launched with
|
137
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GApplication.html#g-application-run"><code class="function">g_application_run()</code></a> on the line below.
|
138
|
+
The <code class="function">gtk_application_run()</code> also takes as arguments the pointers to the command line arguments
|
106
139
|
counter and string array; this allows GTK+ to parse specific command line
|
107
140
|
arguments that control the behavior of GTK+ itself. The parsed arguments
|
108
141
|
will be removed from the array, leaving the unrecognized ones for your
|
109
|
-
application to parse
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
is
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
<
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
<
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
<
|
142
|
+
application to parse.
|
143
|
+
</p>
|
144
|
+
<p>Within g_application_run the <code class="function">activate()</code> signal is sent and
|
145
|
+
we then proceed into the <code class="function">activate</code>() function of the
|
146
|
+
application. Inside the <code class="function">activate()</code> function we want to construct
|
147
|
+
our GTK window, so that a window is shown when the application
|
148
|
+
is launched. The call to <a class="link" href="GtkApplicationWindow.html#gtk-application-window-new" title="gtk_application_window_new ()"><code class="function">gtk_application_window_new()</code></a> will
|
149
|
+
create a new <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> and store it inside the
|
150
|
+
<code class="varname">window</code> pointer. The window will have a frame,
|
151
|
+
a title bar, and window controls depending on the platform.</p>
|
152
|
+
<p>A window title is set using <a class="link" href="GtkWindow.html#gtk-window-set-title" title="gtk_window_set_title ()"><code class="function">gtk_window_set_title()</code></a>. This function
|
153
|
+
takes a GtkWindow* pointer and a string as input. As our
|
154
|
+
<code class="varname">window</code> pointer is a GtkWidget pointer, we need to cast it
|
155
|
+
to GtkWindow*.
|
156
|
+
But instead of casting <code class="varname">window</code> via
|
157
|
+
<code class="varname">(GtkWindow*)</code>,
|
158
|
+
<code class="varname">window</code> can be cast using the macro
|
159
|
+
<code class="varname"><code class="function">GTK_WINDOW()</code></code>.
|
160
|
+
<code class="varname"><code class="function">GTK_WINDOW()</code></code> will check if the
|
161
|
+
pointer is an instance of the GtkWindow class, before casting, and emit a
|
162
|
+
warning if the check fails. More information about this convention
|
163
|
+
can be found
|
164
|
+
<a class="ulink" href="https://developer.gnome.org/gobject/stable/gtype-conventions.html" target="_top">
|
165
|
+
here</a>.</p>
|
166
|
+
<p>Finally the window size is set using gtk_window_set_default_size and
|
167
|
+
the window is then shown by GTK via <a class="link" href="GtkWidget.html#gtk-widget-show-all" title="gtk_widget_show_all ()"><code class="function">gtk_widget_show_all()</code></a>.</p>
|
168
|
+
<p>When you exit the window, by for example pressing the X,
|
169
|
+
the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GApplication.html#g-application-run"><code class="function">g_application_run()</code></a> in the main loop returns with a number
|
170
|
+
which is saved inside an integer named "status". Afterwards, the
|
171
|
+
<a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> object is freed from memory with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
|
172
|
+
Finally the status integer is returned and the GTK application exits.</p>
|
132
173
|
<p>While the program is running, GTK+ is receiving
|
133
174
|
<em class="firstterm">events</em>. These are typically input events caused by
|
134
175
|
the user interacting with your program, but also things like messages from
|
@@ -147,9 +188,6 @@ main (int argc,
|
|
147
188
|
<p>Create a new file with the following content named example-1.c.</p>
|
148
189
|
<pre class="programlisting">#include <gtk/gtk.h>
|
149
190
|
|
150
|
-
/* This is a callback function. The data arguments are ignored
|
151
|
-
* in this example. More on callbacks below.
|
152
|
-
*/
|
153
191
|
static void
|
154
192
|
print_hello (GtkWidget *widget,
|
155
193
|
gpointer data)
|
@@ -157,97 +195,42 @@ print_hello (GtkWidget *widget,
|
|
157
195
|
g_print ("Hello World\n");
|
158
196
|
}
|
159
197
|
|
160
|
-
static
|
161
|
-
|
162
|
-
|
163
|
-
gpointer data)
|
164
|
-
{
|
165
|
-
/* If you return FALSE in the "delete_event" signal handler,
|
166
|
-
* GTK will emit the "destroy" signal. Returning TRUE means
|
167
|
-
* you don't want the window to be destroyed.
|
168
|
-
*
|
169
|
-
* This is useful for popping up 'are you sure you want to quit?'
|
170
|
-
* type dialogs.
|
171
|
-
*/
|
172
|
-
|
173
|
-
g_print ("delete event occurred\n");
|
174
|
-
|
175
|
-
return TRUE;
|
176
|
-
}
|
177
|
-
|
178
|
-
int
|
179
|
-
main (int argc,
|
180
|
-
char *argv[])
|
198
|
+
static void
|
199
|
+
activate (GtkApplication *app,
|
200
|
+
gpointer user_data)
|
181
201
|
{
|
182
|
-
/* GtkWidget is the storage type for widgets */
|
183
202
|
GtkWidget *window;
|
184
203
|
GtkWidget *button;
|
204
|
+
GtkWidget *button_box;
|
185
205
|
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
gtk_init (&argc, &argv);
|
190
|
-
|
191
|
-
/* create a new window, and set its title */
|
192
|
-
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
193
|
-
gtk_window_set_title (GTK_WINDOW (window), "Hello");
|
194
|
-
|
195
|
-
/* When the window emits the "delete-event" signal (which is emitted
|
196
|
-
* by GTK+ in response to an event coming from the window manager,
|
197
|
-
* usually as a result of clicking the "close" window control), we
|
198
|
-
* ask it to call the on_delete_event() function as defined above.
|
199
|
-
*
|
200
|
-
* The data passed to the callback function is NULL and is ignored
|
201
|
-
* in the callback function.
|
202
|
-
*/
|
203
|
-
g_signal_connect (window, "delete-event", G_CALLBACK (on_delete_event), NULL);
|
204
|
-
|
205
|
-
/* Here we connect the "destroy" event to the gtk_main_quit() function.
|
206
|
-
*
|
207
|
-
* This signal is emitted when we call gtk_widget_destroy() on the window,
|
208
|
-
* or if we return FALSE in the "delete_event" callback.
|
209
|
-
*/
|
210
|
-
g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL);
|
206
|
+
window = gtk_application_window_new (app);
|
207
|
+
gtk_window_set_title (GTK_WINDOW (window), "Window");
|
208
|
+
gtk_window_set_default_size (GTK_WINDOW (window), 200, 200);
|
211
209
|
|
212
|
-
|
213
|
-
|
210
|
+
button_box = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
|
211
|
+
gtk_container_add (GTK_CONTAINER (window), button_box);
|
214
212
|
|
215
|
-
/* Creates a new button with the label "Hello World". */
|
216
213
|
button = gtk_button_new_with_label ("Hello World");
|
217
|
-
|
218
|
-
/* When the button receives the "clicked" signal, it will call the
|
219
|
-
* function print_hello() passing it NULL as its argument.
|
220
|
-
*
|
221
|
-
* The print_hello() function is defined above.
|
222
|
-
*/
|
223
214
|
g_signal_connect (button, "clicked", G_CALLBACK (print_hello), NULL);
|
224
|
-
|
225
|
-
/* The g_signal_connect_swapped() function will connect the "clicked" signal
|
226
|
-
* of the button to the gtk_widget_destroy() function; instead of calling it
|
227
|
-
* using the button as its argument, it will swap it with the user data
|
228
|
-
* argument. This will cause the window to be destroyed by calling
|
229
|
-
* gtk_widget_destroy() on the window.
|
230
|
-
*/
|
231
215
|
g_signal_connect_swapped (button, "clicked", G_CALLBACK (gtk_widget_destroy), window);
|
216
|
+
gtk_container_add (GTK_CONTAINER (button_box), button);
|
232
217
|
|
233
|
-
|
234
|
-
|
235
|
-
*/
|
236
|
-
gtk_container_add (GTK_CONTAINER (window), button);
|
237
|
-
|
238
|
-
/* The final step is to display this newly created widget... */
|
239
|
-
gtk_widget_show (button);
|
218
|
+
gtk_widget_show_all (window);
|
219
|
+
}
|
240
220
|
|
241
|
-
|
242
|
-
|
221
|
+
int
|
222
|
+
main (int argc,
|
223
|
+
char **argv)
|
224
|
+
{
|
225
|
+
GtkApplication *app;
|
226
|
+
int status;
|
243
227
|
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
gtk_main ();
|
228
|
+
app = gtk_application_new ("org.gtk.example", G_APPLICATION_FLAGS_NONE);
|
229
|
+
g_signal_connect (app, "activate", G_CALLBACK (activate), NULL);
|
230
|
+
status = g_application_run (G_APPLICATION (app), argc, argv);
|
231
|
+
g_object_unref (app);
|
249
232
|
|
250
|
-
return
|
233
|
+
return status;
|
251
234
|
}
|
252
235
|
</pre>
|
253
236
|
</div>
|
@@ -261,9 +244,45 @@ main (int argc,
|
|
261
244
|
<p>
|
262
245
|
</p>
|
263
246
|
</div>
|
247
|
+
<p>As seen above, example-1.c builds further upon example-0.c by adding a
|
248
|
+
button to our window, with the label "Hello World". Two new GtkWidget pointers
|
249
|
+
are declared to accomplish this, <code class="varname">button</code> and
|
250
|
+
<code class="varname">button_box</code>. The button_box variable is created to store a
|
251
|
+
<a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> which is GTK+'s way of controlling the size and layout of buttons.
|
252
|
+
The <a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> is created and assigned to <a class="link" href="GtkButtonBox.html#gtk-button-box-new" title="gtk_button_box_new ()"><code class="function">gtk_button_box_new()</code></a> which takes a
|
253
|
+
<a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> enum as parameter. The buttons which this box will contain can
|
254
|
+
either be stored horizontally or vertically but this does not matter in this
|
255
|
+
particular case as we are dealing with only one button. After initializing
|
256
|
+
button_box with horizontal orientation, the code adds the button_box widget to the
|
257
|
+
window widget using <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>.</p>
|
258
|
+
<p>Next the <code class="varname">button</code> variable is initialized in similar manner.
|
259
|
+
<a class="link" href="GtkButton.html#gtk-button-new-with-label" title="gtk_button_new_with_label ()"><code class="function">gtk_button_new_with_label()</code></a> is called which returns a GtkButton to be stored inside
|
260
|
+
<code class="varname">button</code>. Afterwards <code class="varname">button</code> is added to
|
261
|
+
our <code class="varname">button_box</code>.
|
262
|
+
Using g_signal_connect the button is connected to a function in our app called
|
263
|
+
<code class="function">print_hello()</code>, so that when the button is clicked, GTK will call this function.
|
264
|
+
As the <code class="function">print_hello()</code> function does not use any data as input, NULL is passed
|
265
|
+
to it. <code class="function">print_hello()</code> calls <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-print"><code class="function">g_print()</code></a> with the string "Hello World"
|
266
|
+
which will print Hello World in a terminal if the GTK application was started
|
267
|
+
from one.</p>
|
268
|
+
<p>After connecting <code class="function">print_hello()</code>, another signal is connected to the "clicked" state
|
269
|
+
of the button using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-swapped"><code class="function">g_signal_connect_swapped()</code></a>. This functions is similar to
|
270
|
+
a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a> with the difference lying in how the callback function is
|
271
|
+
treated. <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-swapped"><code class="function">g_signal_connect_swapped()</code></a> allow you to specify what the callback
|
272
|
+
function should take as parameter by letting you pass it as data. In this case
|
273
|
+
the function being called back is <a class="link" href="GtkWidget.html#gtk-widget-destroy" title="gtk_widget_destroy ()"><code class="function">gtk_widget_destroy()</code></a> and the <code class="varname">window</code>
|
274
|
+
pointer is passed to it. This has the effect that when the button is clicked,
|
275
|
+
the whole GTK window is destroyed. In contrast if a normal <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"><code class="function">g_signal_connect()</code></a> were used
|
276
|
+
to connect the "clicked" signal with <a class="link" href="GtkWidget.html#gtk-widget-destroy" title="gtk_widget_destroy ()"><code class="function">gtk_widget_destroy()</code></a>, then the <code class="varname">button</code>
|
277
|
+
itself would have been destroyed, not the window.
|
278
|
+
More information about creating buttons can be found
|
279
|
+
<a class="ulink" href="https://wiki.gnome.org/HowDoI/Buttons" target="_top">here</a>.
|
280
|
+
</p>
|
281
|
+
<p>The rest of the code in example-1.c is identical to example-0.c. Next
|
282
|
+
section will elaborate further on how to add several GtkWidgets to your GTK
|
283
|
+
application.</p>
|
264
284
|
</div>
|
265
285
|
<div class="footer">
|
266
|
-
<hr>
|
267
|
-
Generated by GTK-Doc V1.21.1</div>
|
286
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
268
287
|
</body>
|
269
288
|
</html>
|