gdk3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +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>GtkStatusbar: 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="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="GtkLevelBar.html" title="GtkLevelBar">
|
10
10
|
<link rel="next" href="GtkAccelLabel.html" title="GtkAccelLabel">
|
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">
|
@@ -129,12 +129,12 @@
|
|
129
129
|
<tr>
|
130
130
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
131
131
|
<td class="signal_name"><a class="link" href="GtkStatusbar.html#GtkStatusbar-text-popped" title="The “text-popped” signal">text-popped</a></td>
|
132
|
-
<td class="signal_flags">Run Last</td>
|
132
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
133
133
|
</tr>
|
134
134
|
<tr>
|
135
135
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
136
136
|
<td class="signal_name"><a class="link" href="GtkStatusbar.html#GtkStatusbar-text-pushed" title="The “text-pushed” signal">text-pushed</a></td>
|
137
|
-
<td class="signal_flags">Run Last</td>
|
137
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
138
138
|
</tr>
|
139
139
|
</tbody>
|
140
140
|
</table></div>
|
@@ -209,7 +209,6 @@ gtk_statusbar_new (<em class="parameter"><code><span class="type">void</span></c
|
|
209
209
|
<div class="refsect3">
|
210
210
|
<a name="id-1.3.8.8.11.2.5"></a><h4>Returns</h4>
|
211
211
|
<p> the new <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a></p>
|
212
|
-
<p></p>
|
213
212
|
</div>
|
214
213
|
</div>
|
215
214
|
<hr>
|
@@ -247,7 +246,6 @@ the new message is being used in</p></td>
|
|
247
246
|
<div class="refsect3">
|
248
247
|
<a name="id-1.3.8.8.11.3.6"></a><h4>Returns</h4>
|
249
248
|
<p> an integer id</p>
|
250
|
-
<p></p>
|
251
249
|
</div>
|
252
250
|
</div>
|
253
251
|
<hr>
|
@@ -290,7 +288,6 @@ gtk_statusbar_push (<em class="parameter"><code><a class="link" href="GtkStatusb
|
|
290
288
|
<a name="id-1.3.8.8.11.4.6"></a><h4>Returns</h4>
|
291
289
|
<p> a message id that can be used with
|
292
290
|
<a class="link" href="GtkStatusbar.html#gtk-statusbar-remove" title="gtk_statusbar_remove ()"><code class="function">gtk_statusbar_remove()</code></a>.</p>
|
293
|
-
<p></p>
|
294
291
|
</div>
|
295
292
|
</div>
|
296
293
|
<hr>
|
@@ -397,7 +394,7 @@ stack with the exact <em class="parameter"><code>context_id</code></em>
|
|
397
394
|
</tbody>
|
398
395
|
</table></div>
|
399
396
|
</div>
|
400
|
-
<p class="since">Since 2.22</p>
|
397
|
+
<p class="since">Since: 2.22</p>
|
401
398
|
</div>
|
402
399
|
<hr>
|
403
400
|
<div class="refsect2">
|
@@ -425,7 +422,7 @@ gtk_statusbar_get_message_area (<em class="parameter"><code><a class="link" href
|
|
425
422
|
<p> a <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>. </p>
|
426
423
|
<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gtk.Box][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
427
424
|
</div>
|
428
|
-
<p class="since">Since 2.20</p>
|
425
|
+
<p class="since">Since: 2.20</p>
|
429
426
|
</div>
|
430
427
|
</div>
|
431
428
|
<div class="refsect1">
|
@@ -487,7 +484,7 @@ user_function (<a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><sp
|
|
487
484
|
</tbody>
|
488
485
|
</table></div>
|
489
486
|
</div>
|
490
|
-
<p>Flags: Run Last</p>
|
487
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
491
488
|
</div>
|
492
489
|
<hr>
|
493
490
|
<div class="refsect2">
|
@@ -530,12 +527,11 @@ user_function (<a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><sp
|
|
530
527
|
</tbody>
|
531
528
|
</table></div>
|
532
529
|
</div>
|
533
|
-
<p>Flags: Run Last</p>
|
530
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
534
531
|
</div>
|
535
532
|
</div>
|
536
533
|
</div>
|
537
534
|
<div class="footer">
|
538
|
-
<hr>
|
539
|
-
Generated by GTK-Doc V1.21.1</div>
|
535
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
540
536
|
</body>
|
541
537
|
</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>GtkStyle: 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="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="gtk3-Resource-Files.html" title="Resource Files">
|
10
10
|
<link rel="next" href="GtkHScale.html" title="GtkHScale">
|
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">
|
@@ -123,7 +123,7 @@
|
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td class="function_type">
|
126
|
-
<span class="returnvalue">GdkPixbuf</span> *
|
126
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
127
127
|
</td>
|
128
128
|
<td class="function_name">
|
129
129
|
<a class="link" href="GtkStyle.html#gtk-style-render-icon" title="gtk_style_render_icon ()">gtk_style_render_icon</a> <span class="c_punctuation">()</span>
|
@@ -360,12 +360,12 @@
|
|
360
360
|
<tr>
|
361
361
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
362
362
|
<td class="signal_name"><a class="link" href="GtkStyle.html#GtkStyle-realize" title="The “realize” signal">realize</a></td>
|
363
|
-
<td class="signal_flags">Run First</td>
|
363
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
364
364
|
</tr>
|
365
365
|
<tr>
|
366
366
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
367
367
|
<td class="signal_name"><a class="link" href="GtkStyle.html#GtkStyle-unrealize" title="The “unrealize” signal">unrealize</a></td>
|
368
|
-
<td class="signal_flags">Run First</td>
|
368
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
369
369
|
</tr>
|
370
370
|
</tbody>
|
371
371
|
</table></div>
|
@@ -447,7 +447,6 @@ their widgets.</p>
|
|
447
447
|
<div class="refsect3">
|
448
448
|
<a name="id-1.3.24.5.10.2.5"></a><h4>Returns</h4>
|
449
449
|
<p> whether the style is attached to a window.</p>
|
450
|
-
<p></p>
|
451
450
|
</div>
|
452
451
|
</div>
|
453
452
|
<hr>
|
@@ -463,7 +462,6 @@ gtk_style_new (<em class="parameter"><code><span class="type">void</span></code>
|
|
463
462
|
<div class="refsect3">
|
464
463
|
<a name="id-1.3.24.5.10.3.6"></a><h4>Returns</h4>
|
465
464
|
<p> a new <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a>.</p>
|
466
|
-
<p></p>
|
467
465
|
</div>
|
468
466
|
</div>
|
469
467
|
<hr>
|
@@ -516,8 +514,9 @@ window with a different style and visual.</p>
|
|
516
514
|
<p>Since this function may return a new object, you have to use it
|
517
515
|
in the following way:
|
518
516
|
<code class="literal">style = gtk_style_attach (style, window)</code></p>
|
517
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
519
518
|
<div class="refsect3">
|
520
|
-
<a name="id-1.3.24.5.10.5.
|
519
|
+
<a name="id-1.3.24.5.10.5.8"></a><h4>Parameters</h4>
|
521
520
|
<div class="informaltable"><table width="100%" border="0">
|
522
521
|
<colgroup>
|
523
522
|
<col width="150px" class="parameters_name">
|
@@ -539,13 +538,12 @@ in the following way:
|
|
539
538
|
</table></div>
|
540
539
|
</div>
|
541
540
|
<div class="refsect3">
|
542
|
-
<a name="id-1.3.24.5.10.5.
|
541
|
+
<a name="id-1.3.24.5.10.5.9"></a><h4>Returns</h4>
|
543
542
|
<p> Either <em class="parameter"><code>style</code></em>
|
544
543
|
, or a newly-created <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a>.
|
545
544
|
If the style is newly created, the style parameter
|
546
545
|
will be unref'ed, and the new style will have
|
547
546
|
a reference count belonging to the caller.</p>
|
548
|
-
<p></p>
|
549
547
|
</div>
|
550
548
|
</div>
|
551
549
|
<hr>
|
@@ -602,9 +600,8 @@ gtk_style_has_context (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
602
600
|
<a name="id-1.3.24.5.10.7.8"></a><h4>Returns</h4>
|
603
601
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>style</code></em>
|
604
602
|
has a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a></p>
|
605
|
-
<p></p>
|
606
603
|
</div>
|
607
|
-
<p class="since">Since 3.0</p>
|
604
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
608
605
|
</div>
|
609
606
|
<hr>
|
610
607
|
<div class="refsect2">
|
@@ -714,9 +711,8 @@ switch occurs.</p>
|
|
714
711
|
<div class="refsect3">
|
715
712
|
<a name="id-1.3.24.5.10.10.8"></a><h4>Returns</h4>
|
716
713
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mapping was found.</p>
|
717
|
-
<p></p>
|
718
714
|
</div>
|
719
|
-
<p class="since">Since 2.10</p>
|
715
|
+
<p class="since">Since: 2.10</p>
|
720
716
|
</div>
|
721
717
|
<hr>
|
722
718
|
<div class="refsect2">
|
@@ -765,7 +761,7 @@ otherwise <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-
|
|
765
761
|
<hr>
|
766
762
|
<div class="refsect2">
|
767
763
|
<a name="gtk-style-render-icon"></a><h3>gtk_style_render_icon ()</h3>
|
768
|
-
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
|
764
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
769
765
|
gtk_style_render_icon (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
770
766
|
<em class="parameter"><code>const <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
771
767
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
@@ -833,7 +829,7 @@ don’t scale. </p></td>
|
|
833
829
|
</div>
|
834
830
|
<div class="refsect3">
|
835
831
|
<a name="id-1.3.24.5.10.12.7"></a><h4>Returns</h4>
|
836
|
-
<p> a newly-created <span class="type">GdkPixbuf</span>
|
832
|
+
<p> a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
837
833
|
containing the rendered icon. </p>
|
838
834
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
839
835
|
</div>
|
@@ -882,7 +878,7 @@ queried will be stored. </p></td>
|
|
882
878
|
</tbody>
|
883
879
|
</table></div>
|
884
880
|
</div>
|
885
|
-
<p class="since">Since 2.16</p>
|
881
|
+
<p class="since">Since: 2.16</p>
|
886
882
|
</div>
|
887
883
|
<hr>
|
888
884
|
<div class="refsect2">
|
@@ -930,7 +926,7 @@ location for <em class="parameter"><code>first_property_name</code></em>
|
|
930
926
|
</tbody>
|
931
927
|
</table></div>
|
932
928
|
</div>
|
933
|
-
<p class="since">Since 2.16</p>
|
929
|
+
<p class="since">Since: 2.16</p>
|
934
930
|
</div>
|
935
931
|
<hr>
|
936
932
|
<div class="refsect2">
|
@@ -980,7 +976,7 @@ return the property values, starting with the location for
|
|
980
976
|
</tbody>
|
981
977
|
</table></div>
|
982
978
|
</div>
|
983
|
-
<p class="since">Since 2.16</p>
|
979
|
+
<p class="since">Since: 2.16</p>
|
984
980
|
</div>
|
985
981
|
<hr>
|
986
982
|
<div class="refsect2">
|
@@ -2544,7 +2540,7 @@ gtk_paint_layout (<em class="parameter"><code><a class="link" href="GtkStyle.htm
|
|
2544
2540
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *detail</code></em>,
|
2545
2541
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2546
2542
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2547
|
-
<em class="parameter"><code><
|
2543
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>);</pre>
|
2548
2544
|
<div class="warning">
|
2549
2545
|
<p><code class="literal">gtk_paint_layout</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
2550
2546
|
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-layout" title="gtk_render_layout ()"><code class="function">gtk_render_layout()</code></a> instead</p>
|
@@ -2758,7 +2754,7 @@ cursor. Should be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/sh
|
|
2758
2754
|
</tbody>
|
2759
2755
|
</table></div>
|
2760
2756
|
</div>
|
2761
|
-
<p class="since">Since 3.0</p>
|
2757
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2762
2758
|
</div>
|
2763
2759
|
<hr>
|
2764
2760
|
<div class="refsect2">
|
@@ -2853,8 +2849,8 @@ cursor. Should be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/sh
|
|
2853
2849
|
<td class="struct_member_annotations"> </td>
|
2854
2850
|
</tr>
|
2855
2851
|
<tr>
|
2856
|
-
<td class="struct_member_name"><p><
|
2857
|
-
<td class="struct_member_description"><p><
|
2852
|
+
<td class="struct_member_name"><p><span class="type">PangoFontDescription</span> *<em class="structfield"><code><a name="GtkStyle-struct.font-desc"></a>font_desc</code></em>;</p></td>
|
2853
|
+
<td class="struct_member_description"><p><span class="type">PangoFontDescription</span></p></td>
|
2858
2854
|
<td class="struct_member_annotations"> </td>
|
2859
2855
|
</tr>
|
2860
2856
|
<tr>
|
@@ -3423,8 +3419,8 @@ deal with styles that have been already realized.</p>
|
|
3423
3419
|
</tbody>
|
3424
3420
|
</table></div>
|
3425
3421
|
</div>
|
3426
|
-
<p>Flags: Run First</p>
|
3427
|
-
<p class="since">Since 2.4</p>
|
3422
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3423
|
+
<p class="since">Since: 2.4</p>
|
3428
3424
|
</div>
|
3429
3425
|
<hr>
|
3430
3426
|
<div class="refsect2">
|
@@ -3458,13 +3454,12 @@ This signal provides a convenient place to free such cached objects.</p>
|
|
3458
3454
|
</tbody>
|
3459
3455
|
</table></div>
|
3460
3456
|
</div>
|
3461
|
-
<p>Flags: Run First</p>
|
3462
|
-
<p class="since">Since 2.4</p>
|
3457
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
3458
|
+
<p class="since">Since: 2.4</p>
|
3463
3459
|
</div>
|
3464
3460
|
</div>
|
3465
3461
|
</div>
|
3466
3462
|
<div class="footer">
|
3467
|
-
<hr>
|
3468
|
-
Generated by GTK-Doc V1.21.1</div>
|
3463
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
3469
3464
|
</body>
|
3470
3465
|
</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>GtkStyleContext: 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="theming.html" title="Part IV. Theming in GTK+">
|
9
9
|
<link rel="prev" href="theming.html" title="Part IV. Theming in GTK+">
|
10
10
|
<link rel="next" href="GtkCssProvider.html" title="GtkCssProvider">
|
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">
|
@@ -226,7 +226,7 @@
|
|
226
226
|
</td>
|
227
227
|
</tr>
|
228
228
|
<tr>
|
229
|
-
<td class="function_type">const <
|
229
|
+
<td class="function_type">const <span class="returnvalue">PangoFontDescription</span> *
|
230
230
|
</td>
|
231
231
|
<td class="function_name">
|
232
232
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-font" title="gtk_style_context_get_font ()">gtk_style_context_get_font</a> <span class="c_punctuation">()</span>
|
@@ -626,7 +626,7 @@
|
|
626
626
|
</tr>
|
627
627
|
<tr>
|
628
628
|
<td class="function_type">
|
629
|
-
<span class="returnvalue">GdkPixbuf</span> *
|
629
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
630
630
|
</td>
|
631
631
|
<td class="function_name">
|
632
632
|
<a class="link" href="GtkStyleContext.html#gtk-render-icon-pixbuf" title="gtk_render_icon_pixbuf ()">gtk_render_icon_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -705,7 +705,7 @@
|
|
705
705
|
<tbody><tr>
|
706
706
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
707
707
|
<td class="signal_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext-changed" title="The “changed” signal">changed</a></td>
|
708
|
-
<td class="signal_flags">Run First</td>
|
708
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
709
709
|
</tr></tbody>
|
710
710
|
</table></div>
|
711
711
|
</div>
|
@@ -795,6 +795,10 @@
|
|
795
795
|
</tr>
|
796
796
|
<tr>
|
797
797
|
<td class="define_keyword">#define</td>
|
798
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-CONTEXT-MENU:CAPS" title="GTK_STYLE_CLASS_CONTEXT_MENU">GTK_STYLE_CLASS_CONTEXT_MENU</a></td>
|
799
|
+
</tr>
|
800
|
+
<tr>
|
801
|
+
<td class="define_keyword">#define</td>
|
798
802
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-CHECK:CAPS" title="GTK_STYLE_CLASS_CHECK">GTK_STYLE_CLASS_CHECK</a></td>
|
799
803
|
</tr>
|
800
804
|
<tr>
|
@@ -879,6 +883,10 @@
|
|
879
883
|
</tr>
|
880
884
|
<tr>
|
881
885
|
<td class="define_keyword">#define</td>
|
886
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-LABEL:CAPS" title="GTK_STYLE_CLASS_LABEL">GTK_STYLE_CLASS_LABEL</a></td>
|
887
|
+
</tr>
|
888
|
+
<tr>
|
889
|
+
<td class="define_keyword">#define</td>
|
882
890
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-LEFT:CAPS" title="GTK_STYLE_CLASS_LEFT">GTK_STYLE_CLASS_LEFT</a></td>
|
883
891
|
</tr>
|
884
892
|
<tr>
|
@@ -919,6 +927,10 @@
|
|
919
927
|
</tr>
|
920
928
|
<tr>
|
921
929
|
<td class="define_keyword">#define</td>
|
930
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-MONOSPACE:CAPS" title="GTK_STYLE_CLASS_MONOSPACE">GTK_STYLE_CLASS_MONOSPACE</a></td>
|
931
|
+
</tr>
|
932
|
+
<tr>
|
933
|
+
<td class="define_keyword">#define</td>
|
922
934
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-NEEDS-ATTENTION:CAPS" title="GTK_STYLE_CLASS_NEEDS_ATTENTION">GTK_STYLE_CLASS_NEEDS_ATTENTION</a></td>
|
923
935
|
</tr>
|
924
936
|
<tr>
|
@@ -939,10 +951,18 @@
|
|
939
951
|
</tr>
|
940
952
|
<tr>
|
941
953
|
<td class="define_keyword">#define</td>
|
954
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-PAPER:CAPS" title="GTK_STYLE_CLASS_PAPER">GTK_STYLE_CLASS_PAPER</a></td>
|
955
|
+
</tr>
|
956
|
+
<tr>
|
957
|
+
<td class="define_keyword">#define</td>
|
942
958
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-POPUP:CAPS" title="GTK_STYLE_CLASS_POPUP">GTK_STYLE_CLASS_POPUP</a></td>
|
943
959
|
</tr>
|
944
960
|
<tr>
|
945
961
|
<td class="define_keyword">#define</td>
|
962
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-POPOVER:CAPS" title="GTK_STYLE_CLASS_POPOVER">GTK_STYLE_CLASS_POPOVER</a></td>
|
963
|
+
</tr>
|
964
|
+
<tr>
|
965
|
+
<td class="define_keyword">#define</td>
|
946
966
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-PRIMARY-TOOLBAR:CAPS" title="GTK_STYLE_CLASS_PRIMARY_TOOLBAR">GTK_STYLE_CLASS_PRIMARY_TOOLBAR</a></td>
|
947
967
|
</tr>
|
948
968
|
<tr>
|
@@ -967,6 +987,10 @@
|
|
967
987
|
</tr>
|
968
988
|
<tr>
|
969
989
|
<td class="define_keyword">#define</td>
|
990
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-READ-ONLY:CAPS" title="GTK_STYLE_CLASS_READ_ONLY">GTK_STYLE_CLASS_READ_ONLY</a></td>
|
991
|
+
</tr>
|
992
|
+
<tr>
|
993
|
+
<td class="define_keyword">#define</td>
|
970
994
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-RIGHT:CAPS" title="GTK_STYLE_CLASS_RIGHT">GTK_STYLE_CLASS_RIGHT</a></td>
|
971
995
|
</tr>
|
972
996
|
<tr>
|
@@ -1015,6 +1039,10 @@
|
|
1015
1039
|
</tr>
|
1016
1040
|
<tr>
|
1017
1041
|
<td class="define_keyword">#define</td>
|
1042
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-STATUSBAR:CAPS" title="GTK_STYLE_CLASS_STATUSBAR">GTK_STYLE_CLASS_STATUSBAR</a></td>
|
1043
|
+
</tr>
|
1044
|
+
<tr>
|
1045
|
+
<td class="define_keyword">#define</td>
|
1018
1046
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-SUBTITLE:CAPS" title="GTK_STYLE_CLASS_SUBTITLE">GTK_STYLE_CLASS_SUBTITLE</a></td>
|
1019
1047
|
</tr>
|
1020
1048
|
<tr>
|
@@ -1039,6 +1067,10 @@
|
|
1039
1067
|
</tr>
|
1040
1068
|
<tr>
|
1041
1069
|
<td class="define_keyword">#define</td>
|
1070
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-TOUCH-SELECTION:CAPS" title="GTK_STYLE_CLASS_TOUCH_SELECTION">GTK_STYLE_CLASS_TOUCH_SELECTION</a></td>
|
1071
|
+
</tr>
|
1072
|
+
<tr>
|
1073
|
+
<td class="define_keyword">#define</td>
|
1042
1074
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-TOP:CAPS" title="GTK_STYLE_CLASS_TOP">GTK_STYLE_CLASS_TOP</a></td>
|
1043
1075
|
</tr>
|
1044
1076
|
<tr>
|
@@ -1047,6 +1079,10 @@
|
|
1047
1079
|
</tr>
|
1048
1080
|
<tr>
|
1049
1081
|
<td class="define_keyword">#define</td>
|
1082
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-UNDERSHOOT:CAPS" title="GTK_STYLE_CLASS_UNDERSHOOT">GTK_STYLE_CLASS_UNDERSHOOT</a></td>
|
1083
|
+
</tr>
|
1084
|
+
<tr>
|
1085
|
+
<td class="define_keyword">#define</td>
|
1050
1086
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-VERTICAL:CAPS" title="GTK_STYLE_CLASS_VERTICAL">GTK_STYLE_CLASS_VERTICAL</a></td>
|
1051
1087
|
</tr>
|
1052
1088
|
<tr>
|
@@ -1059,6 +1095,10 @@
|
|
1059
1095
|
</tr>
|
1060
1096
|
<tr>
|
1061
1097
|
<td class="define_keyword">#define</td>
|
1098
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-WIDE:CAPS" title="GTK_STYLE_CLASS_WIDE">GTK_STYLE_CLASS_WIDE</a></td>
|
1099
|
+
</tr>
|
1100
|
+
<tr>
|
1101
|
+
<td class="define_keyword">#define</td>
|
1062
1102
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN:CAPS" title="GTK_STYLE_REGION_COLUMN">GTK_STYLE_REGION_COLUMN</a></td>
|
1063
1103
|
</tr>
|
1064
1104
|
<tr>
|
@@ -1094,7 +1134,7 @@
|
|
1094
1134
|
</div>
|
1095
1135
|
<div class="refsect1">
|
1096
1136
|
<a name="GtkStyleContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1097
|
-
<pre class="screen"> GBoxed
|
1137
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
1098
1138
|
<span class="lineart">╰──</span> GtkBorder
|
1099
1139
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
1100
1140
|
<span class="lineart">╰──</span> GtkStyleContext
|
@@ -1190,7 +1230,6 @@ in order to get a style context ready to theme the widget.</p>
|
|
1190
1230
|
<div class="refsect3">
|
1191
1231
|
<a name="id-1.5.2.11.2.6"></a><h4>Returns</h4>
|
1192
1232
|
<p> A newly created <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>.</p>
|
1193
|
-
<p></p>
|
1194
1233
|
</div>
|
1195
1234
|
</div>
|
1196
1235
|
<hr>
|
@@ -1241,7 +1280,7 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
|
|
1241
1280
|
</tbody>
|
1242
1281
|
</table></div>
|
1243
1282
|
</div>
|
1244
|
-
<p class="since">Since 3.0</p>
|
1283
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1245
1284
|
</div>
|
1246
1285
|
<hr>
|
1247
1286
|
<div class="refsect2">
|
@@ -1291,7 +1330,7 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
|
|
1291
1330
|
</tbody>
|
1292
1331
|
</table></div>
|
1293
1332
|
</div>
|
1294
|
-
<p class="since">Since 3.0</p>
|
1333
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1295
1334
|
</div>
|
1296
1335
|
<hr>
|
1297
1336
|
<div class="refsect2">
|
@@ -1330,7 +1369,7 @@ given state.</p>
|
|
1330
1369
|
</tbody>
|
1331
1370
|
</table></div>
|
1332
1371
|
</div>
|
1333
|
-
<p class="since">Since 3.0</p>
|
1372
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1334
1373
|
</div>
|
1335
1374
|
<hr>
|
1336
1375
|
<div class="refsect2">
|
@@ -1362,9 +1401,8 @@ gtk_style_context_get_direction (<em class="parameter"><code><a class="link" hre
|
|
1362
1401
|
<div class="refsect3">
|
1363
1402
|
<a name="id-1.5.2.11.6.8"></a><h4>Returns</h4>
|
1364
1403
|
<p> the widget direction</p>
|
1365
|
-
<p></p>
|
1366
1404
|
</div>
|
1367
|
-
<p class="since">Since 3.0</p>
|
1405
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1368
1406
|
</div>
|
1369
1407
|
<hr>
|
1370
1408
|
<div class="refsect2">
|
@@ -1390,9 +1428,8 @@ gtk_style_context_get_junction_sides (<em class="parameter"><code><a class="link
|
|
1390
1428
|
<div class="refsect3">
|
1391
1429
|
<a name="id-1.5.2.11.7.6"></a><h4>Returns</h4>
|
1392
1430
|
<p> the junction sides</p>
|
1393
|
-
<p></p>
|
1394
1431
|
</div>
|
1395
|
-
<p class="since">Since 3.0</p>
|
1432
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1396
1433
|
</div>
|
1397
1434
|
<hr>
|
1398
1435
|
<div class="refsect2">
|
@@ -1421,7 +1458,7 @@ See that function for details.</p>
|
|
1421
1458
|
<p> the parent context or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1422
1459
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1423
1460
|
</div>
|
1424
|
-
<p class="since">Since 3.4</p>
|
1461
|
+
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
1425
1462
|
</div>
|
1426
1463
|
<hr>
|
1427
1464
|
<div class="refsect2">
|
@@ -1449,7 +1486,7 @@ gtk_style_context_get_path (<em class="parameter"><code><a class="link" href="Gt
|
|
1449
1486
|
<p> A <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>. </p>
|
1450
1487
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1451
1488
|
</div>
|
1452
|
-
<p class="since">Since 3.0</p>
|
1489
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1453
1490
|
</div>
|
1454
1491
|
<hr>
|
1455
1492
|
<div class="refsect2">
|
@@ -1496,7 +1533,7 @@ to free any allocated memory.</p>
|
|
1496
1533
|
</tbody>
|
1497
1534
|
</table></div>
|
1498
1535
|
</div>
|
1499
|
-
<p class="since">Since 3.0</p>
|
1536
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1500
1537
|
</div>
|
1501
1538
|
<hr>
|
1502
1539
|
<div class="refsect2">
|
@@ -1555,7 +1592,7 @@ if <em class="parameter"><code>context</code></em>
|
|
1555
1592
|
does not have an attached frame clock. </p>
|
1556
1593
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1557
1594
|
</div>
|
1558
|
-
<p class="since">Since 3.8</p>
|
1595
|
+
<p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
|
1559
1596
|
</div>
|
1560
1597
|
<hr>
|
1561
1598
|
<div class="refsect2">
|
@@ -1581,9 +1618,8 @@ gtk_style_context_get_state (<em class="parameter"><code><a class="link" href="G
|
|
1581
1618
|
<div class="refsect3">
|
1582
1619
|
<a name="id-1.5.2.11.13.6"></a><h4>Returns</h4>
|
1583
1620
|
<p> the state flags</p>
|
1584
|
-
<p></p>
|
1585
1621
|
</div>
|
1586
|
-
<p class="since">Since 3.0</p>
|
1622
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1587
1623
|
</div>
|
1588
1624
|
<hr>
|
1589
1625
|
<div class="refsect2">
|
@@ -1616,7 +1652,7 @@ current style.</p>
|
|
1616
1652
|
</tbody>
|
1617
1653
|
</table></div>
|
1618
1654
|
</div>
|
1619
|
-
<p class="since">Since 3.0</p>
|
1655
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1620
1656
|
</div>
|
1621
1657
|
<hr>
|
1622
1658
|
<div class="refsect2">
|
@@ -1688,7 +1724,7 @@ current style.</p>
|
|
1688
1724
|
</tbody>
|
1689
1725
|
</table></div>
|
1690
1726
|
</div>
|
1691
|
-
<p class="since">Since 3.0</p>
|
1727
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1692
1728
|
</div>
|
1693
1729
|
<hr>
|
1694
1730
|
<div class="refsect2">
|
@@ -1726,7 +1762,7 @@ gtk_style_context_get_valist (<em class="parameter"><code><a class="link" href="
|
|
1726
1762
|
</tbody>
|
1727
1763
|
</table></div>
|
1728
1764
|
</div>
|
1729
|
-
<p class="since">Since 3.0</p>
|
1765
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1730
1766
|
</div>
|
1731
1767
|
<hr>
|
1732
1768
|
<div class="refsect2">
|
@@ -1772,7 +1808,6 @@ always return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/
|
|
1772
1808
|
<div class="refsect3">
|
1773
1809
|
<a name="id-1.5.2.11.18.8"></a><h4>Returns</h4>
|
1774
1810
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the section where value was defined</p>
|
1775
|
-
<p></p>
|
1776
1811
|
</div>
|
1777
1812
|
</div>
|
1778
1813
|
<hr>
|
@@ -1810,7 +1845,7 @@ gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="G
|
|
1810
1845
|
</tbody>
|
1811
1846
|
</table></div>
|
1812
1847
|
</div>
|
1813
|
-
<p class="since">Since 3.0</p>
|
1848
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1814
1849
|
</div>
|
1815
1850
|
<hr>
|
1816
1851
|
<div class="refsect2">
|
@@ -1820,9 +1855,20 @@ gtk_style_context_get_background_color
|
|
1820
1855
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1821
1856
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1822
1857
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1858
|
+
<div class="warning">
|
1859
|
+
<p><code class="literal">gtk_style_context_get_background_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
1860
|
+
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.</p>
|
1861
|
+
</div>
|
1823
1862
|
<p>Gets the background color for a given state.</p>
|
1863
|
+
<p>This function is far less useful than it seems, and it should not be used in
|
1864
|
+
newly written code. CSS has no concept of "background color", as a background
|
1865
|
+
can be an image, or a gradient, or any other pattern including solid colors.</p>
|
1866
|
+
<p>The only reason why you would call <a class="link" href="GtkStyleContext.html#gtk-style-context-get-background-color" title="gtk_style_context_get_background_color ()"><code class="function">gtk_style_context_get_background_color()</code></a> is
|
1867
|
+
to use the returned value to draw the background with it; the correct way to
|
1868
|
+
achieve this result is to use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead, along with CSS
|
1869
|
+
style classes to modify the color to be rendered.</p>
|
1824
1870
|
<div class="refsect3">
|
1825
|
-
<a name="id-1.5.2.11.20.
|
1871
|
+
<a name="id-1.5.2.11.20.9"></a><h4>Parameters</h4>
|
1826
1872
|
<div class="informaltable"><table width="100%" border="0">
|
1827
1873
|
<colgroup>
|
1828
1874
|
<col width="150px" class="parameters_name">
|
@@ -1848,7 +1894,7 @@ gtk_style_context_get_background_color
|
|
1848
1894
|
</tbody>
|
1849
1895
|
</table></div>
|
1850
1896
|
</div>
|
1851
|
-
<p class="since">Since 3.0</p>
|
1897
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1852
1898
|
</div>
|
1853
1899
|
<hr>
|
1854
1900
|
<div class="refsect2">
|
@@ -1857,9 +1903,13 @@ gtk_style_context_get_background_color
|
|
1857
1903
|
gtk_style_context_get_border_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1858
1904
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1859
1905
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1906
|
+
<div class="warning">
|
1907
|
+
<p><code class="literal">gtk_style_context_get_border_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
1908
|
+
<p>Use <code class="function">gtk_render_border()</code> instead.</p>
|
1909
|
+
</div>
|
1860
1910
|
<p>Gets the border color for a given state.</p>
|
1861
1911
|
<div class="refsect3">
|
1862
|
-
<a name="id-1.5.2.11.21.
|
1912
|
+
<a name="id-1.5.2.11.21.7"></a><h4>Parameters</h4>
|
1863
1913
|
<div class="informaltable"><table width="100%" border="0">
|
1864
1914
|
<colgroup>
|
1865
1915
|
<col width="150px" class="parameters_name">
|
@@ -1885,7 +1935,7 @@ gtk_style_context_get_border_color (<em class="parameter"><code><a class="link"
|
|
1885
1935
|
</tbody>
|
1886
1936
|
</table></div>
|
1887
1937
|
</div>
|
1888
|
-
<p class="since">Since 3.0</p>
|
1938
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1889
1939
|
</div>
|
1890
1940
|
<hr>
|
1891
1941
|
<div class="refsect2">
|
@@ -1923,7 +1973,7 @@ See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-BORDER-WIDTH:C
|
|
1923
1973
|
</tbody>
|
1924
1974
|
</table></div>
|
1925
1975
|
</div>
|
1926
|
-
<p class="since">Since 3.0</p>
|
1976
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1927
1977
|
</div>
|
1928
1978
|
<hr>
|
1929
1979
|
<div class="refsect2">
|
@@ -1961,7 +2011,7 @@ See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-PADDING:CAPS"
|
|
1961
2011
|
</tbody>
|
1962
2012
|
</table></div>
|
1963
2013
|
</div>
|
1964
|
-
<p class="since">Since 3.0</p>
|
2014
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1965
2015
|
</div>
|
1966
2016
|
<hr>
|
1967
2017
|
<div class="refsect2">
|
@@ -1999,12 +2049,12 @@ See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-MARGIN:CAPS" t
|
|
1999
2049
|
</tbody>
|
2000
2050
|
</table></div>
|
2001
2051
|
</div>
|
2002
|
-
<p class="since">Since 3.0</p>
|
2052
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2003
2053
|
</div>
|
2004
2054
|
<hr>
|
2005
2055
|
<div class="refsect2">
|
2006
2056
|
<a name="gtk-style-context-get-font"></a><h3>gtk_style_context_get_font ()</h3>
|
2007
|
-
<pre class="programlisting">const <
|
2057
|
+
<pre class="programlisting">const <span class="returnvalue">PangoFontDescription</span> *
|
2008
2058
|
gtk_style_context_get_font (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2009
2059
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>);</pre>
|
2010
2060
|
<div class="warning">
|
@@ -2039,12 +2089,12 @@ object is const and will remain valid until the
|
|
2039
2089
|
</div>
|
2040
2090
|
<div class="refsect3">
|
2041
2091
|
<a name="id-1.5.2.11.25.8"></a><h4>Returns</h4>
|
2042
|
-
<p> the <
|
2092
|
+
<p> the <span class="type">PangoFontDescription</span> for the given
|
2043
2093
|
state. This object is owned by GTK+ and should not be
|
2044
2094
|
freed. </p>
|
2045
2095
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2046
2096
|
</div>
|
2047
|
-
<p class="since">Since 3.0</p>
|
2097
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2048
2098
|
</div>
|
2049
2099
|
<hr>
|
2050
2100
|
<div class="refsect2">
|
@@ -2075,7 +2125,7 @@ information immediately.</p>
|
|
2075
2125
|
</tr></tbody>
|
2076
2126
|
</table></div>
|
2077
2127
|
</div>
|
2078
|
-
<p class="since">Since 3.0</p>
|
2128
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2079
2129
|
</div>
|
2080
2130
|
<hr>
|
2081
2131
|
<div class="refsect2">
|
@@ -2128,9 +2178,8 @@ it’s being unset.</p>
|
|
2128
2178
|
<a name="id-1.5.2.11.27.9"></a><h4>Returns</h4>
|
2129
2179
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a running transition animation for <em class="parameter"><code>state</code></em>
|
2130
2180
|
.</p>
|
2131
|
-
<p></p>
|
2132
2181
|
</div>
|
2133
|
-
<p class="since">Since 3.0</p>
|
2182
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2134
2183
|
</div>
|
2135
2184
|
<hr>
|
2136
2185
|
<div class="refsect2">
|
@@ -2172,7 +2221,6 @@ gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href
|
|
2172
2221
|
<a name="id-1.5.2.11.28.6"></a><h4>Returns</h4>
|
2173
2222
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>color_name</code></em>
|
2174
2223
|
was found and resolved, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
2175
|
-
<p></p>
|
2176
2224
|
</div>
|
2177
2225
|
</div>
|
2178
2226
|
<hr>
|
@@ -2261,7 +2309,7 @@ the prelight state:</p>
|
|
2261
2309
|
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="GtkStyleContext.html#gtk-style-context-notify-state-change">gtk_style_context_notify_state_change</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span>
|
2262
2310
|
<span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-get-window">gtk_widget_get_window</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">),</span>
|
2263
2311
|
<span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span>
|
2264
|
-
<span class="normal"> GTK_STATE_PRELIGHT</span><span class="symbol">,</span>
|
2312
|
+
<span class="normal"> <a href="GtkWidget.html#GTK-STATE-PRELIGHT:CAPS">GTK_STATE_PRELIGHT</a></span><span class="symbol">,</span>
|
2265
2313
|
<span class="normal"> button</span><span class="symbol">-></span><span class="normal">in_button</span><span class="symbol">);</span></pre></td>
|
2266
2314
|
</tr>
|
2267
2315
|
</tbody>
|
@@ -2342,7 +2390,7 @@ is the state we are changing to,
|
|
2342
2390
|
</tbody>
|
2343
2391
|
</table></div>
|
2344
2392
|
</div>
|
2345
|
-
<p class="since">Since 3.0</p>
|
2393
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2346
2394
|
</div>
|
2347
2395
|
<hr>
|
2348
2396
|
<div class="refsect2">
|
@@ -2372,7 +2420,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2372
2420
|
</tr></tbody>
|
2373
2421
|
</table></div>
|
2374
2422
|
</div>
|
2375
|
-
<p class="since">Since 3.0</p>
|
2423
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2376
2424
|
</div>
|
2377
2425
|
<hr>
|
2378
2426
|
<div class="refsect2">
|
@@ -2417,7 +2465,7 @@ can uniquely identify rendered elements subject to a state transition.</p>
|
|
2417
2465
|
</tbody>
|
2418
2466
|
</table></div>
|
2419
2467
|
</div>
|
2420
|
-
<p class="since">Since 3.0</p>
|
2468
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2421
2469
|
</div>
|
2422
2470
|
<hr>
|
2423
2471
|
<div class="refsect2">
|
@@ -2463,7 +2511,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2463
2511
|
</tbody>
|
2464
2512
|
</table></div>
|
2465
2513
|
</div>
|
2466
|
-
<p class="since">Since 3.0</p>
|
2514
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2467
2515
|
</div>
|
2468
2516
|
<hr>
|
2469
2517
|
<div class="refsect2">
|
@@ -2514,7 +2562,7 @@ with it.</p>
|
|
2514
2562
|
</tbody>
|
2515
2563
|
</table></div>
|
2516
2564
|
</div>
|
2517
|
-
<p class="since">Since 3.0</p>
|
2565
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2518
2566
|
</div>
|
2519
2567
|
<hr>
|
2520
2568
|
<div class="refsect2">
|
@@ -2547,7 +2595,7 @@ gtk_style_context_remove_provider (<em class="parameter"><code><a class="link" h
|
|
2547
2595
|
</tbody>
|
2548
2596
|
</table></div>
|
2549
2597
|
</div>
|
2550
|
-
<p class="since">Since 3.0</p>
|
2598
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2551
2599
|
</div>
|
2552
2600
|
<hr>
|
2553
2601
|
<div class="refsect2">
|
@@ -2581,7 +2629,7 @@ gtk_style_context_remove_provider_for_screen
|
|
2581
2629
|
</tbody>
|
2582
2630
|
</table></div>
|
2583
2631
|
</div>
|
2584
|
-
<p class="since">Since 3.0</p>
|
2632
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2585
2633
|
</div>
|
2586
2634
|
<hr>
|
2587
2635
|
<div class="refsect2">
|
@@ -2609,7 +2657,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2609
2657
|
</tr></tbody>
|
2610
2658
|
</table></div>
|
2611
2659
|
</div>
|
2612
|
-
<p class="since">Since 3.0</p>
|
2660
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2613
2661
|
</div>
|
2614
2662
|
<hr>
|
2615
2663
|
<div class="refsect2">
|
@@ -2643,7 +2691,7 @@ color specified in <em class="parameter"><code>context</code></em>
|
|
2643
2691
|
</tbody>
|
2644
2692
|
</table></div>
|
2645
2693
|
</div>
|
2646
|
-
<p class="since">Since 3.0</p>
|
2694
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2647
2695
|
</div>
|
2648
2696
|
<hr>
|
2649
2697
|
<div class="refsect2">
|
@@ -2668,7 +2716,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gt
|
|
2668
2716
|
</tr></tbody>
|
2669
2717
|
</table></div>
|
2670
2718
|
</div>
|
2671
|
-
<p class="since">Since 3.0</p>
|
2719
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2672
2720
|
</div>
|
2673
2721
|
<hr>
|
2674
2722
|
<div class="refsect2">
|
@@ -2676,13 +2724,14 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gt
|
|
2676
2724
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2677
2725
|
gtk_style_context_save (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
2678
2726
|
<p>Saves the <em class="parameter"><code>context</code></em>
|
2679
|
-
state, so
|
2727
|
+
state, so temporary modifications done through
|
2680
2728
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-add-class" title="gtk_style_context_add_class ()"><code class="function">gtk_style_context_add_class()</code></a>, <a class="link" href="GtkStyleContext.html#gtk-style-context-remove-class" title="gtk_style_context_remove_class ()"><code class="function">gtk_style_context_remove_class()</code></a>,
|
2681
|
-
<a class="link" href="GtkStyleContext.html#gtk-style-context-
|
2682
|
-
|
2683
|
-
|
2729
|
+
<a class="link" href="GtkStyleContext.html#gtk-style-context-set-state" title="gtk_style_context_set_state ()"><code class="function">gtk_style_context_set_state()</code></a>, etc. can quickly be reverted
|
2730
|
+
in one go through <a class="link" href="GtkStyleContext.html#gtk-style-context-restore" title="gtk_style_context_restore ()"><code class="function">gtk_style_context_restore()</code></a>.</p>
|
2731
|
+
<p>The matching call to <a class="link" href="GtkStyleContext.html#gtk-style-context-restore" title="gtk_style_context_restore ()"><code class="function">gtk_style_context_restore()</code></a> must be done
|
2732
|
+
before GTK returns to the main loop.</p>
|
2684
2733
|
<div class="refsect3">
|
2685
|
-
<a name="id-1.5.2.11.40.
|
2734
|
+
<a name="id-1.5.2.11.40.6"></a><h4>Parameters</h4>
|
2686
2735
|
<div class="informaltable"><table width="100%" border="0">
|
2687
2736
|
<colgroup>
|
2688
2737
|
<col width="150px" class="parameters_name">
|
@@ -2696,7 +2745,7 @@ go through <a class="link" href="GtkStyleContext.html#gtk-style-context-restore"
|
|
2696
2745
|
</tr></tbody>
|
2697
2746
|
</table></div>
|
2698
2747
|
</div>
|
2699
|
-
<p class="since">Since 3.0</p>
|
2748
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2700
2749
|
</div>
|
2701
2750
|
<hr>
|
2702
2751
|
<div class="refsect2">
|
@@ -2736,7 +2785,7 @@ call this yourself.</p>
|
|
2736
2785
|
</tbody>
|
2737
2786
|
</table></div>
|
2738
2787
|
</div>
|
2739
|
-
<p class="since">Since 3.0</p>
|
2788
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2740
2789
|
</div>
|
2741
2790
|
<hr>
|
2742
2791
|
<div class="refsect2">
|
@@ -2774,7 +2823,7 @@ other elements</p></td>
|
|
2774
2823
|
</tbody>
|
2775
2824
|
</table></div>
|
2776
2825
|
</div>
|
2777
|
-
<p class="since">Since 3.0</p>
|
2826
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2778
2827
|
</div>
|
2779
2828
|
<hr>
|
2780
2829
|
<div class="refsect2">
|
@@ -2811,7 +2860,7 @@ of properties.</p>
|
|
2811
2860
|
</tbody>
|
2812
2861
|
</table></div>
|
2813
2862
|
</div>
|
2814
|
-
<p class="since">Since 3.4</p>
|
2863
|
+
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
2815
2864
|
</div>
|
2816
2865
|
<hr>
|
2817
2866
|
<div class="refsect2">
|
@@ -2847,7 +2896,7 @@ this yourself.</p>
|
|
2847
2896
|
</tbody>
|
2848
2897
|
</table></div>
|
2849
2898
|
</div>
|
2850
|
-
<p class="since">Since 3.0</p>
|
2899
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2851
2900
|
</div>
|
2852
2901
|
<hr>
|
2853
2902
|
<div class="refsect2">
|
@@ -2909,7 +2958,7 @@ matched by:</p>
|
|
2909
2958
|
</tbody>
|
2910
2959
|
</table></div>
|
2911
2960
|
</div>
|
2912
|
-
<p class="since">Since 3.0</p>
|
2961
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2913
2962
|
</div>
|
2914
2963
|
<hr>
|
2915
2964
|
<div class="refsect2">
|
@@ -2942,7 +2991,7 @@ gtk_style_context_remove_class (<em class="parameter"><code><a class="link" href
|
|
2942
2991
|
</tbody>
|
2943
2992
|
</table></div>
|
2944
2993
|
</div>
|
2945
|
-
<p class="since">Since 3.0</p>
|
2994
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2946
2995
|
</div>
|
2947
2996
|
<hr>
|
2948
2997
|
<div class="refsect2">
|
@@ -2980,9 +3029,8 @@ given class name</p>
|
|
2980
3029
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>context</code></em>
|
2981
3030
|
has <em class="parameter"><code>class_name</code></em>
|
2982
3031
|
defined</p>
|
2983
|
-
<p></p>
|
2984
3032
|
</div>
|
2985
|
-
<p class="since">Since 3.0</p>
|
3033
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2986
3034
|
</div>
|
2987
3035
|
<hr>
|
2988
3036
|
<div class="refsect2">
|
@@ -3014,7 +3062,7 @@ of the list are owned by GTK+, but you must free the list
|
|
3014
3062
|
itself with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it. </p>
|
3015
3063
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
3016
3064
|
</div>
|
3017
|
-
<p class="since">Since 3.0</p>
|
3065
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3018
3066
|
</div>
|
3019
3067
|
<hr>
|
3020
3068
|
<div class="refsect2">
|
@@ -3089,7 +3137,7 @@ and “-”, starting always with a lowercase letter.</p>
|
|
3089
3137
|
</tbody>
|
3090
3138
|
</table></div>
|
3091
3139
|
</div>
|
3092
|
-
<p class="since">Since 3.0</p>
|
3140
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3093
3141
|
</div>
|
3094
3142
|
<hr>
|
3095
3143
|
<div class="refsect2">
|
@@ -3122,7 +3170,7 @@ gtk_style_context_remove_region (<em class="parameter"><code><a class="link" hre
|
|
3122
3170
|
</tbody>
|
3123
3171
|
</table></div>
|
3124
3172
|
</div>
|
3125
|
-
<p class="since">Since 3.0</p>
|
3173
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3126
3174
|
</div>
|
3127
3175
|
<hr>
|
3128
3176
|
<div class="refsect2">
|
@@ -3167,9 +3215,8 @@ affecting the region.</p>
|
|
3167
3215
|
<div class="refsect3">
|
3168
3216
|
<a name="id-1.5.2.11.51.8"></a><h4>Returns</h4>
|
3169
3217
|
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if region is defined</p>
|
3170
|
-
<p></p>
|
3171
3218
|
</div>
|
3172
|
-
<p class="since">Since 3.0</p>
|
3219
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3173
3220
|
</div>
|
3174
3221
|
<hr>
|
3175
3222
|
<div class="refsect2">
|
@@ -3202,7 +3249,7 @@ of the list are owned by GTK+, but you must free the list
|
|
3202
3249
|
itself with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> when you are done with it. </p>
|
3203
3250
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
|
3204
3251
|
</div>
|
3205
|
-
<p class="since">Since 3.0</p>
|
3252
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3206
3253
|
</div>
|
3207
3254
|
<hr>
|
3208
3255
|
<div class="refsect2">
|
@@ -3239,7 +3286,7 @@ call this yourself.</p>
|
|
3239
3286
|
</tbody>
|
3240
3287
|
</table></div>
|
3241
3288
|
</div>
|
3242
|
-
<p class="since">Since 3.0</p>
|
3289
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3243
3290
|
</div>
|
3244
3291
|
<hr>
|
3245
3292
|
<div class="refsect2">
|
@@ -3275,7 +3322,7 @@ call this yourself.</p>
|
|
3275
3322
|
</tbody>
|
3276
3323
|
</table></div>
|
3277
3324
|
</div>
|
3278
|
-
<p class="since">Since 3.8</p>
|
3325
|
+
<p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
|
3279
3326
|
</div>
|
3280
3327
|
<hr>
|
3281
3328
|
<div class="refsect2">
|
@@ -3307,7 +3354,7 @@ of the gtk_render_*() functions.</p>
|
|
3307
3354
|
</tbody>
|
3308
3355
|
</table></div>
|
3309
3356
|
</div>
|
3310
|
-
<p class="since">Since 3.0</p>
|
3357
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3311
3358
|
</div>
|
3312
3359
|
<hr>
|
3313
3360
|
<div class="refsect2">
|
@@ -3338,7 +3385,7 @@ gtk_style_context_set_scale (<em class="parameter"><code><a class="link" href="G
|
|
3338
3385
|
</tbody>
|
3339
3386
|
</table></div>
|
3340
3387
|
</div>
|
3341
|
-
<p class="since">Since 3.10</p>
|
3388
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
3342
3389
|
</div>
|
3343
3390
|
<hr>
|
3344
3391
|
<div class="refsect2">
|
@@ -3364,9 +3411,8 @@ gtk_style_context_get_scale (<em class="parameter"><code><a class="link" href="G
|
|
3364
3411
|
<div class="refsect3">
|
3365
3412
|
<a name="id-1.5.2.11.57.6"></a><h4>Returns</h4>
|
3366
3413
|
<p> the scale</p>
|
3367
|
-
<p></p>
|
3368
3414
|
</div>
|
3369
|
-
<p class="since">Since 3.10</p>
|
3415
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
3370
3416
|
</div>
|
3371
3417
|
<hr>
|
3372
3418
|
<div class="refsect2">
|
@@ -3377,9 +3423,8 @@ gtk_border_new (<em class="parameter"><code><span class="type">void</span></code
|
|
3377
3423
|
<div class="refsect3">
|
3378
3424
|
<a name="id-1.5.2.11.58.5"></a><h4>Returns</h4>
|
3379
3425
|
<p> a newly allocated <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a>. Free with <a class="link" href="GtkStyleContext.html#gtk-border-free" title="gtk_border_free ()"><code class="function">gtk_border_free()</code></a></p>
|
3380
|
-
<p></p>
|
3381
3426
|
</div>
|
3382
|
-
<p class="since">Since 2.14</p>
|
3427
|
+
<p class="since">Since: 2.14</p>
|
3383
3428
|
</div>
|
3384
3429
|
<hr>
|
3385
3430
|
<div class="refsect2">
|
@@ -3406,7 +3451,6 @@ gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyl
|
|
3406
3451
|
<a name="id-1.5.2.11.59.6"></a><h4>Returns</h4>
|
3407
3452
|
<p> a copy of <em class="parameter"><code>border_</code></em>
|
3408
3453
|
.</p>
|
3409
|
-
<p></p>
|
3410
3454
|
</div>
|
3411
3455
|
</div>
|
3412
3456
|
<hr>
|
@@ -3487,7 +3531,7 @@ gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3487
3531
|
</tbody>
|
3488
3532
|
</table></div>
|
3489
3533
|
</div>
|
3490
|
-
<p class="since">Since 3.0</p>
|
3534
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3491
3535
|
</div>
|
3492
3536
|
<hr>
|
3493
3537
|
<div class="refsect2">
|
@@ -3545,7 +3589,7 @@ gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
3545
3589
|
</tbody>
|
3546
3590
|
</table></div>
|
3547
3591
|
</div>
|
3548
|
-
<p class="since">Since 3.0.</p>
|
3592
|
+
<p class="since">Since: 3.0.</p>
|
3549
3593
|
</div>
|
3550
3594
|
<hr>
|
3551
3595
|
<div class="refsect2">
|
@@ -3605,7 +3649,7 @@ should be marked as undefined.</p>
|
|
3605
3649
|
</tbody>
|
3606
3650
|
</table></div>
|
3607
3651
|
</div>
|
3608
|
-
<p class="since">Since 3.0</p>
|
3652
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3609
3653
|
</div>
|
3610
3654
|
<hr>
|
3611
3655
|
<div class="refsect2">
|
@@ -3668,7 +3712,7 @@ determines whether the expander is collapsed or expanded.</p>
|
|
3668
3712
|
</tbody>
|
3669
3713
|
</table></div>
|
3670
3714
|
</div>
|
3671
|
-
<p class="since">Since 3.0</p>
|
3715
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3672
3716
|
</div>
|
3673
3717
|
<hr>
|
3674
3718
|
<div class="refsect2">
|
@@ -3738,7 +3782,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>
|
|
3738
3782
|
</tbody>
|
3739
3783
|
</table></div>
|
3740
3784
|
</div>
|
3741
|
-
<p class="since">Since 3.0</p>
|
3785
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3742
3786
|
</div>
|
3743
3787
|
<hr>
|
3744
3788
|
<div class="refsect2">
|
@@ -3799,7 +3843,7 @@ gtk_render_focus (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3799
3843
|
</tbody>
|
3800
3844
|
</table></div>
|
3801
3845
|
</div>
|
3802
|
-
<p class="since">Since 3.0</p>
|
3846
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3803
3847
|
</div>
|
3804
3848
|
<hr>
|
3805
3849
|
<div class="refsect2">
|
@@ -3861,7 +3905,7 @@ gtk_render_frame (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3861
3905
|
</tbody>
|
3862
3906
|
</table></div>
|
3863
3907
|
</div>
|
3864
|
-
<p class="since">Since 3.0</p>
|
3908
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3865
3909
|
</div>
|
3866
3910
|
<hr>
|
3867
3911
|
<div class="refsect2">
|
@@ -3947,7 +3991,7 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
3947
3991
|
</tbody>
|
3948
3992
|
</table></div>
|
3949
3993
|
</div>
|
3950
|
-
<p class="since">Since 3.0</p>
|
3994
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3951
3995
|
</div>
|
3952
3996
|
<hr>
|
3953
3997
|
<div class="refsect2">
|
@@ -4010,7 +4054,7 @@ determined by <em class="parameter"><code>x</code></em>
|
|
4010
4054
|
</tbody>
|
4011
4055
|
</table></div>
|
4012
4056
|
</div>
|
4013
|
-
<p class="since">Since 3.0</p>
|
4057
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4014
4058
|
</div>
|
4015
4059
|
<hr>
|
4016
4060
|
<div class="refsect2">
|
@@ -4020,7 +4064,7 @@ gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleCon
|
|
4020
4064
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4021
4065
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4022
4066
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
4023
|
-
<em class="parameter"><code><
|
4067
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>);</pre>
|
4024
4068
|
<p>Renders <em class="parameter"><code>layout</code></em>
|
4025
4069
|
on the coordinates <em class="parameter"><code>x</code></em>
|
4026
4070
|
, <em class="parameter"><code>y</code></em>
|
@@ -4056,13 +4100,13 @@ gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleCon
|
|
4056
4100
|
</tr>
|
4057
4101
|
<tr>
|
4058
4102
|
<td class="parameter_name"><p>layout</p></td>
|
4059
|
-
<td class="parameter_description"><p>the <
|
4103
|
+
<td class="parameter_description"><p>the <span class="type">PangoLayout</span> to render</p></td>
|
4060
4104
|
<td class="parameter_annotations"> </td>
|
4061
4105
|
</tr>
|
4062
4106
|
</tbody>
|
4063
4107
|
</table></div>
|
4064
4108
|
</div>
|
4065
|
-
<p class="since">Since 3.0</p>
|
4109
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4066
4110
|
</div>
|
4067
4111
|
<hr>
|
4068
4112
|
<div class="refsect2">
|
@@ -4117,7 +4161,7 @@ gtk_render_line (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4117
4161
|
</tbody>
|
4118
4162
|
</table></div>
|
4119
4163
|
</div>
|
4120
|
-
<p class="since">Since 3.0</p>
|
4164
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4121
4165
|
</div>
|
4122
4166
|
<hr>
|
4123
4167
|
<div class="refsect2">
|
@@ -4176,7 +4220,7 @@ state will determine whether the option is on or off, and
|
|
4176
4220
|
</tbody>
|
4177
4221
|
</table></div>
|
4178
4222
|
</div>
|
4179
|
-
<p class="since">Since 3.0</p>
|
4223
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4180
4224
|
</div>
|
4181
4225
|
<hr>
|
4182
4226
|
<div class="refsect2">
|
@@ -4246,7 +4290,7 @@ or horizontal.</p>
|
|
4246
4290
|
</tbody>
|
4247
4291
|
</table></div>
|
4248
4292
|
</div>
|
4249
|
-
<p class="since">Since 3.0</p>
|
4293
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4250
4294
|
</div>
|
4251
4295
|
<hr>
|
4252
4296
|
<div class="refsect2">
|
@@ -4303,12 +4347,12 @@ activity going on.</p>
|
|
4303
4347
|
</tbody>
|
4304
4348
|
</table></div>
|
4305
4349
|
</div>
|
4306
|
-
<p class="since">Since 3.0</p>
|
4350
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4307
4351
|
</div>
|
4308
4352
|
<hr>
|
4309
4353
|
<div class="refsect2">
|
4310
4354
|
<a name="gtk-render-icon-pixbuf"></a><h3>gtk_render_icon_pixbuf ()</h3>
|
4311
|
-
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
|
4355
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
4312
4356
|
gtk_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4313
4357
|
<em class="parameter"><code>const <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
4314
4358
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
@@ -4350,10 +4394,10 @@ means render at the size of the source and don’t scale. </p></td>
|
|
4350
4394
|
</div>
|
4351
4395
|
<div class="refsect3">
|
4352
4396
|
<a name="id-1.5.2.11.75.8"></a><h4>Returns</h4>
|
4353
|
-
<p> a newly-created <span class="type">GdkPixbuf</span> containing the rendered icon. </p>
|
4397
|
+
<p> a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the rendered icon. </p>
|
4354
4398
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4355
4399
|
</div>
|
4356
|
-
<p class="since">Since 3.0</p>
|
4400
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
4357
4401
|
</div>
|
4358
4402
|
<hr>
|
4359
4403
|
<div class="refsect2">
|
@@ -4407,7 +4451,7 @@ gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkSt
|
|
4407
4451
|
</tbody>
|
4408
4452
|
</table></div>
|
4409
4453
|
</div>
|
4410
|
-
<p class="since">Since 3.10</p>
|
4454
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
4411
4455
|
</div>
|
4412
4456
|
<hr>
|
4413
4457
|
<div class="refsect2">
|
@@ -4415,7 +4459,7 @@ gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkSt
|
|
4415
4459
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4416
4460
|
gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4417
4461
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4418
|
-
<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
|
4462
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
4419
4463
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4420
4464
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>);</pre>
|
4421
4465
|
<p>Renders the icon in <em class="parameter"><code>pixbuf</code></em>
|
@@ -4443,7 +4487,7 @@ gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4443
4487
|
</tr>
|
4444
4488
|
<tr>
|
4445
4489
|
<td class="parameter_name"><p>pixbuf</p></td>
|
4446
|
-
<td class="parameter_description"><p>a <span class="type">GdkPixbuf</span> containing the icon to draw</p></td>
|
4490
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the icon to draw</p></td>
|
4447
4491
|
<td class="parameter_annotations"> </td>
|
4448
4492
|
</tr>
|
4449
4493
|
<tr>
|
@@ -4461,7 +4505,7 @@ gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4461
4505
|
</tbody>
|
4462
4506
|
</table></div>
|
4463
4507
|
</div>
|
4464
|
-
<p class="since">Since 3.2</p>
|
4508
|
+
<p class="since">Since: <a class="link" href="api-index-3-2.html#api-index-3.2">3.2</a></p>
|
4465
4509
|
</div>
|
4466
4510
|
<hr>
|
4467
4511
|
<div class="refsect2">
|
@@ -4471,9 +4515,9 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4471
4515
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4472
4516
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4473
4517
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
4474
|
-
<em class="parameter"><code><
|
4518
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
4475
4519
|
<em class="parameter"><code><span class="type">int</span> index</code></em>,
|
4476
|
-
<em class="parameter"><code><
|
4520
|
+
<em class="parameter"><code><span class="type">PangoDirection</span> direction</code></em>);</pre>
|
4477
4521
|
<p>Draws a text caret on <em class="parameter"><code>cr</code></em>
|
4478
4522
|
at the specified index of <em class="parameter"><code>layout</code></em>
|
4479
4523
|
.</p>
|
@@ -4508,23 +4552,23 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4508
4552
|
</tr>
|
4509
4553
|
<tr>
|
4510
4554
|
<td class="parameter_name"><p>layout</p></td>
|
4511
|
-
<td class="parameter_description"><p>the <
|
4555
|
+
<td class="parameter_description"><p>the <span class="type">PangoLayout</span> of the text</p></td>
|
4512
4556
|
<td class="parameter_annotations"> </td>
|
4513
4557
|
</tr>
|
4514
4558
|
<tr>
|
4515
4559
|
<td class="parameter_name"><p>index</p></td>
|
4516
|
-
<td class="parameter_description"><p>the index in the <
|
4560
|
+
<td class="parameter_description"><p>the index in the <span class="type">PangoLayout</span></p></td>
|
4517
4561
|
<td class="parameter_annotations"> </td>
|
4518
4562
|
</tr>
|
4519
4563
|
<tr>
|
4520
4564
|
<td class="parameter_name"><p>direction</p></td>
|
4521
|
-
<td class="parameter_description"><p>the <
|
4565
|
+
<td class="parameter_description"><p>the <span class="type">PangoDirection</span> of the text</p></td>
|
4522
4566
|
<td class="parameter_annotations"> </td>
|
4523
4567
|
</tr>
|
4524
4568
|
</tbody>
|
4525
4569
|
</table></div>
|
4526
4570
|
</div>
|
4527
|
-
<p class="since">Since 3.4</p>
|
4571
|
+
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
4528
4572
|
</div>
|
4529
4573
|
</div>
|
4530
4574
|
<div class="refsect1">
|
@@ -4548,7 +4592,7 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4548
4592
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_FONT "font"
|
4549
4593
|
</pre>
|
4550
4594
|
<p>A property holding the font properties used when rendering text
|
4551
|
-
as a <
|
4595
|
+
as a <span class="type">PangoFontDescription</span>.</p>
|
4552
4596
|
</div>
|
4553
4597
|
<hr>
|
4554
4598
|
<div class="refsect2">
|
@@ -4769,6 +4813,16 @@ and <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="typ
|
|
4769
4813
|
</div>
|
4770
4814
|
<hr>
|
4771
4815
|
<div class="refsect2">
|
4816
|
+
<a name="GTK-STYLE-CLASS-CONTEXT-MENU:CAPS"></a><h3>GTK_STYLE_CLASS_CONTEXT_MENU</h3>
|
4817
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
|
4818
|
+
</pre>
|
4819
|
+
<p>A CSS class to match context menus.</p>
|
4820
|
+
<p>This style class is useful when you want to prevent
|
4821
|
+
a context menu from inheriting e.g. font changes from
|
4822
|
+
the widget it is attached to.</p>
|
4823
|
+
</div>
|
4824
|
+
<hr>
|
4825
|
+
<div class="refsect2">
|
4772
4826
|
<a name="GTK-STYLE-CLASS-CHECK:CAPS"></a><h3>GTK_STYLE_CLASS_CHECK</h3>
|
4773
4827
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CHECK "check"
|
4774
4828
|
</pre>
|
@@ -4783,7 +4837,7 @@ and <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="typ
|
|
4783
4837
|
</pre>
|
4784
4838
|
<p>A CSS class that gets added to windows which have
|
4785
4839
|
client-side decorations.</p>
|
4786
|
-
<p class="since">Since 3.14</p>
|
4840
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
4787
4841
|
</div>
|
4788
4842
|
<hr>
|
4789
4843
|
<div class="refsect2">
|
@@ -4809,7 +4863,7 @@ text selection.</p>
|
|
4809
4863
|
<p>A CSS class used when an action (usually a button) is
|
4810
4864
|
one that is expected to remove or destroy something visible
|
4811
4865
|
to the user.</p>
|
4812
|
-
<p class="since">Since 3.12</p>
|
4866
|
+
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
4813
4867
|
</div>
|
4814
4868
|
<hr>
|
4815
4869
|
<div class="refsect2">
|
@@ -4881,7 +4935,7 @@ scrollable area.</p>
|
|
4881
4935
|
<p>A CSS class that is added when widgets that usually have
|
4882
4936
|
a frame or border (like buttons or entries) should appear
|
4883
4937
|
without it.</p>
|
4884
|
-
<p class="since">Since 3.14</p>
|
4938
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
4885
4939
|
</div>
|
4886
4940
|
<hr>
|
4887
4941
|
<div class="refsect2">
|
@@ -4953,6 +5007,15 @@ the insertion cursor position.</p>
|
|
4953
5007
|
</div>
|
4954
5008
|
<hr>
|
4955
5009
|
<div class="refsect2">
|
5010
|
+
<a name="GTK-STYLE-CLASS-LABEL:CAPS"></a><h3>GTK_STYLE_CLASS_LABEL</h3>
|
5011
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_LABEL "label"
|
5012
|
+
</pre>
|
5013
|
+
<p>A CSS class to match labels.</p>
|
5014
|
+
<p>This is used by <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.</p>
|
5015
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5016
|
+
</div>
|
5017
|
+
<hr>
|
5018
|
+
<div class="refsect2">
|
4956
5019
|
<a name="GTK-STYLE-CLASS-LEFT:CAPS"></a><h3>GTK_STYLE_CLASS_LEFT</h3>
|
4957
5020
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LEFT "left"
|
4958
5021
|
</pre>
|
@@ -5031,7 +5094,16 @@ belonging to the same control.</p>
|
|
5031
5094
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MESSAGE_DIALOG "message-dialog"
|
5032
5095
|
</pre>
|
5033
5096
|
<p>A CSS class that is added to message dialogs.</p>
|
5034
|
-
<p class="since">Since 3.14</p>
|
5097
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5098
|
+
</div>
|
5099
|
+
<hr>
|
5100
|
+
<div class="refsect2">
|
5101
|
+
<a name="GTK-STYLE-CLASS-MONOSPACE:CAPS"></a><h3>GTK_STYLE_CLASS_MONOSPACE</h3>
|
5102
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_MONOSPACE "monospace"
|
5103
|
+
</pre>
|
5104
|
+
<p>A CSS class that is added to text view that should use
|
5105
|
+
a monospace font.</p>
|
5106
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5035
5107
|
</div>
|
5036
5108
|
<hr>
|
5037
5109
|
<div class="refsect2">
|
@@ -5041,7 +5113,7 @@ belonging to the same control.</p>
|
|
5041
5113
|
<p>A CSS class used when an element needs the user attention,
|
5042
5114
|
for instance a button in a stack switcher corresponding to
|
5043
5115
|
a hidden page that changed state.</p>
|
5044
|
-
<p class="since">Since 3.12</p>
|
5116
|
+
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
5045
5117
|
</div>
|
5046
5118
|
<hr>
|
5047
5119
|
<div class="refsect2">
|
@@ -5075,11 +5147,25 @@ on top of another container.</p>
|
|
5075
5147
|
</div>
|
5076
5148
|
<hr>
|
5077
5149
|
<div class="refsect2">
|
5150
|
+
<a name="GTK-STYLE-CLASS-PAPER:CAPS"></a><h3>GTK_STYLE_CLASS_PAPER</h3>
|
5151
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_PAPER "paper"
|
5152
|
+
</pre>
|
5153
|
+
</div>
|
5154
|
+
<hr>
|
5155
|
+
<div class="refsect2">
|
5078
5156
|
<a name="GTK-STYLE-CLASS-POPUP:CAPS"></a><h3>GTK_STYLE_CLASS_POPUP</h3>
|
5079
5157
|
<pre class="programlisting">#define GTK_STYLE_CLASS_POPUP "popup"
|
5080
5158
|
</pre>
|
5081
5159
|
<p>A CSS class that is added to the toplevel windows used for menus.</p>
|
5082
|
-
<p class="since">Since 3.14</p>
|
5160
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5161
|
+
</div>
|
5162
|
+
<hr>
|
5163
|
+
<div class="refsect2">
|
5164
|
+
<a name="GTK-STYLE-CLASS-POPOVER:CAPS"></a><h3>GTK_STYLE_CLASS_POPOVER</h3>
|
5165
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_POPOVER "popover"
|
5166
|
+
</pre>
|
5167
|
+
<p>A CSS class that matches popovers. Used by <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a>.</p>
|
5168
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5083
5169
|
</div>
|
5084
5170
|
<hr>
|
5085
5171
|
<div class="refsect2">
|
@@ -5136,6 +5222,13 @@ button on a toolbar.</p>
|
|
5136
5222
|
</div>
|
5137
5223
|
<hr>
|
5138
5224
|
<div class="refsect2">
|
5225
|
+
<a name="GTK-STYLE-CLASS-READ-ONLY:CAPS"></a><h3>GTK_STYLE_CLASS_READ_ONLY</h3>
|
5226
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_READ_ONLY "read-only"
|
5227
|
+
</pre>
|
5228
|
+
<p>A CSS class used to indicate a read-only state.</p>
|
5229
|
+
</div>
|
5230
|
+
<hr>
|
5231
|
+
<div class="refsect2">
|
5139
5232
|
<a name="GTK-STYLE-CLASS-RIGHT:CAPS"></a><h3>GTK_STYLE_CLASS_RIGHT</h3>
|
5140
5233
|
<pre class="programlisting">#define GTK_STYLE_CLASS_RIGHT "right"
|
5141
5234
|
</pre>
|
@@ -5237,12 +5330,21 @@ a file chooser.</p>
|
|
5237
5330
|
</div>
|
5238
5331
|
<hr>
|
5239
5332
|
<div class="refsect2">
|
5333
|
+
<a name="GTK-STYLE-CLASS-STATUSBAR:CAPS"></a><h3>GTK_STYLE_CLASS_STATUSBAR</h3>
|
5334
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_STATUSBAR "statusbar"
|
5335
|
+
</pre>
|
5336
|
+
<p>A CSS class to match statusbars.</p>
|
5337
|
+
<p>This is used in <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a>.</p>
|
5338
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5339
|
+
</div>
|
5340
|
+
<hr>
|
5341
|
+
<div class="refsect2">
|
5240
5342
|
<a name="GTK-STYLE-CLASS-SUBTITLE:CAPS"></a><h3>GTK_STYLE_CLASS_SUBTITLE</h3>
|
5241
5343
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SUBTITLE "subtitle"
|
5242
5344
|
</pre>
|
5243
5345
|
<p>A CSS class used for the subtitle label in a titlebar in
|
5244
5346
|
a toplevel window.</p>
|
5245
|
-
<p class="since">Since 3.14</p>
|
5347
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5246
5348
|
</div>
|
5247
5349
|
<hr>
|
5248
5350
|
<div class="refsect2">
|
@@ -5251,7 +5353,7 @@ a toplevel window.</p>
|
|
5251
5353
|
</pre>
|
5252
5354
|
<p>A CSS class used when an action (usually a button) is the
|
5253
5355
|
primary suggested action in a specific context.</p>
|
5254
|
-
<p class="since">Since 3.12</p>
|
5356
|
+
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
5255
5357
|
</div>
|
5256
5358
|
<hr>
|
5257
5359
|
<div class="refsect2">
|
@@ -5260,7 +5362,7 @@ primary suggested action in a specific context.</p>
|
|
5260
5362
|
</pre>
|
5261
5363
|
<p>A CSS class used for the title label in a titlebar in
|
5262
5364
|
a toplevel window.</p>
|
5263
|
-
<p class="since">Since 3.14</p>
|
5365
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5264
5366
|
</div>
|
5265
5367
|
<hr>
|
5266
5368
|
<div class="refsect2">
|
@@ -5287,6 +5389,15 @@ window.</p>
|
|
5287
5389
|
</div>
|
5288
5390
|
<hr>
|
5289
5391
|
<div class="refsect2">
|
5392
|
+
<a name="GTK-STYLE-CLASS-TOUCH-SELECTION:CAPS"></a><h3>GTK_STYLE_CLASS_TOUCH_SELECTION</h3>
|
5393
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_TOUCH_SELECTION "touch-selection"
|
5394
|
+
</pre>
|
5395
|
+
<p>A CSS class for touch selection popups on entries
|
5396
|
+
and text views.</p>
|
5397
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5398
|
+
</div>
|
5399
|
+
<hr>
|
5400
|
+
<div class="refsect2">
|
5290
5401
|
<a name="GTK-STYLE-CLASS-TOP:CAPS"></a><h3>GTK_STYLE_CLASS_TOP</h3>
|
5291
5402
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TOP "top"
|
5292
5403
|
</pre>
|
@@ -5305,6 +5416,12 @@ and <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">G
|
|
5305
5416
|
</div>
|
5306
5417
|
<hr>
|
5307
5418
|
<div class="refsect2">
|
5419
|
+
<a name="GTK-STYLE-CLASS-UNDERSHOOT:CAPS"></a><h3>GTK_STYLE_CLASS_UNDERSHOOT</h3>
|
5420
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
|
5421
|
+
</pre>
|
5422
|
+
</div>
|
5423
|
+
<hr>
|
5424
|
+
<div class="refsect2">
|
5308
5425
|
<a name="GTK-STYLE-CLASS-VERTICAL:CAPS"></a><h3>GTK_STYLE_CLASS_VERTICAL</h3>
|
5309
5426
|
<pre class="programlisting">#define GTK_STYLE_CLASS_VERTICAL "vertical"
|
5310
5427
|
</pre>
|
@@ -5331,6 +5448,15 @@ such as those in infobars.</p>
|
|
5331
5448
|
</div>
|
5332
5449
|
<hr>
|
5333
5450
|
<div class="refsect2">
|
5451
|
+
<a name="GTK-STYLE-CLASS-WIDE:CAPS"></a><h3>GTK_STYLE_CLASS_WIDE</h3>
|
5452
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_WIDE "wide"
|
5453
|
+
</pre>
|
5454
|
+
<p>A CSS class to indicate that a UI element should be 'wide'.
|
5455
|
+
Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a>.</p>
|
5456
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5457
|
+
</div>
|
5458
|
+
<hr>
|
5459
|
+
<div class="refsect2">
|
5334
5460
|
<a name="GTK-STYLE-REGION-COLUMN:CAPS"></a><h3>GTK_STYLE_REGION_COLUMN</h3>
|
5335
5461
|
<pre class="programlisting">#define GTK_STYLE_REGION_COLUMN "column"
|
5336
5462
|
</pre>
|
@@ -5367,7 +5493,7 @@ such as those in infobars.</p>
|
|
5367
5493
|
<a name="GtkJunctionSides"></a><h3>enum GtkJunctionSides</h3>
|
5368
5494
|
<p>Describes how a rendered element connects to adjacent elements.</p>
|
5369
5495
|
<div class="refsect3">
|
5370
|
-
<a name="id-1.5.2.12.
|
5496
|
+
<a name="id-1.5.2.12.102.4"></a><h4>Members</h4>
|
5371
5497
|
<div class="informaltable"><table width="100%" border="0">
|
5372
5498
|
<colgroup>
|
5373
5499
|
<col width="300px" class="enum_members_name">
|
@@ -5447,7 +5573,7 @@ such as those in infobars.</p>
|
|
5447
5573
|
<a name="GtkRegionFlags"></a><h3>enum GtkRegionFlags</h3>
|
5448
5574
|
<p>Describes a region within a widget.</p>
|
5449
5575
|
<div class="refsect3">
|
5450
|
-
<a name="id-1.5.2.12.
|
5576
|
+
<a name="id-1.5.2.12.103.4"></a><h4>Members</h4>
|
5451
5577
|
<div class="informaltable"><table width="100%" border="0">
|
5452
5578
|
<colgroup>
|
5453
5579
|
<col width="300px" class="enum_members_name">
|
@@ -5514,7 +5640,7 @@ such as those in infobars.</p>
|
|
5514
5640
|
<p>A struct that specifies a border around a rectangular area
|
5515
5641
|
that can be of different width on each side.</p>
|
5516
5642
|
<div class="refsect3">
|
5517
|
-
<a name="id-1.5.2.12.
|
5643
|
+
<a name="id-1.5.2.12.104.5"></a><h4>Members</h4>
|
5518
5644
|
<div class="informaltable"><table width="100%" border="0">
|
5519
5645
|
<colgroup>
|
5520
5646
|
<col width="300px" class="struct_members_name">
|
@@ -5570,7 +5696,7 @@ that can be of different width on each side.</p>
|
|
5570
5696
|
<p>Sets or gets the style context’s parent. See <a class="link" href="GtkStyleContext.html#gtk-style-context-set-parent" title="gtk_style_context_set_parent ()"><code class="function">gtk_style_context_set_parent()</code></a>
|
5571
5697
|
for details.</p>
|
5572
5698
|
<p>Flags: Read / Write</p>
|
5573
|
-
<p class="since">Since 3.4</p>
|
5699
|
+
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
5574
5700
|
</div>
|
5575
5701
|
<hr>
|
5576
5702
|
<div class="refsect2">
|
@@ -5587,12 +5713,11 @@ for details.</p>
|
|
5587
5713
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5588
5714
|
user_function (<a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *stylecontext,
|
5589
5715
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
5590
|
-
<p>Flags: Run First</p>
|
5716
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
5591
5717
|
</div>
|
5592
5718
|
</div>
|
5593
5719
|
</div>
|
5594
5720
|
<div class="footer">
|
5595
|
-
<hr>
|
5596
|
-
Generated by GTK-Doc V1.21.1</div>
|
5721
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
5597
5722
|
</body>
|
5598
5723
|
</html>
|