gdk3 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/dependency-check/Rakefile +43 -0
- data/lib/gdk3.rb +4 -1
- data/lib/gdk3/event-readers.rb +117 -0
- data/lib/gdk3/event.rb +54 -1
- data/lib/gdk3/loader.rb +50 -4
- data/lib/gdk3/x11-loader.rb +27 -0
- data/test/test-gdk-event.rb +7 -11
- 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/gdkversionmacros.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
- 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/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +1 -1
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +1 -1
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +129 -111
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +11 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +31 -31
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +4 -17
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +7 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +16 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +60 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +2 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +13 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +26 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +39 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +317 -311
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +9 -1
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +39 -30
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +141 -141
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +49 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +1 -1
- 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 +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +28 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +80 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +4 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +4 -17
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +1 -1
- data/vendor/local/share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open-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/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-select-all.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new-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/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-kiss.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-raspberry.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/face-worried.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.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/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept-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-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/edit-select-all.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-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-kiss.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-raspberry.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/face-worried.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open-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/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-select-all.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new-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/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-kiss.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-raspberry.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emotes/face-worried.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept-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-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open-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/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-select-all.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new-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/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-kiss.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-raspberry.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/face-worried.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.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/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.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-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open-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/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-select-all.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new-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/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-angel.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-angry.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-cool.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-crying.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-devilish.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-embarrassed.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-glasses.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-kiss.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-laugh.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-plain.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-raspberry.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-sad.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-sick.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-smile-big.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-smile.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-smirk.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-surprise.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-tired.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-uncertain.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-wink.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/face-worried.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.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/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept-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-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/address-book-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/edit-select-all.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/folder-new-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/64x64/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/mimetypes/x-office-calendar-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch.ani +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in.cur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out.cur +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +36 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-new-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-open-symbolic.svg +20 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-send-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +2 -2
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +2 -6
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg +18 -15
- data/vendor/local/share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +1 -1
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +1 -1
- data/vendor/local/share/icons/Adwaita/scalable/status/night-light-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +3 -3
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +2 -1
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/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/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.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/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +2 -2
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +2 -2
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +2 -2
- data/vendor/local/share/man/man1/gtk-launch.1 +2 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -2
- data/vendor/local/share/man/man1/gtk-query-settings.1 +2 -2
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-demo.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +2 -2
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +233 -221
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +0 -292
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +0 -136
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +0 -56
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +0 -41
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +0 -146
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +0 -45
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +0 -65
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +0 -170
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +0 -258
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +0 -135
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +0 -45
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +0 -131
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +0 -449
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +0 -1903
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +0 -697
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +0 -469
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +0 -538
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +0 -456
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +0 -214
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +0 -368
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +0 -237
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +0 -201
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +0 -316
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +0 -333
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +0 -176
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +0 -4079
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-page-setup.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-properties.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-revert-rtl.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-revert.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-save-as.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-save.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/edit-select-all.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-character-map.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-text-editor.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/utilities-system-monitor.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/utilities-terminal.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/categories/applications-internet.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/categories/applications-system.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/drive-harddisk.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/input-dialpad.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/multimedia-player.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emblems/emblem-package.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emblems/emblem-readonly.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emblems/emblem-shared.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emblems/emblem-symbolic-link.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emblems/emblem-unreadable.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/application-x-executable.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/audio-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/font-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/image-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/package-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/text-html.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/text-x-generic-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/text-x-generic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/text-x-preview.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/text-x-script.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-address-book.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-document-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-document.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-drawing-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-drawing.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-presentation-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-presentation.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-spreadsheet-template.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-office-spreadsheet.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/256x256/status/image-loading.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/image-missing.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkTreeView: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
9
9
|
<link rel="prev" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn">
|
@@ -510,7 +510,7 @@
|
|
510
510
|
</tr>
|
511
511
|
<tr>
|
512
512
|
<td class="function_type">
|
513
|
-
<a href="
|
513
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
514
514
|
</td>
|
515
515
|
<td class="function_name">
|
516
516
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a> <span class="c_punctuation">()</span>
|
@@ -622,7 +622,7 @@
|
|
622
622
|
</tr>
|
623
623
|
<tr>
|
624
624
|
<td class="function_type">
|
625
|
-
<span class="returnvalue">cairo_surface_t</span> *
|
625
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> *
|
626
626
|
</td>
|
627
627
|
<td class="function_name">
|
628
628
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-create-row-drag-icon" title="gtk_tree_view_create_row_drag_icon ()">gtk_tree_view_create_row_drag_icon</a> <span class="c_punctuation">()</span>
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
</tr>
|
1024
1024
|
<tr>
|
1025
1025
|
<td class="property_type">
|
1026
|
-
<span class="type">GdkColor</span> *</td>
|
1026
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
1027
1027
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-even-row-color" title="The “even-row-color” style property">even-row-color</a></td>
|
1028
1028
|
<td class="property_flags">Read</td>
|
1029
1029
|
</tr>
|
@@ -1055,7 +1055,7 @@
|
|
1055
1055
|
</tr>
|
1056
1056
|
<tr>
|
1057
1057
|
<td class="property_type">
|
1058
|
-
<span class="type">GdkColor</span> *</td>
|
1058
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
1059
1059
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-odd-row-color" title="The “odd-row-color” style property">odd-row-color</a></td>
|
1060
1060
|
<td class="property_flags">Read</td>
|
1061
1061
|
</tr>
|
@@ -3511,7 +3511,7 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
|
|
3511
3511
|
gtk_tree_view_get_cell_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3512
3512
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3513
3513
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3514
|
-
<em class="parameter"><code><a href="
|
3514
|
+
<em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
3515
3515
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3516
3516
|
row specified by <em class="parameter"><code>path</code></em>
|
3517
3517
|
and the column specified by <em class="parameter"><code>column</code></em>
|
@@ -3571,7 +3571,7 @@ realized.</p>
|
|
3571
3571
|
gtk_tree_view_get_background_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3572
3572
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3573
3573
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3574
|
-
<em class="parameter"><code><a href="
|
3574
|
+
<em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
3575
3575
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3576
3576
|
row specified by <em class="parameter"><code>path</code></em>
|
3577
3577
|
and the column specified by <em class="parameter"><code>column</code></em>
|
@@ -3629,7 +3629,7 @@ itself, excluding surrounding borders and the tree expander area.</p>
|
|
3629
3629
|
<a name="gtk-tree-view-get-visible-rect"></a><h3>gtk_tree_view_get_visible_rect ()</h3>
|
3630
3630
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3631
3631
|
gtk_tree_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3632
|
-
<em class="parameter"><code><a href="
|
3632
|
+
<em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
|
3633
3633
|
<p>Fills <em class="parameter"><code>visible_rect</code></em>
|
3634
3634
|
with the currently-visible region of the
|
3635
3635
|
buffer, in tree coordinates. Convert to bin_window coordinates with
|
@@ -3710,7 +3710,7 @@ and <em class="parameter"><code>end_path</code></em>
|
|
3710
3710
|
<hr>
|
3711
3711
|
<div class="refsect2">
|
3712
3712
|
<a name="gtk-tree-view-get-bin-window"></a><h3>gtk_tree_view_get_bin_window ()</h3>
|
3713
|
-
<pre class="programlisting"><a href="
|
3713
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
3714
3714
|
gtk_tree_view_get_bin_window (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
3715
3715
|
<p>Returns the window that <em class="parameter"><code>tree_view</code></em>
|
3716
3716
|
renders to.
|
@@ -3734,7 +3734,7 @@ to confirm that the event on <em class="parameter"><code>tree_view</code></em>
|
|
3734
3734
|
</div>
|
3735
3735
|
<div class="refsect3">
|
3736
3736
|
<a name="gtk-tree-view-get-bin-window.returns"></a><h4>Returns</h4>
|
3737
|
-
<p> A <a href="
|
3737
|
+
<p> A <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when <em class="parameter"><code>tree_view</code></em>
|
3738
3738
|
hasn’t been realized yet. </p>
|
3739
3739
|
<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>
|
3740
3740
|
</div>
|
@@ -4052,7 +4052,7 @@ tree (the full scrollable area of the tree).</p>
|
|
4052
4052
|
gtk_tree_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4053
4053
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4054
4054
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
4055
|
-
<em class="parameter"><code><a href="
|
4055
|
+
<em class="parameter"><code><a href="../html/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
4056
4056
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4057
4057
|
into a drop destination for automatic DND. Calling
|
4058
4058
|
this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
@@ -4098,10 +4098,10 @@ widget</p></td>
|
|
4098
4098
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4099
4099
|
gtk_tree_view_enable_model_drag_source
|
4100
4100
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4101
|
-
<em class="parameter"><code><a href="
|
4101
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
|
4102
4102
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4103
4103
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_targets</code></em>,
|
4104
|
-
<em class="parameter"><code><a href="
|
4104
|
+
<em class="parameter"><code><a href="../html/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
4105
4105
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4106
4106
|
into a drag source for automatic DND. Calling this
|
4107
4107
|
method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
@@ -4332,10 +4332,10 @@ is indeed the case.</p>
|
|
4332
4332
|
<hr>
|
4333
4333
|
<div class="refsect2">
|
4334
4334
|
<a name="gtk-tree-view-create-row-drag-icon"></a><h3>gtk_tree_view_create_row_drag_icon ()</h3>
|
4335
|
-
<pre class="programlisting"><span class="returnvalue">cairo_surface_t</span> *
|
4335
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> *
|
4336
4336
|
gtk_tree_view_create_row_drag_icon (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4337
4337
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
4338
|
-
<p>Creates a <span class="type">cairo_surface_t</span> representation of the row at <em class="parameter"><code>path</code></em>
|
4338
|
+
<p>Creates a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> representation of the row at <em class="parameter"><code>path</code></em>
|
4339
4339
|
.
|
4340
4340
|
This image is used for a drag icon.</p>
|
4341
4341
|
<div class="refsect3">
|
@@ -5872,7 +5872,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5872
5872
|
<hr>
|
5873
5873
|
<div class="refsect2">
|
5874
5874
|
<a name="GtkTreeView--s-even-row-color"></a><h3>The <code class="literal">“even-row-color”</code> style property</h3>
|
5875
|
-
<pre class="programlisting"> “even-row-color” <span class="type">GdkColor</span> *</pre>
|
5875
|
+
<pre class="programlisting"> “even-row-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
5876
5876
|
<p>Color to use for even rows.</p>
|
5877
5877
|
<p>Flags: Read</p>
|
5878
5878
|
</div>
|
@@ -5922,7 +5922,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5922
5922
|
<hr>
|
5923
5923
|
<div class="refsect2">
|
5924
5924
|
<a name="GtkTreeView--s-odd-row-color"></a><h3>The <code class="literal">“odd-row-color”</code> style property</h3>
|
5925
|
-
<pre class="programlisting"> “odd-row-color” <span class="type">GdkColor</span> *</pre>
|
5925
|
+
<pre class="programlisting"> “odd-row-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
5926
5926
|
<p>Color to use for odd rows.</p>
|
5927
5927
|
<p>Flags: Read</p>
|
5928
5928
|
</div>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkTreeViewColumn: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
9
9
|
<link rel="prev" href="GtkTreeSelection.html" title="GtkTreeSelection">
|
@@ -2247,7 +2247,7 @@ renderer. This is used primarily by the <a class="link" href="GtkTreeView.html"
|
|
2247
2247
|
<a name="gtk-tree-view-column-cell-get-size"></a><h3>gtk_tree_view_column_cell_get_size ()</h3>
|
2248
2248
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2249
2249
|
gtk_tree_view_column_cell_get_size (<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *tree_column</code></em>,
|
2250
|
-
<em class="parameter"><code>const <a href="
|
2250
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *cell_area</code></em>,
|
2251
2251
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_offset</code></em>,
|
2252
2252
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_offset</code></em>,
|
2253
2253
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkUIManager: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkVScrollbar.html" title="GtkVScrollbar">
|
@@ -347,7 +347,7 @@ the similarly named <a class="link" href="GtkBuilder.html#BUILDER-UI" title="Gtk
|
|
347
347
|
<span class="gtkdoc opt"><!</span>ELEMENT <span class="function">toolbar</span> <span class="gtkdoc opt">(</span>toolitem<span class="gtkdoc opt">|</span>separator<span class="gtkdoc opt">|</span>placeholder<span class="gtkdoc opt">)* ></span>
|
348
348
|
<span class="gtkdoc opt"><!</span>ELEMENT <span class="function">placeholder</span> <span class="gtkdoc opt">(</span>menuitem<span class="gtkdoc opt">|</span>toolitem<span class="gtkdoc opt">|</span>separator<span class="gtkdoc opt">|</span>placeholder<span class="gtkdoc opt">|</span>menu<span class="gtkdoc opt">)* ></span>
|
349
349
|
<span class="gtkdoc opt"><!</span>ELEMENT menuitem EMPTY <span class="gtkdoc opt">></span>
|
350
|
-
<span class="gtkdoc opt"><!</span>ELEMENT <span class="function">toolitem</span> <span class="gtkdoc opt">(</span>menu
|
350
|
+
<span class="gtkdoc opt"><!</span>ELEMENT <span class="function">toolitem</span> <span class="gtkdoc opt">(</span>menu<span class="gtkdoc opt">?) ></span>
|
351
351
|
<span class="gtkdoc opt"><!</span>ELEMENT separator EMPTY <span class="gtkdoc opt">></span>
|
352
352
|
<span class="gtkdoc opt"><!</span>ELEMENT accelerator EMPTY <span class="gtkdoc opt">></span>
|
353
353
|
<span class="gtkdoc opt"><!</span>ATTLIST menubar name <span class="gtkdoc ppc">#IMPLIED</span>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVBox: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHBox.html" title="GtkHBox">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVButtonBox: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHButtonBox.html" title="GtkHButtonBox">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVPaned: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHPaned.html" title="GtkHPaned">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVScale: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHScale.html" title="GtkHScale">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVScrollbar: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHScrollbar.html" title="GtkHScrollbar">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVSeparator: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkHSeparator.html" title="GtkHSeparator">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkViewport: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
9
9
|
<link rel="prev" href="GtkTooltip.html" title="GtkTooltip">
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</tr>
|
101
101
|
<tr>
|
102
102
|
<td class="function_type">
|
103
|
-
<a href="
|
103
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
104
104
|
</td>
|
105
105
|
<td class="function_name">
|
106
106
|
<a class="link" href="GtkViewport.html#gtk-viewport-get-bin-window" title="gtk_viewport_get_bin_window ()">gtk_viewport_get_bin_window</a> <span class="c_punctuation">()</span>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</tr>
|
109
109
|
<tr>
|
110
110
|
<td class="function_type">
|
111
|
-
<a href="
|
111
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
112
112
|
</td>
|
113
113
|
<td class="function_name">
|
114
114
|
<a class="link" href="GtkViewport.html#gtk-viewport-get-view-window" title="gtk_viewport_get_view_window ()">gtk_viewport_get_view_window</a> <span class="c_punctuation">()</span>
|
@@ -420,7 +420,7 @@ gtk_viewport_get_shadow_type (<em class="parameter"><code><a class="link" href="
|
|
420
420
|
<hr>
|
421
421
|
<div class="refsect2">
|
422
422
|
<a name="gtk-viewport-get-bin-window"></a><h3>gtk_viewport_get_bin_window ()</h3>
|
423
|
-
<pre class="programlisting"><a href="
|
423
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
424
424
|
gtk_viewport_get_bin_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
|
425
425
|
<p>Gets the bin window of the <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</p>
|
426
426
|
<div class="refsect3">
|
@@ -440,7 +440,7 @@ gtk_viewport_get_bin_window (<em class="parameter"><code><a class="link" href="G
|
|
440
440
|
</div>
|
441
441
|
<div class="refsect3">
|
442
442
|
<a name="gtk-viewport-get-bin-window.returns"></a><h4>Returns</h4>
|
443
|
-
<p> a <a href="
|
443
|
+
<p> a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>. </p>
|
444
444
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
445
445
|
</div>
|
446
446
|
<p class="since">Since: 2.20</p>
|
@@ -448,7 +448,7 @@ gtk_viewport_get_bin_window (<em class="parameter"><code><a class="link" href="G
|
|
448
448
|
<hr>
|
449
449
|
<div class="refsect2">
|
450
450
|
<a name="gtk-viewport-get-view-window"></a><h3>gtk_viewport_get_view_window ()</h3>
|
451
|
-
<pre class="programlisting"><a href="
|
451
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
452
452
|
gtk_viewport_get_view_window (<em class="parameter"><code><a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a> *viewport</code></em>);</pre>
|
453
453
|
<p>Gets the view window of the <a class="link" href="GtkViewport.html" title="GtkViewport"><span class="type">GtkViewport</span></a>.</p>
|
454
454
|
<div class="refsect3">
|
@@ -468,7 +468,7 @@ gtk_viewport_get_view_window (<em class="parameter"><code><a class="link" href="
|
|
468
468
|
</div>
|
469
469
|
<div class="refsect3">
|
470
470
|
<a name="gtk-viewport-get-view-window.returns"></a><h4>Returns</h4>
|
471
|
-
<p> a <a href="
|
471
|
+
<p> a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>. </p>
|
472
472
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
473
473
|
</div>
|
474
474
|
<p class="since">Since: 2.22</p>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkVolumeButton: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
|
9
9
|
<link rel="prev" href="GtkScaleButton.html" title="GtkScaleButton">
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkWidget: GTK+ 3 Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="AbstractObjects.html" title="Abstract Base Classes">
|
@@ -199,7 +199,7 @@
|
|
199
199
|
</tr>
|
200
200
|
<tr>
|
201
201
|
<td class="function_type">
|
202
|
-
<a href="
|
202
|
+
<a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
|
203
203
|
</td>
|
204
204
|
<td class="function_name">
|
205
205
|
<a class="link" href="GtkWidget.html#gtk-widget-get-frame-clock" title="gtk_widget_get_frame_clock ()">gtk_widget_get_frame_clock</a> <span class="c_punctuation">()</span>
|
@@ -414,7 +414,7 @@
|
|
414
414
|
</tr>
|
415
415
|
<tr>
|
416
416
|
<td class="function_type">
|
417
|
-
<a href="
|
417
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
418
418
|
</td>
|
419
419
|
<td class="function_name">
|
420
420
|
<a class="link" href="GtkWidget.html#gtk-widget-get-parent-window" title="gtk_widget_get_parent_window ()">gtk_widget_get_parent_window</a> <span class="c_punctuation">()</span>
|
@@ -454,7 +454,7 @@
|
|
454
454
|
</tr>
|
455
455
|
<tr>
|
456
456
|
<td class="function_type">
|
457
|
-
<a href="
|
457
|
+
<a href="../html/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a>
|
458
458
|
</td>
|
459
459
|
<td class="function_name">
|
460
460
|
<a class="link" href="GtkWidget.html#gtk-widget-get-device-events" title="gtk_widget_get_device_events ()">gtk_widget_get_device_events</a> <span class="c_punctuation">()</span>
|
@@ -502,7 +502,7 @@
|
|
502
502
|
</tr>
|
503
503
|
<tr>
|
504
504
|
<td class="function_type">
|
505
|
-
<a href="
|
505
|
+
<a href="../html/gdk3-Visuals.html#GdkVisual-struct"><span class="returnvalue">GdkVisual</span></a> *
|
506
506
|
</td>
|
507
507
|
<td class="function_name">
|
508
508
|
<a class="link" href="GtkWidget.html#gtk-widget-get-visual" title="gtk_widget_get_visual ()">gtk_widget_get_visual</a> <span class="c_punctuation">()</span>
|
@@ -789,7 +789,7 @@
|
|
789
789
|
</td>
|
790
790
|
</tr>
|
791
791
|
<tr>
|
792
|
-
<td class="function_type">const <span class="returnvalue">cairo_font_options_t</span> *
|
792
|
+
<td class="function_type">const <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> *
|
793
793
|
</td>
|
794
794
|
<td class="function_name">
|
795
795
|
<a class="link" href="GtkWidget.html#gtk-widget-get-font-options" title="gtk_widget_get_font_options ()">gtk_widget_get_font_options</a> <span class="c_punctuation">()</span>
|
@@ -821,7 +821,7 @@
|
|
821
821
|
</tr>
|
822
822
|
<tr>
|
823
823
|
<td class="function_type">
|
824
|
-
<span class="returnvalue">GdkPixbuf</span> *
|
824
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
825
825
|
</td>
|
826
826
|
<td class="function_name">
|
827
827
|
<a class="link" href="GtkWidget.html#gtk-widget-render-icon" title="gtk_widget_render_icon ()">gtk_widget_render_icon</a> <span class="c_punctuation">()</span>
|
@@ -829,7 +829,7 @@
|
|
829
829
|
</tr>
|
830
830
|
<tr>
|
831
831
|
<td class="function_type">
|
832
|
-
<span class="returnvalue">GdkPixbuf</span> *
|
832
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
833
833
|
</td>
|
834
834
|
<td class="function_name">
|
835
835
|
<a class="link" href="GtkWidget.html#gtk-widget-render-icon-pixbuf" title="gtk_widget_render_icon_pixbuf ()">gtk_widget_render_icon_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -941,7 +941,7 @@
|
|
941
941
|
</tr>
|
942
942
|
<tr>
|
943
943
|
<td class="function_type">
|
944
|
-
<span class="returnvalue">cairo_region_t</span> *
|
944
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> *
|
945
945
|
</td>
|
946
946
|
<td class="function_name">
|
947
947
|
<a class="link" href="GtkWidget.html#gtk-widget-region-intersect" title="gtk_widget_region_intersect ()">gtk_widget_region_intersect</a> <span class="c_punctuation">()</span>
|
@@ -1077,7 +1077,7 @@
|
|
1077
1077
|
</tr>
|
1078
1078
|
<tr>
|
1079
1079
|
<td class="function_type">
|
1080
|
-
<a href="
|
1080
|
+
<a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
|
1081
1081
|
</td>
|
1082
1082
|
<td class="function_name">
|
1083
1083
|
<a class="link" href="GtkWidget.html#gtk-widget-get-display" title="gtk_widget_get_display ()">gtk_widget_get_display</a> <span class="c_punctuation">()</span>
|
@@ -1085,7 +1085,7 @@
|
|
1085
1085
|
</tr>
|
1086
1086
|
<tr>
|
1087
1087
|
<td class="function_type">
|
1088
|
-
<a href="
|
1088
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
1089
1089
|
</td>
|
1090
1090
|
<td class="function_name">
|
1091
1091
|
<a class="link" href="GtkWidget.html#gtk-widget-get-root-window" title="gtk_widget_get_root_window ()">gtk_widget_get_root_window</a> <span class="c_punctuation">()</span>
|
@@ -1093,7 +1093,7 @@
|
|
1093
1093
|
</tr>
|
1094
1094
|
<tr>
|
1095
1095
|
<td class="function_type">
|
1096
|
-
<a href="
|
1096
|
+
<a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
1097
1097
|
</td>
|
1098
1098
|
<td class="function_name">
|
1099
1099
|
<a class="link" href="GtkWidget.html#gtk-widget-get-screen" title="gtk_widget_get_screen ()">gtk_widget_get_screen</a> <span class="c_punctuation">()</span>
|
@@ -1277,7 +1277,7 @@
|
|
1277
1277
|
</tr>
|
1278
1278
|
<tr>
|
1279
1279
|
<td class="function_type">
|
1280
|
-
<a href="
|
1280
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
1281
1281
|
</td>
|
1282
1282
|
<td class="function_name">
|
1283
1283
|
<a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()">gtk_widget_get_window</a> <span class="c_punctuation">()</span>
|
@@ -1677,7 +1677,7 @@
|
|
1677
1677
|
</tr>
|
1678
1678
|
<tr>
|
1679
1679
|
<td class="function_type">
|
1680
|
-
<a href="
|
1680
|
+
<a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
|
1681
1681
|
</td>
|
1682
1682
|
<td class="function_name">
|
1683
1683
|
<a class="link" href="GtkWidget.html#gtk-widget-get-modifier-mask" title="gtk_widget_get_modifier_mask ()">gtk_widget_get_modifier_mask</a> <span class="c_punctuation">()</span>
|
@@ -2189,7 +2189,7 @@
|
|
2189
2189
|
<td class="property_flags">Read / Write</td>
|
2190
2190
|
</tr>
|
2191
2191
|
<tr>
|
2192
|
-
<td class="property_type"><a href="
|
2192
|
+
<td class="property_type"><a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a></td>
|
2193
2193
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--events" title="The “events” property">events</a></td>
|
2194
2194
|
<td class="property_flags">Read / Write</td>
|
2195
2195
|
</tr>
|
@@ -2360,7 +2360,7 @@
|
|
2360
2360
|
</tr>
|
2361
2361
|
<tr>
|
2362
2362
|
<td class="property_type">
|
2363
|
-
<a href="
|
2363
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *</td>
|
2364
2364
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--window" title="The “window” property">window</a></td>
|
2365
2365
|
<td class="property_flags">Read</td>
|
2366
2366
|
</tr>
|
@@ -2383,7 +2383,7 @@
|
|
2383
2383
|
</tr>
|
2384
2384
|
<tr>
|
2385
2385
|
<td class="property_type">
|
2386
|
-
<span class="type">GdkColor</span> *</td>
|
2386
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
2387
2387
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--s-cursor-color" title="The “cursor-color” style property">cursor-color</a></td>
|
2388
2388
|
<td class="property_flags">Read</td>
|
2389
2389
|
</tr>
|
@@ -2410,7 +2410,7 @@
|
|
2410
2410
|
</tr>
|
2411
2411
|
<tr>
|
2412
2412
|
<td class="property_type">
|
2413
|
-
<span class="type">GdkColor</span> *</td>
|
2413
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
2414
2414
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--s-link-color" title="The “link-color” style property">link-color</a></td>
|
2415
2415
|
<td class="property_flags">Read</td>
|
2416
2416
|
</tr>
|
@@ -2426,7 +2426,7 @@
|
|
2426
2426
|
</tr>
|
2427
2427
|
<tr>
|
2428
2428
|
<td class="property_type">
|
2429
|
-
<span class="type">GdkColor</span> *</td>
|
2429
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
2430
2430
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--s-secondary-cursor-color" title="The “secondary-cursor-color” style property">secondary-cursor-color</a></td>
|
2431
2431
|
<td class="property_flags">Read</td>
|
2432
2432
|
</tr>
|
@@ -2452,7 +2452,7 @@
|
|
2452
2452
|
</tr>
|
2453
2453
|
<tr>
|
2454
2454
|
<td class="property_type">
|
2455
|
-
<span class="type">GdkColor</span> *</td>
|
2455
|
+
<a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
|
2456
2456
|
<td class="property_name"><a class="link" href="GtkWidget.html#GtkWidget--s-visited-link-color" title="The “visited-link-color” style property">visited-link-color</a></td>
|
2457
2457
|
<td class="property_flags">Read</td>
|
2458
2458
|
</tr>
|
@@ -3928,7 +3928,7 @@ associated with the widget, such as <em class="parameter"><code>widget->windo
|
|
3928
3928
|
<a name="gtk-widget-draw"></a><h3>gtk_widget_draw ()</h3>
|
3929
3929
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3930
3930
|
gtk_widget_draw (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3931
|
-
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>);</pre>
|
3931
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
3932
3932
|
<p>Draws <em class="parameter"><code>widget</code></em>
|
3933
3933
|
to <em class="parameter"><code>cr</code></em>
|
3934
3934
|
. The top left corner of the widget will be
|
@@ -3937,14 +3937,14 @@ drawn to the currently set origin point of <em class="parameter"><code>cr</code>
|
|
3937
3937
|
<p>You should pass a cairo context as <em class="parameter"><code>cr</code></em>
|
3938
3938
|
argument that is in an
|
3939
3939
|
original state. Otherwise the resulting drawing is undefined. For
|
3940
|
-
example changing the operator using <code class="function">cairo_set_operator()</code> or the
|
3941
|
-
line width using <code class="function">cairo_set_line_width()</code> might have unwanted side
|
3940
|
+
example changing the operator using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-operator"><code class="function">cairo_set_operator()</code></a> or the
|
3941
|
+
line width using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-width"><code class="function">cairo_set_line_width()</code></a> might have unwanted side
|
3942
3942
|
effects.
|
3943
3943
|
You may however change the context’s transform matrix - like with
|
3944
|
-
<code class="function">cairo_scale()</code>, <code class="function">cairo_translate()</code> or <code class="function">cairo_set_matrix()</code> and clip
|
3945
|
-
region with <code class="function">cairo_clip()</code> prior to calling this function. Also, it
|
3946
|
-
is fine to modify the context with <code class="function">cairo_save()</code> and
|
3947
|
-
<code class="function">cairo_push_group()</code> prior to calling this function.</p>
|
3944
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-scale"><code class="function">cairo_scale()</code></a>, <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-translate"><code class="function">cairo_translate()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-set-matrix"><code class="function">cairo_set_matrix()</code></a> and clip
|
3945
|
+
region with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-clip"><code class="function">cairo_clip()</code></a> prior to calling this function. Also, it
|
3946
|
+
is fine to modify the context with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a> and
|
3947
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-push-group"><code class="function">cairo_push_group()</code></a> prior to calling this function.</p>
|
3948
3948
|
<p>Note that special-purpose widgets may contain special code for
|
3949
3949
|
rendering to the screen and might appear differently on screen
|
3950
3950
|
and when rendered using <a class="link" href="GtkWidget.html#gtk-widget-draw" title="gtk_widget_draw ()"><code class="function">gtk_widget_draw()</code></a>.</p>
|
@@ -4082,16 +4082,16 @@ reposition its contents.</p>
|
|
4082
4082
|
<hr>
|
4083
4083
|
<div class="refsect2">
|
4084
4084
|
<a name="gtk-widget-get-frame-clock"></a><h3>gtk_widget_get_frame_clock ()</h3>
|
4085
|
-
<pre class="programlisting"><a href="
|
4085
|
+
<pre class="programlisting"><a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
|
4086
4086
|
gtk_widget_get_frame_clock (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
4087
4087
|
<p>Obtains the frame clock for a widget. The frame clock is a global
|
4088
4088
|
“ticker” that can be used to drive animations and repaints. The
|
4089
4089
|
most common reason to get the frame clock is to call
|
4090
|
-
<a href="
|
4090
|
+
<a href="../html/GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a>, in order to get a time to use for
|
4091
4091
|
animating. For example you might record the start of the animation
|
4092
|
-
with an initial value from <a href="
|
4092
|
+
with an initial value from <a href="../html/GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a>, and
|
4093
4093
|
then update the animation by calling
|
4094
|
-
<a href="
|
4094
|
+
<a href="../html/GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a> again during each repaint.</p>
|
4095
4095
|
<p>gdk_frame_clock_request_phase() will result in a new frame on the
|
4096
4096
|
clock, but won’t necessarily repaint any widgets. To repaint a
|
4097
4097
|
widget, you have to use <a class="link" href="GtkWidget.html#gtk-widget-queue-draw" title="gtk_widget_queue_draw ()"><code class="function">gtk_widget_queue_draw()</code></a> which invalidates
|
@@ -4119,7 +4119,7 @@ change the widget’s frame clock.</p>
|
|
4119
4119
|
</div>
|
4120
4120
|
<div class="refsect3">
|
4121
4121
|
<a name="gtk-widget-get-frame-clock.returns"></a><h4>Returns</h4>
|
4122
|
-
<p> a <a href="
|
4122
|
+
<p> a <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>,
|
4123
4123
|
or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if widget is unrealized. </p>
|
4124
4124
|
<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>
|
4125
4125
|
</div>
|
@@ -4133,7 +4133,7 @@ gtk_widget_get_scale_factor (<em class="parameter"><code><a class="link" href="G
|
|
4133
4133
|
<p>Retrieves the internal scale factor that maps from window coordinates
|
4134
4134
|
to the actual device pixels. On traditional systems this is 1, on
|
4135
4135
|
high density outputs, it can be a higher value (typically 2).</p>
|
4136
|
-
<p>See <a href="
|
4136
|
+
<p>See <a href="../html/gdk3-Windows.html#gdk-window-get-scale-factor"><code class="function">gdk_window_get_scale_factor()</code></a>.</p>
|
4137
4137
|
<div class="refsect3">
|
4138
4138
|
<a name="gtk-widget-get-scale-factor.parameters"></a><h4>Parameters</h4>
|
4139
4139
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4161,7 +4161,7 @@ high density outputs, it can be a higher value (typically 2).</p>
|
|
4161
4161
|
<a name="GtkTickCallback"></a><h3>GtkTickCallback ()</h3>
|
4162
4162
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4163
4163
|
<span class="c_punctuation">(</span>*GtkTickCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4164
|
-
<em class="parameter"><code><a href="
|
4164
|
+
<em class="parameter"><code><a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>,
|
4165
4165
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4166
4166
|
<p>Callback type for adding a function to update animations. See <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()"><code class="function">gtk_widget_add_tick_callback()</code></a>.</p>
|
4167
4167
|
<div class="refsect3">
|
@@ -4219,11 +4219,11 @@ then you will have to call <a class="link" href="GtkWidget.html#gtk-widget-queue
|
|
4219
4219
|
<a class="link" href="GtkWidget.html#gtk-widget-queue-draw-area" title="gtk_widget_queue_draw_area ()"><code class="function">gtk_widget_queue_draw_area()</code></a> yourself.</p>
|
4220
4220
|
<p>gdk_frame_clock_get_frame_time() should generally be used for timing
|
4221
4221
|
continuous animations and
|
4222
|
-
<a href="
|
4222
|
+
<a href="../html/gdk3-GdkFrameTimings.html#gdk-frame-timings-get-predicted-presentation-time"><code class="function">gdk_frame_timings_get_predicted_presentation_time()</code></a> if you are
|
4223
4223
|
trying to display isolated frames at particular times.</p>
|
4224
4224
|
<p>This is a more convenient alternative to connecting directly to the
|
4225
|
-
<a href="
|
4226
|
-
have to worry about when a <a href="
|
4225
|
+
<a href="../html/GdkFrameClock.html#GdkFrameClock-update"><span class="type">“update”</span></a> signal of <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>, since you don't
|
4226
|
+
have to worry about when a <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> is assigned to a widget.</p>
|
4227
4227
|
<div class="refsect3">
|
4228
4228
|
<a name="gtk-widget-add-tick-callback.parameters"></a><h4>Parameters</h4>
|
4229
4229
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4491,7 +4491,7 @@ gtk_widget_add_accelerator (<em class="parameter"><code><a class="link" href="Gt
|
|
4491
4491
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_signal</code></em>,
|
4492
4492
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
|
4493
4493
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> accel_key</code></em>,
|
4494
|
-
<em class="parameter"><code><a href="
|
4494
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
|
4495
4495
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelFlags" title="enum GtkAccelFlags"><span class="type">GtkAccelFlags</span></a> accel_flags</code></em>);</pre>
|
4496
4496
|
<p>Installs an accelerator for this <em class="parameter"><code>widget</code></em>
|
4497
4497
|
in <em class="parameter"><code>accel_group</code></em>
|
@@ -4555,7 +4555,7 @@ user, use <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-add-ent
|
|
4555
4555
|
gtk_widget_remove_accelerator (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4556
4556
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
|
4557
4557
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> accel_key</code></em>,
|
4558
|
-
<em class="parameter"><code><a href="
|
4558
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
|
4559
4559
|
<p>Removes an accelerator from <em class="parameter"><code>widget</code></em>
|
4560
4560
|
, previously installed with
|
4561
4561
|
<a class="link" href="GtkWidget.html#gtk-widget-add-accelerator" title="gtk_widget_add_accelerator ()"><code class="function">gtk_widget_add_accelerator()</code></a>.</p>
|
@@ -4739,14 +4739,14 @@ its ancestors mapped.</p>
|
|
4739
4739
|
<a name="gtk-widget-event"></a><h3>gtk_widget_event ()</h3>
|
4740
4740
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4741
4741
|
gtk_widget_event (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4742
|
-
<em class="parameter"><code><a href="
|
4742
|
+
<em class="parameter"><code><a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
4743
4743
|
<p>Rarely-used function. This function is used to emit
|
4744
4744
|
the event signals on a widget (those signals should never
|
4745
4745
|
be emitted without using this function to do so).
|
4746
4746
|
If you want to synthesize an event though, don’t use this function;
|
4747
4747
|
instead, use <a class="link" href="gtk3-General.html#gtk-main-do-event" title="gtk_main_do_event ()"><code class="function">gtk_main_do_event()</code></a> so the event will behave as if
|
4748
4748
|
it were in the event queue. Don’t synthesize expose events; instead,
|
4749
|
-
use <a href="
|
4749
|
+
use <a href="../html/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> to invalidate a region of the
|
4750
4750
|
window.</p>
|
4751
4751
|
<div class="refsect3">
|
4752
4752
|
<a name="gtk-widget-event.parameters"></a><h4>Parameters</h4>
|
@@ -4764,7 +4764,7 @@ window.</p>
|
|
4764
4764
|
</tr>
|
4765
4765
|
<tr>
|
4766
4766
|
<td class="parameter_name"><p>event</p></td>
|
4767
|
-
<td class="parameter_description"><p>a <a href="
|
4767
|
+
<td class="parameter_description"><p>a <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a></p></td>
|
4768
4768
|
<td class="parameter_annotations"> </td>
|
4769
4769
|
</tr>
|
4770
4770
|
</tbody>
|
@@ -4846,8 +4846,8 @@ count issues to avoid destroying the widget.</p>
|
|
4846
4846
|
<a name="gtk-widget-intersect"></a><h3>gtk_widget_intersect ()</h3>
|
4847
4847
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4848
4848
|
gtk_widget_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4849
|
-
<em class="parameter"><code>const <a href="
|
4850
|
-
<em class="parameter"><code><a href="
|
4849
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
|
4850
|
+
<em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *intersection</code></em>);</pre>
|
4851
4851
|
<p>Computes the intersection of a <em class="parameter"><code>widget</code></em>
|
4852
4852
|
’s area and <em class="parameter"><code>area</code></em>
|
4853
4853
|
, storing
|
@@ -4877,10 +4877,11 @@ interested in whether there was an intersection.</p>
|
|
4877
4877
|
</tr>
|
4878
4878
|
<tr>
|
4879
4879
|
<td class="parameter_name"><p>intersection</p></td>
|
4880
|
-
<td class="parameter_description"><p> rectangle to store
|
4880
|
+
<td class="parameter_description"><p> rectangle to store
|
4881
|
+
intersection of <em class="parameter"><code>widget</code></em>
|
4881
4882
|
and <em class="parameter"><code>area</code></em>
|
4882
4883
|
. </p></td>
|
4883
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
4884
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
4884
4885
|
</tr>
|
4885
4886
|
</tbody>
|
4886
4887
|
</table></div>
|
@@ -5158,7 +5159,7 @@ to reflect its new location. The opposite function is
|
|
5158
5159
|
<a name="gtk-widget-set-parent-window"></a><h3>gtk_widget_set_parent_window ()</h3>
|
5159
5160
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5160
5161
|
gtk_widget_set_parent_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5161
|
-
<em class="parameter"><code><a href="
|
5162
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *parent_window</code></em>);</pre>
|
5162
5163
|
<p>Sets a non default parent window for <em class="parameter"><code>widget</code></em>
|
5163
5164
|
.</p>
|
5164
5165
|
<p>For <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> classes, setting a <em class="parameter"><code>parent_window</code></em>
|
@@ -5193,7 +5194,7 @@ window is realized.</p>
|
|
5193
5194
|
<hr>
|
5194
5195
|
<div class="refsect2">
|
5195
5196
|
<a name="gtk-widget-get-parent-window"></a><h3>gtk_widget_get_parent_window ()</h3>
|
5196
|
-
<pre class="programlisting"><a href="
|
5197
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
5197
5198
|
gtk_widget_get_parent_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5198
5199
|
<p>Gets <em class="parameter"><code>widget</code></em>
|
5199
5200
|
’s parent window.</p>
|
@@ -5225,7 +5226,7 @@ gtk_widget_get_parent_window (<em class="parameter"><code><a class="link" href="
|
|
5225
5226
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5226
5227
|
gtk_widget_set_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5227
5228
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> events</code></em>);</pre>
|
5228
|
-
<p>Sets the event mask (see <a href="
|
5229
|
+
<p>Sets the event mask (see <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
|
5229
5230
|
mask determines which events a widget will receive. Keep in mind
|
5230
5231
|
that different widgets have different default event masks, and by
|
5231
5232
|
changing the event mask you may disrupt a widget’s functionality,
|
@@ -5264,7 +5265,7 @@ box.</p>
|
|
5264
5265
|
<a name="gtk-widget-get-events"></a><h3>gtk_widget_get_events ()</h3>
|
5265
5266
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
5266
5267
|
gtk_widget_get_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5267
|
-
<p>Returns the event mask (see <a href="
|
5268
|
+
<p>Returns the event mask (see <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for the widget. These are the
|
5268
5269
|
events that the widget will receive.</p>
|
5269
5270
|
<p>Note: Internally, the widget event mask will be the logical OR of the event
|
5270
5271
|
mask set through <a class="link" href="GtkWidget.html#gtk-widget-set-events" title="gtk_widget_set_events ()"><code class="function">gtk_widget_set_events()</code></a> or <a class="link" href="GtkWidget.html#gtk-widget-add-events" title="gtk_widget_add_events ()"><code class="function">gtk_widget_add_events()</code></a>, and the
|
@@ -5318,7 +5319,7 @@ gtk_widget_add_events (<em class="parameter"><code><a class="link" href="GtkWidg
|
|
5318
5319
|
</tr>
|
5319
5320
|
<tr>
|
5320
5321
|
<td class="parameter_name"><p>events</p></td>
|
5321
|
-
<td class="parameter_description"><p>an event mask, see <a href="
|
5322
|
+
<td class="parameter_description"><p>an event mask, see <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a></p></td>
|
5322
5323
|
<td class="parameter_annotations"> </td>
|
5323
5324
|
</tr>
|
5324
5325
|
</tbody>
|
@@ -5330,9 +5331,9 @@ gtk_widget_add_events (<em class="parameter"><code><a class="link" href="GtkWidg
|
|
5330
5331
|
<a name="gtk-widget-set-device-events"></a><h3>gtk_widget_set_device_events ()</h3>
|
5331
5332
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5332
5333
|
gtk_widget_set_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5333
|
-
<em class="parameter"><code><a href="
|
5334
|
-
<em class="parameter"><code><a href="
|
5335
|
-
<p>Sets the device event mask (see <a href="
|
5334
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>,
|
5335
|
+
<em class="parameter"><code><a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
|
5336
|
+
<p>Sets the device event mask (see <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
|
5336
5337
|
mask determines which events a widget will receive from <em class="parameter"><code>device</code></em>
|
5337
5338
|
. Keep
|
5338
5339
|
in mind that different widgets have different default event masks, and by
|
@@ -5360,7 +5361,7 @@ and receive events on the event box.</p>
|
|
5360
5361
|
</tr>
|
5361
5362
|
<tr>
|
5362
5363
|
<td class="parameter_name"><p>device</p></td>
|
5363
|
-
<td class="parameter_description"><p>a <a href="
|
5364
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
5364
5365
|
<td class="parameter_annotations"> </td>
|
5365
5366
|
</tr>
|
5366
5367
|
<tr>
|
@@ -5376,9 +5377,9 @@ and receive events on the event box.</p>
|
|
5376
5377
|
<hr>
|
5377
5378
|
<div class="refsect2">
|
5378
5379
|
<a name="gtk-widget-get-device-events"></a><h3>gtk_widget_get_device_events ()</h3>
|
5379
|
-
<pre class="programlisting"><a href="
|
5380
|
+
<pre class="programlisting"><a href="../html/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a>
|
5380
5381
|
gtk_widget_get_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5381
|
-
<em class="parameter"><code><a href="
|
5382
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
5382
5383
|
<p>Returns the events mask for the widget corresponding to an specific device. These
|
5383
5384
|
are the events that the widget will receive when <em class="parameter"><code>device</code></em>
|
5384
5385
|
operates on it.</p>
|
@@ -5398,7 +5399,7 @@ are the events that the widget will receive when <em class="parameter"><code>dev
|
|
5398
5399
|
</tr>
|
5399
5400
|
<tr>
|
5400
5401
|
<td class="parameter_name"><p>device</p></td>
|
5401
|
-
<td class="parameter_description"><p>a <a href="
|
5402
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
5402
5403
|
<td class="parameter_annotations"> </td>
|
5403
5404
|
</tr>
|
5404
5405
|
</tbody>
|
@@ -5416,8 +5417,8 @@ are the events that the widget will receive when <em class="parameter"><code>dev
|
|
5416
5417
|
<a name="gtk-widget-add-device-events"></a><h3>gtk_widget_add_device_events ()</h3>
|
5417
5418
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5418
5419
|
gtk_widget_add_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5419
|
-
<em class="parameter"><code><a href="
|
5420
|
-
<em class="parameter"><code><a href="
|
5420
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>,
|
5421
|
+
<em class="parameter"><code><a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
|
5421
5422
|
<p>Adds the device events in the bitfield <em class="parameter"><code>events</code></em>
|
5422
5423
|
to the event mask for
|
5423
5424
|
<em class="parameter"><code>widget</code></em>
|
@@ -5438,12 +5439,12 @@ gtk_widget_add_device_events (<em class="parameter"><code><a class="link" href="
|
|
5438
5439
|
</tr>
|
5439
5440
|
<tr>
|
5440
5441
|
<td class="parameter_name"><p>device</p></td>
|
5441
|
-
<td class="parameter_description"><p>a <a href="
|
5442
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
5442
5443
|
<td class="parameter_annotations"> </td>
|
5443
5444
|
</tr>
|
5444
5445
|
<tr>
|
5445
5446
|
<td class="parameter_name"><p>events</p></td>
|
5446
|
-
<td class="parameter_description"><p>an event mask, see <a href="
|
5447
|
+
<td class="parameter_description"><p>an event mask, see <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a></p></td>
|
5447
5448
|
<td class="parameter_annotations"> </td>
|
5448
5449
|
</tr>
|
5449
5450
|
</tbody>
|
@@ -5456,14 +5457,14 @@ gtk_widget_add_device_events (<em class="parameter"><code><a class="link" href="
|
|
5456
5457
|
<a name="gtk-widget-set-device-enabled"></a><h3>gtk_widget_set_device_enabled ()</h3>
|
5457
5458
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5458
5459
|
gtk_widget_set_device_enabled (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5459
|
-
<em class="parameter"><code><a href="
|
5460
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>,
|
5460
5461
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre>
|
5461
|
-
<p>Enables or disables a <a href="
|
5462
|
+
<p>Enables or disables a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> to interact with <em class="parameter"><code>widget</code></em>
|
5462
5463
|
|
5463
5464
|
and all its children.</p>
|
5464
|
-
<p>It does so by descending through the <a href="
|
5465
|
+
<p>It does so by descending through the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> hierarchy
|
5465
5466
|
and enabling the same mask that is has for core events
|
5466
|
-
(i.e. the one that <a href="
|
5467
|
+
(i.e. the one that <a href="../html/gdk3-Windows.html#gdk-window-get-events"><code class="function">gdk_window_get_events()</code></a> returns).</p>
|
5467
5468
|
<div class="refsect3">
|
5468
5469
|
<a name="gtk-widget-set-device-enabled.parameters"></a><h4>Parameters</h4>
|
5469
5470
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5480,7 +5481,7 @@ and enabling the same mask that is has for core events
|
|
5480
5481
|
</tr>
|
5481
5482
|
<tr>
|
5482
5483
|
<td class="parameter_name"><p>device</p></td>
|
5483
|
-
<td class="parameter_description"><p>a <a href="
|
5484
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
5484
5485
|
<td class="parameter_annotations"> </td>
|
5485
5486
|
</tr>
|
5486
5487
|
<tr>
|
@@ -5498,7 +5499,7 @@ and enabling the same mask that is has for core events
|
|
5498
5499
|
<a name="gtk-widget-get-device-enabled"></a><h3>gtk_widget_get_device_enabled ()</h3>
|
5499
5500
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5500
5501
|
gtk_widget_get_device_enabled (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5501
|
-
<em class="parameter"><code><a href="
|
5502
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
5502
5503
|
<p>Returns whether <em class="parameter"><code>device</code></em>
|
5503
5504
|
can interact with <em class="parameter"><code>widget</code></em>
|
5504
5505
|
and its
|
@@ -5519,7 +5520,7 @@ children. See <a class="link" href="GtkWidget.html#gtk-widget-set-device-enabled
|
|
5519
5520
|
</tr>
|
5520
5521
|
<tr>
|
5521
5522
|
<td class="parameter_name"><p>device</p></td>
|
5522
|
-
<td class="parameter_description"><p>a <a href="
|
5523
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
5523
5524
|
<td class="parameter_annotations"> </td>
|
5524
5525
|
</tr>
|
5525
5526
|
</tbody>
|
@@ -5649,7 +5650,7 @@ considers <em class="parameter"><code>widget</code></em>
|
|
5649
5650
|
<hr>
|
5650
5651
|
<div class="refsect2">
|
5651
5652
|
<a name="gtk-widget-get-visual"></a><h3>gtk_widget_get_visual ()</h3>
|
5652
|
-
<pre class="programlisting"><a href="
|
5653
|
+
<pre class="programlisting"><a href="../html/gdk3-Visuals.html#GdkVisual-struct"><span class="returnvalue">GdkVisual</span></a> *
|
5653
5654
|
gtk_widget_get_visual (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5654
5655
|
<p>Gets the visual that will be used to render <em class="parameter"><code>widget</code></em>
|
5655
5656
|
.</p>
|
@@ -5680,9 +5681,9 @@ gtk_widget_get_visual (<em class="parameter"><code><a class="link" href="GtkWidg
|
|
5680
5681
|
<a name="gtk-widget-set-visual"></a><h3>gtk_widget_set_visual ()</h3>
|
5681
5682
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5682
5683
|
gtk_widget_set_visual (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5683
|
-
<em class="parameter"><code><a href="
|
5684
|
+
<em class="parameter"><code><a href="../html/gdk3-Visuals.html#GdkVisual-struct"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
|
5684
5685
|
<p>Sets the visual that should be used for by widget and its children for
|
5685
|
-
creating <a href="
|
5686
|
+
creating <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindows</span></a>. The visual must be on the same <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> as
|
5686
5687
|
returned by <a class="link" href="GtkWidget.html#gtk-widget-get-screen" title="gtk_widget_get_screen ()"><code class="function">gtk_widget_get_screen()</code></a>, so handling the
|
5687
5688
|
<a class="link" href="GtkWidget.html#GtkWidget-screen-changed" title="The “screen-changed” signal"><span class="type">“screen-changed”</span></a> signal is necessary.</p>
|
5688
5689
|
<p>Setting a new <em class="parameter"><code>visual</code></em>
|
@@ -5722,7 +5723,7 @@ gtk_widget_get_pointer (<em class="parameter"><code><a class="link" href="GtkWid
|
|
5722
5723
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
5723
5724
|
<div class="warning">
|
5724
5725
|
<p><code class="literal">gtk_widget_get_pointer</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
5725
|
-
<p>Use <a href="
|
5726
|
+
<p>Use <a href="../html/gdk3-Windows.html#gdk-window-get-device-position"><code class="function">gdk_window_get_device_position()</code></a> instead.</p>
|
5726
5727
|
</div>
|
5727
5728
|
<p>Obtains the location of the mouse pointer in widget coordinates.
|
5728
5729
|
Widget coordinates are a bit odd; for historical reasons, they are
|
@@ -6161,9 +6162,9 @@ gtk_widget_get_default_direction (<em class="parameter"><code><span class="type"
|
|
6161
6162
|
<a name="gtk-widget-shape-combine-region"></a><h3>gtk_widget_shape_combine_region ()</h3>
|
6162
6163
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6163
6164
|
gtk_widget_shape_combine_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6164
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
6165
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
6165
6166
|
<p>Sets a shape for this widget’s GDK window. This allows for
|
6166
|
-
transparent windows etc., see <a href="
|
6167
|
+
transparent windows etc., see <a href="../html/gdk3-Windows.html#gdk-window-shape-combine-region"><code class="function">gdk_window_shape_combine_region()</code></a>
|
6167
6168
|
for more information.</p>
|
6168
6169
|
<div class="refsect3">
|
6169
6170
|
<a name="gtk-widget-shape-combine-region.parameters"></a><h4>Parameters</h4>
|
@@ -6194,10 +6195,10 @@ for more information.</p>
|
|
6194
6195
|
<a name="gtk-widget-input-shape-combine-region"></a><h3>gtk_widget_input_shape_combine_region ()</h3>
|
6195
6196
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6196
6197
|
gtk_widget_input_shape_combine_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6197
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
6198
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
6198
6199
|
<p>Sets an input shape for this widget’s GDK window. This allows for
|
6199
6200
|
windows which react to mouse click in a nonrectangular region, see
|
6200
|
-
<a href="
|
6201
|
+
<a href="../html/gdk3-Windows.html#gdk-window-input-shape-combine-region"><code class="function">gdk_window_input_shape_combine_region()</code></a> for more information.</p>
|
6201
6202
|
<div class="refsect3">
|
6202
6203
|
<a name="gtk-widget-input-shape-combine-region.parameters"></a><h4>Parameters</h4>
|
6203
6204
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -6376,7 +6377,7 @@ longer needed.</p>
|
|
6376
6377
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6377
6378
|
gtk_widget_override_background_color (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6378
6379
|
<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>,
|
6379
|
-
<em class="parameter"><code>const <a href="
|
6380
|
+
<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
6380
6381
|
<div class="warning">
|
6381
6382
|
<p><code class="literal">gtk_widget_override_background_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
6382
6383
|
<p>This function is not useful in the context of CSS-based
|
@@ -6425,7 +6426,7 @@ of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-ba
|
|
6425
6426
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6426
6427
|
gtk_widget_override_color (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6427
6428
|
<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>,
|
6428
|
-
<em class="parameter"><code>const <a href="
|
6429
|
+
<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
6429
6430
|
<div class="warning">
|
6430
6431
|
<p><code class="literal">gtk_widget_override_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
6431
6432
|
<p>Use a custom style provider and style classes instead</p>
|
@@ -6526,7 +6527,7 @@ the effect of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-
|
|
6526
6527
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6527
6528
|
gtk_widget_override_symbolic_color (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6528
6529
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
6529
|
-
<em class="parameter"><code>const <a href="
|
6530
|
+
<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
6530
6531
|
<div class="warning">
|
6531
6532
|
<p><code class="literal">gtk_widget_override_symbolic_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
6532
6533
|
<p>This function is not useful in the context of CSS-based
|
@@ -6574,8 +6575,8 @@ calls to <a class="link" href="GtkWidget.html#gtk-widget-override-symbolic-color
|
|
6574
6575
|
<a name="gtk-widget-override-cursor"></a><h3>gtk_widget_override_cursor ()</h3>
|
6575
6576
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6576
6577
|
gtk_widget_override_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6577
|
-
<em class="parameter"><code>const <a href="
|
6578
|
-
<em class="parameter"><code>const <a href="
|
6578
|
+
<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *cursor</code></em>,
|
6579
|
+
<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *secondary_cursor</code></em>);</pre>
|
6579
6580
|
<div class="warning">
|
6580
6581
|
<p><code class="literal">gtk_widget_override_cursor</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
6581
6582
|
<p>This function is not useful in the context of CSS-based
|
@@ -6587,7 +6588,7 @@ gtk_widget_override_cursor (<em class="parameter"><code><a class="link" href="Gt
|
|
6587
6588
|
cursor-color and secondary-cursor-color
|
6588
6589
|
style properties. All other style values are left untouched.
|
6589
6590
|
See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gtk_widget_modify_style ()"><code class="function">gtk_widget_modify_style()</code></a>.</p>
|
6590
|
-
<p>Note that the underlying properties have the <span class="type">GdkColor</span> type,
|
6591
|
+
<p>Note that the underlying properties have the <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> type,
|
6591
6592
|
so the alpha value in <em class="parameter"><code>primary</code></em>
|
6592
6593
|
and <em class="parameter"><code>secondary</code></em>
|
6593
6594
|
will be ignored.</p>
|
@@ -6723,7 +6724,7 @@ pointer to value this around, you must add a refcount using
|
|
6723
6724
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6724
6725
|
gtk_widget_modify_fg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6725
6726
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
6726
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
6727
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
6727
6728
|
<div class="warning">
|
6728
6729
|
<p><code class="literal">gtk_widget_modify_fg</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
6729
6730
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
|
@@ -6767,7 +6768,7 @@ of <a class="link" href="GtkWidget.html#gtk-widget-modify-fg" title="gtk_widget_
|
|
6767
6768
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6768
6769
|
gtk_widget_modify_bg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6769
6770
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
6770
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
6771
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
6771
6772
|
<div class="warning">
|
6772
6773
|
<p><code class="literal">gtk_widget_modify_bg</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
6773
6774
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
|
@@ -6821,7 +6822,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-bg" title="gt
|
|
6821
6822
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6822
6823
|
gtk_widget_modify_text (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6823
6824
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
6824
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
6825
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
6825
6826
|
<div class="warning">
|
6826
6827
|
<p><code class="literal">gtk_widget_modify_text</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
6827
6828
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
|
@@ -6868,7 +6869,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-text" title="
|
|
6868
6869
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6869
6870
|
gtk_widget_modify_base (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6870
6871
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
6871
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
6872
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
6872
6873
|
<div class="warning">
|
6873
6874
|
<p><code class="literal">gtk_widget_modify_base</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
6874
6875
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
|
@@ -6960,8 +6961,8 @@ to undo the effect of previous calls to <a class="link" href="GtkWidget.html#gtk
|
|
6960
6961
|
<a name="gtk-widget-modify-cursor"></a><h3>gtk_widget_modify_cursor ()</h3>
|
6961
6962
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6962
6963
|
gtk_widget_modify_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
6963
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *primary</code></em>,
|
6964
|
-
<em class="parameter"><code>const <span class="type">GdkColor</span> *secondary</code></em>);</pre>
|
6964
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
|
6965
|
+
<em class="parameter"><code>const <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);</pre>
|
6965
6966
|
<div class="warning">
|
6966
6967
|
<p><code class="literal">gtk_widget_modify_cursor</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
6967
6968
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()"><code class="function">gtk_widget_override_cursor()</code></a> instead.</p>
|
@@ -7071,9 +7072,9 @@ by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" titl
|
|
7071
7072
|
<a name="gtk-widget-set-font-options"></a><h3>gtk_widget_set_font_options ()</h3>
|
7072
7073
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
7073
7074
|
gtk_widget_set_font_options (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7074
|
-
<em class="parameter"><code>const <span class="type">cairo_font_options_t</span> *options</code></em>);</pre>
|
7075
|
-
<p>Sets the <span class="type">cairo_font_options_t</span> used for Pango rendering in this widget.
|
7076
|
-
When not set, the default font options for the <a href="
|
7075
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> *options</code></em>);</pre>
|
7076
|
+
<p>Sets the <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> used for Pango rendering in this widget.
|
7077
|
+
When not set, the default font options for the <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> will be used.</p>
|
7077
7078
|
<div class="refsect3">
|
7078
7079
|
<a name="gtk-widget-set-font-options.parameters"></a><h4>Parameters</h4>
|
7079
7080
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -7090,7 +7091,7 @@ When not set, the default font options for the <a href="http://developer.gnome.o
|
|
7090
7091
|
</tr>
|
7091
7092
|
<tr>
|
7092
7093
|
<td class="parameter_name"><p>options</p></td>
|
7093
|
-
<td class="parameter_description"><p> a <span class="type">cairo_font_options_t</span>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset any
|
7094
|
+
<td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset any
|
7094
7095
|
previously set default font options. </p></td>
|
7095
7096
|
<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>
|
7096
7097
|
</tr>
|
@@ -7102,10 +7103,10 @@ previously set default font options. </p></td>
|
|
7102
7103
|
<hr>
|
7103
7104
|
<div class="refsect2">
|
7104
7105
|
<a name="gtk-widget-get-font-options"></a><h3>gtk_widget_get_font_options ()</h3>
|
7105
|
-
<pre class="programlisting">const <span class="returnvalue">cairo_font_options_t</span> *
|
7106
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="returnvalue">cairo_font_options_t</span></a> *
|
7106
7107
|
gtk_widget_get_font_options (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
7107
|
-
<p>Returns the <span class="type">cairo_font_options_t</span> used for Pango rendering. When not set,
|
7108
|
-
the defaults font options for the <a href="
|
7108
|
+
<p>Returns the <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> used for Pango rendering. When not set,
|
7109
|
+
the defaults font options for the <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> will be used.</p>
|
7109
7110
|
<div class="refsect3">
|
7110
7111
|
<a name="gtk-widget-get-font-options.parameters"></a><h4>Parameters</h4>
|
7111
7112
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -7123,7 +7124,7 @@ the defaults font options for the <a href="http://developer.gnome.org/gdk3/GdkSc
|
|
7123
7124
|
</div>
|
7124
7125
|
<div class="refsect3">
|
7125
7126
|
<a name="gtk-widget-get-font-options.returns"></a><h4>Returns</h4>
|
7126
|
-
<p> the <span class="type">cairo_font_options_t</span> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set. </p>
|
7127
|
+
<p> the <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html#cairo-font-options-t"><span class="type">cairo_font_options_t</span></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set. </p>
|
7127
7128
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
7128
7129
|
</div>
|
7129
7130
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
@@ -7233,7 +7234,7 @@ on the widget.</p>
|
|
7233
7234
|
<hr>
|
7234
7235
|
<div class="refsect2">
|
7235
7236
|
<a name="gtk-widget-render-icon"></a><h3>gtk_widget_render_icon ()</h3>
|
7236
|
-
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
|
7237
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
7237
7238
|
gtk_widget_render_icon (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7238
7239
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
7239
7240
|
<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>,
|
@@ -7254,7 +7255,7 @@ should be a size such as <a class="link" href="gtk3-Themeable-Stock-Images.html#
|
|
7254
7255
|
string that identifies the widget or code doing the rendering, so
|
7255
7256
|
that theme engines can special-case rendering for that widget or
|
7256
7257
|
code.</p>
|
7257
|
-
<p>The pixels in the returned <span class="type">GdkPixbuf</span> are shared with the rest of
|
7258
|
+
<p>The pixels in the returned <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> are shared with the rest of
|
7258
7259
|
the application and should not be modified. The pixbuf should be
|
7259
7260
|
freed after use with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
7260
7261
|
<div class="refsect3">
|
@@ -7301,7 +7302,7 @@ stock ID wasn’t known. </p>
|
|
7301
7302
|
<hr>
|
7302
7303
|
<div class="refsect2">
|
7303
7304
|
<a name="gtk-widget-render-icon-pixbuf"></a><h3>gtk_widget_render_icon_pixbuf ()</h3>
|
7304
|
-
<pre class="programlisting"><span class="returnvalue">GdkPixbuf</span> *
|
7305
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
7305
7306
|
gtk_widget_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7306
7307
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
7307
7308
|
<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>
|
@@ -7318,7 +7319,7 @@ a pixbuf. <em class="parameter"><code>stock_id</code></em>
|
|
7318
7319
|
<a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS" title="GTK_STOCK_OPEN"><span class="type">GTK_STOCK_OPEN</span></a> or <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><span class="type">GTK_STOCK_OK</span></a>. <em class="parameter"><code>size</code></em>
|
7319
7320
|
should be a size
|
7320
7321
|
such as <a class="link" href="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>.</p>
|
7321
|
-
<p>The pixels in the returned <span class="type">GdkPixbuf</span> are shared with the rest of
|
7322
|
+
<p>The pixels in the returned <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> are shared with the rest of
|
7322
7323
|
the application and should not be modified. The pixbuf should be freed
|
7323
7324
|
after use with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</p>
|
7324
7325
|
<div class="refsect3">
|
@@ -7455,11 +7456,11 @@ nothing. Negative values for <em class="parameter"><code>width</code></em>
|
|
7455
7456
|
<a name="gtk-widget-queue-draw-region"></a><h3>gtk_widget_queue_draw_region ()</h3>
|
7456
7457
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
7457
7458
|
gtk_widget_queue_draw_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7458
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
7459
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
7459
7460
|
<p>Invalidates the area of <em class="parameter"><code>widget</code></em>
|
7460
7461
|
defined by <em class="parameter"><code>region</code></em>
|
7461
7462
|
by calling
|
7462
|
-
<a href="
|
7463
|
+
<a href="../html/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a> on the widget’s window and all its
|
7463
7464
|
child windows. Once the main loop becomes idle (after the current
|
7464
7465
|
batch of events has been processed, roughly), the window will
|
7465
7466
|
receive expose events for the union of all regions that have been
|
@@ -7543,10 +7544,10 @@ It should not be used in newly written code.</p>
|
|
7543
7544
|
</div>
|
7544
7545
|
<p>Widgets are double buffered by default; you can use this function
|
7545
7546
|
to turn off the buffering. “Double buffered” simply means that
|
7546
|
-
<a href="
|
7547
|
+
<a href="../html/gdk3-Windows.html#gdk-window-begin-draw-frame"><code class="function">gdk_window_begin_draw_frame()</code></a> and <a href="../html/gdk3-Windows.html#gdk-window-end-draw-frame"><code class="function">gdk_window_end_draw_frame()</code></a> are called
|
7547
7548
|
automatically around expose events sent to the
|
7548
|
-
widget. <a href="
|
7549
|
-
window to an offscreen buffer, and <a href="
|
7549
|
+
widget. <a href="../html/gdk3-Windows.html#gdk-window-begin-draw-frame"><code class="function">gdk_window_begin_draw_frame()</code></a> diverts all drawing to a widget's
|
7550
|
+
window to an offscreen buffer, and <a href="../html/gdk3-Windows.html#gdk-window-end-draw-frame"><code class="function">gdk_window_end_draw_frame()</code></a> draws the
|
7550
7551
|
buffer to the screen. The result is that users see the window
|
7551
7552
|
update in one smooth step, and don’t see individual graphics
|
7552
7553
|
primitives being rendered.</p>
|
@@ -7556,7 +7557,7 @@ if you had special needs and really knew what you were doing.</p>
|
|
7556
7557
|
<p>Note: if you turn off double-buffering, you have to handle
|
7557
7558
|
expose events, since even the clearing to the background color or
|
7558
7559
|
pixmap will not happen automatically (as it is done in
|
7559
|
-
<a href="
|
7560
|
+
<a href="../html/gdk3-Windows.html#gdk-window-begin-draw-frame"><code class="function">gdk_window_begin_draw_frame()</code></a>).</p>
|
7560
7561
|
<p>In 3.10 GTK and GDK have been restructured for translucent drawing. Since
|
7561
7562
|
then expose events for double-buffered widgets are culled into a single
|
7562
7563
|
event to the toplevel GDK window. If you now unset double buffering, you
|
@@ -7674,12 +7675,6 @@ a composite child of its parent; see <a class="link" href="GtkWidget.html#gtk-wi
|
|
7674
7675
|
gtk_widget_mnemonic_activate (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7675
7676
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> group_cycling</code></em>);</pre>
|
7676
7677
|
<p>Emits the <a class="link" href="GtkWidget.html#GtkWidget-mnemonic-activate" title="The “mnemonic-activate” signal"><span class="type">“mnemonic-activate”</span></a> signal.</p>
|
7677
|
-
<p>The default handler for this signal activates the <em class="parameter"><code>widget</code></em>
|
7678
|
-
if
|
7679
|
-
<em class="parameter"><code>group_cycling</code></em>
|
7680
|
-
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, and just grabs the focus if <em class="parameter"><code>group_cycling</code></em>
|
7681
|
-
|
7682
|
-
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
7683
7678
|
<div class="refsect3">
|
7684
7679
|
<a name="gtk-widget-mnemonic-activate.parameters"></a><h4>Parameters</h4>
|
7685
7680
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -7858,18 +7853,18 @@ freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk
|
|
7858
7853
|
<hr>
|
7859
7854
|
<div class="refsect2">
|
7860
7855
|
<a name="gtk-widget-region-intersect"></a><h3>gtk_widget_region_intersect ()</h3>
|
7861
|
-
<pre class="programlisting"><span class="returnvalue">cairo_region_t</span> *
|
7856
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> *
|
7862
7857
|
gtk_widget_region_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7863
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
7858
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
7864
7859
|
<div class="warning">
|
7865
7860
|
<p><code class="literal">gtk_widget_region_intersect</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
7866
7861
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-get-allocation" title="gtk_widget_get_allocation ()"><code class="function">gtk_widget_get_allocation()</code></a> and
|
7867
|
-
<code class="function">cairo_region_intersect_rectangle()</code> to get the same behavior.</p>
|
7862
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-intersect-rectangle"><code class="function">cairo_region_intersect_rectangle()</code></a> to get the same behavior.</p>
|
7868
7863
|
</div>
|
7869
7864
|
<p>Computes the intersection of a <em class="parameter"><code>widget</code></em>
|
7870
7865
|
’s area and <em class="parameter"><code>region</code></em>
|
7871
7866
|
, returning
|
7872
|
-
the intersection. The result may be empty, use <code class="function">cairo_region_is_empty()</code> to
|
7867
|
+
the intersection. The result may be empty, use <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-is-empty"><code class="function">cairo_region_is_empty()</code></a> to
|
7873
7868
|
check.</p>
|
7874
7869
|
<div class="refsect3">
|
7875
7870
|
<a name="gtk-widget-region-intersect.parameters"></a><h4>Parameters</h4>
|
@@ -7887,7 +7882,7 @@ check.</p>
|
|
7887
7882
|
</tr>
|
7888
7883
|
<tr>
|
7889
7884
|
<td class="parameter_name"><p>region</p></td>
|
7890
|
-
<td class="parameter_description"><p>a <span class="type">cairo_region_t</span>, in the same coordinate system as
|
7885
|
+
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>, in the same coordinate system as
|
7891
7886
|
<em class="parameter"><code>widget->allocation</code></em>
|
7892
7887
|
. That is, relative to <em class="parameter"><code>widget->window</code></em>
|
7893
7888
|
for widgets which return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> from <a class="link" href="GtkWidget.html#gtk-widget-get-has-window" title="gtk_widget_get_has_window ()"><code class="function">gtk_widget_get_has_window()</code></a>;
|
@@ -7910,7 +7905,7 @@ and <em class="parameter"><code>region</code></em>
|
|
7910
7905
|
<a name="gtk-widget-send-expose"></a><h3>gtk_widget_send_expose ()</h3>
|
7911
7906
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
7912
7907
|
gtk_widget_send_expose (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7913
|
-
<em class="parameter"><code><a href="
|
7908
|
+
<em class="parameter"><code><a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
7914
7909
|
<div class="warning">
|
7915
7910
|
<p><code class="literal">gtk_widget_send_expose</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
7916
7911
|
<p>Application and widget code should not handle
|
@@ -7924,9 +7919,9 @@ directly. The only time it is used is when propagating an expose
|
|
7924
7919
|
event to a windowless child widget (<a class="link" href="GtkWidget.html#gtk-widget-get-has-window" title="gtk_widget_get_has_window ()"><code class="function">gtk_widget_get_has_window()</code></a> is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>),
|
7925
7920
|
and that is normally done using <a class="link" href="GtkContainer.html#gtk-container-propagate-draw" title="gtk_container_propagate_draw ()"><code class="function">gtk_container_propagate_draw()</code></a>.</p>
|
7926
7921
|
<p>If you want to force an area of a window to be redrawn,
|
7927
|
-
use <a href="
|
7922
|
+
use <a href="../html/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> or <a href="../html/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a>.
|
7928
7923
|
To cause the redraw to be done immediately, follow that call
|
7929
|
-
with a call to <code class="function">gdk_window_process_updates()</code>.</p>
|
7924
|
+
with a call to <a href="../html/gdk3-Windows.html#gdk-window-process-updates"><code class="function">gdk_window_process_updates()</code></a>.</p>
|
7930
7925
|
<div class="refsect3">
|
7931
7926
|
<a name="gtk-widget-send-expose.parameters"></a><h4>Parameters</h4>
|
7932
7927
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -7943,7 +7938,7 @@ with a call to <code class="function">gdk_window_process_updates()</code>.</p>
|
|
7943
7938
|
</tr>
|
7944
7939
|
<tr>
|
7945
7940
|
<td class="parameter_name"><p>event</p></td>
|
7946
|
-
<td class="parameter_description"><p>a expose <a href="
|
7941
|
+
<td class="parameter_description"><p>a expose <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a></p></td>
|
7947
7942
|
<td class="parameter_annotations"> </td>
|
7948
7943
|
</tr>
|
7949
7944
|
</tbody>
|
@@ -7960,7 +7955,7 @@ the event was handled)</p>
|
|
7960
7955
|
<a name="gtk-widget-send-focus-change"></a><h3>gtk_widget_send_focus_change ()</h3>
|
7961
7956
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
7962
7957
|
gtk_widget_send_focus_change (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7963
|
-
<em class="parameter"><code><a href="
|
7958
|
+
<em class="parameter"><code><a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
7964
7959
|
<p>Sends the focus change <em class="parameter"><code>event</code></em>
|
7965
7960
|
to <em class="parameter"><code>widget</code></em>
|
7966
7961
|
</p>
|
@@ -7985,7 +7980,7 @@ window similar to the quick search in <a class="link" href="GtkTreeView.html" ti
|
|
7985
7980
|
9
|
7986
7981
|
10
|
7987
7982
|
11</pre></td>
|
7988
|
-
<td class="listing_code"><pre class="programlisting">GdkEvent <span class="gtkdoc opt">*</span>fevent <span class="gtkdoc opt">=</span> <span class="function"><a href="
|
7983
|
+
<td class="listing_code"><pre class="programlisting">GdkEvent <span class="gtkdoc opt">*</span>fevent <span class="gtkdoc opt">=</span> <span class="function"><a href="../html/gdk3-Events.html#gdk-event-new">gdk_event_new</a></span> <span class="gtkdoc opt">(</span>GDK_FOCUS_CHANGE<span class="gtkdoc opt">);</span>
|
7989
7984
|
|
7990
7985
|
fevent<span class="gtkdoc opt">-></span>focus_change<span class="gtkdoc opt">.</span>type <span class="gtkdoc opt">=</span> GDK_FOCUS_CHANGE<span class="gtkdoc opt">;</span>
|
7991
7986
|
fevent<span class="gtkdoc opt">-></span>focus_change<span class="gtkdoc opt">.</span>in <span class="gtkdoc opt">=</span> TRUE<span class="gtkdoc opt">;</span>
|
@@ -7995,7 +7990,7 @@ fevent<span class="gtkdoc opt">-></span>focus_change<span class="gtkdoc opt">
|
|
7995
7990
|
|
7996
7991
|
<span class="function"><a href="GtkWidget.html#gtk-widget-send-focus-change">gtk_widget_send_focus_change</a></span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">,</span> fevent<span class="gtkdoc opt">);</span>
|
7997
7992
|
|
7998
|
-
<span class="function"><a href="
|
7993
|
+
<span class="function"><a href="../html/gdk3-Events.html#gdk-event-free">gdk_event_free</a></span> <span class="gtkdoc opt">(</span>event<span class="gtkdoc opt">);</span></pre></td>
|
7999
7994
|
</tr>
|
8000
7995
|
</tbody>
|
8001
7996
|
</table>
|
@@ -8018,7 +8013,7 @@ fevent<span class="gtkdoc opt">-></span>focus_change<span class="gtkdoc opt">
|
|
8018
8013
|
</tr>
|
8019
8014
|
<tr>
|
8020
8015
|
<td class="parameter_name"><p>event</p></td>
|
8021
|
-
<td class="parameter_description"><p>a <a href="
|
8016
|
+
<td class="parameter_description"><p>a <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> of type GDK_FOCUS_CHANGE</p></td>
|
8022
8017
|
<td class="parameter_annotations"> </td>
|
8023
8018
|
</tr>
|
8024
8019
|
</tbody>
|
@@ -8158,7 +8153,7 @@ gtk_widget_style_attach (<em class="parameter"><code><a class="link" href="GtkWi
|
|
8158
8153
|
<p>This step is unnecessary with <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>.</p>
|
8159
8154
|
</div>
|
8160
8155
|
<p>This function attaches the widget’s <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> to the widget's
|
8161
|
-
<a href="
|
8156
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>. It is a replacement for</p>
|
8162
8157
|
<div class="informalexample">
|
8163
8158
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
8164
8159
|
<tbody>
|
@@ -8497,7 +8492,7 @@ gtk_widget_get_settings (<em class="parameter"><code><a class="link" href="GtkWi
|
|
8497
8492
|
<p>Gets the settings object holding the settings used for this widget.</p>
|
8498
8493
|
<p>Note that this function can only be called when the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
8499
8494
|
is attached to a toplevel, since the settings object is specific
|
8500
|
-
to a particular <a href="
|
8495
|
+
to a particular <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>.</p>
|
8501
8496
|
<div class="refsect3">
|
8502
8497
|
<a name="gtk-widget-get-settings.parameters"></a><h4>Parameters</h4>
|
8503
8498
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -8524,11 +8519,11 @@ to a particular <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScree
|
|
8524
8519
|
<a name="gtk-widget-get-clipboard"></a><h3>gtk_widget_get_clipboard ()</h3>
|
8525
8520
|
<pre class="programlisting"><a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="returnvalue">GtkClipboard</span></a> *
|
8526
8521
|
gtk_widget_get_clipboard (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
8527
|
-
<em class="parameter"><code><a href="
|
8522
|
+
<em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);</pre>
|
8528
8523
|
<p>Returns the clipboard object for the given selection to
|
8529
8524
|
be used with <em class="parameter"><code>widget</code></em>
|
8530
8525
|
. <em class="parameter"><code>widget</code></em>
|
8531
|
-
must have a <a href="
|
8526
|
+
must have a <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a>
|
8532
8527
|
associated with it, so must be attached to a toplevel
|
8533
8528
|
window.</p>
|
8534
8529
|
<div class="refsect3">
|
@@ -8547,10 +8542,10 @@ window.</p>
|
|
8547
8542
|
</tr>
|
8548
8543
|
<tr>
|
8549
8544
|
<td class="parameter_name"><p>selection</p></td>
|
8550
|
-
<td class="parameter_description"><p>a <a href="
|
8551
|
-
to use. <a href="
|
8545
|
+
<td class="parameter_description"><p>a <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> which identifies the clipboard
|
8546
|
+
to use. <a href="../html/gdk3-Selections.html#GDK-SELECTION-CLIPBOARD:CAPS"><code class="literal">GDK_SELECTION_CLIPBOARD</code></a> gives the
|
8552
8547
|
default clipboard. Another common value
|
8553
|
-
is <a href="
|
8548
|
+
is <a href="../html/gdk3-Selections.html#GDK-SELECTION-PRIMARY:CAPS"><code class="literal">GDK_SELECTION_PRIMARY</code></a>, which gives
|
8554
8549
|
the primary X selection.</p></td>
|
8555
8550
|
<td class="parameter_annotations"> </td>
|
8556
8551
|
</tr>
|
@@ -8570,9 +8565,9 @@ been created, it is persistent for all time. </p>
|
|
8570
8565
|
<hr>
|
8571
8566
|
<div class="refsect2">
|
8572
8567
|
<a name="gtk-widget-get-display"></a><h3>gtk_widget_get_display ()</h3>
|
8573
|
-
<pre class="programlisting"><a href="
|
8568
|
+
<pre class="programlisting"><a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
|
8574
8569
|
gtk_widget_get_display (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
8575
|
-
<p>Get the <a href="
|
8570
|
+
<p>Get the <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> for the toplevel window associated with
|
8576
8571
|
this widget. This function can only be called after the widget
|
8577
8572
|
has been added to a widget hierarchy with a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> at the top.</p>
|
8578
8573
|
<p>In general, you should only create display specific
|
@@ -8595,7 +8590,7 @@ free those resources when the widget is unrealized.</p>
|
|
8595
8590
|
</div>
|
8596
8591
|
<div class="refsect3">
|
8597
8592
|
<a name="gtk-widget-get-display.returns"></a><h4>Returns</h4>
|
8598
|
-
<p> the <a href="
|
8593
|
+
<p> the <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> for the toplevel for this widget. </p>
|
8599
8594
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
8600
8595
|
</div>
|
8601
8596
|
<p class="since">Since: 2.2</p>
|
@@ -8603,17 +8598,17 @@ free those resources when the widget is unrealized.</p>
|
|
8603
8598
|
<hr>
|
8604
8599
|
<div class="refsect2">
|
8605
8600
|
<a name="gtk-widget-get-root-window"></a><h3>gtk_widget_get_root_window ()</h3>
|
8606
|
-
<pre class="programlisting"><a href="
|
8601
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
8607
8602
|
gtk_widget_get_root_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
8608
8603
|
<div class="warning">
|
8609
8604
|
<p><code class="literal">gtk_widget_get_root_window</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
8610
|
-
<p>Use <a href="
|
8605
|
+
<p>Use <a href="../html/GdkScreen.html#gdk-screen-get-root-window"><code class="function">gdk_screen_get_root_window()</code></a> instead</p>
|
8611
8606
|
</div>
|
8612
8607
|
<p>Get the root window where this widget is located. This function can
|
8613
8608
|
only be called after the widget has been added to a widget
|
8614
8609
|
hierarchy with <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> at the top.</p>
|
8615
8610
|
<p>The root window is useful for such purposes as creating a popup
|
8616
|
-
<a href="
|
8611
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated with the window. In general, you should only
|
8617
8612
|
create display specific resources when a widget has been realized,
|
8618
8613
|
and you should free those resources when the widget is unrealized.</p>
|
8619
8614
|
<div class="refsect3">
|
@@ -8633,7 +8628,7 @@ and you should free those resources when the widget is unrealized.</p>
|
|
8633
8628
|
</div>
|
8634
8629
|
<div class="refsect3">
|
8635
8630
|
<a name="gtk-widget-get-root-window.returns"></a><h4>Returns</h4>
|
8636
|
-
<p> the <a href="
|
8631
|
+
<p> the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> root window for the toplevel for this widget. </p>
|
8637
8632
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
8638
8633
|
</div>
|
8639
8634
|
<p class="since">Since: 2.2</p>
|
@@ -8641,9 +8636,9 @@ and you should free those resources when the widget is unrealized.</p>
|
|
8641
8636
|
<hr>
|
8642
8637
|
<div class="refsect2">
|
8643
8638
|
<a name="gtk-widget-get-screen"></a><h3>gtk_widget_get_screen ()</h3>
|
8644
|
-
<pre class="programlisting"><a href="
|
8639
|
+
<pre class="programlisting"><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
8645
8640
|
gtk_widget_get_screen (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
8646
|
-
<p>Get the <a href="
|
8641
|
+
<p>Get the <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> from the toplevel window associated with
|
8647
8642
|
this widget. This function can only be called after the widget
|
8648
8643
|
has been added to a widget hierarchy with a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
8649
8644
|
at the top.</p>
|
@@ -8667,7 +8662,7 @@ free those resources when the widget is unrealized.</p>
|
|
8667
8662
|
</div>
|
8668
8663
|
<div class="refsect3">
|
8669
8664
|
<a name="gtk-widget-get-screen.returns"></a><h4>Returns</h4>
|
8670
|
-
<p> the <a href="
|
8665
|
+
<p> the <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> for the toplevel for this widget. </p>
|
8671
8666
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
8672
8667
|
</div>
|
8673
8668
|
<p class="since">Since: 2.2</p>
|
@@ -8677,7 +8672,7 @@ free those resources when the widget is unrealized.</p>
|
|
8677
8672
|
<a name="gtk-widget-has-screen"></a><h3>gtk_widget_has_screen ()</h3>
|
8678
8673
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
8679
8674
|
gtk_widget_has_screen (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
8680
|
-
<p>Checks whether there is a <a href="
|
8675
|
+
<p>Checks whether there is a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> is associated with
|
8681
8676
|
this widget. All toplevel widgets have an associated
|
8682
8677
|
screen, and all widgets added into a hierarchy with a toplevel
|
8683
8678
|
window at the top.</p>
|
@@ -8698,7 +8693,7 @@ window at the top.</p>
|
|
8698
8693
|
</div>
|
8699
8694
|
<div class="refsect3">
|
8700
8695
|
<a name="gtk-widget-has-screen.returns"></a><h4>Returns</h4>
|
8701
|
-
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a <a href="
|
8696
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> associated
|
8702
8697
|
with the widget.</p>
|
8703
8698
|
</div>
|
8704
8699
|
<p class="since">Since: 2.2</p>
|
@@ -9063,7 +9058,7 @@ with <a class="link" href="GtkWidget.html#gtk-widget-add-mnemonic-label" title="
|
|
9063
9058
|
gtk_widget_is_composited (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
9064
9059
|
<div class="warning">
|
9065
9060
|
<p><code class="literal">gtk_widget_is_composited</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
9066
|
-
<p>Use <code class="function">gdk_screen_is_composited()</code> instead.</p>
|
9061
|
+
<p>Use <a href="../html/GdkScreen.html#gdk-screen-is-composited"><code class="function">gdk_screen_is_composited()</code></a> instead.</p>
|
9067
9062
|
</div>
|
9068
9063
|
<p>Whether <em class="parameter"><code>widget</code></em>
|
9069
9064
|
can rely on having its alpha channel
|
@@ -9072,7 +9067,7 @@ compositing manager is running for <em class="parameter"><code>widget</code></em
|
|
9072
9067
|
’s screen.</p>
|
9073
9068
|
<p>Please note that the semantics of this call will change
|
9074
9069
|
in the future if used on a widget that has a composited
|
9075
|
-
window in its hierarchy (as set by <code class="function">gdk_window_set_composited()</code>).</p>
|
9070
|
+
window in its hierarchy (as set by <a href="../html/gdk3-Windows.html#gdk-window-set-composited"><code class="function">gdk_window_set_composited()</code></a>).</p>
|
9076
9071
|
<div class="refsect3">
|
9077
9072
|
<a name="gtk-widget-is-composited.parameters"></a><h4>Parameters</h4>
|
9078
9073
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -9102,8 +9097,8 @@ channel being drawn correctly.</p>
|
|
9102
9097
|
gtk_widget_error_bell (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
9103
9098
|
<p>Notifies the user about an input-related error on this widget.
|
9104
9099
|
If the <a class="link" href="GtkSettings.html#GtkSettings--gtk-error-bell" title="The “gtk-error-bell” property"><span class="type">“gtk-error-bell”</span></a> setting is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it calls
|
9105
|
-
<a href="
|
9106
|
-
<p>Note that the effect of <a href="
|
9100
|
+
<a href="../html/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a>, otherwise it does nothing.</p>
|
9101
|
+
<p>Note that the effect of <a href="../html/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a> can be configured in many
|
9107
9102
|
ways, depending on the windowing backend and the desktop environment
|
9108
9103
|
or window manager that is used.</p>
|
9109
9104
|
<div class="refsect3">
|
@@ -9478,7 +9473,7 @@ information.</p>
|
|
9478
9473
|
<hr>
|
9479
9474
|
<div class="refsect2">
|
9480
9475
|
<a name="gtk-widget-get-window"></a><h3>gtk_widget_get_window ()</h3>
|
9481
|
-
<pre class="programlisting"><a href="
|
9476
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
|
9482
9477
|
gtk_widget_get_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
9483
9478
|
<p>Returns the widget’s window if it is realized, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise</p>
|
9484
9479
|
<div class="refsect3">
|
@@ -9509,11 +9504,11 @@ gtk_widget_get_window (<em class="parameter"><code><a class="link" href="GtkWidg
|
|
9509
9504
|
<a name="gtk-widget-register-window"></a><h3>gtk_widget_register_window ()</h3>
|
9510
9505
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
9511
9506
|
gtk_widget_register_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
9512
|
-
<em class="parameter"><code><a href="
|
9513
|
-
<p>Registers a <a href="
|
9507
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
9508
|
+
<p>Registers a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> with the widget and sets it up so that
|
9514
9509
|
the widget receives events for it. Call <a class="link" href="GtkWidget.html#gtk-widget-unregister-window" title="gtk_widget_unregister_window ()"><code class="function">gtk_widget_unregister_window()</code></a>
|
9515
9510
|
when destroying the window.</p>
|
9516
|
-
<p>Before 3.8 you needed to call <a href="
|
9511
|
+
<p>Before 3.8 you needed to call <a href="../html/gdk3-Windows.html#gdk-window-set-user-data"><code class="function">gdk_window_set_user_data()</code></a> directly to set
|
9517
9512
|
this up. This is now deprecated and you should use <a class="link" href="GtkWidget.html#gtk-widget-register-window" title="gtk_widget_register_window ()"><code class="function">gtk_widget_register_window()</code></a>
|
9518
9513
|
instead. Old code will keep working as is, although some new features like
|
9519
9514
|
transparency might not work perfectly.</p>
|
@@ -9533,7 +9528,7 @@ transparency might not work perfectly.</p>
|
|
9533
9528
|
</tr>
|
9534
9529
|
<tr>
|
9535
9530
|
<td class="parameter_name"><p>window</p></td>
|
9536
|
-
<td class="parameter_description"><p>a <a href="
|
9531
|
+
<td class="parameter_description"><p>a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
|
9537
9532
|
<td class="parameter_annotations"> </td>
|
9538
9533
|
</tr>
|
9539
9534
|
</tbody>
|
@@ -9546,8 +9541,8 @@ transparency might not work perfectly.</p>
|
|
9546
9541
|
<a name="gtk-widget-unregister-window"></a><h3>gtk_widget_unregister_window ()</h3>
|
9547
9542
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
9548
9543
|
gtk_widget_unregister_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
9549
|
-
<em class="parameter"><code><a href="
|
9550
|
-
<p>Unregisters a <a href="
|
9544
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
9545
|
+
<p>Unregisters a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> from the widget that was previously set up with
|
9551
9546
|
<a class="link" href="GtkWidget.html#gtk-widget-register-window" title="gtk_widget_register_window ()"><code class="function">gtk_widget_register_window()</code></a>. You need to call this when the window is
|
9552
9547
|
no longer used by the widget, such as when you destroy it.</p>
|
9553
9548
|
<div class="refsect3">
|
@@ -9566,7 +9561,7 @@ no longer used by the widget, such as when you destroy it.</p>
|
|
9566
9561
|
</tr>
|
9567
9562
|
<tr>
|
9568
9563
|
<td class="parameter_name"><p>window</p></td>
|
9569
|
-
<td class="parameter_description"><p>a <a href="
|
9564
|
+
<td class="parameter_description"><p>a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
|
9570
9565
|
<td class="parameter_annotations"> </td>
|
9571
9566
|
</tr>
|
9572
9567
|
</tbody>
|
@@ -9578,8 +9573,8 @@ no longer used by the widget, such as when you destroy it.</p>
|
|
9578
9573
|
<div class="refsect2">
|
9579
9574
|
<a name="gtk-cairo-should-draw-window"></a><h3>gtk_cairo_should_draw_window ()</h3>
|
9580
9575
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
9581
|
-
gtk_cairo_should_draw_window (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
9582
|
-
<em class="parameter"><code><a href="
|
9576
|
+
gtk_cairo_should_draw_window (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
9577
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
9583
9578
|
<p>This function is supposed to be called in <a class="link" href="GtkWidget.html#GtkWidget-draw" title="The “draw” signal"><span class="type">“draw”</span></a>
|
9584
9579
|
implementations for widgets that support multiple windows.
|
9585
9580
|
<em class="parameter"><code>cr</code></em>
|
@@ -9626,9 +9621,9 @@ should be drawn</p>
|
|
9626
9621
|
<div class="refsect2">
|
9627
9622
|
<a name="gtk-cairo-transform-to-window"></a><h3>gtk_cairo_transform_to_window ()</h3>
|
9628
9623
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
9629
|
-
gtk_cairo_transform_to_window (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
9624
|
+
gtk_cairo_transform_to_window (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
9630
9625
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
9631
|
-
<em class="parameter"><code><a href="
|
9626
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
9632
9627
|
<p>Transforms the given cairo context <em class="parameter"><code>cr</code></em>
|
9633
9628
|
that from <em class="parameter"><code>widget</code></em>
|
9634
9629
|
-relative
|
@@ -10224,7 +10219,7 @@ gtk_widget_get_double_buffered (<em class="parameter"><code><a class="link" href
|
|
10224
10219
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
10225
10220
|
gtk_widget_get_has_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
10226
10221
|
<p>Determines whether <em class="parameter"><code>widget</code></em>
|
10227
|
-
has a <a href="
|
10222
|
+
has a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of its own. See
|
10228
10223
|
<a class="link" href="GtkWidget.html#gtk-widget-set-has-window" title="gtk_widget_set_has_window ()"><code class="function">gtk_widget_set_has_window()</code></a>.</p>
|
10229
10224
|
<div class="refsect3">
|
10230
10225
|
<a name="gtk-widget-get-has-window.parameters"></a><h4>Parameters</h4>
|
@@ -10255,10 +10250,10 @@ has a window, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
|
|
10255
10250
|
gtk_widget_set_has_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
10256
10251
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> has_window</code></em>);</pre>
|
10257
10252
|
<p>Specifies whether <em class="parameter"><code>widget</code></em>
|
10258
|
-
has a <a href="
|
10253
|
+
has a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of its own. Note that
|
10259
10254
|
all realized widgets have a non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> “window” pointer
|
10260
10255
|
(<a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()"><code class="function">gtk_widget_get_window()</code></a> never returns a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> window when a widget
|
10261
|
-
is realized), but for many of them it’s actually the <a href="
|
10256
|
+
is realized), but for many of them it’s actually the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of
|
10262
10257
|
one of its parent widgets. Widgets that do not create a <code class="literal">window</code> for
|
10263
10258
|
themselves in <a class="link" href="GtkWidget.html#GtkWidget-realize" title="The “realize” signal"><span class="type">“realize”</span></a> must announce this by
|
10264
10259
|
calling this function with <em class="parameter"><code>has_window</code></em>
|
@@ -10817,13 +10812,13 @@ is a toplevel, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share
|
|
10817
10812
|
<a name="gtk-widget-set-window"></a><h3>gtk_widget_set_window ()</h3>
|
10818
10813
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
10819
10814
|
gtk_widget_set_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
10820
|
-
<em class="parameter"><code><a href="
|
10815
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
10821
10816
|
<p>Sets a widget’s window. This function should only be used in a
|
10822
10817
|
widget’s <a class="link" href="GtkWidget.html#GtkWidget-realize" title="The “realize” signal"><span class="type">“realize”</span></a> implementation. The <code class="literal">window</code> passed is
|
10823
|
-
usually either new window created with <code class="function">gdk_window_new()</code>, or the
|
10818
|
+
usually either new window created with <a href="../html/gdk3-Windows.html#gdk-window-new"><code class="function">gdk_window_new()</code></a>, or the
|
10824
10819
|
window of its parent widget as returned by
|
10825
10820
|
<a class="link" href="GtkWidget.html#gtk-widget-get-parent-window" title="gtk_widget_get_parent_window ()"><code class="function">gtk_widget_get_parent_window()</code></a>.</p>
|
10826
|
-
<p>Widgets must indicate whether they will create their own <a href="
|
10821
|
+
<p>Widgets must indicate whether they will create their own <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>
|
10827
10822
|
by calling <a class="link" href="GtkWidget.html#gtk-widget-set-has-window" title="gtk_widget_set_has_window ()"><code class="function">gtk_widget_set_has_window()</code></a>. This is usually done in the
|
10828
10823
|
widget’s <code class="function">init()</code> function.</p>
|
10829
10824
|
<p>Note that this function does not add any reference to <em class="parameter"><code>window</code></em>
|
@@ -10844,7 +10839,7 @@ widget’s <code class="function">init()</code> function.</p>
|
|
10844
10839
|
</tr>
|
10845
10840
|
<tr>
|
10846
10841
|
<td class="parameter_name"><p>window</p></td>
|
10847
|
-
<td class="parameter_description"><p> a <a href="
|
10842
|
+
<td class="parameter_description"><p> a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>. </p></td>
|
10848
10843
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
10849
10844
|
</tr>
|
10850
10845
|
</tbody>
|
@@ -10931,8 +10926,8 @@ gtk_widget_set_support_multidevice (<em class="parameter"><code><a class="link"
|
|
10931
10926
|
<p>Enables or disables multiple pointer awareness. If this setting is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>,
|
10932
10927
|
<em class="parameter"><code>widget</code></em>
|
10933
10928
|
will start receiving multiple, per device enter/leave events. Note
|
10934
|
-
that if custom <a href="
|
10935
|
-
<a href="
|
10929
|
+
that if custom <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindows</span></a> are created in <a class="link" href="GtkWidget.html#GtkWidget-realize" title="The “realize” signal"><span class="type">“realize”</span></a>,
|
10930
|
+
<a href="../html/gdk3-Windows.html#gdk-window-set-support-multidevice"><code class="function">gdk_window_set_support_multidevice()</code></a> will have to be called manually on them.</p>
|
10936
10931
|
<div class="refsect3">
|
10937
10932
|
<a name="gtk-widget-set-support-multidevice.parameters"></a><h4>Parameters</h4>
|
10938
10933
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -10993,7 +10988,7 @@ is multidevice aware.</p>
|
|
10993
10988
|
gtk_widget_set_realized (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
10994
10989
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> realized</code></em>);</pre>
|
10995
10990
|
<p>Marks the widget as being realized. This function must only be
|
10996
|
-
called after all <a href="
|
10991
|
+
called after all <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindows</span></a> for the <em class="parameter"><code>widget</code></em>
|
10997
10992
|
have been created
|
10998
10993
|
and registered.</p>
|
10999
10994
|
<p>This function should only ever be called in a derived widget's
|
@@ -11158,7 +11153,7 @@ changed after some internal state change (so that they can call
|
|
11158
11153
|
<a name="gtk-widget-device-is-shadowed"></a><h3>gtk_widget_device_is_shadowed ()</h3>
|
11159
11154
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
11160
11155
|
gtk_widget_device_is_shadowed (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
11161
|
-
<em class="parameter"><code><a href="
|
11156
|
+
<em class="parameter"><code><a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
11162
11157
|
<p>Returns <a href="/home/vagrant/ruby-gnome2.win64/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>device</code></em>
|
11163
11158
|
has been shadowed by a GTK+
|
11164
11159
|
device grab on another widget, so it would stop sending
|
@@ -11182,7 +11177,7 @@ devices. See <a class="link" href="gtk3-General.html#gtk-device-grab-add" title=
|
|
11182
11177
|
</tr>
|
11183
11178
|
<tr>
|
11184
11179
|
<td class="parameter_name"><p>device</p></td>
|
11185
|
-
<td class="parameter_description"><p>a <a href="
|
11180
|
+
<td class="parameter_description"><p>a <a href="../html/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a></p></td>
|
11186
11181
|
<td class="parameter_annotations"> </td>
|
11187
11182
|
</tr>
|
11188
11183
|
</tbody>
|
@@ -11199,13 +11194,13 @@ by another <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="
|
|
11199
11194
|
<hr>
|
11200
11195
|
<div class="refsect2">
|
11201
11196
|
<a name="gtk-widget-get-modifier-mask"></a><h3>gtk_widget_get_modifier_mask ()</h3>
|
11202
|
-
<pre class="programlisting"><a href="
|
11197
|
+
<pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
|
11203
11198
|
gtk_widget_get_modifier_mask (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
11204
|
-
<em class="parameter"><code><a href="
|
11199
|
+
<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierIntent"><span class="type">GdkModifierIntent</span></a> intent</code></em>);</pre>
|
11205
11200
|
<p>Returns the modifier mask the <em class="parameter"><code>widget</code></em>
|
11206
11201
|
’s windowing system backend
|
11207
11202
|
uses for a particular purpose.</p>
|
11208
|
-
<p>See <a href="
|
11203
|
+
<p>See <a href="../html/gdk3-Keyboard-Handling.html#gdk-keymap-get-modifier-mask"><code class="function">gdk_keymap_get_modifier_mask()</code></a>.</p>
|
11209
11204
|
<div class="refsect3">
|
11210
11205
|
<a name="gtk-widget-get-modifier-mask.parameters"></a><h4>Parameters</h4>
|
11211
11206
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -13747,7 +13742,7 @@ widget have been set as hidden.</p></td>
|
|
13747
13742
|
<tr>
|
13748
13743
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.realize"></a>realize</code></em> ()</p></td>
|
13749
13744
|
<td class="struct_member_description"><p>Signal emitted when widget is associated with a
|
13750
|
-
<a href="
|
13745
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>, which means that <a class="link" href="GtkWidget.html#gtk-widget-realize" title="gtk_widget_realize ()"><code class="function">gtk_widget_realize()</code></a> has been called or
|
13751
13746
|
the widget has been mapped (that is, it is going to be drawn).</p></td>
|
13752
13747
|
<td class="struct_member_annotations"> </td>
|
13753
13748
|
</tr>
|
@@ -13937,7 +13932,7 @@ pressed.</p></td>
|
|
13937
13932
|
<tr>
|
13938
13933
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.motion-notify-event"></a>motion_notify_event</code></em> ()</p></td>
|
13939
13934
|
<td class="struct_member_description"><p>Signal emitted when the pointer moves over
|
13940
|
-
the widget’s <a href="
|
13935
|
+
the widget’s <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>.</p></td>
|
13941
13936
|
<td class="struct_member_annotations"> </td>
|
13942
13937
|
</tr>
|
13943
13938
|
<tr>
|
@@ -13948,7 +13943,7 @@ window is closed.</p></td>
|
|
13948
13943
|
</tr>
|
13949
13944
|
<tr>
|
13950
13945
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.destroy-event"></a>destroy_event</code></em> ()</p></td>
|
13951
|
-
<td class="struct_member_description"><p>Signal is emitted when a <a href="
|
13946
|
+
<td class="struct_member_description"><p>Signal is emitted when a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> is destroyed.</p></td>
|
13952
13947
|
<td class="struct_member_annotations"> </td>
|
13953
13948
|
</tr>
|
13954
13949
|
<tr>
|
@@ -14091,7 +14086,7 @@ site requests the data which is dragged.</p></td>
|
|
14091
14086
|
<tr>
|
14092
14087
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.drag-data-delete"></a>drag_data_delete</code></em> ()</p></td>
|
14093
14088
|
<td class="struct_member_description"><p>Signal emitted on the drag source when a drag
|
14094
|
-
with the action <a href="
|
14089
|
+
with the action <a href="../html/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"><code class="literal">GDK_ACTION_MOVE</code></a> is successfully completed.</p></td>
|
14095
14090
|
<td class="struct_member_annotations"> </td>
|
14096
14091
|
</tr>
|
14097
14092
|
<tr>
|
@@ -14157,7 +14152,7 @@ an accelerator can be activated.</p></td>
|
|
14157
14152
|
<tr>
|
14158
14153
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.composited-changed"></a>composited_changed</code></em> ()</p></td>
|
14159
14154
|
<td class="struct_member_description"><p>Signal emitted when the composited status of
|
14160
|
-
widgets screen changes. See <code class="function">gdk_screen_is_composited()</code>.</p></td>
|
14155
|
+
widgets screen changes. See <a href="../html/GdkScreen.html#gdk-screen-is-composited"><code class="function">gdk_screen_is_composited()</code></a>.</p></td>
|
14161
14156
|
<td class="struct_member_annotations"> </td>
|
14162
14157
|
</tr>
|
14163
14158
|
<tr>
|
@@ -14242,7 +14237,7 @@ is changed.</p></td>
|
|
14242
14237
|
<tr>
|
14243
14238
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWidgetClass.queue-draw-region"></a>queue_draw_region</code></em> ()</p></td>
|
14244
14239
|
<td class="struct_member_description"><p>Invalidates the area of widget defined by
|
14245
|
-
region by calling <a href="
|
14240
|
+
region by calling <a href="../html/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a> on the widget's
|
14246
14241
|
window and all its child windows.</p></td>
|
14247
14242
|
<td class="struct_member_annotations"> </td>
|
14248
14243
|
</tr>
|
@@ -14642,7 +14637,7 @@ a child or a container it is treated as <em class="parameter"><code>GTK_ALIGN_FI
|
|
14642
14637
|
<hr>
|
14643
14638
|
<div class="refsect2">
|
14644
14639
|
<a name="GtkWidget--events"></a><h3>The <code class="literal">“events”</code> property</h3>
|
14645
|
-
<pre class="programlisting"> “events” <a href="
|
14640
|
+
<pre class="programlisting"> “events” <a href="../html/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a></pre>
|
14646
14641
|
<p>The event mask that decides what kind of GdkEvents this widget gets.</p>
|
14647
14642
|
<p>Flags: Read / Write</p>
|
14648
14643
|
<p>Default value: GDK_STRUCTURE_MASK</p>
|
@@ -14998,7 +14993,7 @@ are set, the last one wins.</p>
|
|
14998
14993
|
<hr>
|
14999
14994
|
<div class="refsect2">
|
15000
14995
|
<a name="GtkWidget--window"></a><h3>The <code class="literal">“window”</code> property</h3>
|
15001
|
-
<pre class="programlisting"> “window” <a href="
|
14996
|
+
<pre class="programlisting"> “window” <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *</pre>
|
15002
14997
|
<p>The widget's window if it is realized, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.</p>
|
15003
14998
|
<p>Flags: Read</p>
|
15004
14999
|
<p class="since">Since: 2.14</p>
|
@@ -15017,7 +15012,7 @@ are set, the last one wins.</p>
|
|
15017
15012
|
<hr>
|
15018
15013
|
<div class="refsect2">
|
15019
15014
|
<a name="GtkWidget--s-cursor-color"></a><h3>The <code class="literal">“cursor-color”</code> style property</h3>
|
15020
|
-
<pre class="programlisting"> “cursor-color” <span class="type">GdkColor</span> *</pre>
|
15015
|
+
<pre class="programlisting"> “cursor-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
15021
15016
|
<p>The color with which to draw the insertion cursor in entries and
|
15022
15017
|
text views.</p>
|
15023
15018
|
<div class="warning">
|
@@ -15084,7 +15079,7 @@ to draw the focus indicator inside widgets.</p>
|
|
15084
15079
|
<hr>
|
15085
15080
|
<div class="refsect2">
|
15086
15081
|
<a name="GtkWidget--s-link-color"></a><h3>The <code class="literal">“link-color”</code> style property</h3>
|
15087
|
-
<pre class="programlisting"> “link-color” <span class="type">GdkColor</span> *</pre>
|
15082
|
+
<pre class="programlisting"> “link-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
15088
15083
|
<p>The "link-color" style property defines the color of unvisited links.</p>
|
15089
15084
|
<div class="warning">
|
15090
15085
|
<p><code class="literal">GtkWidget:link-color</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
@@ -15119,7 +15114,7 @@ vertical scroll arrows.</p>
|
|
15119
15114
|
<hr>
|
15120
15115
|
<div class="refsect2">
|
15121
15116
|
<a name="GtkWidget--s-secondary-cursor-color"></a><h3>The <code class="literal">“secondary-cursor-color”</code> style property</h3>
|
15122
|
-
<pre class="programlisting"> “secondary-cursor-color” <span class="type">GdkColor</span> *</pre>
|
15117
|
+
<pre class="programlisting"> “secondary-cursor-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
15123
15118
|
<p>The color with which to draw the secondary insertion cursor in entries and
|
15124
15119
|
text views when editing mixed right-to-left and left-to-right text.</p>
|
15125
15120
|
<div class="warning">
|
@@ -15181,7 +15176,7 @@ This property only takes effect if the "wide-separators" style property is <a hr
|
|
15181
15176
|
<hr>
|
15182
15177
|
<div class="refsect2">
|
15183
15178
|
<a name="GtkWidget--s-visited-link-color"></a><h3>The <code class="literal">“visited-link-color”</code> style property</h3>
|
15184
|
-
<pre class="programlisting"> “visited-link-color” <span class="type">GdkColor</span> *</pre>
|
15179
|
+
<pre class="programlisting"> “visited-link-color” <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
|
15185
15180
|
<p>The "visited-link-color" style property defines the color of visited links.</p>
|
15186
15181
|
<div class="warning">
|
15187
15182
|
<p><code class="literal">GtkWidget:visited-link-color</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
@@ -15250,12 +15245,12 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
15250
15245
|
<a name="GtkWidget-button-press-event"></a><h3>The <code class="literal">“button-press-event”</code> signal</h3>
|
15251
15246
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15252
15247
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15253
|
-
<a href="
|
15248
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15254
15249
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15255
15250
|
<p>The ::button-press-event signal will be emitted when a button
|
15256
15251
|
(typically from a mouse) is pressed.</p>
|
15257
|
-
<p>To receive this signal, the <a href="
|
15258
|
-
widget needs to enable the <a href="
|
15252
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the
|
15253
|
+
widget needs to enable the <a href="../html/gdk3-Events.html#GDK-BUTTON-PRESS-MASK:CAPS"><span class="type">GDK_BUTTON_PRESS_MASK</span></a> mask.</p>
|
15259
15254
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
15260
15255
|
<div class="refsect3">
|
15261
15256
|
<a name="GtkWidget-button-press-event.parameters"></a><h4>Parameters</h4>
|
@@ -15273,7 +15268,7 @@ widget needs to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.
|
|
15273
15268
|
</tr>
|
15274
15269
|
<tr>
|
15275
15270
|
<td class="parameter_name"><p>event</p></td>
|
15276
|
-
<td class="parameter_description"><p> the <a href="
|
15271
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
|
15277
15272
|
this signal. </p></td>
|
15278
15273
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span></td>
|
15279
15274
|
</tr>
|
@@ -15297,12 +15292,12 @@ this signal. </p></td>
|
|
15297
15292
|
<a name="GtkWidget-button-release-event"></a><h3>The <code class="literal">“button-release-event”</code> signal</h3>
|
15298
15293
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15299
15294
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15300
|
-
<a href="
|
15295
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15301
15296
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15302
15297
|
<p>The ::button-release-event signal will be emitted when a button
|
15303
15298
|
(typically from a mouse) is released.</p>
|
15304
|
-
<p>To receive this signal, the <a href="
|
15305
|
-
widget needs to enable the <a href="
|
15299
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the
|
15300
|
+
widget needs to enable the <a href="../html/gdk3-Events.html#GDK-BUTTON-RELEASE-MASK:CAPS"><span class="type">GDK_BUTTON_RELEASE_MASK</span></a> mask.</p>
|
15306
15301
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
15307
15302
|
<div class="refsect3">
|
15308
15303
|
<a name="GtkWidget-button-release-event.parameters"></a><h4>Parameters</h4>
|
@@ -15320,7 +15315,7 @@ widget needs to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.
|
|
15320
15315
|
</tr>
|
15321
15316
|
<tr>
|
15322
15317
|
<td class="parameter_name"><p>event</p></td>
|
15323
|
-
<td class="parameter_description"><p> the <a href="
|
15318
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
|
15324
15319
|
this signal. </p></td>
|
15325
15320
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span></td>
|
15326
15321
|
</tr>
|
@@ -15434,7 +15429,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
15434
15429
|
<p>The ::composited-changed signal is emitted when the composited
|
15435
15430
|
status of <em class="parameter"><code>widgets</code></em>
|
15436
15431
|
screen changes.
|
15437
|
-
See <code class="function">gdk_screen_is_composited()</code>.</p>
|
15432
|
+
See <a href="../html/GdkScreen.html#gdk-screen-is-composited"><code class="function">gdk_screen_is_composited()</code></a>.</p>
|
15438
15433
|
<div class="warning">
|
15439
15434
|
<p><code class="literal">GtkWidget::composited-changed</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
15440
15435
|
<p>Use GdkScreen::composited-changed instead.</p>
|
@@ -15468,13 +15463,13 @@ See <code class="function">gdk_screen_is_composited()</code>.</p>
|
|
15468
15463
|
<a name="GtkWidget-configure-event"></a><h3>The <code class="literal">“configure-event”</code> signal</h3>
|
15469
15464
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15470
15465
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15471
|
-
<a href="
|
15466
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15472
15467
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15473
15468
|
<p>The ::configure-event signal will be emitted when the size, position or
|
15474
15469
|
stacking of the <em class="parameter"><code>widget</code></em>
|
15475
15470
|
's window has changed.</p>
|
15476
|
-
<p>To receive this signal, the <a href="
|
15477
|
-
to enable the <a href="
|
15471
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
15472
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
|
15478
15473
|
automatically for all new windows.</p>
|
15479
15474
|
<div class="refsect3">
|
15480
15475
|
<a name="GtkWidget-configure-event.parameters"></a><h4>Parameters</h4>
|
@@ -15492,7 +15487,7 @@ automatically for all new windows.</p>
|
|
15492
15487
|
</tr>
|
15493
15488
|
<tr>
|
15494
15489
|
<td class="parameter_name"><p>event</p></td>
|
15495
|
-
<td class="parameter_description"><p> the <a href="
|
15490
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a> which triggered
|
15496
15491
|
this signal. </p></td>
|
15497
15492
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventConfigure]</span></td>
|
15498
15493
|
</tr>
|
@@ -15516,7 +15511,7 @@ this signal. </p></td>
|
|
15516
15511
|
<a name="GtkWidget-damage-event"></a><h3>The <code class="literal">“damage-event”</code> signal</h3>
|
15517
15512
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15518
15513
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15519
|
-
<a href="
|
15514
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15520
15515
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15521
15516
|
<p>Emitted when a redirected window belonging to <em class="parameter"><code>widget</code></em>
|
15522
15517
|
gets drawn into.
|
@@ -15538,7 +15533,7 @@ drawable was drawn into.</p>
|
|
15538
15533
|
</tr>
|
15539
15534
|
<tr>
|
15540
15535
|
<td class="parameter_name"><p>event</p></td>
|
15541
|
-
<td class="parameter_description"><p> the <a href="
|
15536
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventExpose"><span class="type">GdkEventExpose</span></a> event. </p></td>
|
15542
15537
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventExpose]</span></td>
|
15543
15538
|
</tr>
|
15544
15539
|
<tr>
|
@@ -15562,7 +15557,7 @@ drawable was drawn into.</p>
|
|
15562
15557
|
<a name="GtkWidget-delete-event"></a><h3>The <code class="literal">“delete-event”</code> signal</h3>
|
15563
15558
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15564
15559
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15565
|
-
<a href="
|
15560
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15566
15561
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15567
15562
|
<p>The ::delete-event signal is emitted if a user requests that
|
15568
15563
|
a toplevel window is closed. The default handler for this signal
|
@@ -15642,14 +15637,14 @@ if all references are released.</p>
|
|
15642
15637
|
<a name="GtkWidget-destroy-event"></a><h3>The <code class="literal">“destroy-event”</code> signal</h3>
|
15643
15638
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
15644
15639
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15645
|
-
<a href="
|
15640
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
15646
15641
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15647
|
-
<p>The ::destroy-event signal is emitted when a <a href="
|
15642
|
+
<p>The ::destroy-event signal is emitted when a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> is destroyed.
|
15648
15643
|
You rarely get this signal, because most widgets disconnect themselves
|
15649
15644
|
from their window before they destroy it, so no widget owns the
|
15650
15645
|
window at destroy time.</p>
|
15651
|
-
<p>To receive this signal, the <a href="
|
15652
|
-
to enable the <a href="
|
15646
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
15647
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
|
15653
15648
|
automatically for all new windows.</p>
|
15654
15649
|
<div class="refsect3">
|
15655
15650
|
<a name="GtkWidget-destroy-event.parameters"></a><h4>Parameters</h4>
|
@@ -15729,7 +15724,7 @@ of a widget changes.</p>
|
|
15729
15724
|
<a name="GtkWidget-drag-begin"></a><h3>The <code class="literal">“drag-begin”</code> signal</h3>
|
15730
15725
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
15731
15726
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15732
|
-
<a href="
|
15727
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
15733
15728
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15734
15729
|
<p>The ::drag-begin signal is emitted on the drag source when a drag is
|
15735
15730
|
started. A typical reason to connect to this signal is to set up a
|
@@ -15771,10 +15766,10 @@ override what the default handler did.</p>
|
|
15771
15766
|
<a name="GtkWidget-drag-data-delete"></a><h3>The <code class="literal">“drag-data-delete”</code> signal</h3>
|
15772
15767
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
15773
15768
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15774
|
-
<a href="
|
15769
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
15775
15770
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
15776
15771
|
<p>The ::drag-data-delete signal is emitted on the drag source when a drag
|
15777
|
-
with the action <a href="
|
15772
|
+
with the action <a href="../html/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"><code class="literal">GDK_ACTION_MOVE</code></a> is successfully completed. The signal
|
15778
15773
|
handler is responsible for deleting the data that has been dropped. What
|
15779
15774
|
"delete" means depends on the context of the drag operation.</p>
|
15780
15775
|
<div class="refsect3">
|
@@ -15811,7 +15806,7 @@ handler is responsible for deleting the data that has been dropped. What
|
|
15811
15806
|
<a name="GtkWidget-drag-data-get"></a><h3>The <code class="literal">“drag-data-get”</code> signal</h3>
|
15812
15807
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
15813
15808
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15814
|
-
<a href="
|
15809
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
15815
15810
|
<a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *data,
|
15816
15811
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> info,
|
15817
15812
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
|
@@ -15873,7 +15868,7 @@ is indicated by <em class="parameter"><code>info</code></em>
|
|
15873
15868
|
<a name="GtkWidget-drag-data-received"></a><h3>The <code class="literal">“drag-data-received”</code> signal</h3>
|
15874
15869
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
15875
15870
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
15876
|
-
<a href="
|
15871
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
15877
15872
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
|
15878
15873
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
|
15879
15874
|
<a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *data,
|
@@ -15883,7 +15878,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
15883
15878
|
<p>The ::drag-data-received signal is emitted on the drop site when the
|
15884
15879
|
dragged data has been received. If the data was received in order to
|
15885
15880
|
determine whether the drop will be accepted, the handler is expected
|
15886
|
-
to call <a href="
|
15881
|
+
to call <a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> and not finish the drag.
|
15887
15882
|
If the data was received in response to a <a class="link" href="GtkWidget.html#GtkWidget-drag-drop" title="The “drag-drop” signal"><span class="type">“drag-drop”</span></a> signal
|
15888
15883
|
(and this is the last target to be received), the handler for this
|
15889
15884
|
signal is expected to process the received data and then call
|
@@ -15892,10 +15887,10 @@ signal is expected to process the received data and then call
|
|
15892
15887
|
whether the data was processed successfully.</p>
|
15893
15888
|
<p>Applications must create some means to determine why the signal was emitted
|
15894
15889
|
|
15895
|
-
and therefore whether to call <a href="
|
15890
|
+
and therefore whether to call <a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> or <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>. </p>
|
15896
15891
|
<p>The handler may inspect the selected action with
|
15897
|
-
<a href="
|
15898
|
-
<a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>, e.g. to implement <a href="
|
15892
|
+
<a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action"><code class="function">gdk_drag_context_get_selected_action()</code></a> before calling
|
15893
|
+
<a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>, e.g. to implement <a href="../html/gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS"><code class="literal">GDK_ACTION_ASK</code></a> as
|
15899
15894
|
shown in the following example:</p>
|
15900
15895
|
<div class="informalexample">
|
15901
15896
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
@@ -15957,7 +15952,7 @@ shown in the following example:</p>
|
|
15957
15952
|
|
15958
15953
|
<span class="gtkdoc slc">// handle data here</span>
|
15959
15954
|
|
15960
|
-
action <span class="gtkdoc opt">=</span> <span class="function"><a href="
|
15955
|
+
action <span class="gtkdoc opt">=</span> <span class="function"><a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action">gdk_drag_context_get_selected_action</a></span> <span class="gtkdoc opt">(</span>context<span class="gtkdoc opt">);</span>
|
15961
15956
|
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>action <span class="gtkdoc opt">==</span> GDK_ACTION_ASK<span class="gtkdoc opt">)</span>
|
15962
15957
|
<span class="gtkdoc opt">{</span>
|
15963
15958
|
GtkWidget <span class="gtkdoc opt">*</span>dialog<span class="gtkdoc opt">;</span>
|
@@ -16049,7 +16044,7 @@ shown in the following example:</p>
|
|
16049
16044
|
<a name="GtkWidget-drag-drop"></a><h3>The <code class="literal">“drag-drop”</code> signal</h3>
|
16050
16045
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16051
16046
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16052
|
-
<a href="
|
16047
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
16053
16048
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
|
16054
16049
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
|
16055
16050
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
|
@@ -16117,7 +16112,7 @@ or more of the supported targets.</p>
|
|
16117
16112
|
<a name="GtkWidget-drag-end"></a><h3>The <code class="literal">“drag-end”</code> signal</h3>
|
16118
16113
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
16119
16114
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16120
|
-
<a href="
|
16115
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
16121
16116
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16122
16117
|
<p>The ::drag-end signal is emitted on the drag source when a drag is
|
16123
16118
|
finished. A typical reason to connect to this signal is to undo
|
@@ -16156,7 +16151,7 @@ things done in <a class="link" href="GtkWidget.html#GtkWidget-drag-begin" title=
|
|
16156
16151
|
<a name="GtkWidget-drag-failed"></a><h3>The <code class="literal">“drag-failed”</code> signal</h3>
|
16157
16152
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16158
16153
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16159
|
-
<a href="
|
16154
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
16160
16155
|
<a class="link" href="gtk3-Drag-and-Drop.html#GtkDragResult" title="enum GtkDragResult"><span class="type">GtkDragResult</span></a> result,
|
16161
16156
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16162
16157
|
<p>The ::drag-failed signal is emitted on the drag source when a drag has
|
@@ -16208,7 +16203,7 @@ animation), otherwise it returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/
|
|
16208
16203
|
<a name="GtkWidget-drag-leave"></a><h3>The <code class="literal">“drag-leave”</code> signal</h3>
|
16209
16204
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
16210
16205
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16211
|
-
<a href="
|
16206
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
16212
16207
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
|
16213
16208
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16214
16209
|
<p>The ::drag-leave signal is emitted on the drop site when the cursor
|
@@ -16259,7 +16254,7 @@ created in the <a class="link" href="GtkWidget.html#GtkWidget-drag-motion" title
|
|
16259
16254
|
<a name="GtkWidget-drag-motion"></a><h3>The <code class="literal">“drag-motion”</code> signal</h3>
|
16260
16255
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16261
16256
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16262
|
-
<a href="
|
16257
|
+
<a href="../html/gdk3-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
16263
16258
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
|
16264
16259
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
|
16265
16260
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
|
@@ -16270,11 +16265,11 @@ must determine whether the cursor position is in a drop zone or not.
|
|
16270
16265
|
If it is not in a drop zone, it returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> and no further processing
|
16271
16266
|
is necessary. Otherwise, the handler returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. In this case, the
|
16272
16267
|
handler is responsible for providing the necessary information for
|
16273
|
-
displaying feedback to the user, by calling <a href="
|
16268
|
+
displaying feedback to the user, by calling <a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a>.</p>
|
16274
16269
|
<p>If the decision whether the drop will be accepted or rejected can't be
|
16275
16270
|
made based solely on the cursor position and the type of the data, the
|
16276
16271
|
handler may inspect the dragged data by calling <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-get-data" title="gtk_drag_get_data ()"><code class="function">gtk_drag_get_data()</code></a> and
|
16277
|
-
defer the <a href="
|
16272
|
+
defer the <a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> call to the <a class="link" href="GtkWidget.html#GtkWidget-drag-data-received" title="The “drag-data-received” signal"><span class="type">“drag-data-received”</span></a>
|
16278
16273
|
handler. Note that you must pass <a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-DROP:CAPS"><span class="type">GTK_DEST_DEFAULT_DROP</span></a>,
|
16279
16274
|
<a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-MOTION:CAPS"><span class="type">GTK_DEST_DEFAULT_MOTION</span></a> or <a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-ALL:CAPS"><span class="type">GTK_DEST_DEFAULT_ALL</span></a> to <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-dest-set" title="gtk_drag_dest_set ()"><code class="function">gtk_drag_dest_set()</code></a>
|
16280
16275
|
when using the drag-motion signal that way.</p>
|
@@ -16369,11 +16364,11 @@ the drop site with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-highli
|
|
16369
16364
|
|
16370
16365
|
target <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-dest-find-target">gtk_drag_dest_find_target</a></span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">,</span> context<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span>
|
16371
16366
|
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>target <span class="gtkdoc opt">==</span> GDK_NONE<span class="gtkdoc opt">)</span>
|
16372
|
-
<span class="function"><a href="
|
16367
|
+
<span class="function"><a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span> <span class="gtkdoc opt">(</span>context<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> time<span class="gtkdoc opt">);</span>
|
16373
16368
|
<span class="keyword">else</span>
|
16374
16369
|
<span class="gtkdoc opt">{</span>
|
16375
16370
|
private_data<span class="gtkdoc opt">-></span>pending_status
|
16376
|
-
<span class="gtkdoc opt">=</span> <span class="function"><a href="
|
16371
|
+
<span class="gtkdoc opt">=</span> <span class="function"><a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-context-get-suggested-action">gdk_drag_context_get_suggested_action</a></span> <span class="gtkdoc opt">(</span>context<span class="gtkdoc opt">);</span>
|
16377
16372
|
<span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-get-data">gtk_drag_get_data</a></span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">,</span> context<span class="gtkdoc opt">,</span> target<span class="gtkdoc opt">,</span> time<span class="gtkdoc opt">);</span>
|
16378
16373
|
<span class="gtkdoc opt">}</span>
|
16379
16374
|
|
@@ -16402,9 +16397,9 @@ the drop site with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-highli
|
|
16402
16397
|
|
16403
16398
|
str <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-Selections.html#gtk-selection-data-get-text">gtk_selection_data_get_text</a></span> <span class="gtkdoc opt">(</span>selection_data<span class="gtkdoc opt">);</span>
|
16404
16399
|
<span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function">data_is_acceptable</span> <span class="gtkdoc opt">(</span>str<span class="gtkdoc opt">))</span>
|
16405
|
-
<span class="function"><a href="
|
16400
|
+
<span class="function"><a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span> <span class="gtkdoc opt">(</span>context<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> time<span class="gtkdoc opt">);</span>
|
16406
16401
|
<span class="keyword">else</span>
|
16407
|
-
<span class="function"><a href="
|
16402
|
+
<span class="function"><a href="../html/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span> <span class="gtkdoc opt">(</span>context<span class="gtkdoc opt">,</span>
|
16408
16403
|
private_data<span class="gtkdoc opt">-></span>suggested_action<span class="gtkdoc opt">,</span>
|
16409
16404
|
time<span class="gtkdoc opt">);</span>
|
16410
16405
|
<span class="gtkdoc opt">}</span>
|
@@ -16483,15 +16478,15 @@ the passed in context and be sized to the values returned by
|
|
16483
16478
|
<p>Signal handlers connected to this signal can modify the cairo
|
16484
16479
|
context passed as <em class="parameter"><code>cr</code></em>
|
16485
16480
|
in any way they like and don't need to
|
16486
|
-
restore it. The signal emission takes care of calling <code class="function">cairo_save()</code>
|
16487
|
-
before and <code class="function">cairo_restore()</code> after invoking the handler.</p>
|
16481
|
+
restore it. The signal emission takes care of calling <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a>
|
16482
|
+
before and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-restore"><code class="function">cairo_restore()</code></a> after invoking the handler.</p>
|
16488
16483
|
<p>The signal handler will get a <em class="parameter"><code>cr</code></em>
|
16489
16484
|
with a clip region already set to the
|
16490
16485
|
widget's dirty region, i.e. to the area that needs repainting. Complicated
|
16491
16486
|
widgets that want to avoid redrawing themselves completely can get the full
|
16492
|
-
extents of the clip region with <a href="
|
16487
|
+
extents of the clip region with <a href="../html/gdk3-Cairo-Interaction.html#gdk-cairo-get-clip-rectangle"><code class="function">gdk_cairo_get_clip_rectangle()</code></a>, or they can
|
16493
16488
|
get a finer-grained representation of the dirty region with
|
16494
|
-
<code class="function">cairo_copy_clip_rectangle_list()</code>.</p>
|
16489
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list"><code class="function">cairo_copy_clip_rectangle_list()</code></a>.</p>
|
16495
16490
|
<div class="refsect3">
|
16496
16491
|
<a name="GtkWidget-draw.parameters"></a><h4>Parameters</h4>
|
16497
16492
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -16532,13 +16527,13 @@ get a finer-grained representation of the dirty region with
|
|
16532
16527
|
<a name="GtkWidget-enter-notify-event"></a><h3>The <code class="literal">“enter-notify-event”</code> signal</h3>
|
16533
16528
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16534
16529
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16535
|
-
<a href="
|
16530
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16536
16531
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16537
16532
|
<p>The ::enter-notify-event will be emitted when the pointer enters
|
16538
16533
|
the <em class="parameter"><code>widget</code></em>
|
16539
16534
|
's window.</p>
|
16540
|
-
<p>To receive this signal, the <a href="
|
16541
|
-
to enable the <a href="
|
16535
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
16536
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-ENTER-NOTIFY-MASK:CAPS"><span class="type">GDK_ENTER_NOTIFY_MASK</span></a> mask.</p>
|
16542
16537
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
16543
16538
|
<div class="refsect3">
|
16544
16539
|
<a name="GtkWidget-enter-notify-event.parameters"></a><h4>Parameters</h4>
|
@@ -16556,7 +16551,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-ENTE
|
|
16556
16551
|
</tr>
|
16557
16552
|
<tr>
|
16558
16553
|
<td class="parameter_name"><p>event</p></td>
|
16559
|
-
<td class="parameter_description"><p> the <a href="
|
16554
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
|
16560
16555
|
this signal. </p></td>
|
16561
16556
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span></td>
|
16562
16557
|
</tr>
|
@@ -16580,7 +16575,7 @@ this signal. </p></td>
|
|
16580
16575
|
<a name="GtkWidget-event"></a><h3>The <code class="literal">“event”</code> signal</h3>
|
16581
16576
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16582
16577
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16583
|
-
<a href="
|
16578
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16584
16579
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16585
16580
|
<p>The GTK+ main loop will emit three signals for each GDK event delivered
|
16586
16581
|
to a widget: one generic ::event signal, another, more specific,
|
@@ -16603,7 +16598,7 @@ signal that matches the type of event delivered (e.g.
|
|
16603
16598
|
</tr>
|
16604
16599
|
<tr>
|
16605
16600
|
<td class="parameter_name"><p>event</p></td>
|
16606
|
-
<td class="parameter_description"><p>the <a href="
|
16601
|
+
<td class="parameter_description"><p>the <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</p></td>
|
16607
16602
|
<td class="parameter_annotations"> </td>
|
16608
16603
|
</tr>
|
16609
16604
|
<tr>
|
@@ -16629,7 +16624,7 @@ the return value.</p>
|
|
16629
16624
|
<a name="GtkWidget-event-after"></a><h3>The <code class="literal">“event-after”</code> signal</h3>
|
16630
16625
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
16631
16626
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16632
|
-
<a href="
|
16627
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16633
16628
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16634
16629
|
<p>After the emission of the <a class="link" href="GtkWidget.html#GtkWidget-event" title="The “event” signal"><span class="type">“event”</span></a> signal and (optionally)
|
16635
16630
|
the second more specific signal, ::event-after will be emitted
|
@@ -16650,7 +16645,7 @@ regardless of the previous two signals handlers return values.</p>
|
|
16650
16645
|
</tr>
|
16651
16646
|
<tr>
|
16652
16647
|
<td class="parameter_name"><p>event</p></td>
|
16653
|
-
<td class="parameter_description"><p>the <a href="
|
16648
|
+
<td class="parameter_description"><p>the <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</p></td>
|
16654
16649
|
<td class="parameter_annotations"> </td>
|
16655
16650
|
</tr>
|
16656
16651
|
<tr>
|
@@ -16702,13 +16697,13 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
16702
16697
|
<a name="GtkWidget-focus-in-event"></a><h3>The <code class="literal">“focus-in-event”</code> signal</h3>
|
16703
16698
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16704
16699
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16705
|
-
<a href="
|
16700
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16706
16701
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16707
16702
|
<p>The ::focus-in-event signal will be emitted when the keyboard focus
|
16708
16703
|
enters the <em class="parameter"><code>widget</code></em>
|
16709
16704
|
's window.</p>
|
16710
|
-
<p>To receive this signal, the <a href="
|
16711
|
-
to enable the <a href="
|
16705
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
16706
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.</p>
|
16712
16707
|
<div class="refsect3">
|
16713
16708
|
<a name="GtkWidget-focus-in-event.parameters"></a><h4>Parameters</h4>
|
16714
16709
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -16725,7 +16720,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-FOCU
|
|
16725
16720
|
</tr>
|
16726
16721
|
<tr>
|
16727
16722
|
<td class="parameter_name"><p>event</p></td>
|
16728
|
-
<td class="parameter_description"><p> the <a href="
|
16723
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered
|
16729
16724
|
this signal. </p></td>
|
16730
16725
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventFocus]</span></td>
|
16731
16726
|
</tr>
|
@@ -16749,13 +16744,13 @@ this signal. </p></td>
|
|
16749
16744
|
<a name="GtkWidget-focus-out-event"></a><h3>The <code class="literal">“focus-out-event”</code> signal</h3>
|
16750
16745
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16751
16746
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16752
|
-
<a href="
|
16747
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16753
16748
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16754
16749
|
<p>The ::focus-out-event signal will be emitted when the keyboard focus
|
16755
16750
|
leaves the <em class="parameter"><code>widget</code></em>
|
16756
16751
|
's window.</p>
|
16757
|
-
<p>To receive this signal, the <a href="
|
16758
|
-
to enable the <a href="
|
16752
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
16753
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.</p>
|
16759
16754
|
<div class="refsect3">
|
16760
16755
|
<a name="GtkWidget-focus-out-event.parameters"></a><h4>Parameters</h4>
|
16761
16756
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -16772,7 +16767,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-FOCU
|
|
16772
16767
|
</tr>
|
16773
16768
|
<tr>
|
16774
16769
|
<td class="parameter_name"><p>event</p></td>
|
16775
|
-
<td class="parameter_description"><p> the <a href="
|
16770
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered this
|
16776
16771
|
signal. </p></td>
|
16777
16772
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventFocus]</span></td>
|
16778
16773
|
</tr>
|
@@ -16796,7 +16791,7 @@ signal. </p></td>
|
|
16796
16791
|
<a name="GtkWidget-grab-broken-event"></a><h3>The <code class="literal">“grab-broken-event”</code> signal</h3>
|
16797
16792
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16798
16793
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16799
|
-
<a href="
|
16794
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16800
16795
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16801
16796
|
<p>Emitted when a pointer or keyboard grab on a window belonging
|
16802
16797
|
to <em class="parameter"><code>widget</code></em>
|
@@ -16820,7 +16815,7 @@ application grabs the pointer or keyboard again.</p>
|
|
16820
16815
|
</tr>
|
16821
16816
|
<tr>
|
16822
16817
|
<td class="parameter_name"><p>event</p></td>
|
16823
|
-
<td class="parameter_description"><p> the <a href="
|
16818
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> event. </p></td>
|
16824
16819
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventGrabBroken]</span></td>
|
16825
16820
|
</tr>
|
16826
16821
|
<tr>
|
@@ -16993,12 +16988,12 @@ if the widget was previously unanchored. </p></td>
|
|
16993
16988
|
<a name="GtkWidget-key-press-event"></a><h3>The <code class="literal">“key-press-event”</code> signal</h3>
|
16994
16989
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
16995
16990
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
16996
|
-
<a href="
|
16991
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
16997
16992
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
16998
16993
|
<p>The ::key-press-event signal is emitted when a key is pressed. The signal
|
16999
16994
|
emission will reoccur at the key-repeat rate when the key is kept pressed.</p>
|
17000
|
-
<p>To receive this signal, the <a href="
|
17001
|
-
to enable the <a href="
|
16995
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
16996
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-KEY-PRESS-MASK:CAPS"><span class="type">GDK_KEY_PRESS_MASK</span></a> mask.</p>
|
17002
16997
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17003
16998
|
<div class="refsect3">
|
17004
16999
|
<a name="GtkWidget-key-press-event.parameters"></a><h4>Parameters</h4>
|
@@ -17016,7 +17011,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-KEY-
|
|
17016
17011
|
</tr>
|
17017
17012
|
<tr>
|
17018
17013
|
<td class="parameter_name"><p>event</p></td>
|
17019
|
-
<td class="parameter_description"><p> the <a href="
|
17014
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. </p></td>
|
17020
17015
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventKey]</span></td>
|
17021
17016
|
</tr>
|
17022
17017
|
<tr>
|
@@ -17039,11 +17034,11 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-KEY-
|
|
17039
17034
|
<a name="GtkWidget-key-release-event"></a><h3>The <code class="literal">“key-release-event”</code> signal</h3>
|
17040
17035
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17041
17036
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17042
|
-
<a href="
|
17037
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17043
17038
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17044
17039
|
<p>The ::key-release-event signal is emitted when a key is released.</p>
|
17045
|
-
<p>To receive this signal, the <a href="
|
17046
|
-
to enable the <a href="
|
17040
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17041
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-KEY-RELEASE-MASK:CAPS"><span class="type">GDK_KEY_RELEASE_MASK</span></a> mask.</p>
|
17047
17042
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17048
17043
|
<div class="refsect3">
|
17049
17044
|
<a name="GtkWidget-key-release-event.parameters"></a><h4>Parameters</h4>
|
@@ -17061,7 +17056,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-KEY-
|
|
17061
17056
|
</tr>
|
17062
17057
|
<tr>
|
17063
17058
|
<td class="parameter_name"><p>event</p></td>
|
17064
|
-
<td class="parameter_description"><p> the <a href="
|
17059
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. </p></td>
|
17065
17060
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventKey]</span></td>
|
17066
17061
|
</tr>
|
17067
17062
|
<tr>
|
@@ -17129,13 +17124,13 @@ navigation attempt in its parent container(s).</p>
|
|
17129
17124
|
<a name="GtkWidget-leave-notify-event"></a><h3>The <code class="literal">“leave-notify-event”</code> signal</h3>
|
17130
17125
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17131
17126
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17132
|
-
<a href="
|
17127
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17133
17128
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17134
17129
|
<p>The ::leave-notify-event will be emitted when the pointer leaves
|
17135
17130
|
the <em class="parameter"><code>widget</code></em>
|
17136
17131
|
's window.</p>
|
17137
|
-
<p>To receive this signal, the <a href="
|
17138
|
-
to enable the <a href="
|
17132
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17133
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-LEAVE-NOTIFY-MASK:CAPS"><span class="type">GDK_LEAVE_NOTIFY_MASK</span></a> mask.</p>
|
17139
17134
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17140
17135
|
<div class="refsect3">
|
17141
17136
|
<a name="GtkWidget-leave-notify-event.parameters"></a><h4>Parameters</h4>
|
@@ -17153,7 +17148,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-LEAV
|
|
17153
17148
|
</tr>
|
17154
17149
|
<tr>
|
17155
17150
|
<td class="parameter_name"><p>event</p></td>
|
17156
|
-
<td class="parameter_description"><p> the <a href="
|
17151
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
|
17157
17152
|
this signal. </p></td>
|
17158
17153
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span></td>
|
17159
17154
|
</tr>
|
@@ -17216,13 +17211,13 @@ emission of <a class="link" href="GtkWidget.html#GtkWidget-unmap" title="The “
|
|
17216
17211
|
<a name="GtkWidget-map-event"></a><h3>The <code class="literal">“map-event”</code> signal</h3>
|
17217
17212
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17218
17213
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17219
|
-
<a href="
|
17214
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17220
17215
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17221
17216
|
<p>The ::map-event signal will be emitted when the <em class="parameter"><code>widget</code></em>
|
17222
17217
|
's window is
|
17223
17218
|
mapped. A window is mapped when it becomes visible on the screen.</p>
|
17224
|
-
<p>To receive this signal, the <a href="
|
17225
|
-
to enable the <a href="
|
17219
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17220
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
|
17226
17221
|
automatically for all new windows.</p>
|
17227
17222
|
<div class="refsect3">
|
17228
17223
|
<a name="GtkWidget-map-event.parameters"></a><h4>Parameters</h4>
|
@@ -17240,7 +17235,7 @@ automatically for all new windows.</p>
|
|
17240
17235
|
</tr>
|
17241
17236
|
<tr>
|
17242
17237
|
<td class="parameter_name"><p>event</p></td>
|
17243
|
-
<td class="parameter_description"><p> the <a href="
|
17238
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. </p></td>
|
17244
17239
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventAny]</span></td>
|
17245
17240
|
</tr>
|
17246
17241
|
<tr>
|
@@ -17263,8 +17258,14 @@ automatically for all new windows.</p>
|
|
17263
17258
|
<a name="GtkWidget-mnemonic-activate"></a><h3>The <code class="literal">“mnemonic-activate”</code> signal</h3>
|
17264
17259
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17265
17260
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17266
|
-
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>
|
17261
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> group_cycling,
|
17267
17262
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17263
|
+
<p>The default handler for this signal activates <em class="parameter"><code>widget</code></em>
|
17264
|
+
if <em class="parameter"><code>group_cycling</code></em>
|
17265
|
+
|
17266
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, or just makes <em class="parameter"><code>widget</code></em>
|
17267
|
+
grab focus if <em class="parameter"><code>group_cycling</code></em>
|
17268
|
+
is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
17268
17269
|
<div class="refsect3">
|
17269
17270
|
<a name="GtkWidget-mnemonic-activate.parameters"></a><h4>Parameters</h4>
|
17270
17271
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -17280,6 +17281,11 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
17280
17281
|
<td class="parameter_annotations"> </td>
|
17281
17282
|
</tr>
|
17282
17283
|
<tr>
|
17284
|
+
<td class="parameter_name"><p>group_cycling</p></td>
|
17285
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there are other widgets with the same mnemonic</p></td>
|
17286
|
+
<td class="parameter_annotations"> </td>
|
17287
|
+
</tr>
|
17288
|
+
<tr>
|
17283
17289
|
<td class="parameter_name"><p>user_data</p></td>
|
17284
17290
|
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
17285
17291
|
<td class="parameter_annotations"> </td>
|
@@ -17299,12 +17305,12 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
17299
17305
|
<a name="GtkWidget-motion-notify-event"></a><h3>The <code class="literal">“motion-notify-event”</code> signal</h3>
|
17300
17306
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17301
17307
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17302
|
-
<a href="
|
17308
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17303
17309
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17304
17310
|
<p>The ::motion-notify-event signal is emitted when the pointer moves
|
17305
|
-
over the widget's <a href="
|
17306
|
-
<p>To receive this signal, the <a href="
|
17307
|
-
needs to enable the <a href="
|
17311
|
+
over the widget's <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>.</p>
|
17312
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget
|
17313
|
+
needs to enable the <a href="../html/gdk3-Events.html#GDK-POINTER-MOTION-MASK:CAPS"><span class="type">GDK_POINTER_MOTION_MASK</span></a> mask.</p>
|
17308
17314
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17309
17315
|
<div class="refsect3">
|
17310
17316
|
<a name="GtkWidget-motion-notify-event.parameters"></a><h4>Parameters</h4>
|
@@ -17322,7 +17328,7 @@ needs to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GD
|
|
17322
17328
|
</tr>
|
17323
17329
|
<tr>
|
17324
17330
|
<td class="parameter_name"><p>event</p></td>
|
17325
|
-
<td class="parameter_description"><p> the <a href="
|
17331
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventMotion"><span class="type">GdkEventMotion</span></a> which triggered
|
17326
17332
|
this signal. </p></td>
|
17327
17333
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventMotion]</span></td>
|
17328
17334
|
</tr>
|
@@ -17457,13 +17463,13 @@ for an example of how to use this signal.</p>
|
|
17457
17463
|
<a name="GtkWidget-property-notify-event"></a><h3>The <code class="literal">“property-notify-event”</code> signal</h3>
|
17458
17464
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17459
17465
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17460
|
-
<a href="
|
17466
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17461
17467
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17462
17468
|
<p>The ::property-notify-event signal will be emitted when a property on
|
17463
17469
|
the <em class="parameter"><code>widget</code></em>
|
17464
17470
|
's window has been changed or deleted.</p>
|
17465
|
-
<p>To receive this signal, the <a href="
|
17466
|
-
to enable the <a href="
|
17471
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17472
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-PROPERTY-CHANGE-MASK:CAPS"><span class="type">GDK_PROPERTY_CHANGE_MASK</span></a> mask.</p>
|
17467
17473
|
<div class="refsect3">
|
17468
17474
|
<a name="GtkWidget-property-notify-event.parameters"></a><h4>Parameters</h4>
|
17469
17475
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -17480,7 +17486,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-PROP
|
|
17480
17486
|
</tr>
|
17481
17487
|
<tr>
|
17482
17488
|
<td class="parameter_name"><p>event</p></td>
|
17483
|
-
<td class="parameter_description"><p> the <a href="
|
17489
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventProperty"><span class="type">GdkEventProperty</span></a> which triggered
|
17484
17490
|
this signal. </p></td>
|
17485
17491
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProperty]</span></td>
|
17486
17492
|
</tr>
|
@@ -17504,10 +17510,10 @@ this signal. </p></td>
|
|
17504
17510
|
<a name="GtkWidget-proximity-in-event"></a><h3>The <code class="literal">“proximity-in-event”</code> signal</h3>
|
17505
17511
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17506
17512
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17507
|
-
<a href="
|
17513
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17508
17514
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17509
|
-
<p>To receive this signal the <a href="
|
17510
|
-
to enable the <a href="
|
17515
|
+
<p>To receive this signal the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17516
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-PROXIMITY-IN-MASK:CAPS"><span class="type">GDK_PROXIMITY_IN_MASK</span></a> mask.</p>
|
17511
17517
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17512
17518
|
<div class="refsect3">
|
17513
17519
|
<a name="GtkWidget-proximity-in-event.parameters"></a><h4>Parameters</h4>
|
@@ -17525,7 +17531,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-PROX
|
|
17525
17531
|
</tr>
|
17526
17532
|
<tr>
|
17527
17533
|
<td class="parameter_name"><p>event</p></td>
|
17528
|
-
<td class="parameter_description"><p> the <a href="
|
17534
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
|
17529
17535
|
this signal. </p></td>
|
17530
17536
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProximity]</span></td>
|
17531
17537
|
</tr>
|
@@ -17549,10 +17555,10 @@ this signal. </p></td>
|
|
17549
17555
|
<a name="GtkWidget-proximity-out-event"></a><h3>The <code class="literal">“proximity-out-event”</code> signal</h3>
|
17550
17556
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17551
17557
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17552
|
-
<a href="
|
17558
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17553
17559
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17554
|
-
<p>To receive this signal the <a href="
|
17555
|
-
to enable the <a href="
|
17560
|
+
<p>To receive this signal the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17561
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-PROXIMITY-OUT-MASK:CAPS"><span class="type">GDK_PROXIMITY_OUT_MASK</span></a> mask.</p>
|
17556
17562
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17557
17563
|
<div class="refsect3">
|
17558
17564
|
<a name="GtkWidget-proximity-out-event.parameters"></a><h4>Parameters</h4>
|
@@ -17570,7 +17576,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-PROX
|
|
17570
17576
|
</tr>
|
17571
17577
|
<tr>
|
17572
17578
|
<td class="parameter_name"><p>event</p></td>
|
17573
|
-
<td class="parameter_description"><p> the <a href="
|
17579
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
|
17574
17580
|
this signal. </p></td>
|
17575
17581
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProximity]</span></td>
|
17576
17582
|
</tr>
|
@@ -17678,7 +17684,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
17678
17684
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17679
17685
|
<p>The ::realize signal is emitted when <em class="parameter"><code>widget</code></em>
|
17680
17686
|
is associated with a
|
17681
|
-
<a href="
|
17687
|
+
<a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>, which means that <a class="link" href="GtkWidget.html#gtk-widget-realize" title="gtk_widget_realize ()"><code class="function">gtk_widget_realize()</code></a> has been called or the
|
17682
17688
|
widget has been mapped (that is, it is going to be drawn).</p>
|
17683
17689
|
<div class="refsect3">
|
17684
17690
|
<a name="GtkWidget-realize.parameters"></a><h4>Parameters</h4>
|
@@ -17709,7 +17715,7 @@ widget has been mapped (that is, it is going to be drawn).</p>
|
|
17709
17715
|
<a name="GtkWidget-screen-changed"></a><h3>The <code class="literal">“screen-changed”</code> signal</h3>
|
17710
17716
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
17711
17717
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17712
|
-
<a href="
|
17718
|
+
<a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *previous_screen,
|
17713
17719
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17714
17720
|
<p>The ::screen-changed signal gets emitted when the
|
17715
17721
|
screen of a widget has changed.</p>
|
@@ -17748,13 +17754,13 @@ widget was not associated with a screen before. </p></td>
|
|
17748
17754
|
<a name="GtkWidget-scroll-event"></a><h3>The <code class="literal">“scroll-event”</code> signal</h3>
|
17749
17755
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17750
17756
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17751
|
-
<a href="
|
17757
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17752
17758
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17753
17759
|
<p>The ::scroll-event signal is emitted when a button in the 4 to 7
|
17754
17760
|
range is pressed. Wheel mice are usually configured to generate
|
17755
17761
|
button press events for buttons 4 and 5 when the wheel is turned.</p>
|
17756
|
-
<p>To receive this signal, the <a href="
|
17757
|
-
to enable the <a href="
|
17762
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
17763
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-SCROLL-MASK:CAPS"><span class="type">GDK_SCROLL_MASK</span></a> mask.</p>
|
17758
17764
|
<p>This signal will be sent to the grab widget if there is one.</p>
|
17759
17765
|
<div class="refsect3">
|
17760
17766
|
<a name="GtkWidget-scroll-event.parameters"></a><h4>Parameters</h4>
|
@@ -17772,7 +17778,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-SCRO
|
|
17772
17778
|
</tr>
|
17773
17779
|
<tr>
|
17774
17780
|
<td class="parameter_name"><p>event</p></td>
|
17775
|
-
<td class="parameter_description"><p> the <a href="
|
17781
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventScroll"><span class="type">GdkEventScroll</span></a> which triggered
|
17776
17782
|
this signal. </p></td>
|
17777
17783
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventScroll]</span></td>
|
17778
17784
|
</tr>
|
@@ -17796,7 +17802,7 @@ this signal. </p></td>
|
|
17796
17802
|
<a name="GtkWidget-selection-clear-event"></a><h3>The <code class="literal">“selection-clear-event”</code> signal</h3>
|
17797
17803
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17798
17804
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17799
|
-
<a href="
|
17805
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17800
17806
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17801
17807
|
<p>The ::selection-clear-event signal will be emitted when the
|
17802
17808
|
the <em class="parameter"><code>widget</code></em>
|
@@ -17817,7 +17823,7 @@ the <em class="parameter"><code>widget</code></em>
|
|
17817
17823
|
</tr>
|
17818
17824
|
<tr>
|
17819
17825
|
<td class="parameter_name"><p>event</p></td>
|
17820
|
-
<td class="parameter_description"><p> the <a href="
|
17826
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
|
17821
17827
|
this signal. </p></td>
|
17822
17828
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventSelection]</span></td>
|
17823
17829
|
</tr>
|
@@ -17874,7 +17880,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
17874
17880
|
<a name="GtkWidget-selection-notify-event"></a><h3>The <code class="literal">“selection-notify-event”</code> signal</h3>
|
17875
17881
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17876
17882
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17877
|
-
<a href="
|
17883
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17878
17884
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17879
17885
|
<div class="refsect3">
|
17880
17886
|
<a name="GtkWidget-selection-notify-event.parameters"></a><h4>Parameters</h4>
|
@@ -17946,7 +17952,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
17946
17952
|
<a name="GtkWidget-selection-request-event"></a><h3>The <code class="literal">“selection-request-event”</code> signal</h3>
|
17947
17953
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
17948
17954
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
17949
|
-
<a href="
|
17955
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
17950
17956
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
17951
17957
|
<p>The ::selection-request-event signal will be emitted when
|
17952
17958
|
another client requests ownership of the selection owned by
|
@@ -17968,7 +17974,7 @@ the <em class="parameter"><code>widget</code></em>
|
|
17968
17974
|
</tr>
|
17969
17975
|
<tr>
|
17970
17976
|
<td class="parameter_name"><p>event</p></td>
|
17971
|
-
<td class="parameter_description"><p> the <a href="
|
17977
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
|
17972
17978
|
this signal. </p></td>
|
17973
17979
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventSelection]</span></td>
|
17974
17980
|
</tr>
|
@@ -18061,7 +18067,7 @@ user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span cla
|
|
18061
18067
|
<a name="GtkWidget-size-allocate"></a><h3>The <code class="literal">“size-allocate”</code> signal</h3>
|
18062
18068
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
18063
18069
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18064
|
-
<a href="
|
18070
|
+
<a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *allocation,
|
18065
18071
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18066
18072
|
<div class="refsect3">
|
18067
18073
|
<a name="GtkWidget-size-allocate.parameters"></a><h4>Parameters</h4>
|
@@ -18263,7 +18269,7 @@ cause this signal to be emitted.</p>
|
|
18263
18269
|
<a name="GtkWidget-touch-event"></a><h3>The <code class="literal">“touch-event”</code> signal</h3>
|
18264
18270
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
18265
18271
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18266
|
-
<a href="
|
18272
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg1,
|
18267
18273
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18268
18274
|
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
18269
18275
|
</div>
|
@@ -18308,13 +18314,13 @@ used to, for example, stop an animation on the widget.</p>
|
|
18308
18314
|
<a name="GtkWidget-unmap-event"></a><h3>The <code class="literal">“unmap-event”</code> signal</h3>
|
18309
18315
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
18310
18316
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18311
|
-
<a href="
|
18317
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
18312
18318
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18313
18319
|
<p>The ::unmap-event signal will be emitted when the <em class="parameter"><code>widget</code></em>
|
18314
18320
|
's window is
|
18315
18321
|
unmapped. A window is unmapped when it becomes invisible on the screen.</p>
|
18316
|
-
<p>To receive this signal, the <a href="
|
18317
|
-
to enable the <a href="
|
18322
|
+
<p>To receive this signal, the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
18323
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
|
18318
18324
|
automatically for all new windows.</p>
|
18319
18325
|
<div class="refsect3">
|
18320
18326
|
<a name="GtkWidget-unmap-event.parameters"></a><h4>Parameters</h4>
|
@@ -18332,7 +18338,7 @@ automatically for all new windows.</p>
|
|
18332
18338
|
</tr>
|
18333
18339
|
<tr>
|
18334
18340
|
<td class="parameter_name"><p>event</p></td>
|
18335
|
-
<td class="parameter_description"><p> the <a href="
|
18341
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. </p></td>
|
18336
18342
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventAny]</span></td>
|
18337
18343
|
</tr>
|
18338
18344
|
<tr>
|
@@ -18356,7 +18362,7 @@ automatically for all new windows.</p>
|
|
18356
18362
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
18357
18363
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18358
18364
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18359
|
-
<p>The ::unrealize signal is emitted when the <a href="
|
18365
|
+
<p>The ::unrealize signal is emitted when the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated with
|
18360
18366
|
<em class="parameter"><code>widget</code></em>
|
18361
18367
|
is destroyed, which means that <a class="link" href="GtkWidget.html#gtk-widget-unrealize" title="gtk_widget_unrealize ()"><code class="function">gtk_widget_unrealize()</code></a> has been
|
18362
18368
|
called or the widget has been unmapped (that is, it is going to be
|
@@ -18390,13 +18396,13 @@ hidden).</p>
|
|
18390
18396
|
<a name="GtkWidget-visibility-notify-event"></a><h3>The <code class="literal">“visibility-notify-event”</code> signal</h3>
|
18391
18397
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
18392
18398
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18393
|
-
<a href="
|
18399
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
18394
18400
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18395
18401
|
<p>The ::visibility-notify-event will be emitted when the <em class="parameter"><code>widget</code></em>
|
18396
18402
|
's
|
18397
18403
|
window is obscured or unobscured.</p>
|
18398
|
-
<p>To receive this signal the <a href="
|
18399
|
-
to enable the <a href="
|
18404
|
+
<p>To receive this signal the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget needs
|
18405
|
+
to enable the <a href="../html/gdk3-Events.html#GDK-VISIBILITY-NOTIFY-MASK:CAPS"><span class="type">GDK_VISIBILITY_NOTIFY_MASK</span></a> mask.</p>
|
18400
18406
|
<div class="warning">
|
18401
18407
|
<p><code class="literal">GtkWidget::visibility-notify-event</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
|
18402
18408
|
<p>Modern composited windowing systems with pervasive
|
@@ -18420,7 +18426,7 @@ to enable the <a href="http://developer.gnome.org/gdk3/gdk4-Events.html#GDK-VISI
|
|
18420
18426
|
</tr>
|
18421
18427
|
<tr>
|
18422
18428
|
<td class="parameter_name"><p>event</p></td>
|
18423
|
-
<td class="parameter_description"><p> the <a href="
|
18429
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventVisibility"><span class="type">GdkEventVisibility</span></a> which
|
18424
18430
|
triggered this signal. </p></td>
|
18425
18431
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventVisibility]</span></td>
|
18426
18432
|
</tr>
|
@@ -18444,13 +18450,13 @@ triggered this signal. </p></td>
|
|
18444
18450
|
<a name="GtkWidget-window-state-event"></a><h3>The <code class="literal">“window-state-event”</code> signal</h3>
|
18445
18451
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
18446
18452
|
user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
18447
|
-
<a href="
|
18453
|
+
<a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
18448
18454
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
18449
18455
|
<p>The ::window-state-event will be emitted when the state of the
|
18450
18456
|
toplevel window associated to the <em class="parameter"><code>widget</code></em>
|
18451
18457
|
changes.</p>
|
18452
|
-
<p>To receive this signal the <a href="
|
18453
|
-
needs to enable the <a href="
|
18458
|
+
<p>To receive this signal the <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> associated to the widget
|
18459
|
+
needs to enable the <a href="../html/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable
|
18454
18460
|
this mask automatically for all new windows.</p>
|
18455
18461
|
<div class="refsect3">
|
18456
18462
|
<a name="GtkWidget-window-state-event.parameters"></a><h4>Parameters</h4>
|
@@ -18468,7 +18474,7 @@ this mask automatically for all new windows.</p>
|
|
18468
18474
|
</tr>
|
18469
18475
|
<tr>
|
18470
18476
|
<td class="parameter_name"><p>event</p></td>
|
18471
|
-
<td class="parameter_description"><p> the <a href="
|
18477
|
+
<td class="parameter_description"><p> the <a href="../html/gdk3-Event-Structures.html#GdkEventWindowState"><span class="type">GdkEventWindowState</span></a> which
|
18472
18478
|
triggered this signal. </p></td>
|
18473
18479
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventWindowState]</span></td>
|
18474
18480
|
</tr>
|