gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.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-symbolic.symbolic.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-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/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.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/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.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/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.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/apps/accessories-calculator.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-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.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-symbolic.symbolic.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-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/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.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-symbolic.symbolic.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-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/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +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/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/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/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/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/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/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/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/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/et/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/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/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/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/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.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/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/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/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/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/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.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/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +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-query-settings.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 +1 -1
- 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 +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -242,7 +242,7 @@
|
|
242
242
|
</tr>
|
243
243
|
<tr>
|
244
244
|
<td class="function_type">
|
245
|
-
<a href="
|
245
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
246
246
|
</td>
|
247
247
|
<td class="function_name">
|
248
248
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-state-is-running" title="gtk_style_context_state_is_running ()">gtk_style_context_state_is_running</a> <span class="c_punctuation">()</span>
|
@@ -250,7 +250,7 @@
|
|
250
250
|
</tr>
|
251
251
|
<tr>
|
252
252
|
<td class="function_type">
|
253
|
-
<a href="
|
253
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
254
254
|
</td>
|
255
255
|
<td class="function_name">
|
256
256
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-lookup-color" title="gtk_style_context_lookup_color ()">gtk_style_context_lookup_color</a> <span class="c_punctuation">()</span>
|
@@ -402,7 +402,7 @@
|
|
402
402
|
</tr>
|
403
403
|
<tr>
|
404
404
|
<td class="function_type">
|
405
|
-
<a href="
|
405
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
406
406
|
</td>
|
407
407
|
<td class="function_name">
|
408
408
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-has-class" title="gtk_style_context_has_class ()">gtk_style_context_has_class</a> <span class="c_punctuation">()</span>
|
@@ -410,7 +410,7 @@
|
|
410
410
|
</tr>
|
411
411
|
<tr>
|
412
412
|
<td class="function_type">
|
413
|
-
<a href="
|
413
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
414
414
|
</td>
|
415
415
|
<td class="function_name">
|
416
416
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-list-classes" title="gtk_style_context_list_classes ()">gtk_style_context_list_classes</a> <span class="c_punctuation">()</span>
|
@@ -434,7 +434,7 @@
|
|
434
434
|
</tr>
|
435
435
|
<tr>
|
436
436
|
<td class="function_type">
|
437
|
-
<a href="
|
437
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
438
438
|
</td>
|
439
439
|
<td class="function_name">
|
440
440
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-has-region" title="gtk_style_context_has_region ()">gtk_style_context_has_region</a> <span class="c_punctuation">()</span>
|
@@ -442,7 +442,7 @@
|
|
442
442
|
</tr>
|
443
443
|
<tr>
|
444
444
|
<td class="function_type">
|
445
|
-
<a href="
|
445
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
446
446
|
</td>
|
447
447
|
<td class="function_name">
|
448
448
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-list-regions" title="gtk_style_context_list_regions ()">gtk_style_context_list_regions</a> <span class="c_punctuation">()</span>
|
@@ -482,7 +482,7 @@
|
|
482
482
|
</tr>
|
483
483
|
<tr>
|
484
484
|
<td class="function_type">
|
485
|
-
<a href="
|
485
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
486
486
|
</td>
|
487
487
|
<td class="function_name">
|
488
488
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-scale" title="gtk_style_context_get_scale ()">gtk_style_context_get_scale</a> <span class="c_punctuation">()</span>
|
@@ -642,7 +642,7 @@
|
|
642
642
|
</tr>
|
643
643
|
<tr>
|
644
644
|
<td class="function_type">
|
645
|
-
<
|
645
|
+
<span class="returnvalue">GdkPixbuf</span> *
|
646
646
|
</td>
|
647
647
|
<td class="function_name">
|
648
648
|
<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>
|
@@ -721,7 +721,7 @@
|
|
721
721
|
<tbody><tr>
|
722
722
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
723
723
|
<td class="signal_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext-changed" title="The “changed” signal">changed</a></td>
|
724
|
-
<td class="signal_flags"><a href="
|
724
|
+
<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>
|
725
725
|
</tr></tbody>
|
726
726
|
</table></div>
|
727
727
|
</div>
|
@@ -1154,9 +1154,9 @@
|
|
1154
1154
|
</div>
|
1155
1155
|
<div class="refsect1">
|
1156
1156
|
<a name="GtkStyleContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1157
|
-
<pre class="screen"> <a href="
|
1157
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
1158
1158
|
<span class="lineart">╰──</span> GtkBorder
|
1159
|
-
<a href="
|
1159
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
1160
1160
|
<span class="lineart">╰──</span> GtkStyleContext
|
1161
1161
|
</pre>
|
1162
1162
|
</div>
|
@@ -1244,7 +1244,7 @@ in order to get a style context ready to theme the widget.</p>
|
|
1244
1244
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1245
1245
|
gtk_style_context_add_provider (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1246
1246
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
1247
|
-
<em class="parameter"><code><a href="
|
1247
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> priority</code></em>);</pre>
|
1248
1248
|
<p>Adds a style provider to <em class="parameter"><code>context</code></em>
|
1249
1249
|
, to be used in style construction.
|
1250
1250
|
Note that a style provider added by this function only affects
|
@@ -1295,7 +1295,7 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
|
|
1295
1295
|
gtk_style_context_add_provider_for_screen
|
1296
1296
|
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
1297
1297
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
1298
|
-
<em class="parameter"><code><a href="
|
1298
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> priority</code></em>);</pre>
|
1299
1299
|
<p>Adds a global style provider to <em class="parameter"><code>screen</code></em>
|
1300
1300
|
, which will be used
|
1301
1301
|
in style construction for all <a href="GtkStyleContext.html#GtkStyleContext-struct"><span class="type">GtkStyleContexts</span></a> under <em class="parameter"><code>screen</code></em>
|
@@ -1370,7 +1370,7 @@ given state.</p>
|
|
1370
1370
|
</tr>
|
1371
1371
|
<tr>
|
1372
1372
|
<td class="parameter_name"><p>...</p></td>
|
1373
|
-
<td class="parameter_description"><p>property name /return value pairs, followed by <a href="
|
1373
|
+
<td class="parameter_description"><p>property name /return value pairs, followed by <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></td>
|
1374
1374
|
<td class="parameter_annotations"> </td>
|
1375
1375
|
</tr>
|
1376
1376
|
</tbody>
|
@@ -1462,7 +1462,7 @@ See that function for details.</p>
|
|
1462
1462
|
</div>
|
1463
1463
|
<div class="refsect3">
|
1464
1464
|
<a name="gtk-style-context-get-parent.returns"></a><h4>Returns</h4>
|
1465
|
-
<p> the parent context or <a href="
|
1465
|
+
<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>
|
1466
1466
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1467
1467
|
</div>
|
1468
1468
|
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
@@ -1500,13 +1500,13 @@ gtk_style_context_get_path (<em class="parameter"><code><a class="link" href="Gt
|
|
1500
1500
|
<a name="gtk-style-context-get-property"></a><h3>gtk_style_context_get_property ()</h3>
|
1501
1501
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1502
1502
|
gtk_style_context_get_property (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1503
|
-
<em class="parameter"><code>const <a href="
|
1503
|
+
<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> *property</code></em>,
|
1504
1504
|
<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>,
|
1505
|
-
<em class="parameter"><code><a href="
|
1505
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
1506
1506
|
<p>Gets a style property from <em class="parameter"><code>context</code></em>
|
1507
1507
|
for the given state.</p>
|
1508
1508
|
<p>Note that not all CSS properties that are supported by GTK+ can be
|
1509
|
-
retrieved in this way, since they may not be representable as <a href="
|
1509
|
+
retrieved in this way, since they may not be representable as <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>.
|
1510
1510
|
GTK+ defines macros for a number of properties that can be used
|
1511
1511
|
with this function.</p>
|
1512
1512
|
<p>Note that passing a state other than the current state of <em class="parameter"><code>context</code></em>
|
@@ -1514,7 +1514,7 @@ with this function.</p>
|
|
1514
1514
|
is not recommended unless the style context has been saved with
|
1515
1515
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gtk_style_context_save ()"><code class="function">gtk_style_context_save()</code></a>.</p>
|
1516
1516
|
<p>When <em class="parameter"><code>value</code></em>
|
1517
|
-
is no longer needed, <a href="
|
1517
|
+
is no longer needed, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> must be called
|
1518
1518
|
to free any allocated memory.</p>
|
1519
1519
|
<div class="refsect3">
|
1520
1520
|
<a name="gtk-style-context-get-property.parameters"></a><h4>Parameters</h4>
|
@@ -1602,7 +1602,7 @@ gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" h
|
|
1602
1602
|
</div>
|
1603
1603
|
<div class="refsect3">
|
1604
1604
|
<a name="gtk-style-context-get-frame-clock.returns"></a><h4>Returns</h4>
|
1605
|
-
<p> a <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>, or <a href="
|
1605
|
+
<p> a <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>, 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>
|
1606
1606
|
if <em class="parameter"><code>context</code></em>
|
1607
1607
|
does not have an attached frame clock. </p>
|
1608
1608
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -1665,7 +1665,7 @@ current style.</p>
|
|
1665
1665
|
</tr>
|
1666
1666
|
<tr>
|
1667
1667
|
<td class="parameter_name"><p>...</p></td>
|
1668
|
-
<td class="parameter_description"><p>property name /return value pairs, followed by <a href="
|
1668
|
+
<td class="parameter_description"><p>property name /return value pairs, followed by <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></td>
|
1669
1669
|
<td class="parameter_annotations"> </td>
|
1670
1670
|
</tr>
|
1671
1671
|
</tbody>
|
@@ -1678,11 +1678,11 @@ current style.</p>
|
|
1678
1678
|
<a name="gtk-style-context-get-style-property"></a><h3>gtk_style_context_get_style_property ()</h3>
|
1679
1679
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1680
1680
|
gtk_style_context_get_style_property (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1681
|
-
<em class="parameter"><code>const <a href="
|
1682
|
-
<em class="parameter"><code><a href="
|
1681
|
+
<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> *property_name</code></em>,
|
1682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
1683
1683
|
<p>Gets the value for a widget style property.</p>
|
1684
1684
|
<p>When <em class="parameter"><code>value</code></em>
|
1685
|
-
is no longer needed, <a href="
|
1685
|
+
is no longer needed, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> must be called
|
1686
1686
|
to free any allocated memory.</p>
|
1687
1687
|
<div class="refsect3">
|
1688
1688
|
<a name="gtk-style-context-get-style-property.parameters"></a><h4>Parameters</h4>
|
@@ -1737,7 +1737,7 @@ current style.</p>
|
|
1737
1737
|
</tr>
|
1738
1738
|
<tr>
|
1739
1739
|
<td class="parameter_name"><p>args</p></td>
|
1740
|
-
<td class="parameter_description"><p>va_list of property name/return location pairs, followed by <a href="
|
1740
|
+
<td class="parameter_description"><p>va_list of property name/return location pairs, followed by <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></td>
|
1741
1741
|
<td class="parameter_annotations"> </td>
|
1742
1742
|
</tr>
|
1743
1743
|
</tbody>
|
@@ -1776,7 +1776,7 @@ gtk_style_context_get_valist (<em class="parameter"><code><a class="link" href="
|
|
1776
1776
|
</tr>
|
1777
1777
|
<tr>
|
1778
1778
|
<td class="parameter_name"><p>args</p></td>
|
1779
|
-
<td class="parameter_description"><p>va_list of property name/return location pairs, followed by <a href="
|
1779
|
+
<td class="parameter_description"><p>va_list of property name/return location pairs, followed by <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></td>
|
1780
1780
|
<td class="parameter_annotations"> </td>
|
1781
1781
|
</tr>
|
1782
1782
|
</tbody>
|
@@ -1789,20 +1789,20 @@ gtk_style_context_get_valist (<em class="parameter"><code><a class="link" href="
|
|
1789
1789
|
<a name="gtk-style-context-get-section"></a><h3>gtk_style_context_get_section ()</h3>
|
1790
1790
|
<pre class="programlisting"><a class="link" href="GtkCssProvider.html#GtkCssSection"><span class="returnvalue">GtkCssSection</span></a> *
|
1791
1791
|
gtk_style_context_get_section (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1792
|
-
<em class="parameter"><code>const <a href="
|
1792
|
+
<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> *property</code></em>);</pre>
|
1793
1793
|
<p>Queries the location in the CSS where <em class="parameter"><code>property</code></em>
|
1794
1794
|
was defined for the
|
1795
1795
|
current <em class="parameter"><code>context</code></em>
|
1796
1796
|
. Note that the state to be queried is taken from
|
1797
1797
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-state" title="gtk_style_context_get_state ()"><code class="function">gtk_style_context_get_state()</code></a>.</p>
|
1798
|
-
<p>If the location is not available, <a href="
|
1798
|
+
<p>If the location is not available, <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> will be returned. The
|
1799
1799
|
location might not be available for various reasons, such as the
|
1800
1800
|
property being overridden, <em class="parameter"><code>property</code></em>
|
1801
1801
|
not naming a supported CSS
|
1802
1802
|
property or tracking of definitions being disabled for performance
|
1803
1803
|
reasons.</p>
|
1804
1804
|
<p>Shorthand CSS properties cannot be queried for a location and will
|
1805
|
-
always return <a href="
|
1805
|
+
always return <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>
|
1806
1806
|
<div class="refsect3">
|
1807
1807
|
<a name="gtk-style-context-get-section.parameters"></a><h4>Parameters</h4>
|
1808
1808
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1827,7 +1827,7 @@ always return <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
|
|
1827
1827
|
</div>
|
1828
1828
|
<div class="refsect3">
|
1829
1829
|
<a name="gtk-style-context-get-section.returns"></a><h4>Returns</h4>
|
1830
|
-
<p> <a href="
|
1830
|
+
<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 a value
|
1831
1831
|
for <em class="parameter"><code>property</code></em>
|
1832
1832
|
was defined. </p>
|
1833
1833
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -1839,7 +1839,7 @@ was defined. </p>
|
|
1839
1839
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1840
1840
|
gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1841
1841
|
<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>,
|
1842
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1842
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1843
1843
|
<p>Gets the foreground color for a given state.</p>
|
1844
1844
|
<p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> and
|
1845
1845
|
<a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-COLOR:CAPS" title="GTK_STYLE_PROPERTY_COLOR"><span class="type">GTK_STYLE_PROPERTY_COLOR</span></a> for details.</p>
|
@@ -1879,7 +1879,7 @@ gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="G
|
|
1879
1879
|
gtk_style_context_get_background_color
|
1880
1880
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1881
1881
|
<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>,
|
1882
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1882
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1883
1883
|
<div class="warning">
|
1884
1884
|
<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>
|
1885
1885
|
<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>
|
@@ -1927,7 +1927,7 @@ style classes to modify the color to be rendered.</p>
|
|
1927
1927
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1928
1928
|
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>,
|
1929
1929
|
<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>,
|
1930
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
1930
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1931
1931
|
<div class="warning">
|
1932
1932
|
<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>
|
1933
1933
|
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-frame" title="gtk_render_frame ()"><code class="function">gtk_render_frame()</code></a> instead.</p>
|
@@ -2158,18 +2158,18 @@ information immediately.</p>
|
|
2158
2158
|
<hr>
|
2159
2159
|
<div class="refsect2">
|
2160
2160
|
<a name="gtk-style-context-state-is-running"></a><h3>gtk_style_context_state_is_running ()</h3>
|
2161
|
-
<pre class="programlisting"><a href="
|
2161
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2162
2162
|
gtk_style_context_state_is_running (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2163
2163
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
2164
|
-
<em class="parameter"><code><a href="
|
2164
|
+
<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> *progress</code></em>);</pre>
|
2165
2165
|
<div class="warning">
|
2166
2166
|
<p><code class="literal">gtk_style_context_state_is_running</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2167
|
-
<p>This function always returns <a href="
|
2167
|
+
<p>This function always returns <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></p>
|
2168
2168
|
</div>
|
2169
|
-
<p>Returns <a href="
|
2169
|
+
<p>Returns <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 transition animation running for the
|
2170
2170
|
current region (see <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>).</p>
|
2171
2171
|
<p>If <em class="parameter"><code>progress</code></em>
|
2172
|
-
is not <a href="
|
2172
|
+
is not <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>, the animation progress will be returned
|
2173
2173
|
there, 0.0 means the state is closest to being unset, while 1.0 means
|
2174
2174
|
it’s closest to being set. This means transition animation will
|
2175
2175
|
run from 0 to 1 when <em class="parameter"><code>state</code></em>
|
@@ -2204,7 +2204,7 @@ it’s being unset.</p>
|
|
2204
2204
|
</div>
|
2205
2205
|
<div class="refsect3">
|
2206
2206
|
<a name="gtk-style-context-state-is-running.returns"></a><h4>Returns</h4>
|
2207
|
-
<p> <a href="
|
2207
|
+
<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>
|
2208
2208
|
.</p>
|
2209
2209
|
</div>
|
2210
2210
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -2212,10 +2212,10 @@ it’s being unset.</p>
|
|
2212
2212
|
<hr>
|
2213
2213
|
<div class="refsect2">
|
2214
2214
|
<a name="gtk-style-context-lookup-color"></a><h3>gtk_style_context_lookup_color ()</h3>
|
2215
|
-
<pre class="programlisting"><a href="
|
2215
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2216
2216
|
gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2217
|
-
<em class="parameter"><code>const <a href="
|
2218
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
2217
|
+
<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> *color_name</code></em>,
|
2218
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2219
2219
|
<p>Looks up and resolves a color name in the <em class="parameter"><code>context</code></em>
|
2220
2220
|
color map.</p>
|
2221
2221
|
<div class="refsect3">
|
@@ -2247,8 +2247,8 @@ gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href
|
|
2247
2247
|
</div>
|
2248
2248
|
<div class="refsect3">
|
2249
2249
|
<a name="gtk-style-context-lookup-color.returns"></a><h4>Returns</h4>
|
2250
|
-
<p> <a href="
|
2251
|
-
was found and resolved, <a href="
|
2250
|
+
<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>
|
2251
|
+
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>
|
2252
2252
|
</div>
|
2253
2253
|
</div>
|
2254
2254
|
<hr>
|
@@ -2256,7 +2256,7 @@ was found and resolved, <a href="https://developer.gnome.org/glib/unstable/glib-
|
|
2256
2256
|
<a name="gtk-style-context-lookup-icon-set"></a><h3>gtk_style_context_lookup_icon_set ()</h3>
|
2257
2257
|
<pre class="programlisting"><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a> *
|
2258
2258
|
gtk_style_context_lookup_icon_set (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2259
|
-
<em class="parameter"><code>const <a href="
|
2259
|
+
<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> *stock_id</code></em>);</pre>
|
2260
2260
|
<div class="warning">
|
2261
2261
|
<p><code class="literal">gtk_style_context_lookup_icon_set</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2262
2262
|
<p>Use <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a> instead.</p>
|
@@ -2265,7 +2265,7 @@ gtk_style_context_lookup_icon_set (<em class="parameter"><code><a class="link" h
|
|
2265
2265
|
in the icon factories associated to <em class="parameter"><code>context</code></em>
|
2266
2266
|
and
|
2267
2267
|
the default icon factory, returning an icon set if found, otherwise
|
2268
|
-
<a href="
|
2268
|
+
<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>
|
2269
2269
|
<div class="refsect3">
|
2270
2270
|
<a name="gtk-style-context-lookup-icon-set.parameters"></a><h4>Parameters</h4>
|
2271
2271
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2290,8 +2290,8 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2290
2290
|
</div>
|
2291
2291
|
<div class="refsect3">
|
2292
2292
|
<a name="gtk-style-context-lookup-icon-set.returns"></a><h4>Returns</h4>
|
2293
|
-
<p> The looked
|
2294
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2293
|
+
<p> The looked up <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><code class="literal">GtkIconSet</code></a>, 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>
|
2294
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2295
2295
|
</div>
|
2296
2296
|
</div>
|
2297
2297
|
<hr>
|
@@ -2299,10 +2299,10 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2299
2299
|
<a name="gtk-style-context-notify-state-change"></a><h3>gtk_style_context_notify_state_change ()</h3>
|
2300
2300
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2301
2301
|
gtk_style_context_notify_state_change (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2302
|
-
<em class="parameter"><code><a href="http://
|
2303
|
-
<em class="parameter"><code><a href="
|
2302
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2303
|
+
<em class="parameter"><code><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> region_id</code></em>,
|
2304
2304
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
2305
|
-
<em class="parameter"><code><a href="
|
2305
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state_value</code></em>);</pre>
|
2306
2306
|
<div class="warning">
|
2307
2307
|
<p><code class="literal">gtk_style_context_notify_state_change</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2308
2308
|
<p>This function does nothing.</p>
|
@@ -2320,7 +2320,7 @@ under <em class="parameter"><code>region_id</code></em>
|
|
2320
2320
|
as the animation runs, so make sure it is the same window that is being
|
2321
2321
|
rendered on by the gtk_render_*() functions.</p>
|
2322
2322
|
<p>If <em class="parameter"><code>region_id</code></em>
|
2323
|
-
is <a href="
|
2323
|
+
is <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>, all rendered elements using <em class="parameter"><code>context</code></em>
|
2324
2324
|
will be
|
2325
2325
|
affected by this state transition.</p>
|
2326
2326
|
<p>As a practical example, a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> notifying a state transition on
|
@@ -2334,11 +2334,11 @@ the prelight state:</p>
|
|
2334
2334
|
3
|
2335
2335
|
4
|
2336
2336
|
5</pre></td>
|
2337
|
-
<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
|
2338
|
-
<span class="
|
2339
|
-
<span class="
|
2340
|
-
<span class="
|
2341
|
-
<span class="
|
2337
|
+
<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="gtkdoc opt">(</span>context<span class="gtkdoc opt">,</span>
|
2338
|
+
<span class="function"><a href="GtkWidget.html#gtk-widget-get-window">gtk_widget_get_window</a></span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">),</span>
|
2339
|
+
NULL<span class="gtkdoc opt">,</span>
|
2340
|
+
GTK_STATE_PRELIGHT<span class="gtkdoc opt">,</span>
|
2341
|
+
button<span class="gtkdoc opt">-></span>in_button<span class="gtkdoc opt">);</span></pre></td>
|
2342
2342
|
</tr>
|
2343
2343
|
</tbody>
|
2344
2344
|
</table>
|
@@ -2358,14 +2358,14 @@ the prelight state:</p>
|
|
2358
2358
|
6
|
2359
2359
|
7
|
2360
2360
|
8</pre></td>
|
2361
|
-
<td class="listing_code"><pre class="programlisting"
|
2362
|
-
<span class="
|
2363
|
-
<span class="
|
2361
|
+
<td class="listing_code"><pre class="programlisting">GtkButton <span class="gtkdoc opt">{</span>
|
2362
|
+
background<span class="gtkdoc opt">-</span>color<span class="gtkdoc opt">:</span> <span class="gtkdoc ppc">#f00</span>
|
2363
|
+
<span class="gtkdoc opt">}</span>
|
2364
2364
|
|
2365
|
-
<span class="
|
2366
|
-
<span class="
|
2367
|
-
<span class="
|
2368
|
-
<span class="
|
2365
|
+
GtkButton<span class="gtkdoc opt">:</span>hover <span class="gtkdoc opt">{</span>
|
2366
|
+
background<span class="gtkdoc opt">-</span>color<span class="gtkdoc opt">:</span> <span class="gtkdoc ppc">#fff;</span>
|
2367
|
+
transition<span class="gtkdoc opt">:</span> <span class="number">200</span>ms linear
|
2368
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
2369
2369
|
</tr>
|
2370
2370
|
</tbody>
|
2371
2371
|
</table>
|
@@ -2394,12 +2394,12 @@ is why the style places the transition under the :hover pseudo-class.</p>
|
|
2394
2394
|
</tr>
|
2395
2395
|
<tr>
|
2396
2396
|
<td class="parameter_name"><p>window</p></td>
|
2397
|
-
<td class="parameter_description"><p>a <a href="http://
|
2397
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
|
2398
2398
|
<td class="parameter_annotations"> </td>
|
2399
2399
|
</tr>
|
2400
2400
|
<tr>
|
2401
2401
|
<td class="parameter_name"><p>region_id</p></td>
|
2402
|
-
<td class="parameter_description"><p> animatable region to notify on, or <a href="
|
2402
|
+
<td class="parameter_description"><p> animatable region to notify on, 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>.
|
2403
2403
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>. </p></td>
|
2404
2404
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2405
2405
|
</tr>
|
@@ -2410,9 +2410,9 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2410
2410
|
</tr>
|
2411
2411
|
<tr>
|
2412
2412
|
<td class="parameter_name"><p>state_value</p></td>
|
2413
|
-
<td class="parameter_description"><p><a href="
|
2413
|
+
<td class="parameter_description"><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>state</code></em>
|
2414
2414
|
is the state we are changing to,
|
2415
|
-
<a href="
|
2415
|
+
<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> if we are changing away from it</p></td>
|
2416
2416
|
<td class="parameter_annotations"> </td>
|
2417
2417
|
</tr>
|
2418
2418
|
</tbody>
|
@@ -2456,7 +2456,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2456
2456
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2457
2457
|
gtk_style_context_push_animatable_region
|
2458
2458
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2459
|
-
<em class="parameter"><code><a href="
|
2459
|
+
<em class="parameter"><code><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> region_id</code></em>);</pre>
|
2460
2460
|
<div class="warning">
|
2461
2461
|
<p><code class="literal">gtk_style_context_push_animatable_region</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2462
2462
|
<p>This function does nothing.</p>
|
@@ -2500,7 +2500,7 @@ can uniquely identify rendered elements subject to a state transition.</p>
|
|
2500
2500
|
<a name="gtk-style-context-cancel-animations"></a><h3>gtk_style_context_cancel_animations ()</h3>
|
2501
2501
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2502
2502
|
gtk_style_context_cancel_animations (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2503
|
-
<em class="parameter"><code><a href="
|
2503
|
+
<em class="parameter"><code><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> region_id</code></em>);</pre>
|
2504
2504
|
<div class="warning">
|
2505
2505
|
<p><code class="literal">gtk_style_context_cancel_animations</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2506
2506
|
<p>This function does nothing.</p>
|
@@ -2508,7 +2508,7 @@ gtk_style_context_cancel_animations (<em class="parameter"><code><a class="link"
|
|
2508
2508
|
<p>Stops all running animations for <em class="parameter"><code>region_id</code></em>
|
2509
2509
|
and all animatable
|
2510
2510
|
regions underneath.</p>
|
2511
|
-
<p>A <a href="
|
2511
|
+
<p>A <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> <em class="parameter"><code>region_id</code></em>
|
2512
2512
|
will stop all ongoing animations in <em class="parameter"><code>context</code></em>
|
2513
2513
|
,
|
2514
2514
|
when dealing with a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> obtained through
|
@@ -2532,7 +2532,7 @@ animatable regions.</p>
|
|
2532
2532
|
</tr>
|
2533
2533
|
<tr>
|
2534
2534
|
<td class="parameter_name"><p>region_id</p></td>
|
2535
|
-
<td class="parameter_description"><p> animatable region to stop, or <a href="
|
2535
|
+
<td class="parameter_description"><p> animatable region to stop, 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>.
|
2536
2536
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>. </p></td>
|
2537
2537
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2538
2538
|
</tr>
|
@@ -2546,14 +2546,14 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2546
2546
|
<a name="gtk-style-context-scroll-animations"></a><h3>gtk_style_context_scroll_animations ()</h3>
|
2547
2547
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2548
2548
|
gtk_style_context_scroll_animations (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2549
|
-
<em class="parameter"><code><a href="http://
|
2550
|
-
<em class="parameter"><code><a href="
|
2551
|
-
<em class="parameter"><code><a href="
|
2549
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2550
|
+
<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> dx</code></em>,
|
2551
|
+
<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> dy</code></em>);</pre>
|
2552
2552
|
<div class="warning">
|
2553
2553
|
<p><code class="literal">gtk_style_context_scroll_animations</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2554
2554
|
<p>This function does nothing.</p>
|
2555
2555
|
</div>
|
2556
|
-
<p>This function is analogous to <a href="http://developer.gnome.org/gdk3/
|
2556
|
+
<p>This function is analogous to <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#gdk-window-scroll"><code class="function">gdk_window_scroll()</code></a>, and
|
2557
2557
|
should be called together with it so the invalidation
|
2558
2558
|
areas for any ongoing animation are scrolled together
|
2559
2559
|
with it.</p>
|
@@ -2573,7 +2573,7 @@ with it.</p>
|
|
2573
2573
|
</tr>
|
2574
2574
|
<tr>
|
2575
2575
|
<td class="parameter_name"><p>window</p></td>
|
2576
|
-
<td class="parameter_description"><p>a <a href="http://
|
2576
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> used previously in
|
2577
2577
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a></p></td>
|
2578
2578
|
<td class="parameter_annotations"> </td>
|
2579
2579
|
</tr>
|
@@ -2692,7 +2692,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2692
2692
|
<a name="gtk-style-context-set-background"></a><h3>gtk_style_context_set_background ()</h3>
|
2693
2693
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2694
2694
|
gtk_style_context_set_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2695
|
-
<em class="parameter"><code><a href="http://
|
2695
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2696
2696
|
<div class="warning">
|
2697
2697
|
<p><code class="literal">gtk_style_context_set_background</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
2698
2698
|
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.
|
@@ -2720,7 +2720,7 @@ color specified in <em class="parameter"><code>context</code></em>
|
|
2720
2720
|
</tr>
|
2721
2721
|
<tr>
|
2722
2722
|
<td class="parameter_name"><p>window</p></td>
|
2723
|
-
<td class="parameter_description"><p>a <a href="http://
|
2723
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
|
2724
2724
|
<td class="parameter_annotations"> </td>
|
2725
2725
|
</tr>
|
2726
2726
|
</tbody>
|
@@ -2889,7 +2889,7 @@ of properties.</p>
|
|
2889
2889
|
</tr>
|
2890
2890
|
<tr>
|
2891
2891
|
<td class="parameter_name"><p>parent</p></td>
|
2892
|
-
<td class="parameter_description"><p> the new parent or <a href="
|
2892
|
+
<td class="parameter_description"><p> the new parent 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></td>
|
2893
2893
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2894
2894
|
</tr>
|
2895
2895
|
</tbody>
|
@@ -2938,7 +2938,7 @@ this yourself.</p>
|
|
2938
2938
|
<a name="gtk-style-context-add-class"></a><h3>gtk_style_context_add_class ()</h3>
|
2939
2939
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2940
2940
|
gtk_style_context_add_class (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2941
|
-
<em class="parameter"><code>const <a href="
|
2941
|
+
<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> *class_name</code></em>);</pre>
|
2942
2942
|
<p>Adds a style class to <em class="parameter"><code>context</code></em>
|
2943
2943
|
, so posterior calls to
|
2944
2944
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get" title="gtk_style_context_get ()"><code class="function">gtk_style_context_get()</code></a> or any of the gtk_render_*()
|
@@ -2950,7 +2950,7 @@ class, would be matched by:</p>
|
|
2950
2950
|
<tbody>
|
2951
2951
|
<tr>
|
2952
2952
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2953
|
-
<td class="listing_code"><pre class="programlisting"
|
2953
|
+
<td class="listing_code"><pre class="programlisting">entry<span class="gtkdoc opt">.</span>search <span class="gtkdoc opt">{ ... }</span></pre></td>
|
2954
2954
|
</tr>
|
2955
2955
|
</tbody>
|
2956
2956
|
</table>
|
@@ -2964,7 +2964,7 @@ matched by:</p>
|
|
2964
2964
|
<tbody>
|
2965
2965
|
<tr>
|
2966
2966
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2967
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
2967
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">.</span>search <span class="gtkdoc opt">{ ... }</span></pre></td>
|
2968
2968
|
</tr>
|
2969
2969
|
</tbody>
|
2970
2970
|
</table>
|
@@ -3000,7 +3000,7 @@ matched by:</p>
|
|
3000
3000
|
<a name="gtk-style-context-remove-class"></a><h3>gtk_style_context_remove_class ()</h3>
|
3001
3001
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3002
3002
|
gtk_style_context_remove_class (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3003
|
-
<em class="parameter"><code>const <a href="
|
3003
|
+
<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> *class_name</code></em>);</pre>
|
3004
3004
|
<p>Removes <em class="parameter"><code>class_name</code></em>
|
3005
3005
|
from <em class="parameter"><code>context</code></em>
|
3006
3006
|
.</p>
|
@@ -3031,10 +3031,10 @@ gtk_style_context_remove_class (<em class="parameter"><code><a class="link" href
|
|
3031
3031
|
<hr>
|
3032
3032
|
<div class="refsect2">
|
3033
3033
|
<a name="gtk-style-context-has-class"></a><h3>gtk_style_context_has_class ()</h3>
|
3034
|
-
<pre class="programlisting"><a href="
|
3034
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3035
3035
|
gtk_style_context_has_class (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3036
|
-
<em class="parameter"><code>const <a href="
|
3037
|
-
<p>Returns <a href="
|
3036
|
+
<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> *class_name</code></em>);</pre>
|
3037
|
+
<p>Returns <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>
|
3038
3038
|
currently has defined the
|
3039
3039
|
given class name.</p>
|
3040
3040
|
<div class="refsect3">
|
@@ -3061,7 +3061,7 @@ given class name.</p>
|
|
3061
3061
|
</div>
|
3062
3062
|
<div class="refsect3">
|
3063
3063
|
<a name="gtk-style-context-has-class.returns"></a><h4>Returns</h4>
|
3064
|
-
<p> <a href="
|
3064
|
+
<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>
|
3065
3065
|
has <em class="parameter"><code>class_name</code></em>
|
3066
3066
|
defined</p>
|
3067
3067
|
</div>
|
@@ -3070,7 +3070,7 @@ defined</p>
|
|
3070
3070
|
<hr>
|
3071
3071
|
<div class="refsect2">
|
3072
3072
|
<a name="gtk-style-context-list-classes"></a><h3>gtk_style_context_list_classes ()</h3>
|
3073
|
-
<pre class="programlisting"><a href="
|
3073
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
3074
3074
|
gtk_style_context_list_classes (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
3075
3075
|
<p>Returns the list of classes currently defined in <em class="parameter"><code>context</code></em>
|
3076
3076
|
.</p>
|
@@ -3091,10 +3091,10 @@ gtk_style_context_list_classes (<em class="parameter"><code><a class="link" href
|
|
3091
3091
|
</div>
|
3092
3092
|
<div class="refsect3">
|
3093
3093
|
<a name="gtk-style-context-list-classes.returns"></a><h4>Returns</h4>
|
3094
|
-
<p> a <a href="
|
3094
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
3095
3095
|
strings with the currently defined classes. The contents
|
3096
3096
|
of the list are owned by GTK+, but you must free the list
|
3097
|
-
itself with <a href="
|
3097
|
+
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>
|
3098
3098
|
<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>
|
3099
3099
|
</div>
|
3100
3100
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -3104,7 +3104,7 @@ itself with <a href="https://developer.gnome.org/glib/unstable/glib-Doubly-Linke
|
|
3104
3104
|
<a name="gtk-style-context-add-region"></a><h3>gtk_style_context_add_region ()</h3>
|
3105
3105
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3106
3106
|
gtk_style_context_add_region (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3107
|
-
<em class="parameter"><code>const <a href="
|
3107
|
+
<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> *region_name</code></em>,
|
3108
3108
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> flags</code></em>);</pre>
|
3109
3109
|
<div class="warning"><p><code class="literal">gtk_style_context_add_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
3110
3110
|
<p>Adds a region to <em class="parameter"><code>context</code></em>
|
@@ -3118,7 +3118,7 @@ region, would be matched by:</p>
|
|
3118
3118
|
<tbody>
|
3119
3119
|
<tr>
|
3120
3120
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
3121
|
-
<td class="listing_code"><pre class="programlisting"
|
3121
|
+
<td class="listing_code"><pre class="programlisting">GtkTreeView row <span class="gtkdoc opt">{ ... }</span></pre></td>
|
3122
3122
|
</tr>
|
3123
3123
|
</tbody>
|
3124
3124
|
</table>
|
@@ -3134,8 +3134,8 @@ following rules:</p>
|
|
3134
3134
|
<tr>
|
3135
3135
|
<td class="listing_lines" align="right"><pre>1
|
3136
3136
|
2</pre></td>
|
3137
|
-
<td class="listing_code"><pre class="programlisting"
|
3138
|
-
|
3137
|
+
<td class="listing_code"><pre class="programlisting">GtkTreeView row<span class="gtkdoc opt">:</span>nth<span class="gtkdoc opt">-</span><span class="function">child</span><span class="gtkdoc opt">(</span>even<span class="gtkdoc opt">) { ... }</span>
|
3138
|
+
GtkTreeView row<span class="gtkdoc opt">:</span>nth<span class="gtkdoc opt">-</span><span class="function">child</span><span class="gtkdoc opt">(</span>odd<span class="gtkdoc opt">) { ... }</span></pre></td>
|
3139
3139
|
</tr>
|
3140
3140
|
</tbody>
|
3141
3141
|
</table>
|
@@ -3179,7 +3179,7 @@ and “-”, starting always with a lowercase letter.</p>
|
|
3179
3179
|
<a name="gtk-style-context-remove-region"></a><h3>gtk_style_context_remove_region ()</h3>
|
3180
3180
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3181
3181
|
gtk_style_context_remove_region (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3182
|
-
<em class="parameter"><code>const <a href="
|
3182
|
+
<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> *region_name</code></em>);</pre>
|
3183
3183
|
<div class="warning"><p><code class="literal">gtk_style_context_remove_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
3184
3184
|
<p>Removes a region from <em class="parameter"><code>context</code></em>
|
3185
3185
|
.</p>
|
@@ -3210,15 +3210,15 @@ gtk_style_context_remove_region (<em class="parameter"><code><a class="link" hre
|
|
3210
3210
|
<hr>
|
3211
3211
|
<div class="refsect2">
|
3212
3212
|
<a name="gtk-style-context-has-region"></a><h3>gtk_style_context_has_region ()</h3>
|
3213
|
-
<pre class="programlisting"><a href="
|
3213
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3214
3214
|
gtk_style_context_has_region (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3215
|
-
<em class="parameter"><code>const <a href="
|
3215
|
+
<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> *region_name</code></em>,
|
3216
3216
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> *flags_return</code></em>);</pre>
|
3217
3217
|
<div class="warning"><p><code class="literal">gtk_style_context_has_region</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
3218
|
-
<p>Returns <a href="
|
3218
|
+
<p>Returns <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>
|
3219
3219
|
has the region defined.
|
3220
3220
|
If <em class="parameter"><code>flags_return</code></em>
|
3221
|
-
is not <a href="
|
3221
|
+
is not <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>, it is set to the flags
|
3222
3222
|
affecting the region.</p>
|
3223
3223
|
<div class="refsect3">
|
3224
3224
|
<a name="gtk-style-context-has-region.parameters"></a><h4>Parameters</h4>
|
@@ -3249,14 +3249,14 @@ affecting the region.</p>
|
|
3249
3249
|
</div>
|
3250
3250
|
<div class="refsect3">
|
3251
3251
|
<a name="gtk-style-context-has-region.returns"></a><h4>Returns</h4>
|
3252
|
-
<p> <a href="
|
3252
|
+
<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>
|
3253
3253
|
</div>
|
3254
3254
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
3255
3255
|
</div>
|
3256
3256
|
<hr>
|
3257
3257
|
<div class="refsect2">
|
3258
3258
|
<a name="gtk-style-context-list-regions"></a><h3>gtk_style_context_list_regions ()</h3>
|
3259
|
-
<pre class="programlisting"><a href="
|
3259
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
3260
3260
|
gtk_style_context_list_regions (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
3261
3261
|
<div class="warning"><p><code class="literal">gtk_style_context_list_regions</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
3262
3262
|
<p>Returns the list of regions currently defined in <em class="parameter"><code>context</code></em>
|
@@ -3278,10 +3278,10 @@ gtk_style_context_list_regions (<em class="parameter"><code><a class="link" href
|
|
3278
3278
|
</div>
|
3279
3279
|
<div class="refsect3">
|
3280
3280
|
<a name="gtk-style-context-list-regions.returns"></a><h4>Returns</h4>
|
3281
|
-
<p> a <a href="
|
3281
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
3282
3282
|
strings with the currently defined regions. The contents
|
3283
3283
|
of the list are owned by GTK+, but you must free the list
|
3284
|
-
itself with <a href="
|
3284
|
+
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>
|
3285
3285
|
<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>
|
3286
3286
|
</div>
|
3287
3287
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -3395,7 +3395,7 @@ gtk_style_context_set_state (<em class="parameter"><code><a class="link" href="G
|
|
3395
3395
|
<a name="gtk-style-context-set-scale"></a><h3>gtk_style_context_set_scale ()</h3>
|
3396
3396
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3397
3397
|
gtk_style_context_set_scale (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3398
|
-
<em class="parameter"><code><a href="
|
3398
|
+
<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> scale</code></em>);</pre>
|
3399
3399
|
<p>Sets the scale to use when getting image assets for the style.</p>
|
3400
3400
|
<div class="refsect3">
|
3401
3401
|
<a name="gtk-style-context-set-scale.parameters"></a><h4>Parameters</h4>
|
@@ -3424,7 +3424,7 @@ gtk_style_context_set_scale (<em class="parameter"><code><a class="link" href="G
|
|
3424
3424
|
<hr>
|
3425
3425
|
<div class="refsect2">
|
3426
3426
|
<a name="gtk-style-context-get-scale"></a><h3>gtk_style_context_get_scale ()</h3>
|
3427
|
-
<pre class="programlisting"><a href="
|
3427
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3428
3428
|
gtk_style_context_get_scale (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
3429
3429
|
<p>Returns the scale used for assets.</p>
|
3430
3430
|
<div class="refsect3">
|
@@ -3562,10 +3562,10 @@ gtk_border_free (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
3562
3562
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3563
3563
|
gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3564
3564
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3565
|
-
<em class="parameter"><code><a href="
|
3566
|
-
<em class="parameter"><code><a href="
|
3567
|
-
<em class="parameter"><code><a href="
|
3568
|
-
<em class="parameter"><code><a href="
|
3565
|
+
<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> angle</code></em>,
|
3566
|
+
<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>,
|
3567
|
+
<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>,
|
3568
|
+
<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> size</code></em>);</pre>
|
3569
3569
|
<p>Renders an arrow pointing to <em class="parameter"><code>angle</code></em>
|
3570
3570
|
.</p>
|
3571
3571
|
<p>Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:</p>
|
@@ -3591,7 +3591,7 @@ gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3591
3591
|
</tr>
|
3592
3592
|
<tr>
|
3593
3593
|
<td class="parameter_name"><p>angle</p></td>
|
3594
|
-
<td class="parameter_description"><p>arrow angle from 0 to 2 * <a href="
|
3594
|
+
<td class="parameter_description"><p>arrow angle from 0 to 2 * <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html#G-PI:CAPS"><code class="literal">G_PI</code></a>, being 0 the arrow pointing to the north</p></td>
|
3595
3595
|
<td class="parameter_annotations"> </td>
|
3596
3596
|
</tr>
|
3597
3597
|
<tr>
|
@@ -3620,10 +3620,10 @@ gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3620
3620
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3621
3621
|
gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3622
3622
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3623
|
-
<em class="parameter"><code><a href="
|
3624
|
-
<em class="parameter"><code><a href="
|
3625
|
-
<em class="parameter"><code><a href="
|
3626
|
-
<em class="parameter"><code><a href="
|
3623
|
+
<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>,
|
3624
|
+
<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>,
|
3625
|
+
<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> width</code></em>,
|
3626
|
+
<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> height</code></em>);</pre>
|
3627
3627
|
<p>Renders the background of an element.</p>
|
3628
3628
|
<p>Typical background rendering, showing the effect of
|
3629
3629
|
<code class="literal">background-image</code>, <code class="literal">border-width</code> and <code class="literal">border-radius</code>:</p>
|
@@ -3677,11 +3677,11 @@ gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
3677
3677
|
<a name="gtk-render-background-get-clip"></a><h3>gtk_render_background_get_clip ()</h3>
|
3678
3678
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3679
3679
|
gtk_render_background_get_clip (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3680
|
-
<em class="parameter"><code><a href="
|
3681
|
-
<em class="parameter"><code><a href="
|
3682
|
-
<em class="parameter"><code><a href="
|
3683
|
-
<em class="parameter"><code><a href="
|
3684
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3680
|
+
<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>,
|
3681
|
+
<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>,
|
3682
|
+
<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> width</code></em>,
|
3683
|
+
<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> height</code></em>,
|
3684
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *out_clip</code></em>);</pre>
|
3685
3685
|
<p>Returns the area that will be affected (i.e. drawn to) when
|
3686
3686
|
calling <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> for the given <em class="parameter"><code>context</code></em>
|
3687
3687
|
and
|
@@ -3736,10 +3736,10 @@ rectangle.</p>
|
|
3736
3736
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3737
3737
|
gtk_render_check (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3738
3738
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3739
|
-
<em class="parameter"><code><a href="
|
3740
|
-
<em class="parameter"><code><a href="
|
3741
|
-
<em class="parameter"><code><a href="
|
3742
|
-
<em class="parameter"><code><a href="
|
3739
|
+
<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>,
|
3740
|
+
<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>,
|
3741
|
+
<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> width</code></em>,
|
3742
|
+
<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> height</code></em>);</pre>
|
3743
3743
|
<p>Renders a checkmark (as in a <a class="link" href="GtkCheckButton.html" title="GtkCheckButton"><span class="type">GtkCheckButton</span></a>).</p>
|
3744
3744
|
<p>The <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"><code class="literal">GTK_STATE_FLAG_CHECKED</code></a> state determines whether the check is
|
3745
3745
|
on or off, and <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-INCONSISTENT:CAPS"><code class="literal">GTK_STATE_FLAG_INCONSISTENT</code></a> determines whether it
|
@@ -3796,10 +3796,10 @@ should be marked as undefined.</p>
|
|
3796
3796
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3797
3797
|
gtk_render_expander (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3798
3798
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3799
|
-
<em class="parameter"><code><a href="
|
3800
|
-
<em class="parameter"><code><a href="
|
3801
|
-
<em class="parameter"><code><a href="
|
3802
|
-
<em class="parameter"><code><a href="
|
3799
|
+
<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>,
|
3800
|
+
<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>,
|
3801
|
+
<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> width</code></em>,
|
3802
|
+
<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> height</code></em>);</pre>
|
3803
3803
|
<p>Renders an expander (as used in <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> and <a class="link" href="GtkExpander.html" title="GtkExpander"><span class="type">GtkExpander</span></a>) in the area
|
3804
3804
|
defined by <em class="parameter"><code>x</code></em>
|
3805
3805
|
, <em class="parameter"><code>y</code></em>
|
@@ -3859,10 +3859,10 @@ determines whether the expander is collapsed or expanded.</p>
|
|
3859
3859
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3860
3860
|
gtk_render_extension (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3861
3861
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3862
|
-
<em class="parameter"><code><a href="
|
3863
|
-
<em class="parameter"><code><a href="
|
3864
|
-
<em class="parameter"><code><a href="
|
3865
|
-
<em class="parameter"><code><a href="
|
3862
|
+
<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>,
|
3863
|
+
<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>,
|
3864
|
+
<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> width</code></em>,
|
3865
|
+
<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> height</code></em>,
|
3866
3866
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>);</pre>
|
3867
3867
|
<p>Renders a extension (as in a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> tab) in the rectangle
|
3868
3868
|
defined by <em class="parameter"><code>x</code></em>
|
@@ -3929,10 +3929,10 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>
|
|
3929
3929
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3930
3930
|
gtk_render_focus (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3931
3931
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3932
|
-
<em class="parameter"><code><a href="
|
3933
|
-
<em class="parameter"><code><a href="
|
3934
|
-
<em class="parameter"><code><a href="
|
3935
|
-
<em class="parameter"><code><a href="
|
3932
|
+
<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>,
|
3933
|
+
<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>,
|
3934
|
+
<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> width</code></em>,
|
3935
|
+
<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> height</code></em>);</pre>
|
3936
3936
|
<p>Renders a focus indicator on the rectangle determined by <em class="parameter"><code>x</code></em>
|
3937
3937
|
, <em class="parameter"><code>y</code></em>
|
3938
3938
|
, <em class="parameter"><code>width</code></em>
|
@@ -3990,10 +3990,10 @@ gtk_render_focus (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3990
3990
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3991
3991
|
gtk_render_frame (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3992
3992
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
3993
|
-
<em class="parameter"><code><a href="
|
3994
|
-
<em class="parameter"><code><a href="
|
3995
|
-
<em class="parameter"><code><a href="
|
3996
|
-
<em class="parameter"><code><a href="
|
3993
|
+
<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>,
|
3994
|
+
<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>,
|
3995
|
+
<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> width</code></em>,
|
3996
|
+
<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> height</code></em>);</pre>
|
3997
3997
|
<p>Renders a frame around the rectangle defined by <em class="parameter"><code>x</code></em>
|
3998
3998
|
, <em class="parameter"><code>y</code></em>
|
3999
3999
|
, <em class="parameter"><code>width</code></em>
|
@@ -4052,13 +4052,13 @@ gtk_render_frame (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
4052
4052
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4053
4053
|
gtk_render_frame_gap (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4054
4054
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4055
|
-
<em class="parameter"><code><a href="
|
4056
|
-
<em class="parameter"><code><a href="
|
4057
|
-
<em class="parameter"><code><a href="
|
4058
|
-
<em class="parameter"><code><a href="
|
4055
|
+
<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>,
|
4056
|
+
<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>,
|
4057
|
+
<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> width</code></em>,
|
4058
|
+
<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> height</code></em>,
|
4059
4059
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>,
|
4060
|
-
<em class="parameter"><code><a href="
|
4061
|
-
<em class="parameter"><code><a href="
|
4060
|
+
<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> xy0_gap</code></em>,
|
4061
|
+
<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> xy1_gap</code></em>);</pre>
|
4062
4062
|
<p>Renders a frame around the rectangle defined by (<em class="parameter"><code>x</code></em>
|
4063
4063
|
, <em class="parameter"><code>y</code></em>
|
4064
4064
|
, <em class="parameter"><code>width</code></em>
|
@@ -4138,10 +4138,10 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
4138
4138
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4139
4139
|
gtk_render_handle (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4140
4140
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4141
|
-
<em class="parameter"><code><a href="
|
4142
|
-
<em class="parameter"><code><a href="
|
4143
|
-
<em class="parameter"><code><a href="
|
4144
|
-
<em class="parameter"><code><a href="
|
4141
|
+
<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>,
|
4142
|
+
<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>,
|
4143
|
+
<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> width</code></em>,
|
4144
|
+
<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> height</code></em>);</pre>
|
4145
4145
|
<p>Renders a handle (as in <a class="link" href="GtkHandleBox.html" title="GtkHandleBox"><span class="type">GtkHandleBox</span></a>, <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> and
|
4146
4146
|
<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>’s resize grip), in the rectangle
|
4147
4147
|
determined by <em class="parameter"><code>x</code></em>
|
@@ -4201,8 +4201,8 @@ determined by <em class="parameter"><code>x</code></em>
|
|
4201
4201
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4202
4202
|
gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4203
4203
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4204
|
-
<em class="parameter"><code><a href="
|
4205
|
-
<em class="parameter"><code><a href="
|
4204
|
+
<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>,
|
4205
|
+
<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>,
|
4206
4206
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
4207
4207
|
<p>Renders <em class="parameter"><code>layout</code></em>
|
4208
4208
|
on the coordinates <em class="parameter"><code>x</code></em>
|
@@ -4253,10 +4253,10 @@ gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleCon
|
|
4253
4253
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4254
4254
|
gtk_render_line (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4255
4255
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4256
|
-
<em class="parameter"><code><a href="
|
4257
|
-
<em class="parameter"><code><a href="
|
4258
|
-
<em class="parameter"><code><a href="
|
4259
|
-
<em class="parameter"><code><a href="
|
4256
|
+
<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> x0</code></em>,
|
4257
|
+
<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> y0</code></em>,
|
4258
|
+
<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> x1</code></em>,
|
4259
|
+
<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> y1</code></em>);</pre>
|
4260
4260
|
<p>Renders a line from (x0, y0) to (x1, y1).</p>
|
4261
4261
|
<div class="refsect3">
|
4262
4262
|
<a name="gtk-render-line.parameters"></a><h4>Parameters</h4>
|
@@ -4308,10 +4308,10 @@ gtk_render_line (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4308
4308
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4309
4309
|
gtk_render_option (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4310
4310
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4311
|
-
<em class="parameter"><code><a href="
|
4312
|
-
<em class="parameter"><code><a href="
|
4313
|
-
<em class="parameter"><code><a href="
|
4314
|
-
<em class="parameter"><code><a href="
|
4311
|
+
<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>,
|
4312
|
+
<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>,
|
4313
|
+
<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> width</code></em>,
|
4314
|
+
<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> height</code></em>);</pre>
|
4315
4315
|
<p>Renders an option mark (as in a <a class="link" href="GtkRadioButton.html" title="GtkRadioButton"><span class="type">GtkRadioButton</span></a>), the <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"><code class="literal">GTK_STATE_FLAG_CHECKED</code></a>
|
4316
4316
|
state will determine whether the option is on or off, and
|
4317
4317
|
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-INCONSISTENT:CAPS"><code class="literal">GTK_STATE_FLAG_INCONSISTENT</code></a> whether it should be marked as undefined.</p>
|
@@ -4367,10 +4367,10 @@ state will determine whether the option is on or off, and
|
|
4367
4367
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4368
4368
|
gtk_render_slider (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4369
4369
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4370
|
-
<em class="parameter"><code><a href="
|
4371
|
-
<em class="parameter"><code><a href="
|
4372
|
-
<em class="parameter"><code><a href="
|
4373
|
-
<em class="parameter"><code><a href="
|
4370
|
+
<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>,
|
4371
|
+
<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>,
|
4372
|
+
<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> width</code></em>,
|
4373
|
+
<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> height</code></em>,
|
4374
4374
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
4375
4375
|
<p>Renders a slider (as in <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>) in the rectangle defined by <em class="parameter"><code>x</code></em>
|
4376
4376
|
, <em class="parameter"><code>y</code></em>
|
@@ -4437,10 +4437,10 @@ or horizontal.</p>
|
|
4437
4437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4438
4438
|
gtk_render_activity (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4439
4439
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4440
|
-
<em class="parameter"><code><a href="
|
4441
|
-
<em class="parameter"><code><a href="
|
4442
|
-
<em class="parameter"><code><a href="
|
4443
|
-
<em class="parameter"><code><a href="
|
4440
|
+
<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>,
|
4441
|
+
<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>,
|
4442
|
+
<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> width</code></em>,
|
4443
|
+
<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> height</code></em>);</pre>
|
4444
4444
|
<p>Renders an activity indicator (such as in <a class="link" href="GtkSpinner.html" title="GtkSpinner"><span class="type">GtkSpinner</span></a>).
|
4445
4445
|
The state <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"><code class="literal">GTK_STATE_FLAG_CHECKED</code></a> determines whether there is
|
4446
4446
|
activity going on.</p>
|
@@ -4491,7 +4491,7 @@ activity going on.</p>
|
|
4491
4491
|
<hr>
|
4492
4492
|
<div class="refsect2">
|
4493
4493
|
<a name="gtk-render-icon-pixbuf"></a><h3>gtk_render_icon_pixbuf ()</h3>
|
4494
|
-
<pre class="programlisting"><
|
4494
|
+
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
|
4495
4495
|
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>,
|
4496
4496
|
<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>,
|
4497
4497
|
<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>
|
@@ -4534,7 +4534,7 @@ and don’t scale. </p></td>
|
|
4534
4534
|
</div>
|
4535
4535
|
<div class="refsect3">
|
4536
4536
|
<a name="gtk-render-icon-pixbuf.returns"></a><h4>Returns</h4>
|
4537
|
-
<p> a newly-created <
|
4537
|
+
<p> a newly-created <span class="type">GdkPixbuf</span> containing the rendered icon. </p>
|
4538
4538
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4539
4539
|
</div>
|
4540
4540
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -4546,8 +4546,8 @@ and don’t scale. </p></td>
|
|
4546
4546
|
gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4547
4547
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4548
4548
|
<em class="parameter"><code><span class="type">cairo_surface_t</span> *surface</code></em>,
|
4549
|
-
<em class="parameter"><code><a href="
|
4550
|
-
<em class="parameter"><code><a href="
|
4549
|
+
<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>,
|
4550
|
+
<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>
|
4551
4551
|
<p>Renders the icon in <em class="parameter"><code>surface</code></em>
|
4552
4552
|
at the specified <em class="parameter"><code>x</code></em>
|
4553
4553
|
and <em class="parameter"><code>y</code></em>
|
@@ -4599,9 +4599,9 @@ gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkSt
|
|
4599
4599
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4600
4600
|
gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4601
4601
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4602
|
-
<em class="parameter"><code><
|
4603
|
-
<em class="parameter"><code><a href="
|
4604
|
-
<em class="parameter"><code><a href="
|
4602
|
+
<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>,
|
4603
|
+
<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>,
|
4604
|
+
<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>
|
4605
4605
|
<p>Renders the icon in <em class="parameter"><code>pixbuf</code></em>
|
4606
4606
|
at the specified <em class="parameter"><code>x</code></em>
|
4607
4607
|
and <em class="parameter"><code>y</code></em>
|
@@ -4633,7 +4633,7 @@ already have a Cairo surface.</p>
|
|
4633
4633
|
</tr>
|
4634
4634
|
<tr>
|
4635
4635
|
<td class="parameter_name"><p>pixbuf</p></td>
|
4636
|
-
<td class="parameter_description"><p>a <
|
4636
|
+
<td class="parameter_description"><p>a <span class="type">GdkPixbuf</span> containing the icon to draw</p></td>
|
4637
4637
|
<td class="parameter_annotations"> </td>
|
4638
4638
|
</tr>
|
4639
4639
|
<tr>
|
@@ -4659,8 +4659,8 @@ already have a Cairo surface.</p>
|
|
4659
4659
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4660
4660
|
gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4661
4661
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4662
|
-
<em class="parameter"><code><a href="
|
4663
|
-
<em class="parameter"><code><a href="
|
4662
|
+
<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>,
|
4663
|
+
<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>,
|
4664
4664
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
4665
4665
|
<em class="parameter"><code><span class="type">int</span> index</code></em>,
|
4666
4666
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);</pre>
|
@@ -4723,14 +4723,14 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4723
4723
|
<a name="GTK-STYLE-PROPERTY-BACKGROUND-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BACKGROUND_COLOR</h3>
|
4724
4724
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BACKGROUND_COLOR "background-color"
|
4725
4725
|
</pre>
|
4726
|
-
<p>A property holding the background color of rendered elements as a <a href="http://developer.gnome.org/gdk3/
|
4726
|
+
<p>A property holding the background color of rendered elements as a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4727
4727
|
</div>
|
4728
4728
|
<hr>
|
4729
4729
|
<div class="refsect2">
|
4730
4730
|
<a name="GTK-STYLE-PROPERTY-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_COLOR</h3>
|
4731
4731
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_COLOR "color"
|
4732
4732
|
</pre>
|
4733
|
-
<p>A property holding the foreground color of rendered elements as a <a href="http://developer.gnome.org/gdk3/
|
4733
|
+
<p>A property holding the foreground color of rendered elements as a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4734
4734
|
</div>
|
4735
4735
|
<hr>
|
4736
4736
|
<div class="refsect2">
|
@@ -4778,7 +4778,7 @@ requesting size</p>
|
|
4778
4778
|
<a name="GTK-STYLE-PROPERTY-BORDER-RADIUS:CAPS"></a><h3>GTK_STYLE_PROPERTY_BORDER_RADIUS</h3>
|
4779
4779
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BORDER_RADIUS "border-radius"
|
4780
4780
|
</pre>
|
4781
|
-
<p>A property holding the rendered element’s border radius in pixels as a <a href="
|
4781
|
+
<p>A property holding the rendered element’s border radius in pixels as a <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>.</p>
|
4782
4782
|
</div>
|
4783
4783
|
<hr>
|
4784
4784
|
<div class="refsect2">
|
@@ -4792,7 +4792,7 @@ requesting size</p>
|
|
4792
4792
|
<a name="GTK-STYLE-PROPERTY-BORDER-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BORDER_COLOR</h3>
|
4793
4793
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BORDER_COLOR "border-color"
|
4794
4794
|
</pre>
|
4795
|
-
<p>A property holding the element’s border color as a <a href="http://developer.gnome.org/gdk3/
|
4795
|
+
<p>A property holding the element’s border color as a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4796
4796
|
</div>
|
4797
4797
|
<hr>
|
4798
4798
|
<div class="refsect2">
|
@@ -5191,7 +5191,7 @@ belonging to the same control.</p>
|
|
5191
5191
|
<a name="GTK-STYLE-CLASS-LIST-ROW:CAPS"></a><h3>GTK_STYLE_CLASS_LIST_ROW</h3>
|
5192
5192
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LIST_ROW "list-row"
|
5193
5193
|
</pre>
|
5194
|
-
<p>A CSS class to match list
|
5194
|
+
<p>A CSS class to match list rows.</p>
|
5195
5195
|
<p>Refer to individual widget documentation for used style classes.</p>
|
5196
5196
|
</div>
|
5197
5197
|
<hr>
|
@@ -5865,22 +5865,22 @@ that can be of different width on each side.</p>
|
|
5865
5865
|
</colgroup>
|
5866
5866
|
<tbody>
|
5867
5867
|
<tr>
|
5868
|
-
<td class="struct_member_name"><p><a href="
|
5868
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GtkBorder-struct.left"></a>left</code></em>;</p></td>
|
5869
5869
|
<td class="struct_member_description"><p>The width of the left border</p></td>
|
5870
5870
|
<td class="struct_member_annotations"> </td>
|
5871
5871
|
</tr>
|
5872
5872
|
<tr>
|
5873
|
-
<td class="struct_member_name"><p><a href="
|
5873
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GtkBorder-struct.right"></a>right</code></em>;</p></td>
|
5874
5874
|
<td class="struct_member_description"><p>The width of the right border</p></td>
|
5875
5875
|
<td class="struct_member_annotations"> </td>
|
5876
5876
|
</tr>
|
5877
5877
|
<tr>
|
5878
|
-
<td class="struct_member_name"><p><a href="
|
5878
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GtkBorder-struct.top"></a>top</code></em>;</p></td>
|
5879
5879
|
<td class="struct_member_description"><p>The width of the top border</p></td>
|
5880
5880
|
<td class="struct_member_annotations"> </td>
|
5881
5881
|
</tr>
|
5882
5882
|
<tr>
|
5883
|
-
<td class="struct_member_name"><p><a href="
|
5883
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GtkBorder-struct.bottom"></a>bottom</code></em>;</p></td>
|
5884
5884
|
<td class="struct_member_description"><p>The width of the bottom border</p></td>
|
5885
5885
|
<td class="struct_member_annotations"> </td>
|
5886
5886
|
</tr>
|
@@ -5928,7 +5928,7 @@ for details.</p>
|
|
5928
5928
|
<a name="GtkStyleContext-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
|
5929
5929
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5930
5930
|
user_function (<a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *arg0,
|
5931
|
-
<a href="
|
5931
|
+
<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>
|
5932
5932
|
<p>The ::changed signal is emitted when there is a change in the
|
5933
5933
|
<a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>.</p>
|
5934
5934
|
<p>For a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned by <a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, the
|
@@ -5949,7 +5949,7 @@ user_function (<a class="link" href="GtkStyleContext.html" title="GtkStyleContex
|
|
5949
5949
|
</tr></tbody>
|
5950
5950
|
</table></div>
|
5951
5951
|
</div>
|
5952
|
-
<p>Flags: <a href="
|
5952
|
+
<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>
|
5953
5953
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
5954
5954
|
</div>
|
5955
5955
|
</div>
|