gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -58,7 +58,7 @@
|
|
58
58
|
</tr>
|
59
59
|
<tr>
|
60
60
|
<td class="function_type">
|
61
|
-
<a href="
|
61
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
62
62
|
</td>
|
63
63
|
<td class="function_name">
|
64
64
|
<a class="link" href="gdk3-Visuals.html#gdk-list-visuals" title="gdk_list_visuals ()">gdk_list_visuals</a> <span class="c_punctuation">()</span>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
</tr>
|
67
67
|
<tr>
|
68
68
|
<td class="function_type">
|
69
|
-
<a href="
|
69
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="gdk3-Visuals.html#gdk-visual-get-bits-per-rgb" title="gdk_visual_get_bits_per_rgb ()">gdk_visual_get_bits_per_rgb</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</tr>
|
91
91
|
<tr>
|
92
92
|
<td class="function_type">
|
93
|
-
<a href="
|
93
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
94
94
|
</td>
|
95
95
|
<td class="function_name">
|
96
96
|
<a class="link" href="gdk3-Visuals.html#gdk-visual-get-colormap-size" title="gdk_visual_get_colormap_size ()">gdk_visual_get_colormap_size</a> <span class="c_punctuation">()</span>
|
@@ -98,7 +98,7 @@
|
|
98
98
|
</tr>
|
99
99
|
<tr>
|
100
100
|
<td class="function_type">
|
101
|
-
<a href="
|
101
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
102
102
|
</td>
|
103
103
|
<td class="function_name">
|
104
104
|
<a class="link" href="gdk3-Visuals.html#gdk-visual-get-depth" title="gdk_visual_get_depth ()">gdk_visual_get_depth</a> <span class="c_punctuation">()</span>
|
@@ -130,7 +130,7 @@
|
|
130
130
|
</tr>
|
131
131
|
<tr>
|
132
132
|
<td class="function_type">
|
133
|
-
<a href="
|
133
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
134
134
|
</td>
|
135
135
|
<td class="function_name">
|
136
136
|
<a class="link" href="gdk3-Visuals.html#gdk-visual-get-best-depth" title="gdk_visual_get_best_depth ()">gdk_visual_get_best_depth</a> <span class="c_punctuation">()</span>
|
@@ -220,7 +220,7 @@
|
|
220
220
|
</div>
|
221
221
|
<div class="refsect1">
|
222
222
|
<a name="gdk3-Visuals.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
223
|
-
<pre class="screen"> <a href="
|
223
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
224
224
|
<span class="lineart">╰──</span> GdkVisual
|
225
225
|
</pre>
|
226
226
|
</div>
|
@@ -257,8 +257,13 @@ types are ranked in the order of(highest to lowest)
|
|
257
257
|
<div class="refsect2">
|
258
258
|
<a name="gdk-query-depths"></a><h3>gdk_query_depths ()</h3>
|
259
259
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
260
|
-
gdk_query_depths (<em class="parameter"><code><a href="
|
261
|
-
<em class="parameter"><code><a href="
|
260
|
+
gdk_query_depths (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **depths</code></em>,
|
261
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *count</code></em>);</pre>
|
262
|
+
<div class="warning">
|
263
|
+
<p><code class="literal">gdk_query_depths</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
264
|
+
<p>Visual selection should be done using
|
265
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
266
|
+
</div>
|
262
267
|
<p>This function returns the available bit depths for the default
|
263
268
|
screen. It’s equivalent to listing the visuals
|
264
269
|
(<a class="link" href="gdk3-Visuals.html#gdk-list-visuals" title="gdk_list_visuals ()"><code class="function">gdk_list_visuals()</code></a>) and then looking at the depth field in each
|
@@ -293,7 +298,12 @@ location for available depths. </p></td>
|
|
293
298
|
<a name="gdk-query-visual-types"></a><h3>gdk_query_visual_types ()</h3>
|
294
299
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
295
300
|
gdk_query_visual_types (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisualType" title="enum GdkVisualType"><span class="type">GdkVisualType</span></a> **visual_types</code></em>,
|
296
|
-
<em class="parameter"><code><a href="
|
301
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *count</code></em>);</pre>
|
302
|
+
<div class="warning">
|
303
|
+
<p><code class="literal">gdk_query_visual_types</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
304
|
+
<p>Visual selection should be done using
|
305
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
306
|
+
</div>
|
297
307
|
<p>This function returns the available visual types for the default
|
298
308
|
screen. It’s equivalent to listing the visuals
|
299
309
|
(<a class="link" href="gdk3-Visuals.html#gdk-list-visuals" title="gdk_list_visuals ()"><code class="function">gdk_list_visuals()</code></a>) and then looking at the type field in each
|
@@ -326,14 +336,18 @@ location for the available visual types. </p></td>
|
|
326
336
|
<hr>
|
327
337
|
<div class="refsect2">
|
328
338
|
<a name="gdk-list-visuals"></a><h3>gdk_list_visuals ()</h3>
|
329
|
-
<pre class="programlisting"><a href="
|
339
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
330
340
|
gdk_list_visuals (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
341
|
+
<div class="warning">
|
342
|
+
<p><code class="literal">gdk_list_visuals</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
343
|
+
<p>Use gdk_screen_list_visuals (<a class="link" href="GdkScreen.html#gdk-screen-get-default" title="gdk_screen_get_default ()"><code class="function">gdk_screen_get_default()</code></a>).</p>
|
344
|
+
</div>
|
331
345
|
<p>Lists the available visuals for the default screen.
|
332
346
|
(See <a class="link" href="GdkScreen.html#gdk-screen-list-visuals" title="gdk_screen_list_visuals ()"><code class="function">gdk_screen_list_visuals()</code></a>)
|
333
347
|
A visual describes a hardware image data format.
|
334
348
|
For example, a visual might support 24-bit color, or 8-bit color,
|
335
349
|
and might expect pixels to be in a certain format.</p>
|
336
|
-
<p>Call <a href="
|
350
|
+
<p>Call <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> on the return value when you’re finished with it.</p>
|
337
351
|
<div class="refsect3">
|
338
352
|
<a name="gdk-list-visuals.returns"></a><h4>Returns</h4>
|
339
353
|
<p> a list of visuals; the list must be freed, but not its contents. </p>
|
@@ -343,9 +357,15 @@ and might expect pixels to be in a certain format.</p>
|
|
343
357
|
<hr>
|
344
358
|
<div class="refsect2">
|
345
359
|
<a name="gdk-visual-get-bits-per-rgb"></a><h3>gdk_visual_get_bits_per_rgb ()</h3>
|
346
|
-
<pre class="programlisting"><a href="
|
360
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
347
361
|
gdk_visual_get_bits_per_rgb (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
|
362
|
+
<div class="warning">
|
363
|
+
<p><code class="literal">gdk_visual_get_bits_per_rgb</code> has been deprecated since version 3.22. and should not be used in newly-written code.</p>
|
364
|
+
<p>Use <a class="link" href="gdk3-Visuals.html#gdk-visual-get-red-pixel-details" title="gdk_visual_get_red_pixel_details ()"><code class="function">gdk_visual_get_red_pixel_details()</code></a> and its variants to
|
365
|
+
learn about the pixel layout of TrueColor and DirectColor visuals</p>
|
366
|
+
</div>
|
348
367
|
<p>Returns the number of significant bits per red, green and blue value.</p>
|
368
|
+
<p>Not all GDK backend provide a meaningful value for this function.</p>
|
349
369
|
<div class="refsect3">
|
350
370
|
<a name="gdk-visual-get-bits-per-rgb.parameters"></a><h4>Parameters</h4>
|
351
371
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -373,9 +393,9 @@ gdk_visual_get_bits_per_rgb (<em class="parameter"><code><a class="link" href="g
|
|
373
393
|
<a name="gdk-visual-get-blue-pixel-details"></a><h3>gdk_visual_get_blue_pixel_details ()</h3>
|
374
394
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
375
395
|
gdk_visual_get_blue_pixel_details (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
|
376
|
-
<em class="parameter"><code><a href="
|
377
|
-
<em class="parameter"><code><a href="
|
378
|
-
<em class="parameter"><code><a href="
|
396
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *mask</code></em>,
|
397
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *shift</code></em>,
|
398
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *precision</code></em>);</pre>
|
379
399
|
<p>Obtains values that are needed to calculate blue pixel values in TrueColor
|
380
400
|
and DirectColor. The “mask” is the significant bits within the pixel.
|
381
401
|
The “shift” is the number of bits left we must shift a primary for it
|
@@ -397,17 +417,17 @@ to how much precision the pixel value contains for a particular primary.</p>
|
|
397
417
|
</tr>
|
398
418
|
<tr>
|
399
419
|
<td class="parameter_name"><p>mask</p></td>
|
400
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
420
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
401
421
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
402
422
|
</tr>
|
403
423
|
<tr>
|
404
424
|
<td class="parameter_name"><p>shift</p></td>
|
405
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
425
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
406
426
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
407
427
|
</tr>
|
408
428
|
<tr>
|
409
429
|
<td class="parameter_name"><p>precision</p></td>
|
410
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
430
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
411
431
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
412
432
|
</tr>
|
413
433
|
</tbody>
|
@@ -420,7 +440,14 @@ to how much precision the pixel value contains for a particular primary.</p>
|
|
420
440
|
<a name="gdk-visual-get-byte-order"></a><h3>gdk_visual_get_byte_order ()</h3>
|
421
441
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkByteOrder" title="enum GdkByteOrder"><span class="returnvalue">GdkByteOrder</span></a>
|
422
442
|
gdk_visual_get_byte_order (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
|
443
|
+
<div class="warning">
|
444
|
+
<p><code class="literal">gdk_visual_get_byte_order</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
445
|
+
<p>This information is not useful</p>
|
446
|
+
</div>
|
423
447
|
<p>Returns the byte order of this visual.</p>
|
448
|
+
<p>The information returned by this function is only relevant
|
449
|
+
when working with XImages, and not all backends return
|
450
|
+
meaningful information for this.</p>
|
424
451
|
<div class="refsect3">
|
425
452
|
<a name="gdk-visual-get-byte-order.parameters"></a><h4>Parameters</h4>
|
426
453
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -446,9 +473,15 @@ gdk_visual_get_byte_order (<em class="parameter"><code><a class="link" href="gdk
|
|
446
473
|
<hr>
|
447
474
|
<div class="refsect2">
|
448
475
|
<a name="gdk-visual-get-colormap-size"></a><h3>gdk_visual_get_colormap_size ()</h3>
|
449
|
-
<pre class="programlisting"><a href="
|
476
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
450
477
|
gdk_visual_get_colormap_size (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
|
478
|
+
<div class="warning">
|
479
|
+
<p><code class="literal">gdk_visual_get_colormap_size</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
480
|
+
<p>This information is not useful, since GDK does not
|
481
|
+
provide APIs to operate on colormaps.</p>
|
482
|
+
</div>
|
451
483
|
<p>Returns the size of a colormap for this visual.</p>
|
484
|
+
<p>You have to use platform-specific APIs to manipulate colormaps.</p>
|
452
485
|
<div class="refsect3">
|
453
486
|
<a name="gdk-visual-get-colormap-size.parameters"></a><h4>Parameters</h4>
|
454
487
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -474,7 +507,7 @@ gdk_visual_get_colormap_size (<em class="parameter"><code><a class="link" href="
|
|
474
507
|
<hr>
|
475
508
|
<div class="refsect2">
|
476
509
|
<a name="gdk-visual-get-depth"></a><h3>gdk_visual_get_depth ()</h3>
|
477
|
-
<pre class="programlisting"><a href="
|
510
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
478
511
|
gdk_visual_get_depth (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
|
479
512
|
<p>Returns the bit depth of this visual.</p>
|
480
513
|
<div class="refsect3">
|
@@ -503,9 +536,9 @@ gdk_visual_get_depth (<em class="parameter"><code><a class="link" href="gdk3-Vis
|
|
503
536
|
<a name="gdk-visual-get-green-pixel-details"></a><h3>gdk_visual_get_green_pixel_details ()</h3>
|
504
537
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
505
538
|
gdk_visual_get_green_pixel_details (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
|
506
|
-
<em class="parameter"><code><a href="
|
507
|
-
<em class="parameter"><code><a href="
|
508
|
-
<em class="parameter"><code><a href="
|
539
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *mask</code></em>,
|
540
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *shift</code></em>,
|
541
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *precision</code></em>);</pre>
|
509
542
|
<p>Obtains values that are needed to calculate green pixel values in TrueColor
|
510
543
|
and DirectColor. The “mask” is the significant bits within the pixel.
|
511
544
|
The “shift” is the number of bits left we must shift a primary for it
|
@@ -527,17 +560,17 @@ to how much precision the pixel value contains for a particular primary.</p>
|
|
527
560
|
</tr>
|
528
561
|
<tr>
|
529
562
|
<td class="parameter_name"><p>mask</p></td>
|
530
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
563
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
531
564
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
532
565
|
</tr>
|
533
566
|
<tr>
|
534
567
|
<td class="parameter_name"><p>shift</p></td>
|
535
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
568
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
536
569
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
537
570
|
</tr>
|
538
571
|
<tr>
|
539
572
|
<td class="parameter_name"><p>precision</p></td>
|
540
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
573
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
541
574
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
542
575
|
</tr>
|
543
576
|
</tbody>
|
@@ -550,9 +583,9 @@ to how much precision the pixel value contains for a particular primary.</p>
|
|
550
583
|
<a name="gdk-visual-get-red-pixel-details"></a><h3>gdk_visual_get_red_pixel_details ()</h3>
|
551
584
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
552
585
|
gdk_visual_get_red_pixel_details (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
|
553
|
-
<em class="parameter"><code><a href="
|
554
|
-
<em class="parameter"><code><a href="
|
555
|
-
<em class="parameter"><code><a href="
|
586
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *mask</code></em>,
|
587
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *shift</code></em>,
|
588
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *precision</code></em>);</pre>
|
556
589
|
<p>Obtains values that are needed to calculate red pixel values in TrueColor
|
557
590
|
and DirectColor. The “mask” is the significant bits within the pixel.
|
558
591
|
The “shift” is the number of bits left we must shift a primary for it
|
@@ -574,17 +607,17 @@ to how much precision the pixel value contains for a particular primary.</p>
|
|
574
607
|
</tr>
|
575
608
|
<tr>
|
576
609
|
<td class="parameter_name"><p>mask</p></td>
|
577
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
610
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
578
611
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
579
612
|
</tr>
|
580
613
|
<tr>
|
581
614
|
<td class="parameter_name"><p>shift</p></td>
|
582
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
615
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
583
616
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
584
617
|
</tr>
|
585
618
|
<tr>
|
586
619
|
<td class="parameter_name"><p>precision</p></td>
|
587
|
-
<td class="parameter_description"><p> A pointer to a <a href="
|
620
|
+
<td class="parameter_description"><p> A pointer to a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> to be filled in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
588
621
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
589
622
|
</tr>
|
590
623
|
</tbody>
|
@@ -623,8 +656,13 @@ gdk_visual_get_visual_type (<em class="parameter"><code><a class="link" href="gd
|
|
623
656
|
<hr>
|
624
657
|
<div class="refsect2">
|
625
658
|
<a name="gdk-visual-get-best-depth"></a><h3>gdk_visual_get_best_depth ()</h3>
|
626
|
-
<pre class="programlisting"><a href="
|
659
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
627
660
|
gdk_visual_get_best_depth (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
661
|
+
<div class="warning">
|
662
|
+
<p><code class="literal">gdk_visual_get_best_depth</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
663
|
+
<p>Visual selection should be done using
|
664
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
665
|
+
</div>
|
628
666
|
<p>Get the best available depth for the default GDK screen. “Best”
|
629
667
|
means “largest,” i.e. 32 preferred over 24 preferred over 8 bits
|
630
668
|
per pixel.</p>
|
@@ -638,6 +676,11 @@ per pixel.</p>
|
|
638
676
|
<a name="gdk-visual-get-best-type"></a><h3>gdk_visual_get_best_type ()</h3>
|
639
677
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisualType" title="enum GdkVisualType"><span class="returnvalue">GdkVisualType</span></a>
|
640
678
|
gdk_visual_get_best_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
679
|
+
<div class="warning">
|
680
|
+
<p><code class="literal">gdk_visual_get_best_type</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
681
|
+
<p>Visual selection should be done using
|
682
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
683
|
+
</div>
|
641
684
|
<p>Return the best available visual type for the default GDK screen.</p>
|
642
685
|
<div class="refsect3">
|
643
686
|
<a name="gdk-visual-get-best-type.returns"></a><h4>Returns</h4>
|
@@ -649,6 +692,10 @@ gdk_visual_get_best_type (<em class="parameter"><code><span class="type">void</s
|
|
649
692
|
<a name="gdk-visual-get-system"></a><h3>gdk_visual_get_system ()</h3>
|
650
693
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> *
|
651
694
|
gdk_visual_get_system (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
695
|
+
<div class="warning">
|
696
|
+
<p><code class="literal">gdk_visual_get_system</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
697
|
+
<p>Use gdk_screen_get_system_visual (<a class="link" href="GdkScreen.html#gdk-screen-get-default" title="gdk_screen_get_default ()"><code class="function">gdk_screen_get_default()</code></a>).</p>
|
698
|
+
</div>
|
652
699
|
<p>Get the system’s default visual for the default GDK screen.
|
653
700
|
This is the visual for the root window of the display.
|
654
701
|
The return value should not be freed.</p>
|
@@ -663,6 +710,11 @@ The return value should not be freed.</p>
|
|
663
710
|
<a name="gdk-visual-get-best"></a><h3>gdk_visual_get_best ()</h3>
|
664
711
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> *
|
665
712
|
gdk_visual_get_best (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
713
|
+
<div class="warning">
|
714
|
+
<p><code class="literal">gdk_visual_get_best</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
715
|
+
<p>Visual selection should be done using
|
716
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
717
|
+
</div>
|
666
718
|
<p>Get the visual with the most available colors for the default
|
667
719
|
GDK screen. The return value should not be freed.</p>
|
668
720
|
<div class="refsect3">
|
@@ -675,12 +727,17 @@ GDK screen. The return value should not be freed.</p>
|
|
675
727
|
<div class="refsect2">
|
676
728
|
<a name="gdk-visual-get-best-with-depth"></a><h3>gdk_visual_get_best_with_depth ()</h3>
|
677
729
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> *
|
678
|
-
gdk_visual_get_best_with_depth (<em class="parameter"><code><a href="
|
730
|
+
gdk_visual_get_best_with_depth (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>);</pre>
|
731
|
+
<div class="warning">
|
732
|
+
<p><code class="literal">gdk_visual_get_best_with_depth</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
733
|
+
<p>Visual selection should be done using
|
734
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
735
|
+
</div>
|
679
736
|
<p>Get the best visual with depth <em class="parameter"><code>depth</code></em>
|
680
737
|
for the default GDK screen.
|
681
738
|
Color visuals and visuals with mutable colormaps are preferred
|
682
739
|
over grayscale or fixed-colormap visuals. The return value should
|
683
|
-
not be freed. <a href="
|
740
|
+
not be freed. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be returned if no visual supports <em class="parameter"><code>depth</code></em>
|
684
741
|
.</p>
|
685
742
|
<div class="refsect3">
|
686
743
|
<a name="gdk-visual-get-best-with-depth.parameters"></a><h4>Parameters</h4>
|
@@ -708,10 +765,15 @@ not be freed. <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
|
|
708
765
|
<a name="gdk-visual-get-best-with-type"></a><h3>gdk_visual_get_best_with_type ()</h3>
|
709
766
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> *
|
710
767
|
gdk_visual_get_best_with_type (<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisualType" title="enum GdkVisualType"><span class="type">GdkVisualType</span></a> visual_type</code></em>);</pre>
|
768
|
+
<div class="warning">
|
769
|
+
<p><code class="literal">gdk_visual_get_best_with_type</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
770
|
+
<p>Visual selection should be done using
|
771
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
772
|
+
</div>
|
711
773
|
<p>Get the best visual of the given <em class="parameter"><code>visual_type</code></em>
|
712
774
|
for the default GDK screen.
|
713
775
|
Visuals with higher color depths are considered better. The return value
|
714
|
-
should not be freed. <a href="
|
776
|
+
should not be freed. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be returned if no visual has type
|
715
777
|
<em class="parameter"><code>visual_type</code></em>
|
716
778
|
.</p>
|
717
779
|
<div class="refsect3">
|
@@ -739,8 +801,13 @@ should not be freed. <a href="https://developer.gnome.org/glib/unstable/glib-Sta
|
|
739
801
|
<div class="refsect2">
|
740
802
|
<a name="gdk-visual-get-best-with-both"></a><h3>gdk_visual_get_best_with_both ()</h3>
|
741
803
|
<pre class="programlisting"><a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> *
|
742
|
-
gdk_visual_get_best_with_both (<em class="parameter"><code><a href="
|
804
|
+
gdk_visual_get_best_with_both (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>,
|
743
805
|
<em class="parameter"><code><a class="link" href="gdk3-Visuals.html#GdkVisualType" title="enum GdkVisualType"><span class="type">GdkVisualType</span></a> visual_type</code></em>);</pre>
|
806
|
+
<div class="warning">
|
807
|
+
<p><code class="literal">gdk_visual_get_best_with_both</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
808
|
+
<p>Visual selection should be done using
|
809
|
+
<a class="link" href="GdkScreen.html#gdk-screen-get-system-visual" title="gdk_screen_get_system_visual ()"><code class="function">gdk_screen_get_system_visual()</code></a> and <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a></p>
|
810
|
+
</div>
|
744
811
|
<p>Combines <a class="link" href="gdk3-Visuals.html#gdk-visual-get-best-with-depth" title="gdk_visual_get_best_with_depth ()"><code class="function">gdk_visual_get_best_with_depth()</code></a> and
|
745
812
|
<a class="link" href="gdk3-Visuals.html#gdk-visual-get-best-with-type" title="gdk_visual_get_best_with_type ()"><code class="function">gdk_visual_get_best_with_type()</code></a>.</p>
|
746
813
|
<div class="refsect3">
|
@@ -769,7 +836,7 @@ gdk_visual_get_best_with_both (<em class="parameter"><code><a href="https://deve
|
|
769
836
|
<a name="gdk-visual-get-best-with-both.returns"></a><h4>Returns</h4>
|
770
837
|
<p> best visual with both <em class="parameter"><code>depth</code></em>
|
771
838
|
and <em class="parameter"><code>visual_type</code></em>
|
772
|
-
, or <a href="
|
839
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. </p>
|
773
840
|
<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>
|
774
841
|
</div>
|
775
842
|
</div>
|
@@ -65,21 +65,21 @@ using the <code class="function">GDK_IS_WAYLAND_DISPLAY()</code> macro).</p>
|
|
65
65
|
13
|
66
66
|
14
|
67
67
|
15</pre></td>
|
68
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
69
|
-
<span class="
|
70
|
-
<span class="
|
71
|
-
<span class="
|
72
|
-
<span class="
|
73
|
-
<span class="
|
74
|
-
<span class="
|
75
|
-
<span class="
|
76
|
-
<span class="
|
77
|
-
<span class="
|
78
|
-
<span class="
|
79
|
-
<span class="
|
80
|
-
<span class="
|
81
|
-
<span class="
|
82
|
-
<span class="
|
68
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc ppc">#ifdef GDK_WINDOWING_WAYLAND</span>
|
69
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function">GDK_IS_WAYLAND_DISPLAY</span> <span class="gtkdoc opt">(</span>display<span class="gtkdoc opt">))</span>
|
70
|
+
<span class="gtkdoc opt">{</span>
|
71
|
+
<span class="gtkdoc slc">// make Wayland-specific calls here</span>
|
72
|
+
<span class="gtkdoc opt">}</span>
|
73
|
+
<span class="keyword">else</span>
|
74
|
+
<span class="gtkdoc ppc">#endif</span>
|
75
|
+
<span class="gtkdoc ppc">#ifdef GDK_WINDOWING_X11</span>
|
76
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span><span class="function">GDK_IS_X11_DISPLAY</span> <span class="gtkdoc opt">(</span>display<span class="gtkdoc opt">))</span>
|
77
|
+
<span class="gtkdoc opt">{</span>
|
78
|
+
<span class="gtkdoc slc">// make X11-specific calls here</span>
|
79
|
+
<span class="gtkdoc opt">}</span>
|
80
|
+
<span class="keyword">else</span>
|
81
|
+
<span class="gtkdoc ppc">#endif</span>
|
82
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html#g-error">g_error</a></span> <span class="gtkdoc opt">(</span><span class="string">"Unsupported GDK backend"</span><span class="gtkdoc opt">);</span></pre></td>
|
83
83
|
</tr>
|
84
84
|
</tbody>
|
85
85
|
</table>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
</tr>
|
125
125
|
<tr>
|
126
126
|
<td class="function_type">
|
127
|
-
<a href="
|
127
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
128
128
|
</td>
|
129
129
|
<td class="function_name">
|
130
130
|
<a class="link" href="gdk3-Windows.html#gdk-window-is-destroyed" title="gdk_window_is_destroyed ()">gdk_window_is_destroyed</a> <span class="c_punctuation">()</span>
|
@@ -132,7 +132,7 @@
|
|
132
132
|
</tr>
|
133
133
|
<tr>
|
134
134
|
<td class="function_type">
|
135
|
-
<a href="
|
135
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
136
136
|
</td>
|
137
137
|
<td class="function_name">
|
138
138
|
<a class="link" href="gdk3-Windows.html#gdk-window-is-visible" title="gdk_window_is_visible ()">gdk_window_is_visible</a> <span class="c_punctuation">()</span>
|
@@ -140,7 +140,7 @@
|
|
140
140
|
</tr>
|
141
141
|
<tr>
|
142
142
|
<td class="function_type">
|
143
|
-
<a href="
|
143
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
144
144
|
</td>
|
145
145
|
<td class="function_name">
|
146
146
|
<a class="link" href="gdk3-Windows.html#gdk-window-is-viewable" title="gdk_window_is_viewable ()">gdk_window_is_viewable</a> <span class="c_punctuation">()</span>
|
@@ -148,7 +148,7 @@
|
|
148
148
|
</tr>
|
149
149
|
<tr>
|
150
150
|
<td class="function_type">
|
151
|
-
<a href="
|
151
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
152
152
|
</td>
|
153
153
|
<td class="function_name">
|
154
154
|
<a class="link" href="gdk3-Windows.html#gdk-window-is-input-only" title="gdk_window_is_input_only ()">gdk_window_is_input_only</a> <span class="c_punctuation">()</span>
|
@@ -156,7 +156,7 @@
|
|
156
156
|
</tr>
|
157
157
|
<tr>
|
158
158
|
<td class="function_type">
|
159
|
-
<a href="
|
159
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
160
160
|
</td>
|
161
161
|
<td class="function_name">
|
162
162
|
<a class="link" href="gdk3-Windows.html#gdk-window-is-shaped" title="gdk_window_is_shaped ()">gdk_window_is_shaped</a> <span class="c_punctuation">()</span>
|
@@ -300,7 +300,7 @@
|
|
300
300
|
</tr>
|
301
301
|
<tr>
|
302
302
|
<td class="function_type">
|
303
|
-
<a href="
|
303
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
304
304
|
</td>
|
305
305
|
<td class="function_name">
|
306
306
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-composited" title="gdk_window_get_composited ()">gdk_window_get_composited</a> <span class="c_punctuation">()</span>
|
@@ -316,7 +316,7 @@
|
|
316
316
|
</tr>
|
317
317
|
<tr>
|
318
318
|
<td class="function_type">
|
319
|
-
<a href="
|
319
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
320
320
|
</td>
|
321
321
|
<td class="function_name">
|
322
322
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-pass-through" title="gdk_window_get_pass_through ()">gdk_window_get_pass_through</a> <span class="c_punctuation">()</span>
|
@@ -372,7 +372,7 @@
|
|
372
372
|
</tr>
|
373
373
|
<tr>
|
374
374
|
<td class="function_type">
|
375
|
-
<a href="
|
375
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
376
376
|
</td>
|
377
377
|
<td class="function_name">
|
378
378
|
<a class="link" href="gdk3-Windows.html#gdk-window-has-native" title="gdk_window_has_native ()">gdk_window_has_native</a> <span class="c_punctuation">()</span>
|
@@ -380,7 +380,7 @@
|
|
380
380
|
</tr>
|
381
381
|
<tr>
|
382
382
|
<td class="function_type">
|
383
|
-
<a href="
|
383
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
384
384
|
</td>
|
385
385
|
<td class="function_name">
|
386
386
|
<a class="link" href="gdk3-Windows.html#gdk-window-ensure-native" title="gdk_window_ensure_native ()">gdk_window_ensure_native</a> <span class="c_punctuation">()</span>
|
@@ -468,7 +468,7 @@
|
|
468
468
|
</tr>
|
469
469
|
<tr>
|
470
470
|
<td class="function_type">
|
471
|
-
<a href="
|
471
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
472
472
|
</td>
|
473
473
|
<td class="function_name">
|
474
474
|
<a class="link" href="gdk3-Windows.html#gdk-window-show-window-menu" title="gdk_window_show_window_menu ()">gdk_window_show_window_menu</a> <span class="c_punctuation">()</span>
|
@@ -492,7 +492,7 @@
|
|
492
492
|
</tr>
|
493
493
|
<tr>
|
494
494
|
<td class="function_type">
|
495
|
-
<a href="
|
495
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
496
496
|
</td>
|
497
497
|
<td class="function_name">
|
498
498
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-scale-factor" title="gdk_window_get_scale_factor ()">gdk_window_get_scale_factor</a> <span class="c_punctuation">()</span>
|
@@ -556,6 +556,22 @@
|
|
556
556
|
</tr>
|
557
557
|
<tr>
|
558
558
|
<td class="function_type">
|
559
|
+
<a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="returnvalue">GdkDrawingContext</span></a> *
|
560
|
+
</td>
|
561
|
+
<td class="function_name">
|
562
|
+
<a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()">gdk_window_begin_draw_frame</a> <span class="c_punctuation">()</span>
|
563
|
+
</td>
|
564
|
+
</tr>
|
565
|
+
<tr>
|
566
|
+
<td class="function_type">
|
567
|
+
<span class="returnvalue">void</span>
|
568
|
+
</td>
|
569
|
+
<td class="function_name">
|
570
|
+
<a class="link" href="gdk3-Windows.html#gdk-window-end-draw-frame" title="gdk_window_end_draw_frame ()">gdk_window_end_draw_frame</a> <span class="c_punctuation">()</span>
|
571
|
+
</td>
|
572
|
+
</tr>
|
573
|
+
<tr>
|
574
|
+
<td class="function_type">
|
559
575
|
<span class="returnvalue">cairo_region_t</span> *
|
560
576
|
</td>
|
561
577
|
<td class="function_name">
|
@@ -596,7 +612,7 @@
|
|
596
612
|
</tr>
|
597
613
|
<tr>
|
598
614
|
<td class="function_type">
|
599
|
-
<a href="
|
615
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
600
616
|
</td>
|
601
617
|
<td class="function_name">
|
602
618
|
<span class="c_punctuation">(</span><a class="link" href="gdk3-Windows.html#GdkWindowChildFunc" title="GdkWindowChildFunc ()">*GdkWindowChildFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -708,7 +724,7 @@
|
|
708
724
|
</tr>
|
709
725
|
<tr>
|
710
726
|
<td class="function_type">
|
711
|
-
<a href="
|
727
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
712
728
|
</td>
|
713
729
|
<td class="function_name">
|
714
730
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-accept-focus" title="gdk_window_get_accept_focus ()">gdk_window_get_accept_focus</a> <span class="c_punctuation">()</span>
|
@@ -724,7 +740,7 @@
|
|
724
740
|
</tr>
|
725
741
|
<tr>
|
726
742
|
<td class="function_type">
|
727
|
-
<a href="
|
743
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
728
744
|
</td>
|
729
745
|
<td class="function_name">
|
730
746
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-focus-on-map" title="gdk_window_get_focus_on_map ()">gdk_window_get_focus_on_map</a> <span class="c_punctuation">()</span>
|
@@ -804,7 +820,7 @@
|
|
804
820
|
</tr>
|
805
821
|
<tr>
|
806
822
|
<td class="function_type">
|
807
|
-
<a href="
|
823
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
808
824
|
</td>
|
809
825
|
<td class="function_name">
|
810
826
|
<a class="link" href="gdk3-Windows.html#gdk-window-set-static-gravities" title="gdk_window_set_static_gravities ()">gdk_window_set_static_gravities</a> <span class="c_punctuation">()</span>
|
@@ -924,7 +940,7 @@
|
|
924
940
|
</tr>
|
925
941
|
<tr>
|
926
942
|
<td class="function_type">
|
927
|
-
<a href="
|
943
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
928
944
|
</td>
|
929
945
|
<td class="function_name">
|
930
946
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-modal-hint" title="gdk_window_get_modal_hint ()">gdk_window_get_modal_hint</a> <span class="c_punctuation">()</span>
|
@@ -1004,7 +1020,7 @@
|
|
1004
1020
|
</tr>
|
1005
1021
|
<tr>
|
1006
1022
|
<td class="function_type">
|
1007
|
-
<a href="
|
1023
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1008
1024
|
</td>
|
1009
1025
|
<td class="function_name">
|
1010
1026
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-origin" title="gdk_window_get_origin ()">gdk_window_get_origin</a> <span class="c_punctuation">()</span>
|
@@ -1060,7 +1076,7 @@
|
|
1060
1076
|
</tr>
|
1061
1077
|
<tr>
|
1062
1078
|
<td class="function_type">
|
1063
|
-
<a href="
|
1079
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
1064
1080
|
</td>
|
1065
1081
|
<td class="function_name">
|
1066
1082
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-children" title="gdk_window_get_children ()">gdk_window_get_children</a> <span class="c_punctuation">()</span>
|
@@ -1068,7 +1084,7 @@
|
|
1068
1084
|
</tr>
|
1069
1085
|
<tr>
|
1070
1086
|
<td class="function_type">
|
1071
|
-
<a href="
|
1087
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
1072
1088
|
</td>
|
1073
1089
|
<td class="function_name">
|
1074
1090
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-children-with-user-data" title="gdk_window_get_children_with_user_data ()">gdk_window_get_children_with_user_data</a> <span class="c_punctuation">()</span>
|
@@ -1076,7 +1092,7 @@
|
|
1076
1092
|
</tr>
|
1077
1093
|
<tr>
|
1078
1094
|
<td class="function_type">
|
1079
|
-
<a href="
|
1095
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
1080
1096
|
</td>
|
1081
1097
|
<td class="function_name">
|
1082
1098
|
<a class="link" href="gdk3-Windows.html#gdk-window-peek-children" title="gdk_window_peek_children ()">gdk_window_peek_children</a> <span class="c_punctuation">()</span>
|
@@ -1156,7 +1172,7 @@
|
|
1156
1172
|
</tr>
|
1157
1173
|
<tr>
|
1158
1174
|
<td class="function_type">
|
1159
|
-
<a href="
|
1175
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1160
1176
|
</td>
|
1161
1177
|
<td class="function_name">
|
1162
1178
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-decorations" title="gdk_window_get_decorations ()">gdk_window_get_decorations</a> <span class="c_punctuation">()</span>
|
@@ -1180,7 +1196,7 @@
|
|
1180
1196
|
</tr>
|
1181
1197
|
<tr>
|
1182
1198
|
<td class="function_type">
|
1183
|
-
<a href="
|
1199
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1184
1200
|
</td>
|
1185
1201
|
<td class="function_name">
|
1186
1202
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-support-multidevice" title="gdk_window_get_support_multidevice ()">gdk_window_get_support_multidevice</a> <span class="c_punctuation">()</span>
|
@@ -1244,7 +1260,7 @@
|
|
1244
1260
|
</tr>
|
1245
1261
|
<tr>
|
1246
1262
|
<td class="function_type">
|
1247
|
-
<a href="
|
1263
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1248
1264
|
</td>
|
1249
1265
|
<td class="function_name">
|
1250
1266
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-event-compression" title="gdk_window_get_event_compression ()">gdk_window_get_event_compression</a> <span class="c_punctuation">()</span>
|
@@ -1354,23 +1370,28 @@
|
|
1354
1370
|
<td class="signal_type">
|
1355
1371
|
<span class="returnvalue">CairoSurface</span>*</td>
|
1356
1372
|
<td class="signal_name"><a class="link" href="gdk3-Windows.html#GdkWindow-create-surface" title="The “create-surface” signal">create-surface</a></td>
|
1357
|
-
<td class="signal_flags"><a href="
|
1373
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1358
1374
|
</tr>
|
1359
1375
|
<tr>
|
1360
1376
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1361
1377
|
<td class="signal_name"><a class="link" href="gdk3-Windows.html#GdkWindow-from-embedder" title="The “from-embedder” signal">from-embedder</a></td>
|
1362
|
-
<td class="signal_flags"><a href="
|
1378
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1379
|
+
</tr>
|
1380
|
+
<tr>
|
1381
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1382
|
+
<td class="signal_name"><a class="link" href="gdk3-Windows.html#GdkWindow-moved-to-rect" title="The “moved-to-rect” signal">moved-to-rect</a></td>
|
1383
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
1363
1384
|
</tr>
|
1364
1385
|
<tr>
|
1365
1386
|
<td class="signal_type">
|
1366
1387
|
<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>*</td>
|
1367
1388
|
<td class="signal_name"><a class="link" href="gdk3-Windows.html#GdkWindow-pick-embedded-child" title="The “pick-embedded-child” signal">pick-embedded-child</a></td>
|
1368
|
-
<td class="signal_flags"><a href="
|
1389
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1369
1390
|
</tr>
|
1370
1391
|
<tr>
|
1371
1392
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
1372
1393
|
<td class="signal_name"><a class="link" href="gdk3-Windows.html#GdkWindow-to-embedder" title="The “to-embedder” signal">to-embedder</a></td>
|
1373
|
-
<td class="signal_flags"><a href="
|
1394
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
1374
1395
|
</tr>
|
1375
1396
|
</tbody>
|
1376
1397
|
</table></div>
|
@@ -1409,6 +1430,10 @@
|
|
1409
1430
|
</tr>
|
1410
1431
|
<tr>
|
1411
1432
|
<td class="datatype_keyword">enum</td>
|
1433
|
+
<td class="function_name"><a class="link" href="gdk3-Windows.html#GdkAnchorHints" title="enum GdkAnchorHints">GdkAnchorHints</a></td>
|
1434
|
+
</tr>
|
1435
|
+
<tr>
|
1436
|
+
<td class="datatype_keyword">enum</td>
|
1412
1437
|
<td class="function_name"><a class="link" href="gdk3-Windows.html#GdkWindowEdge" title="enum GdkWindowEdge">GdkWindowEdge</a></td>
|
1413
1438
|
</tr>
|
1414
1439
|
<tr>
|
@@ -1460,7 +1485,7 @@
|
|
1460
1485
|
</div>
|
1461
1486
|
<div class="refsect1">
|
1462
1487
|
<a name="gdk3-Windows.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1463
|
-
<pre class="screen"> <a href="
|
1488
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
1464
1489
|
<span class="lineart">╰──</span> GdkWindow
|
1465
1490
|
</pre>
|
1466
1491
|
</div>
|
@@ -1473,10 +1498,10 @@
|
|
1473
1498
|
<a name="gdk3-Windows.description"></a><h2>Description</h2>
|
1474
1499
|
<p>A <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> is a (usually) rectangular region on the screen.
|
1475
1500
|
It’s a low-level object, used to implement high-level objects such as
|
1476
|
-
<a href="http://developer.gnome.org/
|
1501
|
+
<a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> and <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> on the GTK+ level. A <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> is a toplevel
|
1477
1502
|
window, the thing a user might think of as a “window” with a titlebar
|
1478
|
-
and so on; a <a href="http://developer.gnome.org/
|
1479
|
-
each <a href="http://developer.gnome.org/
|
1503
|
+
and so on; a <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> may contain many <a href="gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindows</span></a>. For example,
|
1504
|
+
each <a href="http://developer.gnome.org/gtk4/GtkButton.html#GtkButton-struct"><span class="type">GtkButton</span></a> has a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with it.</p>
|
1480
1505
|
<div class="refsect2">
|
1481
1506
|
<a name="COMPOSITED-WINDOWS"></a><h3>Composited Windows</h3>
|
1482
1507
|
<p>Normally, the windowing system takes care of rendering the contents
|
@@ -1511,7 +1536,7 @@ of the offscreen window are available as a surface, via
|
|
1511
1536
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
1512
1537
|
gdk_window_new (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *parent</code></em>,
|
1513
1538
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowAttr" title="struct GdkWindowAttr"><span class="type">GdkWindowAttr</span></a> *attributes</code></em>,
|
1514
|
-
<em class="parameter"><code><a href="
|
1539
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> attributes_mask</code></em>);</pre>
|
1515
1540
|
<p>Creates a new <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> using the attributes from
|
1516
1541
|
<em class="parameter"><code>attributes</code></em>
|
1517
1542
|
. See <a class="link" href="gdk3-Windows.html#GdkWindowAttr" title="struct GdkWindowAttr"><span class="type">GdkWindowAttr</span></a> and <a class="link" href="gdk3-Windows.html#GdkWindowAttributesType" title="enum GdkWindowAttributesType"><span class="type">GdkWindowAttributesType</span></a> for
|
@@ -1530,7 +1555,7 @@ display, <em class="parameter"><code>parent</code></em>
|
|
1530
1555
|
<tbody>
|
1531
1556
|
<tr>
|
1532
1557
|
<td class="parameter_name"><p>parent</p></td>
|
1533
|
-
<td class="parameter_description"><p> a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="
|
1558
|
+
<td class="parameter_description"><p> a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create the window as a child of
|
1534
1559
|
the default root window for the default display. </p></td>
|
1535
1560
|
<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>
|
1536
1561
|
</tr>
|
@@ -1701,8 +1726,8 @@ gdk_window_get_visual (<em class="parameter"><code><a class="link" href="gdk3-Wi
|
|
1701
1726
|
<div class="refsect2">
|
1702
1727
|
<a name="gdk-window-at-pointer"></a><h3>gdk_window_at_pointer ()</h3>
|
1703
1728
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
1704
|
-
gdk_window_at_pointer (<em class="parameter"><code><a href="
|
1705
|
-
<em class="parameter"><code><a href="
|
1729
|
+
gdk_window_at_pointer (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *win_x</code></em>,
|
1730
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *win_y</code></em>);</pre>
|
1706
1731
|
<div class="warning">
|
1707
1732
|
<p><code class="literal">gdk_window_at_pointer</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
1708
1733
|
<p>Use <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a> instead.</p>
|
@@ -1710,10 +1735,10 @@ gdk_window_at_pointer (<em class="parameter"><code><a href="https://developer.gn
|
|
1710
1735
|
<p>Obtains the window underneath the mouse pointer, returning the
|
1711
1736
|
location of that window in <em class="parameter"><code>win_x</code></em>
|
1712
1737
|
, <em class="parameter"><code>win_y</code></em>
|
1713
|
-
. Returns <a href="
|
1738
|
+
. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
1714
1739
|
window under the mouse pointer is not known to GDK (if the window
|
1715
1740
|
belongs to another application and a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> hasn’t been created
|
1716
|
-
for it with <
|
1741
|
+
for it with <code class="function">gdk_window_foreign_new()</code>)</p>
|
1717
1742
|
<p>NOTE: For multihead-aware widgets or applications use
|
1718
1743
|
<a class="link" href="GdkDisplay.html#gdk-display-get-window-at-pointer" title="gdk_display_get_window_at_pointer ()"><code class="function">gdk_display_get_window_at_pointer()</code></a> instead.</p>
|
1719
1744
|
<div class="refsect3">
|
@@ -1754,7 +1779,7 @@ top of the window stack (moves the window to the front of the
|
|
1754
1779
|
Z-order).</p>
|
1755
1780
|
<p>This function maps a window so it’s visible onscreen. Its opposite
|
1756
1781
|
is <a class="link" href="gdk3-Windows.html#gdk-window-hide" title="gdk_window_hide ()"><code class="function">gdk_window_hide()</code></a>.</p>
|
1757
|
-
<p>When implementing a <a href="http://developer.gnome.org/
|
1782
|
+
<p>When implementing a <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a>, you should call this function on the widget's
|
1758
1783
|
<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> as part of the “map” method.</p>
|
1759
1784
|
<div class="refsect3">
|
1760
1785
|
<a name="gdk-window-show.parameters"></a><h4>Parameters</h4>
|
@@ -1807,7 +1832,7 @@ gdk_window_hide (<em class="parameter"><code><a class="link" href="gdk3-Windows.
|
|
1807
1832
|
<p>For toplevel windows, withdraws them, so they will no longer be
|
1808
1833
|
known to the window manager; for all windows, unmaps them, so
|
1809
1834
|
they won’t be displayed. Normally done automatically as
|
1810
|
-
part of <a href="http://developer.gnome.org/
|
1835
|
+
part of <a href="http://developer.gnome.org/gtk4/GtkWidget.html#gtk-widget-hide"><code class="function">gtk_widget_hide()</code></a>.</p>
|
1811
1836
|
<div class="refsect3">
|
1812
1837
|
<a name="gdk-window-hide.parameters"></a><h4>Parameters</h4>
|
1813
1838
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1827,7 +1852,7 @@ part of <a href="http://developer.gnome.org/gtk3/GtkWidget.html#gtk-widget-hide"
|
|
1827
1852
|
<hr>
|
1828
1853
|
<div class="refsect2">
|
1829
1854
|
<a name="gdk-window-is-destroyed"></a><h3>gdk_window_is_destroyed ()</h3>
|
1830
|
-
<pre class="programlisting"><a href="
|
1855
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1831
1856
|
gdk_window_is_destroyed (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1832
1857
|
<p>Check to see if a window is destroyed..</p>
|
1833
1858
|
<div class="refsect3">
|
@@ -1847,14 +1872,14 @@ gdk_window_is_destroyed (<em class="parameter"><code><a class="link" href="gdk3-
|
|
1847
1872
|
</div>
|
1848
1873
|
<div class="refsect3">
|
1849
1874
|
<a name="gdk-window-is-destroyed.returns"></a><h4>Returns</h4>
|
1850
|
-
<p> <a href="
|
1875
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is destroyed</p>
|
1851
1876
|
</div>
|
1852
1877
|
<p class="since">Since: 2.18</p>
|
1853
1878
|
</div>
|
1854
1879
|
<hr>
|
1855
1880
|
<div class="refsect2">
|
1856
1881
|
<a name="gdk-window-is-visible"></a><h3>gdk_window_is_visible ()</h3>
|
1857
|
-
<pre class="programlisting"><a href="
|
1882
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1858
1883
|
gdk_window_is_visible (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1859
1884
|
<p>Checks whether the window has been mapped (with <a class="link" href="gdk3-Windows.html#gdk-window-show" title="gdk_window_show ()"><code class="function">gdk_window_show()</code></a> or
|
1860
1885
|
<a class="link" href="gdk3-Windows.html#gdk-window-show-unraised" title="gdk_window_show_unraised ()"><code class="function">gdk_window_show_unraised()</code></a>).</p>
|
@@ -1875,13 +1900,13 @@ gdk_window_is_visible (<em class="parameter"><code><a class="link" href="gdk3-Wi
|
|
1875
1900
|
</div>
|
1876
1901
|
<div class="refsect3">
|
1877
1902
|
<a name="gdk-window-is-visible.returns"></a><h4>Returns</h4>
|
1878
|
-
<p> <a href="
|
1903
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is mapped</p>
|
1879
1904
|
</div>
|
1880
1905
|
</div>
|
1881
1906
|
<hr>
|
1882
1907
|
<div class="refsect2">
|
1883
1908
|
<a name="gdk-window-is-viewable"></a><h3>gdk_window_is_viewable ()</h3>
|
1884
|
-
<pre class="programlisting"><a href="
|
1909
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1885
1910
|
gdk_window_is_viewable (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1886
1911
|
<p>Check if the window and all ancestors of the window are
|
1887
1912
|
mapped. (This is not necessarily "viewable" in the X sense, since
|
@@ -1904,13 +1929,13 @@ window.)</p>
|
|
1904
1929
|
</div>
|
1905
1930
|
<div class="refsect3">
|
1906
1931
|
<a name="gdk-window-is-viewable.returns"></a><h4>Returns</h4>
|
1907
|
-
<p> <a href="
|
1932
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is viewable</p>
|
1908
1933
|
</div>
|
1909
1934
|
</div>
|
1910
1935
|
<hr>
|
1911
1936
|
<div class="refsect2">
|
1912
1937
|
<a name="gdk-window-is-input-only"></a><h3>gdk_window_is_input_only ()</h3>
|
1913
|
-
<pre class="programlisting"><a href="
|
1938
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1914
1939
|
gdk_window_is_input_only (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1915
1940
|
<p>Determines whether or not the window is an input only window.</p>
|
1916
1941
|
<div class="refsect3">
|
@@ -1930,7 +1955,7 @@ gdk_window_is_input_only (<em class="parameter"><code><a class="link" href="gdk3
|
|
1930
1955
|
</div>
|
1931
1956
|
<div class="refsect3">
|
1932
1957
|
<a name="gdk-window-is-input-only.returns"></a><h4>Returns</h4>
|
1933
|
-
<p> <a href="
|
1958
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em>
|
1934
1959
|
is input only</p>
|
1935
1960
|
</div>
|
1936
1961
|
<p class="since">Since: 2.22</p>
|
@@ -1938,7 +1963,7 @@ is input only</p>
|
|
1938
1963
|
<hr>
|
1939
1964
|
<div class="refsect2">
|
1940
1965
|
<a name="gdk-window-is-shaped"></a><h3>gdk_window_is_shaped ()</h3>
|
1941
|
-
<pre class="programlisting"><a href="
|
1966
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1942
1967
|
gdk_window_is_shaped (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
1943
1968
|
<p>Determines whether or not the window is shaped.</p>
|
1944
1969
|
<div class="refsect3">
|
@@ -1958,7 +1983,7 @@ gdk_window_is_shaped (<em class="parameter"><code><a class="link" href="gdk3-Win
|
|
1958
1983
|
</div>
|
1959
1984
|
<div class="refsect3">
|
1960
1985
|
<a name="gdk-window-is-shaped.returns"></a><h4>Returns</h4>
|
1961
|
-
<p> <a href="
|
1986
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em>
|
1962
1987
|
is shaped</p>
|
1963
1988
|
</div>
|
1964
1989
|
<p class="since">Since: 2.22</p>
|
@@ -2022,7 +2047,7 @@ gdk_window_iconify (<em class="parameter"><code><a class="link" href="gdk3-Windo
|
|
2022
2047
|
<p>Asks to iconify (minimize) <em class="parameter"><code>window</code></em>
|
2023
2048
|
. The window manager may choose
|
2024
2049
|
to ignore the request, but normally will honor it. Using
|
2025
|
-
<a href="http://developer.gnome.org/
|
2050
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-iconify"><code class="function">gtk_window_iconify()</code></a> is preferred, if you have a <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> widget.</p>
|
2026
2051
|
<p>This function only makes sense when <em class="parameter"><code>window</code></em>
|
2027
2052
|
is a toplevel window.</p>
|
2028
2053
|
<div class="refsect3">
|
@@ -2049,8 +2074,8 @@ gdk_window_deiconify (<em class="parameter"><code><a class="link" href="gdk3-Win
|
|
2049
2074
|
<p>Attempt to deiconify (unminimize) <em class="parameter"><code>window</code></em>
|
2050
2075
|
. On X11 the window manager may
|
2051
2076
|
choose to ignore the request to deiconify. When using GTK+,
|
2052
|
-
use <a href="http://developer.gnome.org/
|
2053
|
-
you probably want to use <a href="http://developer.gnome.org/
|
2077
|
+
use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-deiconify"><code class="function">gtk_window_deiconify()</code></a> instead of the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> variant. Or better yet,
|
2078
|
+
you probably want to use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>, which raises the window, focuses it,
|
2054
2079
|
unminimizes it, and puts it on the current desktop.</p>
|
2055
2080
|
<div class="refsect3">
|
2056
2081
|
<a name="gdk-window-deiconify.parameters"></a><h4>Parameters</h4>
|
@@ -2075,7 +2100,7 @@ unminimizes it, and puts it on the current desktop.</p>
|
|
2075
2100
|
gdk_window_stick (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2076
2101
|
<p>“Pins” a window such that it’s on all workspaces and does not scroll
|
2077
2102
|
with viewports, for window managers that have scrollable viewports.
|
2078
|
-
(When using <a href="http://developer.gnome.org/
|
2103
|
+
(When using <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>, <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-stick"><code class="function">gtk_window_stick()</code></a> may be more useful.)</p>
|
2079
2104
|
<p>On the X11 platform, this function depends on window manager
|
2080
2105
|
support, so may have no effect with many window managers. However,
|
2081
2106
|
GDK will do the best it can to convince the window manager to stick
|
@@ -2103,7 +2128,7 @@ there’s nothing you can do to force it to happen.</p>
|
|
2103
2128
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2104
2129
|
gdk_window_unstick (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2105
2130
|
<p>Reverse operation for <a class="link" href="gdk3-Windows.html#gdk-window-stick" title="gdk_window_stick ()"><code class="function">gdk_window_stick()</code></a>; see <a class="link" href="gdk3-Windows.html#gdk-window-stick" title="gdk_window_stick ()"><code class="function">gdk_window_stick()</code></a>,
|
2106
|
-
and <a href="http://developer.gnome.org/
|
2131
|
+
and <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-unstick"><code class="function">gtk_window_unstick()</code></a>.</p>
|
2107
2132
|
<div class="refsect3">
|
2108
2133
|
<a name="gdk-window-unstick.parameters"></a><h4>Parameters</h4>
|
2109
2134
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2221,7 +2246,7 @@ it to happen.</p>
|
|
2221
2246
|
<a name="gdk-window-fullscreen-on-monitor"></a><h3>gdk_window_fullscreen_on_monitor ()</h3>
|
2222
2247
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2223
2248
|
gdk_window_fullscreen_on_monitor (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2224
|
-
<em class="parameter"><code><a href="
|
2249
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> monitor</code></em>);</pre>
|
2225
2250
|
<p>Moves the window into fullscreen mode on the given monitor. This means
|
2226
2251
|
the window covers the entire screen and is above any panels or task bars.</p>
|
2227
2252
|
<p>If the window was already fullscreen, then this function does nothing.</p>
|
@@ -2361,7 +2386,7 @@ is specified.</p>
|
|
2361
2386
|
<a name="gdk-window-set-keep-above"></a><h3>gdk_window_set_keep_above ()</h3>
|
2362
2387
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2363
2388
|
gdk_window_set_keep_above (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2364
|
-
<em class="parameter"><code><a href="
|
2389
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2365
2390
|
<p>Set if <em class="parameter"><code>window</code></em>
|
2366
2391
|
must be kept above other windows. If the
|
2367
2392
|
window was already above, then this function does nothing.</p>
|
@@ -2402,7 +2427,7 @@ above other windows</p></td>
|
|
2402
2427
|
<a name="gdk-window-set-keep-below"></a><h3>gdk_window_set_keep_below ()</h3>
|
2403
2428
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2404
2429
|
gdk_window_set_keep_below (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2405
|
-
<em class="parameter"><code><a href="
|
2430
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
2406
2431
|
<p>Set if <em class="parameter"><code>window</code></em>
|
2407
2432
|
must be kept below other windows. If the
|
2408
2433
|
window was already below, then this function does nothing.</p>
|
@@ -2443,7 +2468,7 @@ below other windows</p></td>
|
|
2443
2468
|
<a name="gdk-window-set-opacity"></a><h3>gdk_window_set_opacity ()</h3>
|
2444
2469
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2445
2470
|
gdk_window_set_opacity (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2446
|
-
<em class="parameter"><code><a href="
|
2471
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);</pre>
|
2447
2472
|
<p>Set <em class="parameter"><code>window</code></em>
|
2448
2473
|
to render as partially transparent,
|
2449
2474
|
with opacity 0 being fully transparent and 1 fully opaque. (Values
|
@@ -2454,7 +2479,7 @@ X screens with a compositing manager running. On Wayland, there is no
|
|
2454
2479
|
per-window opacity value that the compositor would apply. Instead, use
|
2455
2480
|
<code class="literal">gdk_window_set_opaque_region (window, NULL)</code> to tell the compositor
|
2456
2481
|
that the entire window is (potentially) non-opaque, and draw your content
|
2457
|
-
with alpha, or use <a href="http://developer.gnome.org/
|
2482
|
+
with alpha, or use <a href="http://developer.gnome.org/gtk4/GtkWidget.html#gtk-widget-set-opacity"><code class="function">gtk_widget_set_opacity()</code></a> to set an overall opacity
|
2458
2483
|
for your widgets.</p>
|
2459
2484
|
<p>For child windows this function only works for non-native windows.</p>
|
2460
2485
|
<p>For setting up per-pixel alpha topelevels, see <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a>,
|
@@ -2489,7 +2514,7 @@ and for non-toplevels, see <a class="link" href="gdk3-Windows.html#gdk-window-se
|
|
2489
2514
|
<a name="gdk-window-set-composited"></a><h3>gdk_window_set_composited ()</h3>
|
2490
2515
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2491
2516
|
gdk_window_set_composited (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2492
|
-
<em class="parameter"><code><a href="
|
2517
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> composited</code></em>);</pre>
|
2493
2518
|
<div class="warning">
|
2494
2519
|
<p><code class="literal">gdk_window_set_composited</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
2495
2520
|
<p>Compositing is an outdated technology that
|
@@ -2530,7 +2555,7 @@ attempting to do so.</p>
|
|
2530
2555
|
</tr>
|
2531
2556
|
<tr>
|
2532
2557
|
<td class="parameter_name"><p>composited</p></td>
|
2533
|
-
<td class="parameter_description"><p><a href="
|
2558
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set the window as composited</p></td>
|
2534
2559
|
<td class="parameter_annotations"> </td>
|
2535
2560
|
</tr>
|
2536
2561
|
</tbody>
|
@@ -2541,7 +2566,7 @@ attempting to do so.</p>
|
|
2541
2566
|
<hr>
|
2542
2567
|
<div class="refsect2">
|
2543
2568
|
<a name="gdk-window-get-composited"></a><h3>gdk_window_get_composited ()</h3>
|
2544
|
-
<pre class="programlisting"><a href="
|
2569
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2545
2570
|
gdk_window_get_composited (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2546
2571
|
<div class="warning">
|
2547
2572
|
<p><code class="literal">gdk_window_get_composited</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
@@ -2568,7 +2593,7 @@ gdk_window_get_composited (<em class="parameter"><code><a class="link" href="gdk
|
|
2568
2593
|
</div>
|
2569
2594
|
<div class="refsect3">
|
2570
2595
|
<a name="gdk-window-get-composited.returns"></a><h4>Returns</h4>
|
2571
|
-
<p> <a href="
|
2596
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is composited.</p>
|
2572
2597
|
</div>
|
2573
2598
|
<p class="since">Since: 2.22</p>
|
2574
2599
|
</div>
|
@@ -2577,22 +2602,22 @@ gdk_window_get_composited (<em class="parameter"><code><a class="link" href="gdk
|
|
2577
2602
|
<a name="gdk-window-set-pass-through"></a><h3>gdk_window_set_pass_through ()</h3>
|
2578
2603
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2579
2604
|
gdk_window_set_pass_through (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2580
|
-
<em class="parameter"><code><a href="
|
2605
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pass_through</code></em>);</pre>
|
2581
2606
|
<p>Sets whether input to the window is passed through to the window
|
2582
2607
|
below.</p>
|
2583
|
-
<p>The default value of this is <a href="
|
2608
|
+
<p>The default value of this is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, which means that pointer
|
2584
2609
|
events that happen inside the window are send first to the window,
|
2585
2610
|
but if the event is not selected by the event mask then the event
|
2586
2611
|
is sent to the parent window, and so on up the hierarchy.</p>
|
2587
2612
|
<p>If <em class="parameter"><code>pass_through</code></em>
|
2588
|
-
is <a href="
|
2613
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then such pointer events happen as if the
|
2589
2614
|
window wasn't there at all, and thus will be sent first to any
|
2590
2615
|
windows below <em class="parameter"><code>window</code></em>
|
2591
2616
|
. This is useful if the window is used in a
|
2592
2617
|
transparent fashion. In the terminology of the web this would be called
|
2593
2618
|
"pointer-events: none".</p>
|
2594
2619
|
<p>Note that a window with <em class="parameter"><code>pass_through</code></em>
|
2595
|
-
<a href="
|
2620
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> can still have a subwindow
|
2596
2621
|
without pass through, so you can get events on a subset of a window. And in
|
2597
2622
|
that cases you would get the in-between related events such as the pointer
|
2598
2623
|
enter/leave events on its way to the destination window.</p>
|
@@ -2623,7 +2648,7 @@ enter/leave events on its way to the destination window.</p>
|
|
2623
2648
|
<hr>
|
2624
2649
|
<div class="refsect2">
|
2625
2650
|
<a name="gdk-window-get-pass-through"></a><h3>gdk_window_get_pass_through ()</h3>
|
2626
|
-
<pre class="programlisting"><a href="
|
2651
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2627
2652
|
gdk_window_get_pass_through (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2628
2653
|
<p>Returns whether input to the window is passed through to the window
|
2629
2654
|
below.</p>
|
@@ -2650,11 +2675,11 @@ below.</p>
|
|
2650
2675
|
<a name="gdk-window-move"></a><h3>gdk_window_move ()</h3>
|
2651
2676
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2652
2677
|
gdk_window_move (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2653
|
-
<em class="parameter"><code><a href="
|
2654
|
-
<em class="parameter"><code><a href="
|
2678
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2679
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
2655
2680
|
<p>Repositions a window relative to its parent window.
|
2656
2681
|
For toplevel windows, window managers may ignore or modify the move;
|
2657
|
-
you should probably use <a href="http://developer.gnome.org/
|
2682
|
+
you should probably use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> on a <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> widget
|
2658
2683
|
anyway, instead of using GDK functions. For child windows,
|
2659
2684
|
the move will reliably succeed.</p>
|
2660
2685
|
<p>If you’re also planning to resize the window, use <a class="link" href="gdk3-Windows.html#gdk-window-move-resize" title="gdk_window_move_resize ()"><code class="function">gdk_window_move_resize()</code></a>
|
@@ -2692,12 +2717,12 @@ to both move and resize simultaneously, for a nicer visual effect.</p>
|
|
2692
2717
|
<a name="gdk-window-resize"></a><h3>gdk_window_resize ()</h3>
|
2693
2718
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2694
2719
|
gdk_window_resize (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2695
|
-
<em class="parameter"><code><a href="
|
2696
|
-
<em class="parameter"><code><a href="
|
2720
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
2721
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
2697
2722
|
<p>Resizes <em class="parameter"><code>window</code></em>
|
2698
2723
|
; for toplevel windows, asks the window manager to resize
|
2699
2724
|
the window. The window manager may not allow the resize. When using GTK+,
|
2700
|
-
use <a href="http://developer.gnome.org/
|
2725
|
+
use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-resize"><code class="function">gtk_window_resize()</code></a> instead of this low-level GDK function.</p>
|
2701
2726
|
<p>Windows may not be resized below 1x1.</p>
|
2702
2727
|
<p>If you’re also planning to move the window, use <a class="link" href="gdk3-Windows.html#gdk-window-move-resize" title="gdk_window_move_resize ()"><code class="function">gdk_window_move_resize()</code></a>
|
2703
2728
|
to both move and resize simultaneously, for a nicer visual effect.</p>
|
@@ -2734,10 +2759,10 @@ to both move and resize simultaneously, for a nicer visual effect.</p>
|
|
2734
2759
|
<a name="gdk-window-move-resize"></a><h3>gdk_window_move_resize ()</h3>
|
2735
2760
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2736
2761
|
gdk_window_move_resize (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2737
|
-
<em class="parameter"><code><a href="
|
2738
|
-
<em class="parameter"><code><a href="
|
2739
|
-
<em class="parameter"><code><a href="
|
2740
|
-
<em class="parameter"><code><a href="
|
2762
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2763
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2764
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
2765
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
2741
2766
|
<p>Equivalent to calling <a class="link" href="gdk3-Windows.html#gdk-window-move" title="gdk_window_move ()"><code class="function">gdk_window_move()</code></a> and <a class="link" href="gdk3-Windows.html#gdk-window-resize" title="gdk_window_resize ()"><code class="function">gdk_window_resize()</code></a>,
|
2742
2767
|
except that both operations are performed at once, avoiding strange
|
2743
2768
|
visual effects. (i.e. the user may be able to see the window first
|
@@ -2785,8 +2810,8 @@ move, then resize, if you don’t use <a class="link" href="gdk3-Windows.html#gd
|
|
2785
2810
|
<a name="gdk-window-scroll"></a><h3>gdk_window_scroll ()</h3>
|
2786
2811
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2787
2812
|
gdk_window_scroll (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2788
|
-
<em class="parameter"><code><a href="
|
2789
|
-
<em class="parameter"><code><a href="
|
2813
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dx</code></em>,
|
2814
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dy</code></em>);</pre>
|
2790
2815
|
<p>Scroll the contents of <em class="parameter"><code>window</code></em>
|
2791
2816
|
, both pixels and children, by the
|
2792
2817
|
given amount. <em class="parameter"><code>window</code></em>
|
@@ -2833,8 +2858,8 @@ artifacts and unnecessary invalidations.</p>
|
|
2833
2858
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2834
2859
|
gdk_window_move_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2835
2860
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>,
|
2836
|
-
<em class="parameter"><code><a href="
|
2837
|
-
<em class="parameter"><code><a href="
|
2861
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dx</code></em>,
|
2862
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dy</code></em>);</pre>
|
2838
2863
|
<p>Move the part of <em class="parameter"><code>window</code></em>
|
2839
2864
|
indicated by <em class="parameter"><code>region</code></em>
|
2840
2865
|
by <em class="parameter"><code>dy</code></em>
|
@@ -2906,7 +2931,7 @@ gdk_window_flush (<em class="parameter"><code><a class="link" href="gdk3-Windows
|
|
2906
2931
|
<hr>
|
2907
2932
|
<div class="refsect2">
|
2908
2933
|
<a name="gdk-window-has-native"></a><h3>gdk_window_has_native ()</h3>
|
2909
|
-
<pre class="programlisting"><a href="
|
2934
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2910
2935
|
gdk_window_has_native (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2911
2936
|
<p>Checks whether the window has a native window or not. Note that
|
2912
2937
|
you can use <a class="link" href="gdk3-Windows.html#gdk-window-ensure-native" title="gdk_window_ensure_native ()"><code class="function">gdk_window_ensure_native()</code></a> if a native window is needed.</p>
|
@@ -2927,18 +2952,18 @@ you can use <a class="link" href="gdk3-Windows.html#gdk-window-ensure-native" ti
|
|
2927
2952
|
</div>
|
2928
2953
|
<div class="refsect3">
|
2929
2954
|
<a name="gdk-window-has-native.returns"></a><h4>Returns</h4>
|
2930
|
-
<p> <a href="
|
2931
|
-
has a native window, <a href="
|
2955
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>window</code></em>
|
2956
|
+
has a native window, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
2932
2957
|
</div>
|
2933
2958
|
<p class="since">Since: 2.22</p>
|
2934
2959
|
</div>
|
2935
2960
|
<hr>
|
2936
2961
|
<div class="refsect2">
|
2937
2962
|
<a name="gdk-window-ensure-native"></a><h3>gdk_window_ensure_native ()</h3>
|
2938
|
-
<pre class="programlisting"><a href="
|
2963
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2939
2964
|
gdk_window_ensure_native (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2940
2965
|
<p>Tries to ensure that there is a window-system native window for this
|
2941
|
-
GdkWindow. This may fail in some situations, returning <a href="
|
2966
|
+
GdkWindow. This may fail in some situations, returning <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
2942
2967
|
<p>Offscreen window and children of them can never have native windows.</p>
|
2943
2968
|
<p>Some backends may not support native child windows.</p>
|
2944
2969
|
<div class="refsect3">
|
@@ -2958,7 +2983,7 @@ GdkWindow. This may fail in some situations, returning <a href="https://develope
|
|
2958
2983
|
</div>
|
2959
2984
|
<div class="refsect3">
|
2960
2985
|
<a name="gdk-window-ensure-native.returns"></a><h4>Returns</h4>
|
2961
|
-
<p> <a href="
|
2986
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has a native window, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
2962
2987
|
</div>
|
2963
2988
|
<p class="since">Since: 2.18</p>
|
2964
2989
|
</div>
|
@@ -2968,8 +2993,8 @@ GdkWindow. This may fail in some situations, returning <a href="https://develope
|
|
2968
2993
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2969
2994
|
gdk_window_reparent (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2970
2995
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *new_parent</code></em>,
|
2971
|
-
<em class="parameter"><code><a href="
|
2972
|
-
<em class="parameter"><code><a href="
|
2996
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2997
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
2973
2998
|
<p>Reparents <em class="parameter"><code>window</code></em>
|
2974
2999
|
into the given <em class="parameter"><code>new_parent</code></em>
|
2975
3000
|
. The window being
|
@@ -3076,18 +3101,18 @@ function before <a class="link" href="gdk3-Windows.html#gdk-window-show" title="
|
|
3076
3101
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3077
3102
|
gdk_window_restack (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3078
3103
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *sibling</code></em>,
|
3079
|
-
<em class="parameter"><code><a href="
|
3104
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> above</code></em>);</pre>
|
3080
3105
|
<p>Changes the position of <em class="parameter"><code>window</code></em>
|
3081
3106
|
in the Z-order (stacking order), so that
|
3082
3107
|
it is above <em class="parameter"><code>sibling</code></em>
|
3083
3108
|
(if <em class="parameter"><code>above</code></em>
|
3084
|
-
is <a href="
|
3109
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or below <em class="parameter"><code>sibling</code></em>
|
3085
3110
|
(if <em class="parameter"><code>above</code></em>
|
3086
3111
|
is
|
3087
|
-
<a href="
|
3112
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>).</p>
|
3088
3113
|
<p>If <em class="parameter"><code>sibling</code></em>
|
3089
|
-
is <a href="
|
3090
|
-
is <a href="
|
3114
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then this either raises (if <em class="parameter"><code>above</code></em>
|
3115
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>) or
|
3091
3116
|
lowers the window.</p>
|
3092
3117
|
<p>If <em class="parameter"><code>window</code></em>
|
3093
3118
|
is a toplevel, the window manager may choose to deny the
|
@@ -3110,7 +3135,7 @@ requests the restack, does not guarantee it.</p>
|
|
3110
3135
|
<tr>
|
3111
3136
|
<td class="parameter_name"><p>sibling</p></td>
|
3112
3137
|
<td class="parameter_description"><p> a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that is a sibling of <em class="parameter"><code>window</code></em>
|
3113
|
-
, or <a href="
|
3138
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3114
3139
|
<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>
|
3115
3140
|
</tr>
|
3116
3141
|
<tr>
|
@@ -3128,10 +3153,10 @@ requests the restack, does not guarantee it.</p>
|
|
3128
3153
|
<a name="gdk-window-focus"></a><h3>gdk_window_focus ()</h3>
|
3129
3154
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3130
3155
|
gdk_window_focus (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3131
|
-
<em class="parameter"><code><a href="
|
3156
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
3132
3157
|
<p>Sets keyboard focus to <em class="parameter"><code>window</code></em>
|
3133
|
-
. In most cases, <a href="http://developer.gnome.org/
|
3134
|
-
should be used on a <a href="http://developer.gnome.org/
|
3158
|
+
. In most cases, <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>
|
3159
|
+
should be used on a <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>, rather than calling this function.</p>
|
3135
3160
|
<div class="refsect3">
|
3136
3161
|
<a name="gdk-window-focus.parameters"></a><h4>Parameters</h4>
|
3137
3162
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -3183,10 +3208,10 @@ gdk_window_register_dnd (<em class="parameter"><code><a class="link" href="gdk3-
|
|
3183
3208
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3184
3209
|
gdk_window_begin_resize_drag (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3185
3210
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowEdge" title="enum GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
|
3186
|
-
<em class="parameter"><code><a href="
|
3187
|
-
<em class="parameter"><code><a href="
|
3188
|
-
<em class="parameter"><code><a href="
|
3189
|
-
<em class="parameter"><code><a href="
|
3211
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
|
3212
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
|
3213
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
|
3214
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
3190
3215
|
<p>Begins a window resize operation (for a toplevel window).</p>
|
3191
3216
|
<p>This function assumes that the drag is controlled by the
|
3192
3217
|
client pointer device, use <a class="link" href="gdk3-Windows.html#gdk-window-begin-resize-drag-for-device" title="gdk_window_begin_resize_drag_for_device ()"><code class="function">gdk_window_begin_resize_drag_for_device()</code></a>
|
@@ -3242,13 +3267,13 @@ gdk_window_begin_resize_drag_for_device
|
|
3242
3267
|
(<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3243
3268
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowEdge" title="enum GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
|
3244
3269
|
<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
3245
|
-
<em class="parameter"><code><a href="
|
3246
|
-
<em class="parameter"><code><a href="
|
3247
|
-
<em class="parameter"><code><a href="
|
3248
|
-
<em class="parameter"><code><a href="
|
3270
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
|
3271
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
|
3272
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
|
3273
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
3249
3274
|
<p>Begins a window resize operation (for a toplevel window).
|
3250
3275
|
You might use this function to implement a “window resize grip,” for
|
3251
|
-
example; in fact <a href="http://developer.gnome.org/
|
3276
|
+
example; in fact <a href="http://developer.gnome.org/gtk4/GtkStatusbar.html#GtkStatusbar-struct"><span class="type">GtkStatusbar</span></a> uses it. The function works best
|
3252
3277
|
with window managers that support the
|
3253
3278
|
<a class="ulink" href="http://www.freedesktop.org/Standards/wm-spec" target="_top">Extended Window Manager Hints</a>
|
3254
3279
|
but has a fallback implementation for other window managers.</p>
|
@@ -3306,10 +3331,10 @@ but has a fallback implementation for other window managers.</p>
|
|
3306
3331
|
<a name="gdk-window-begin-move-drag"></a><h3>gdk_window_begin_move_drag ()</h3>
|
3307
3332
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3308
3333
|
gdk_window_begin_move_drag (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3309
|
-
<em class="parameter"><code><a href="
|
3310
|
-
<em class="parameter"><code><a href="
|
3311
|
-
<em class="parameter"><code><a href="
|
3312
|
-
<em class="parameter"><code><a href="
|
3334
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
|
3335
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
|
3336
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
|
3337
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
3313
3338
|
<p>Begins a window move operation (for a toplevel window).</p>
|
3314
3339
|
<p>This function assumes that the drag is controlled by the
|
3315
3340
|
client pointer device, use <a class="link" href="gdk3-Windows.html#gdk-window-begin-move-drag-for-device" title="gdk_window_begin_move_drag_for_device ()"><code class="function">gdk_window_begin_move_drag_for_device()</code></a>
|
@@ -3358,10 +3383,10 @@ to begin a drag with a different device.</p>
|
|
3358
3383
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3359
3384
|
gdk_window_begin_move_drag_for_device (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3360
3385
|
<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
3361
|
-
<em class="parameter"><code><a href="
|
3362
|
-
<em class="parameter"><code><a href="
|
3363
|
-
<em class="parameter"><code><a href="
|
3364
|
-
<em class="parameter"><code><a href="
|
3386
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
|
3387
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
|
3388
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
|
3389
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
3365
3390
|
<p>Begins a window move operation (for a toplevel window).
|
3366
3391
|
You might use this function to implement a “window move grip,” for
|
3367
3392
|
example. The function works best with window managers that support the
|
@@ -3414,7 +3439,7 @@ but has a fallback implementation for other window managers.</p>
|
|
3414
3439
|
<hr>
|
3415
3440
|
<div class="refsect2">
|
3416
3441
|
<a name="gdk-window-show-window-menu"></a><h3>gdk_window_show_window_menu ()</h3>
|
3417
|
-
<pre class="programlisting"><a href="
|
3442
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
3418
3443
|
gdk_window_show_window_menu (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3419
3444
|
<em class="parameter"><code><a class="link" href="gdk3-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
3420
3445
|
<p>Asks the windowing system to show the window menu. The window menu
|
@@ -3446,7 +3471,7 @@ on the window decorations.</p>
|
|
3446
3471
|
</div>
|
3447
3472
|
<div class="refsect3">
|
3448
3473
|
<a name="gdk-window-show-window-menu.returns"></a><h4>Returns</h4>
|
3449
|
-
<p> <a href="
|
3474
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window menu was shown and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3450
3475
|
</div>
|
3451
3476
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
3452
3477
|
</div>
|
@@ -3456,10 +3481,10 @@ on the window decorations.</p>
|
|
3456
3481
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3457
3482
|
gdk_window_constrain_size (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkGeometry" title="struct GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
|
3458
3483
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowHints" title="enum GdkWindowHints"><span class="type">GdkWindowHints</span></a> flags</code></em>,
|
3459
|
-
<em class="parameter"><code><a href="
|
3460
|
-
<em class="parameter"><code><a href="
|
3461
|
-
<em class="parameter"><code><a href="
|
3462
|
-
<em class="parameter"><code><a href="
|
3484
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
3485
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
|
3486
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_width</code></em>,
|
3487
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *new_height</code></em>);</pre>
|
3463
3488
|
<p>Constrains a desired width and height according to a
|
3464
3489
|
set of geometry hints (such as minimum and maximum size).</p>
|
3465
3490
|
<div class="refsect3">
|
@@ -3535,7 +3560,7 @@ the display just as <a class="link" href="GdkDisplay.html#gdk-display-beep" titl
|
|
3535
3560
|
<hr>
|
3536
3561
|
<div class="refsect2">
|
3537
3562
|
<a name="gdk-window-get-scale-factor"></a><h3>gdk_window_get_scale_factor ()</h3>
|
3538
|
-
<pre class="programlisting"><a href="
|
3563
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
3539
3564
|
gdk_window_get_scale_factor (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
3540
3565
|
<p>Returns the internal scale factor that maps from window coordiantes
|
3541
3566
|
to the actual device pixels. On traditional systems this is 1, but
|
@@ -3585,7 +3610,7 @@ or not.</p>
|
|
3585
3610
|
the <em class="parameter"><code>window</code></em>
|
3586
3611
|
background is opaque, as we know where the opaque regions
|
3587
3612
|
are. If your window background is not opaque, please update this
|
3588
|
-
property in your <a href="http://developer.gnome.org/
|
3613
|
+
property in your <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-style-updated"><span class="type">“style-updated”</span></a> handler.</p>
|
3589
3614
|
<div class="refsect3">
|
3590
3615
|
<a name="gdk-window-set-opaque-region.parameters"></a><h4>Parameters</h4>
|
3591
3616
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -3602,7 +3627,7 @@ property in your <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidg
|
|
3602
3627
|
</tr>
|
3603
3628
|
<tr>
|
3604
3629
|
<td class="parameter_name"><p>region</p></td>
|
3605
|
-
<td class="parameter_description"><p> a region, or <a href="
|
3630
|
+
<td class="parameter_description"><p> a region, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
3606
3631
|
<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>
|
3607
3632
|
</tr>
|
3608
3633
|
</tbody>
|
@@ -3615,7 +3640,7 @@ property in your <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidg
|
|
3615
3640
|
<a name="gdk-window-create-gl-context"></a><h3>gdk_window_create_gl_context ()</h3>
|
3616
3641
|
<pre class="programlisting"><a class="link" href="GdkGLContext.html" title="GdkGLContext"><span class="returnvalue">GdkGLContext</span></a> *
|
3617
3642
|
gdk_window_create_gl_context (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3618
|
-
<em class="parameter"><code><a href="
|
3643
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
3619
3644
|
<p>Creates a new <a class="link" href="GdkGLContext.html" title="GdkGLContext"><span class="type">GdkGLContext</span></a> matching the
|
3620
3645
|
framebuffer format to the visual of the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. The context
|
3621
3646
|
is disconnected from any particular window or surface.</p>
|
@@ -3648,7 +3673,7 @@ call <a class="link" href="GdkGLContext.html#gdk-gl-context-make-current" title=
|
|
3648
3673
|
<div class="refsect3">
|
3649
3674
|
<a name="gdk-window-create-gl-context.returns"></a><h4>Returns</h4>
|
3650
3675
|
<p> the newly created <a class="link" href="GdkGLContext.html" title="GdkGLContext"><span class="type">GdkGLContext</span></a>, or
|
3651
|
-
<a href="
|
3676
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error. </p>
|
3652
3677
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3653
3678
|
</div>
|
3654
3679
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
@@ -3727,6 +3752,10 @@ when you are done.</p>
|
|
3727
3752
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3728
3753
|
gdk_window_begin_paint_rect (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3729
3754
|
<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);</pre>
|
3755
|
+
<div class="warning">
|
3756
|
+
<p><code class="literal">gdk_window_begin_paint_rect</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
3757
|
+
<p>Use <a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a> instead</p>
|
3758
|
+
</div>
|
3730
3759
|
<p>A convenience wrapper around <a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()"><code class="function">gdk_window_begin_paint_region()</code></a> which
|
3731
3760
|
creates a rectangular region for you. See
|
3732
3761
|
<a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()"><code class="function">gdk_window_begin_paint_region()</code></a> for details.</p>
|
@@ -3759,6 +3788,10 @@ creates a rectangular region for you. See
|
|
3759
3788
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3760
3789
|
gdk_window_begin_paint_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3761
3790
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
3791
|
+
<div class="warning">
|
3792
|
+
<p><code class="literal">gdk_window_begin_paint_region</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
3793
|
+
<p>Use <a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a> instead</p>
|
3794
|
+
</div>
|
3762
3795
|
<p>Indicates that you are beginning the process of redrawing <em class="parameter"><code>region</code></em>
|
3763
3796
|
.
|
3764
3797
|
A backing store (offscreen buffer) large enough to contain <em class="parameter"><code>region</code></em>
|
@@ -3794,7 +3827,7 @@ is already set as the clip region, and already has a backing store.
|
|
3794
3827
|
Therefore in most cases, application code need not call
|
3795
3828
|
<a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()"><code class="function">gdk_window_begin_paint_region()</code></a>. (You can disable the automatic
|
3796
3829
|
calls around expose events on a widget-by-widget basis by calling
|
3797
|
-
<
|
3830
|
+
<code class="function">gtk_widget_set_double_buffered()</code>.)</p>
|
3798
3831
|
<p>If you call this function multiple times before calling the
|
3799
3832
|
matching <a class="link" href="gdk3-Windows.html#gdk-window-end-paint" title="gdk_window_end_paint ()"><code class="function">gdk_window_end_paint()</code></a>, the backing stores are pushed onto
|
3800
3833
|
a stack. <a class="link" href="gdk3-Windows.html#gdk-window-end-paint" title="gdk_window_end_paint ()"><code class="function">gdk_window_end_paint()</code></a> copies the topmost backing store
|
@@ -3831,6 +3864,7 @@ the topmost backing store in the stack. One matching call to
|
|
3831
3864
|
<a name="gdk-window-end-paint"></a><h3>gdk_window_end_paint ()</h3>
|
3832
3865
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3833
3866
|
gdk_window_end_paint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
3867
|
+
<div class="warning"><p><code class="literal">gdk_window_end_paint</code> is deprecated and should not be used in newly-written code.</p></div>
|
3834
3868
|
<p>Indicates that the backing store created by the most recent call
|
3835
3869
|
to <a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()"><code class="function">gdk_window_begin_paint_region()</code></a> should be copied onscreen and
|
3836
3870
|
deleted, leaving the next-most-recent backing store or no backing
|
@@ -3856,6 +3890,114 @@ store at all as the active paint region. See
|
|
3856
3890
|
</div>
|
3857
3891
|
<hr>
|
3858
3892
|
<div class="refsect2">
|
3893
|
+
<a name="gdk-window-begin-draw-frame"></a><h3>gdk_window_begin_draw_frame ()</h3>
|
3894
|
+
<pre class="programlisting"><a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="returnvalue">GdkDrawingContext</span></a> *
|
3895
|
+
gdk_window_begin_draw_frame (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3896
|
+
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
3897
|
+
<p>Indicates that you are beginning the process of redrawing <em class="parameter"><code>region</code></em>
|
3898
|
+
|
3899
|
+
on <em class="parameter"><code>window</code></em>
|
3900
|
+
, and provides you with a <a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="type">GdkDrawingContext</span></a>.</p>
|
3901
|
+
<p>If <em class="parameter"><code>window</code></em>
|
3902
|
+
is a top level <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, backed by a native window
|
3903
|
+
implementation, a backing store (offscreen buffer) large enough to
|
3904
|
+
contain <em class="parameter"><code>region</code></em>
|
3905
|
+
will be created. The backing store will be initialized
|
3906
|
+
with the background color or background surface for <em class="parameter"><code>window</code></em>
|
3907
|
+
. Then, all
|
3908
|
+
drawing operations performed on <em class="parameter"><code>window</code></em>
|
3909
|
+
will be diverted to the
|
3910
|
+
backing store. When you call <code class="function">gdk_window_end_frame()</code>, the contents of
|
3911
|
+
the backing store will be copied to <em class="parameter"><code>window</code></em>
|
3912
|
+
, making it visible
|
3913
|
+
on screen. Only the part of <em class="parameter"><code>window</code></em>
|
3914
|
+
contained in <em class="parameter"><code>region</code></em>
|
3915
|
+
will be
|
3916
|
+
modified; that is, drawing operations are clipped to <em class="parameter"><code>region</code></em>
|
3917
|
+
.</p>
|
3918
|
+
<p>The net result of all this is to remove flicker, because the user
|
3919
|
+
sees the finished product appear all at once when you call
|
3920
|
+
<a class="link" href="gdk3-Windows.html#gdk-window-end-draw-frame" title="gdk_window_end_draw_frame ()"><code class="function">gdk_window_end_draw_frame()</code></a>. If you draw to <em class="parameter"><code>window</code></em>
|
3921
|
+
directly without
|
3922
|
+
calling <a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a>, the user may see flicker
|
3923
|
+
as individual drawing operations are performed in sequence.</p>
|
3924
|
+
<p>When using GTK+, the widget system automatically places calls to
|
3925
|
+
<a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a> and <a class="link" href="gdk3-Windows.html#gdk-window-end-draw-frame" title="gdk_window_end_draw_frame ()"><code class="function">gdk_window_end_draw_frame()</code></a> around
|
3926
|
+
emissions of the <code class="literal">GtkWidget::draw</code> signal. That is, if you’re
|
3927
|
+
drawing the contents of the widget yourself, you can assume that the
|
3928
|
+
widget has a cleared background, is already set as the clip region,
|
3929
|
+
and already has a backing store. Therefore in most cases, application
|
3930
|
+
code in GTK does not need to call <a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a>
|
3931
|
+
explicitly.</p>
|
3932
|
+
<div class="refsect3">
|
3933
|
+
<a name="gdk-window-begin-draw-frame.parameters"></a><h4>Parameters</h4>
|
3934
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3935
|
+
<colgroup>
|
3936
|
+
<col width="150px" class="parameters_name">
|
3937
|
+
<col class="parameters_description">
|
3938
|
+
<col width="200px" class="parameters_annotations">
|
3939
|
+
</colgroup>
|
3940
|
+
<tbody>
|
3941
|
+
<tr>
|
3942
|
+
<td class="parameter_name"><p>window</p></td>
|
3943
|
+
<td class="parameter_description"><p>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a></p></td>
|
3944
|
+
<td class="parameter_annotations"> </td>
|
3945
|
+
</tr>
|
3946
|
+
<tr>
|
3947
|
+
<td class="parameter_name"><p>region</p></td>
|
3948
|
+
<td class="parameter_description"><p>a Cairo region</p></td>
|
3949
|
+
<td class="parameter_annotations"> </td>
|
3950
|
+
</tr>
|
3951
|
+
</tbody>
|
3952
|
+
</table></div>
|
3953
|
+
</div>
|
3954
|
+
<div class="refsect3">
|
3955
|
+
<a name="gdk-window-begin-draw-frame.returns"></a><h4>Returns</h4>
|
3956
|
+
<p> a <a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="type">GdkDrawingContext</span></a> context that should be
|
3957
|
+
used to draw the contents of the window; the returned context is owned
|
3958
|
+
by GDK. </p>
|
3959
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3960
|
+
</div>
|
3961
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
3962
|
+
</div>
|
3963
|
+
<hr>
|
3964
|
+
<div class="refsect2">
|
3965
|
+
<a name="gdk-window-end-draw-frame"></a><h3>gdk_window_end_draw_frame ()</h3>
|
3966
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
3967
|
+
gdk_window_end_draw_frame (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3968
|
+
<em class="parameter"><code><a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="type">GdkDrawingContext</span></a> *context</code></em>);</pre>
|
3969
|
+
<p>Indicates that the drawing of the contents of <em class="parameter"><code>window</code></em>
|
3970
|
+
started with
|
3971
|
+
<code class="function">gdk_window_begin_frame()</code> has been completed.</p>
|
3972
|
+
<p>This function will take care of destroying the <a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="type">GdkDrawingContext</span></a>.</p>
|
3973
|
+
<p>It is an error to call this function without a matching
|
3974
|
+
<code class="function">gdk_window_begin_frame()</code> first.</p>
|
3975
|
+
<div class="refsect3">
|
3976
|
+
<a name="gdk-window-end-draw-frame.parameters"></a><h4>Parameters</h4>
|
3977
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3978
|
+
<colgroup>
|
3979
|
+
<col width="150px" class="parameters_name">
|
3980
|
+
<col class="parameters_description">
|
3981
|
+
<col width="200px" class="parameters_annotations">
|
3982
|
+
</colgroup>
|
3983
|
+
<tbody>
|
3984
|
+
<tr>
|
3985
|
+
<td class="parameter_name"><p>window</p></td>
|
3986
|
+
<td class="parameter_description"><p>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a></p></td>
|
3987
|
+
<td class="parameter_annotations"> </td>
|
3988
|
+
</tr>
|
3989
|
+
<tr>
|
3990
|
+
<td class="parameter_name"><p>context</p></td>
|
3991
|
+
<td class="parameter_description"><p>the <a class="link" href="GdkDrawingContext.html" title="GdkDrawingContext"><span class="type">GdkDrawingContext</span></a> created by <a class="link" href="gdk3-Windows.html#gdk-window-begin-draw-frame" title="gdk_window_begin_draw_frame ()"><code class="function">gdk_window_begin_draw_frame()</code></a></p></td>
|
3992
|
+
<td class="parameter_annotations"> </td>
|
3993
|
+
</tr>
|
3994
|
+
</tbody>
|
3995
|
+
</table></div>
|
3996
|
+
</div>
|
3997
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
3998
|
+
</div>
|
3999
|
+
<hr>
|
4000
|
+
<div class="refsect2">
|
3859
4001
|
<a name="gdk-window-get-visible-region"></a><h3>gdk_window_get_visible_region ()</h3>
|
3860
4002
|
<pre class="programlisting"><span class="returnvalue">cairo_region_t</span> *
|
3861
4003
|
gdk_window_get_visible_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
@@ -3970,7 +4112,7 @@ e.g. a child widget appears in multiple places.</p>
|
|
3970
4112
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3971
4113
|
gdk_window_invalidate_rect (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
3972
4114
|
<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>,
|
3973
|
-
<em class="parameter"><code><a href="
|
4115
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> invalidate_children</code></em>);</pre>
|
3974
4116
|
<p>A convenience wrapper around <a class="link" href="gdk3-Windows.html#gdk-window-invalidate-region" title="gdk_window_invalidate_region ()"><code class="function">gdk_window_invalidate_region()</code></a> which
|
3975
4117
|
invalidates a rectangular region. See
|
3976
4118
|
<a class="link" href="gdk3-Windows.html#gdk-window-invalidate-region" title="gdk_window_invalidate_region ()"><code class="function">gdk_window_invalidate_region()</code></a> for details.</p>
|
@@ -3990,7 +4132,7 @@ invalidates a rectangular region. See
|
|
3990
4132
|
</tr>
|
3991
4133
|
<tr>
|
3992
4134
|
<td class="parameter_name"><p>rect</p></td>
|
3993
|
-
<td class="parameter_description"><p> rectangle to invalidate or <a href="
|
4135
|
+
<td class="parameter_description"><p> rectangle to invalidate or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to invalidate the whole
|
3994
4136
|
window. </p></td>
|
3995
4137
|
<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>
|
3996
4138
|
</tr>
|
@@ -4009,7 +4151,7 @@ window. </p></td>
|
|
4009
4151
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4010
4152
|
gdk_window_invalidate_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4011
4153
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>,
|
4012
|
-
<em class="parameter"><code><a href="
|
4154
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> invalidate_children</code></em>);</pre>
|
4013
4155
|
<p>Adds <em class="parameter"><code>region</code></em>
|
4014
4156
|
to the update area for <em class="parameter"><code>window</code></em>
|
4015
4157
|
. The update area is the
|
@@ -4027,7 +4169,7 @@ invalidate regions that you know should be redrawn.</p>
|
|
4027
4169
|
parameter controls whether the region of
|
4028
4170
|
each child window that intersects <em class="parameter"><code>region</code></em>
|
4029
4171
|
will also be invalidated.
|
4030
|
-
If <a href="
|
4172
|
+
If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the update area for child windows will remain
|
4031
4173
|
unaffected. See gdk_window_invalidate_maybe_recurse if you need
|
4032
4174
|
fine grained control over which children are invalidated.</p>
|
4033
4175
|
<div class="refsect3">
|
@@ -4051,7 +4193,7 @@ fine grained control over which children are invalidated.</p>
|
|
4051
4193
|
</tr>
|
4052
4194
|
<tr>
|
4053
4195
|
<td class="parameter_name"><p>invalidate_children</p></td>
|
4054
|
-
<td class="parameter_description"><p><a href="
|
4196
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to also invalidate child windows</p></td>
|
4055
4197
|
<td class="parameter_annotations"> </td>
|
4056
4198
|
</tr>
|
4057
4199
|
</tbody>
|
@@ -4061,9 +4203,9 @@ fine grained control over which children are invalidated.</p>
|
|
4061
4203
|
<hr>
|
4062
4204
|
<div class="refsect2">
|
4063
4205
|
<a name="GdkWindowChildFunc"></a><h3>GdkWindowChildFunc ()</h3>
|
4064
|
-
<pre class="programlisting"><a href="
|
4206
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4065
4207
|
<span class="c_punctuation">(</span>*GdkWindowChildFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4066
|
-
<em class="parameter"><code><a href="
|
4208
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4067
4209
|
<p>A function of this type is passed to <a class="link" href="gdk3-Windows.html#gdk-window-invalidate-maybe-recurse" title="gdk_window_invalidate_maybe_recurse ()"><code class="function">gdk_window_invalidate_maybe_recurse()</code></a>.
|
4068
4210
|
It gets called for each child of the window to determine whether to
|
4069
4211
|
recursively invalidate it or now.</p>
|
@@ -4091,7 +4233,7 @@ recursively invalidate it or now.</p>
|
|
4091
4233
|
</div>
|
4092
4234
|
<div class="refsect3">
|
4093
4235
|
<a name="GdkWindowChildFunc.returns"></a><h4>Returns</h4>
|
4094
|
-
<p> <a href="
|
4236
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to invalidate <em class="parameter"><code>window</code></em>
|
4095
4237
|
recursively</p>
|
4096
4238
|
</div>
|
4097
4239
|
</div>
|
@@ -4102,7 +4244,7 @@ recursively</p>
|
|
4102
4244
|
gdk_window_invalidate_maybe_recurse (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4103
4245
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>,
|
4104
4246
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowChildFunc" title="GdkWindowChildFunc ()"><span class="type">GdkWindowChildFunc</span></a> child_func</code></em>,
|
4105
|
-
<em class="parameter"><code><a href="
|
4247
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4106
4248
|
<p>Adds <em class="parameter"><code>region</code></em>
|
4107
4249
|
to the update area for <em class="parameter"><code>window</code></em>
|
4108
4250
|
. The update area is the
|
@@ -4121,7 +4263,7 @@ invalidate regions that you know should be redrawn.</p>
|
|
4121
4263
|
each child window that intersects <em class="parameter"><code>region</code></em>
|
4122
4264
|
will also be invalidated.
|
4123
4265
|
Only children for which <em class="parameter"><code>child_func</code></em>
|
4124
|
-
returns <a href="
|
4266
|
+
returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> will have the area
|
4125
4267
|
invalidated.</p>
|
4126
4268
|
<div class="refsect3">
|
4127
4269
|
<a name="gdk-window-invalidate-maybe-recurse.parameters"></a><h4>Parameters</h4>
|
@@ -4145,7 +4287,7 @@ invalidated.</p>
|
|
4145
4287
|
<tr>
|
4146
4288
|
<td class="parameter_name"><p>child_func</p></td>
|
4147
4289
|
<td class="parameter_description"><p> function to use to decide if to
|
4148
|
-
recurse to a child, <a href="
|
4290
|
+
recurse to a child, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> means never recurse. </p></td>
|
4149
4291
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
4150
4292
|
</tr>
|
4151
4293
|
<tr>
|
@@ -4170,8 +4312,8 @@ of the function. That is, after calling this function, <em class="parameter"><co
|
|
4170
4312
|
no longer have an invalid/dirty region; the update area is removed
|
4171
4313
|
from <em class="parameter"><code>window</code></em>
|
4172
4314
|
and handed to you. If a window has no update area,
|
4173
|
-
<a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()"><code class="function">gdk_window_get_update_area()</code></a> returns <a href="
|
4174
|
-
calling <code class="function">cairo_region_destroy()</code> on the returned region if it’s non-<a href="
|
4315
|
+
<a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()"><code class="function">gdk_window_get_update_area()</code></a> returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You are responsible for
|
4316
|
+
calling <code class="function">cairo_region_destroy()</code> on the returned region if it’s non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
4175
4317
|
<div class="refsect3">
|
4176
4318
|
<a name="gdk-window-get-update-area.parameters"></a><h4>Parameters</h4>
|
4177
4319
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4254,7 +4396,7 @@ in the application.</p>
|
|
4254
4396
|
<a name="gdk-window-process-updates"></a><h3>gdk_window_process_updates ()</h3>
|
4255
4397
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4256
4398
|
gdk_window_process_updates (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4257
|
-
<em class="parameter"><code><a href="
|
4399
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> update_children</code></em>);</pre>
|
4258
4400
|
<p>Sends one or more expose events to <em class="parameter"><code>window</code></em>
|
4259
4401
|
. The areas in each
|
4260
4402
|
expose event will cover the entire update area for the window (see
|
@@ -4291,7 +4433,8 @@ this is useful to produce nicer scrolling behavior, for example.</p>
|
|
4291
4433
|
<div class="refsect2">
|
4292
4434
|
<a name="gdk-window-set-debug-updates"></a><h3>gdk_window_set_debug_updates ()</h3>
|
4293
4435
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4294
|
-
gdk_window_set_debug_updates (<em class="parameter"><code><a href="
|
4436
|
+
gdk_window_set_debug_updates (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
4437
|
+
<div class="warning"><p><code class="literal">gdk_window_set_debug_updates</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p></div>
|
4295
4438
|
<p>With update debugging enabled, calls to
|
4296
4439
|
<a class="link" href="gdk3-Windows.html#gdk-window-invalidate-region" title="gdk_window_invalidate_region ()"><code class="function">gdk_window_invalidate_region()</code></a> clear the invalidated region of the
|
4297
4440
|
screen to a noticeable color, and GDK pauses for a short time
|
@@ -4319,7 +4462,7 @@ updates sometime after application startup time.</p>
|
|
4319
4462
|
</colgroup>
|
4320
4463
|
<tbody><tr>
|
4321
4464
|
<td class="parameter_name"><p>setting</p></td>
|
4322
|
-
<td class="parameter_description"><p><a href="
|
4465
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to turn on update debugging</p></td>
|
4323
4466
|
<td class="parameter_annotations"> </td>
|
4324
4467
|
</tr></tbody>
|
4325
4468
|
</table></div>
|
@@ -4415,14 +4558,14 @@ window.</p>
|
|
4415
4558
|
<a name="gdk-window-set-user-data"></a><h3>gdk_window_set_user_data ()</h3>
|
4416
4559
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4417
4560
|
gdk_window_set_user_data (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4418
|
-
<em class="parameter"><code><a href="
|
4561
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
4419
4562
|
<p>For most purposes this function is deprecated in favor of
|
4420
|
-
<a href="
|
4421
|
-
the <a href="http://developer.gnome.org/
|
4563
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"><code class="function">g_object_set_data()</code></a>. However, for historical reasons GTK+ stores
|
4564
|
+
the <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> that owns a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> as user data on the
|
4422
4565
|
<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. So, custom widget implementations should use
|
4423
4566
|
this function for that. If GTK+ receives an event for a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>,
|
4424
|
-
and the user data for the window is non-<a href="
|
4425
|
-
user data is a <a href="http://developer.gnome.org/
|
4567
|
+
and the user data for the window is non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, GTK+ will assume the
|
4568
|
+
user data is a <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a>, and forward the event to that widget.</p>
|
4426
4569
|
<div class="refsect3">
|
4427
4570
|
<a name="gdk-window-set-user-data.parameters"></a><h4>Parameters</h4>
|
4428
4571
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -4451,13 +4594,13 @@ user data is a <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget
|
|
4451
4594
|
<a name="gdk-window-set-override-redirect"></a><h3>gdk_window_set_override_redirect ()</h3>
|
4452
4595
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4453
4596
|
gdk_window_set_override_redirect (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4454
|
-
<em class="parameter"><code><a href="
|
4597
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> override_redirect</code></em>);</pre>
|
4455
4598
|
<p>An override redirect window is not under the control of the window manager.
|
4456
4599
|
This means it won’t have a titlebar, won’t be minimizable, etc. - it will
|
4457
4600
|
be entirely under the control of the application. The window manager
|
4458
4601
|
can’t see the override redirect window at all.</p>
|
4459
4602
|
<p>Override redirect should only be used for short-lived temporary
|
4460
|
-
windows, such as popup menus. <a href="http://developer.gnome.org/
|
4603
|
+
windows, such as popup menus. <a href="http://developer.gnome.org/gtk4/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> uses an override redirect
|
4461
4604
|
window in its implementation, for example.</p>
|
4462
4605
|
<div class="refsect3">
|
4463
4606
|
<a name="gdk-window-set-override-redirect.parameters"></a><h4>Parameters</h4>
|
@@ -4475,7 +4618,7 @@ window in its implementation, for example.</p>
|
|
4475
4618
|
</tr>
|
4476
4619
|
<tr>
|
4477
4620
|
<td class="parameter_name"><p>override_redirect</p></td>
|
4478
|
-
<td class="parameter_description"><p><a href="
|
4621
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should be override redirect</p></td>
|
4479
4622
|
<td class="parameter_annotations"> </td>
|
4480
4623
|
</tr>
|
4481
4624
|
</tbody>
|
@@ -4487,9 +4630,9 @@ window in its implementation, for example.</p>
|
|
4487
4630
|
<a name="gdk-window-set-accept-focus"></a><h3>gdk_window_set_accept_focus ()</h3>
|
4488
4631
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4489
4632
|
gdk_window_set_accept_focus (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4490
|
-
<em class="parameter"><code><a href="
|
4633
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> accept_focus</code></em>);</pre>
|
4491
4634
|
<p>Setting <em class="parameter"><code>accept_focus</code></em>
|
4492
|
-
to <a href="
|
4635
|
+
to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> hints the desktop environment that the
|
4493
4636
|
window doesn’t want to receive input focus.</p>
|
4494
4637
|
<p>On X, it is the responsibility of the window manager to interpret this
|
4495
4638
|
hint. ICCCM-compliant window manager usually respect it.</p>
|
@@ -4509,7 +4652,7 @@ hint. ICCCM-compliant window manager usually respect it.</p>
|
|
4509
4652
|
</tr>
|
4510
4653
|
<tr>
|
4511
4654
|
<td class="parameter_name"><p>accept_focus</p></td>
|
4512
|
-
<td class="parameter_description"><p><a href="
|
4655
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window should receive input focus</p></td>
|
4513
4656
|
<td class="parameter_annotations"> </td>
|
4514
4657
|
</tr>
|
4515
4658
|
</tbody>
|
@@ -4520,7 +4663,7 @@ hint. ICCCM-compliant window manager usually respect it.</p>
|
|
4520
4663
|
<hr>
|
4521
4664
|
<div class="refsect2">
|
4522
4665
|
<a name="gdk-window-get-accept-focus"></a><h3>gdk_window_get_accept_focus ()</h3>
|
4523
|
-
<pre class="programlisting"><a href="
|
4666
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4524
4667
|
gdk_window_get_accept_focus (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
4525
4668
|
<p>Determines whether or not the desktop environment shuld be hinted that
|
4526
4669
|
the window does not want to receive input focus.</p>
|
@@ -4550,9 +4693,9 @@ the window does not want to receive input focus.</p>
|
|
4550
4693
|
<a name="gdk-window-set-focus-on-map"></a><h3>gdk_window_set_focus_on_map ()</h3>
|
4551
4694
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4552
4695
|
gdk_window_set_focus_on_map (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4553
|
-
<em class="parameter"><code><a href="
|
4696
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_map</code></em>);</pre>
|
4554
4697
|
<p>Setting <em class="parameter"><code>focus_on_map</code></em>
|
4555
|
-
to <a href="
|
4698
|
+
to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> hints the desktop environment that the
|
4556
4699
|
window doesn’t want to receive input focus when it is mapped.
|
4557
4700
|
focus_on_map should be turned off for windows that aren’t triggered
|
4558
4701
|
interactively (such as popups from network activity).</p>
|
@@ -4575,7 +4718,7 @@ manager extension specification should respect it.</p>
|
|
4575
4718
|
</tr>
|
4576
4719
|
<tr>
|
4577
4720
|
<td class="parameter_name"><p>focus_on_map</p></td>
|
4578
|
-
<td class="parameter_description"><p><a href="
|
4721
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window should receive input focus when mapped</p></td>
|
4579
4722
|
<td class="parameter_annotations"> </td>
|
4580
4723
|
</tr>
|
4581
4724
|
</tbody>
|
@@ -4586,7 +4729,7 @@ manager extension specification should respect it.</p>
|
|
4586
4729
|
<hr>
|
4587
4730
|
<div class="refsect2">
|
4588
4731
|
<a name="gdk-window-get-focus-on-map"></a><h3>gdk_window_get_focus_on_map ()</h3>
|
4589
|
-
<pre class="programlisting"><a href="
|
4732
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4590
4733
|
gdk_window_get_focus_on_map (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
4591
4734
|
<p>Determines whether or not the desktop environment should be hinted that the
|
4592
4735
|
window does not want to receive input focus when it is mapped.</p>
|
@@ -4618,12 +4761,12 @@ it is mapped.</p>
|
|
4618
4761
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4619
4762
|
gdk_window_add_filter (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4620
4763
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkFilterFunc" title="GdkFilterFunc ()"><span class="type">GdkFilterFunc</span></a> function</code></em>,
|
4621
|
-
<em class="parameter"><code><a href="
|
4764
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
4622
4765
|
<p>Adds an event filter to <em class="parameter"><code>window</code></em>
|
4623
4766
|
, allowing you to intercept events
|
4624
4767
|
before they reach GDK. This is a low-level operation and makes it
|
4625
4768
|
easy to break GDK and/or GTK+, so you have to know what you're
|
4626
|
-
doing. Pass <a href="
|
4769
|
+
doing. Pass <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>window</code></em>
|
4627
4770
|
to get all events for all windows,
|
4628
4771
|
instead of events for a specific window.</p>
|
4629
4772
|
<p>If you are interested in X GenericEvents, bear in mind that
|
@@ -4665,7 +4808,7 @@ instead of events for a specific window.</p>
|
|
4665
4808
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4666
4809
|
gdk_window_remove_filter (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4667
4810
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkFilterFunc" title="GdkFilterFunc ()"><span class="type">GdkFilterFunc</span></a> function</code></em>,
|
4668
|
-
<em class="parameter"><code><a href="
|
4811
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
4669
4812
|
<p>Remove a filter previously added with <a class="link" href="gdk3-Windows.html#gdk-window-add-filter" title="gdk_window_add_filter ()"><code class="function">gdk_window_add_filter()</code></a>.</p>
|
4670
4813
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
4671
4814
|
<div class="refsect3">
|
@@ -4702,7 +4845,7 @@ gdk_window_remove_filter (<em class="parameter"><code><a class="link" href="gdk3
|
|
4702
4845
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkFilterReturn" title="enum GdkFilterReturn"><span class="returnvalue">GdkFilterReturn</span></a>
|
4703
4846
|
<span class="c_punctuation">(</span>*GdkFilterFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkXEvent" title="GdkXEvent"><span class="type">GdkXEvent</span></a> *xevent</code></em>,
|
4704
4847
|
<em class="parameter"><code><a class="link" href="gdk3-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
|
4705
|
-
<em class="parameter"><code><a href="
|
4848
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
4706
4849
|
<p>Specifies the type of function used to filter native events before they are
|
4707
4850
|
converted to GDK events.</p>
|
4708
4851
|
<p>When a filter is called, <em class="parameter"><code>event</code></em>
|
@@ -4750,19 +4893,19 @@ continue, it should return <a class="link" href="gdk3-Windows.html#GDK-FILTER-TR
|
|
4750
4893
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4751
4894
|
gdk_window_shape_combine_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4752
4895
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *shape_region</code></em>,
|
4753
|
-
<em class="parameter"><code><a href="
|
4754
|
-
<em class="parameter"><code><a href="
|
4896
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset_x</code></em>,
|
4897
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset_y</code></em>);</pre>
|
4755
4898
|
<p>Makes pixels in <em class="parameter"><code>window</code></em>
|
4756
4899
|
outside <em class="parameter"><code>shape_region</code></em>
|
4757
4900
|
be transparent,
|
4758
4901
|
so that the window may be nonrectangular.</p>
|
4759
4902
|
<p>If <em class="parameter"><code>shape_region</code></em>
|
4760
|
-
is <a href="
|
4903
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the shape will be unset, so the whole
|
4761
4904
|
window will be opaque again. <em class="parameter"><code>offset_x</code></em>
|
4762
4905
|
and <em class="parameter"><code>offset_y</code></em>
|
4763
4906
|
are ignored
|
4764
4907
|
if <em class="parameter"><code>shape_region</code></em>
|
4765
|
-
is <a href="
|
4908
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
4766
4909
|
<p>On the X11 platform, this uses an X server extension which is
|
4767
4910
|
widely available on most common platforms, but not available on
|
4768
4911
|
very old X servers, and occasionally the implementation will be
|
@@ -4873,8 +5016,8 @@ be merged.</p>
|
|
4873
5016
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4874
5017
|
gdk_window_input_shape_combine_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4875
5018
|
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *shape_region</code></em>,
|
4876
|
-
<em class="parameter"><code><a href="
|
4877
|
-
<em class="parameter"><code><a href="
|
5019
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset_x</code></em>,
|
5020
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset_y</code></em>);</pre>
|
4878
5021
|
<p>Like <a class="link" href="gdk3-Windows.html#gdk-window-shape-combine-region" title="gdk_window_shape_combine_region ()"><code class="function">gdk_window_shape_combine_region()</code></a>, but the shape applies
|
4879
5022
|
only to event handling. Mouse events which happen while
|
4880
5023
|
the pointer position corresponds to an unset bit in the
|
@@ -4993,9 +5136,9 @@ shapes to be merged.</p>
|
|
4993
5136
|
<hr>
|
4994
5137
|
<div class="refsect2">
|
4995
5138
|
<a name="gdk-window-set-static-gravities"></a><h3>gdk_window_set_static_gravities ()</h3>
|
4996
|
-
<pre class="programlisting"><a href="
|
5139
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
4997
5140
|
gdk_window_set_static_gravities (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
4998
|
-
<em class="parameter"><code><a href="
|
5141
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_static</code></em>);</pre>
|
4999
5142
|
<div class="warning">
|
5000
5143
|
<p><code class="literal">gdk_window_set_static_gravities</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
5001
5144
|
<p>static gravities haven't worked on anything but X11
|
@@ -5021,7 +5164,7 @@ windowing system. Don’t worry about it.</p>
|
|
5021
5164
|
</tr>
|
5022
5165
|
<tr>
|
5023
5166
|
<td class="parameter_name"><p>use_static</p></td>
|
5024
|
-
<td class="parameter_description"><p><a href="
|
5167
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to turn on static gravity</p></td>
|
5025
5168
|
<td class="parameter_annotations"> </td>
|
5026
5169
|
</tr>
|
5027
5170
|
</tbody>
|
@@ -5029,7 +5172,7 @@ windowing system. Don’t worry about it.</p>
|
|
5029
5172
|
</div>
|
5030
5173
|
<div class="refsect3">
|
5031
5174
|
<a name="gdk-window-set-static-gravities.returns"></a><h4>Returns</h4>
|
5032
|
-
<p> <a href="
|
5175
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
5033
5176
|
</div>
|
5034
5177
|
</div>
|
5035
5178
|
<hr>
|
@@ -5037,7 +5180,7 @@ windowing system. Don’t worry about it.</p>
|
|
5037
5180
|
<a name="gdk-window-set-title"></a><h3>gdk_window_set_title ()</h3>
|
5038
5181
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5039
5182
|
gdk_window_set_title (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5040
|
-
<em class="parameter"><code>const <a href="
|
5183
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
|
5041
5184
|
<p>Sets the title of a toplevel window, to be displayed in the titlebar.
|
5042
5185
|
If you haven’t explicitly set the icon name for the window
|
5043
5186
|
(using <a class="link" href="gdk3-Windows.html#gdk-window-set-icon-name" title="gdk_window_set_icon_name ()"><code class="function">gdk_window_set_icon_name()</code></a>), the icon name will be set to
|
@@ -5045,7 +5188,7 @@ If you haven’t explicitly set the icon name for the window
|
|
5045
5188
|
as well. <em class="parameter"><code>title</code></em>
|
5046
5189
|
must be in UTF-8 encoding (as with all
|
5047
5190
|
user-readable strings in GDK/GTK+). <em class="parameter"><code>title</code></em>
|
5048
|
-
may not be <a href="
|
5191
|
+
may not be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
5049
5192
|
<div class="refsect3">
|
5050
5193
|
<a name="gdk-window-set-title.parameters"></a><h4>Parameters</h4>
|
5051
5194
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5078,15 +5221,14 @@ gdk_window_set_background (<em class="parameter"><code><a class="link" href="gdk
|
|
5078
5221
|
<em class="parameter"><code>const <a class="link" href="gdk3-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
5079
5222
|
<div class="warning">
|
5080
5223
|
<p><code class="literal">gdk_window_set_background</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
5081
|
-
<p>
|
5224
|
+
<p>Don't use this function</p>
|
5082
5225
|
</div>
|
5083
5226
|
<p>Sets the background color of <em class="parameter"><code>window</code></em>
|
5084
5227
|
.</p>
|
5085
5228
|
<p>However, when using GTK+, influence the background of a widget
|
5086
5229
|
using a style class or CSS — if you’re an application — or with
|
5087
|
-
<
|
5230
|
+
<code class="function">gtk_style_context_set_background()</code> — if you're implementing a
|
5088
5231
|
custom widget.</p>
|
5089
|
-
<p>See also <a class="link" href="gdk3-Windows.html#gdk-window-set-background-pattern" title="gdk_window_set_background_pattern ()"><code class="function">gdk_window_set_background_pattern()</code></a>.</p>
|
5090
5232
|
<div class="refsect3">
|
5091
5233
|
<a name="gdk-window-set-background.parameters"></a><h4>Parameters</h4>
|
5092
5234
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5116,6 +5258,10 @@ custom widget.</p>
|
|
5116
5258
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5117
5259
|
gdk_window_set_background_rgba (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5118
5260
|
<em class="parameter"><code>const <a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> *rgba</code></em>);</pre>
|
5261
|
+
<div class="warning">
|
5262
|
+
<p><code class="literal">gdk_window_set_background_rgba</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
5263
|
+
<p>Don't use this function</p>
|
5264
|
+
</div>
|
5119
5265
|
<p>Sets the background color of <em class="parameter"><code>window</code></em>
|
5120
5266
|
.</p>
|
5121
5267
|
<p>See also <a class="link" href="gdk3-Windows.html#gdk-window-set-background-pattern" title="gdk_window_set_background_pattern ()"><code class="function">gdk_window_set_background_pattern()</code></a>.</p>
|
@@ -5148,9 +5294,13 @@ gdk_window_set_background_rgba (<em class="parameter"><code><a class="link" href
|
|
5148
5294
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5149
5295
|
gdk_window_set_background_pattern (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5150
5296
|
<em class="parameter"><code><span class="type">cairo_pattern_t</span> *pattern</code></em>);</pre>
|
5297
|
+
<div class="warning">
|
5298
|
+
<p><code class="literal">gdk_window_set_background_pattern</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
5299
|
+
<p>Don't use this function</p>
|
5300
|
+
</div>
|
5151
5301
|
<p>Sets the background of <em class="parameter"><code>window</code></em>
|
5152
5302
|
.</p>
|
5153
|
-
<p>A background of <a href="
|
5303
|
+
<p>A background of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> means that the window will inherit its
|
5154
5304
|
background from its parent window.</p>
|
5155
5305
|
<p>The windowing system will normally fill a window with its background
|
5156
5306
|
when the window is obscured then exposed.</p>
|
@@ -5170,7 +5320,7 @@ when the window is obscured then exposed.</p>
|
|
5170
5320
|
</tr>
|
5171
5321
|
<tr>
|
5172
5322
|
<td class="parameter_name"><p>pattern</p></td>
|
5173
|
-
<td class="parameter_description"><p> a pattern to use, or <a href="
|
5323
|
+
<td class="parameter_description"><p> a pattern to use, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5174
5324
|
<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>
|
5175
5325
|
</tr>
|
5176
5326
|
</tbody>
|
@@ -5182,10 +5332,14 @@ when the window is obscured then exposed.</p>
|
|
5182
5332
|
<a name="gdk-window-get-background-pattern"></a><h3>gdk_window_get_background_pattern ()</h3>
|
5183
5333
|
<pre class="programlisting"><span class="returnvalue">cairo_pattern_t</span> *
|
5184
5334
|
gdk_window_get_background_pattern (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
5335
|
+
<div class="warning">
|
5336
|
+
<p><code class="literal">gdk_window_get_background_pattern</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
5337
|
+
<p>Don't use this function</p>
|
5338
|
+
</div>
|
5185
5339
|
<p>Gets the pattern used to clear the background on <em class="parameter"><code>window</code></em>
|
5186
5340
|
. If <em class="parameter"><code>window</code></em>
|
5187
5341
|
|
5188
|
-
does not have its own background and reuses the parent's, <a href="
|
5342
|
+
does not have its own background and reuses the parent's, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is
|
5189
5343
|
returned and you’ll have to query it yourself.</p>
|
5190
5344
|
<div class="refsect3">
|
5191
5345
|
<a name="gdk-window-get-background-pattern.parameters"></a><h4>Parameters</h4>
|
@@ -5205,7 +5359,7 @@ returned and you’ll have to query it yourself.</p>
|
|
5205
5359
|
<div class="refsect3">
|
5206
5360
|
<a name="gdk-window-get-background-pattern.returns"></a><h4>Returns</h4>
|
5207
5361
|
<p> The pattern to use for the
|
5208
|
-
background or <a href="
|
5362
|
+
background or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the parent’s background. </p>
|
5209
5363
|
<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>
|
5210
5364
|
</div>
|
5211
5365
|
<p class="since">Since: 2.22</p>
|
@@ -5222,7 +5376,7 @@ gdk_window_set_cursor (<em class="parameter"><code><a class="link" href="gdk3-Wi
|
|
5222
5376
|
.</p>
|
5223
5377
|
<p>Use <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-for-display" title="gdk_cursor_new_for_display ()"><code class="function">gdk_cursor_new_for_display()</code></a> or <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-from-pixbuf" title="gdk_cursor_new_from_pixbuf ()"><code class="function">gdk_cursor_new_from_pixbuf()</code></a> to
|
5224
5378
|
create the cursor. To make the cursor invisible, use <a class="link" href="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"><code class="literal">GDK_BLANK_CURSOR</code></a>.
|
5225
|
-
Passing <a href="
|
5379
|
+
Passing <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em>
|
5226
5380
|
argument to <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> means
|
5227
5381
|
that <em class="parameter"><code>window</code></em>
|
5228
5382
|
will use the cursor of its parent window. Most windows
|
@@ -5256,7 +5410,7 @@ should use this default.</p>
|
|
5256
5410
|
<pre class="programlisting"><a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="returnvalue">GdkCursor</span></a> *
|
5257
5411
|
gdk_window_get_cursor (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
5258
5412
|
<p>Retrieves a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> pointer for the cursor currently set on the
|
5259
|
-
specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="
|
5413
|
+
specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then
|
5260
5414
|
there is no custom cursor set on the specified window, and it is
|
5261
5415
|
using the cursor for its parent window.</p>
|
5262
5416
|
<div class="refsect3">
|
@@ -5276,7 +5430,7 @@ using the cursor for its parent window.</p>
|
|
5276
5430
|
</div>
|
5277
5431
|
<div class="refsect3">
|
5278
5432
|
<a name="gdk-window-get-cursor.returns"></a><h4>Returns</h4>
|
5279
|
-
<p> a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="
|
5433
|
+
<p> a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
5280
5434
|
returned object is owned by the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> and should not be
|
5281
5435
|
unreferenced directly. Use <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> to unset the
|
5282
5436
|
cursor of the window. </p>
|
@@ -5289,7 +5443,7 @@ cursor of the window. </p>
|
|
5289
5443
|
<a name="gdk-window-get-user-data"></a><h3>gdk_window_get_user_data ()</h3>
|
5290
5444
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5291
5445
|
gdk_window_get_user_data (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5292
|
-
<em class="parameter"><code><a href="
|
5446
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *data</code></em>);</pre>
|
5293
5447
|
<p>Retrieves the user data for <em class="parameter"><code>window</code></em>
|
5294
5448
|
, which is normally the widget
|
5295
5449
|
that <em class="parameter"><code>window</code></em>
|
@@ -5322,11 +5476,11 @@ that <em class="parameter"><code>window</code></em>
|
|
5322
5476
|
<a name="gdk-window-get-geometry"></a><h3>gdk_window_get_geometry ()</h3>
|
5323
5477
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5324
5478
|
gdk_window_get_geometry (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5325
|
-
<em class="parameter"><code><a href="
|
5326
|
-
<em class="parameter"><code><a href="
|
5327
|
-
<em class="parameter"><code><a href="
|
5328
|
-
<em class="parameter"><code><a href="
|
5329
|
-
<p>Any of the return location arguments to this function may be <a href="
|
5479
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
5480
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
5481
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
5482
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
|
5483
|
+
<p>Any of the return location arguments to this function may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
5330
5484
|
if you aren’t interested in getting the value of that field.</p>
|
5331
5485
|
<p>The X and Y coordinates returned are relative to the parent window
|
5332
5486
|
of <em class="parameter"><code>window</code></em>
|
@@ -5399,7 +5553,7 @@ are set, hints not flagged in <em class="parameter"><code>geom_mask</code></em>
|
|
5399
5553
|
are unset.
|
5400
5554
|
To unset all hints, use a <em class="parameter"><code>geom_mask</code></em>
|
5401
5555
|
of 0 and a <em class="parameter"><code>geometry</code></em>
|
5402
|
-
of <a href="
|
5556
|
+
of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
5403
5557
|
<p>This function provides hints to the windowing system about
|
5404
5558
|
acceptable sizes for a toplevel window. The purpose of
|
5405
5559
|
this is to constrain user resizing, but the windowing system
|
@@ -5513,7 +5667,7 @@ size on the X server.</p>
|
|
5513
5667
|
<a name="gdk-window-set-icon-list"></a><h3>gdk_window_set_icon_list ()</h3>
|
5514
5668
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5515
5669
|
gdk_window_set_icon_list (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5516
|
-
<em class="parameter"><code><a href="
|
5670
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *pixbufs</code></em>);</pre>
|
5517
5671
|
<p>Sets a list of icons for the window. One of these will be used
|
5518
5672
|
to represent the window when it has been iconified. The icon is
|
5519
5673
|
usually shown in an icon box or some sort of task bar. Which icon
|
@@ -5521,6 +5675,7 @@ size is shown depends on the window manager. The window manager
|
|
5521
5675
|
can scale the icon but setting several size icons can give better
|
5522
5676
|
image quality since the window manager may only need to scale the
|
5523
5677
|
icon by a small amount or not at all.</p>
|
5678
|
+
<p>Note that some platforms don't support window icons.</p>
|
5524
5679
|
<div class="refsect3">
|
5525
5680
|
<a name="gdk-window-set-icon-list.parameters"></a><h4>Parameters</h4>
|
5526
5681
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -5549,7 +5704,7 @@ icon by a small amount or not at all.</p>
|
|
5549
5704
|
<a name="gdk-window-set-modal-hint"></a><h3>gdk_window_set_modal_hint ()</h3>
|
5550
5705
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5551
5706
|
gdk_window_set_modal_hint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5552
|
-
<em class="parameter"><code><a href="
|
5707
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> modal</code></em>);</pre>
|
5553
5708
|
<p>The application can use this hint to tell the window manager
|
5554
5709
|
that a certain window has modal behaviour. The window manager
|
5555
5710
|
can use this information to handle modal windows in a special
|
@@ -5572,7 +5727,7 @@ previously called <a class="link" href="gdk3-Windows.html#gdk-window-set-transie
|
|
5572
5727
|
</tr>
|
5573
5728
|
<tr>
|
5574
5729
|
<td class="parameter_name"><p>modal</p></td>
|
5575
|
-
<td class="parameter_description"><p><a href="
|
5730
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is modal, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p></td>
|
5576
5731
|
<td class="parameter_annotations"> </td>
|
5577
5732
|
</tr>
|
5578
5733
|
</tbody>
|
@@ -5582,7 +5737,7 @@ previously called <a class="link" href="gdk3-Windows.html#gdk-window-set-transie
|
|
5582
5737
|
<hr>
|
5583
5738
|
<div class="refsect2">
|
5584
5739
|
<a name="gdk-window-get-modal-hint"></a><h3>gdk_window_get_modal_hint ()</h3>
|
5585
|
-
<pre class="programlisting"><a href="
|
5740
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
5586
5741
|
gdk_window_get_modal_hint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
5587
5742
|
<p>Determines whether or not the window manager is hinted that <em class="parameter"><code>window</code></em>
|
5588
5743
|
|
@@ -5675,10 +5830,10 @@ gdk_window_get_type_hint (<em class="parameter"><code><a class="link" href="gdk3
|
|
5675
5830
|
<a name="gdk-window-set-shadow-width"></a><h3>gdk_window_set_shadow_width ()</h3>
|
5676
5831
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5677
5832
|
gdk_window_set_shadow_width (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5678
|
-
<em class="parameter"><code><a href="
|
5679
|
-
<em class="parameter"><code><a href="
|
5680
|
-
<em class="parameter"><code><a href="
|
5681
|
-
<em class="parameter"><code><a href="
|
5833
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left</code></em>,
|
5834
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right</code></em>,
|
5835
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> top</code></em>,
|
5836
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bottom</code></em>);</pre>
|
5682
5837
|
<p>Newer GTK+ windows using client-side decorations use extra geometry
|
5683
5838
|
around their frames for effects like shadows and invisible borders.
|
5684
5839
|
Window managers that want to maximize windows or snap to edges need
|
@@ -5731,7 +5886,7 @@ to create toplevel windows.</p>
|
|
5731
5886
|
<a name="gdk-window-set-skip-taskbar-hint"></a><h3>gdk_window_set_skip_taskbar_hint ()</h3>
|
5732
5887
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5733
5888
|
gdk_window_set_skip_taskbar_hint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5734
|
-
<em class="parameter"><code><a href="
|
5889
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> skips_taskbar</code></em>);</pre>
|
5735
5890
|
<p>Toggles whether a window should appear in a task list or window
|
5736
5891
|
list. If a window’s semantic type as specified with
|
5737
5892
|
<a class="link" href="gdk3-Windows.html#gdk-window-set-type-hint" title="gdk_window_set_type_hint ()"><code class="function">gdk_window_set_type_hint()</code></a> already fully describes the window, this
|
@@ -5754,7 +5909,7 @@ standard policy for its semantic type.</p>
|
|
5754
5909
|
</tr>
|
5755
5910
|
<tr>
|
5756
5911
|
<td class="parameter_name"><p>skips_taskbar</p></td>
|
5757
|
-
<td class="parameter_description"><p><a href="
|
5912
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to skip the taskbar</p></td>
|
5758
5913
|
<td class="parameter_annotations"> </td>
|
5759
5914
|
</tr>
|
5760
5915
|
</tbody>
|
@@ -5767,7 +5922,7 @@ standard policy for its semantic type.</p>
|
|
5767
5922
|
<a name="gdk-window-set-skip-pager-hint"></a><h3>gdk_window_set_skip_pager_hint ()</h3>
|
5768
5923
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5769
5924
|
gdk_window_set_skip_pager_hint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5770
|
-
<em class="parameter"><code><a href="
|
5925
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> skips_pager</code></em>);</pre>
|
5771
5926
|
<p>Toggles whether a window should appear in a pager (workspace
|
5772
5927
|
switcher, or other desktop utility program that displays a small
|
5773
5928
|
thumbnail representation of the windows on the desktop). If a
|
@@ -5792,7 +5947,7 @@ its semantic type.</p>
|
|
5792
5947
|
</tr>
|
5793
5948
|
<tr>
|
5794
5949
|
<td class="parameter_name"><p>skips_pager</p></td>
|
5795
|
-
<td class="parameter_description"><p><a href="
|
5950
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to skip the pager</p></td>
|
5796
5951
|
<td class="parameter_annotations"> </td>
|
5797
5952
|
</tr>
|
5798
5953
|
</tbody>
|
@@ -5805,7 +5960,7 @@ its semantic type.</p>
|
|
5805
5960
|
<a name="gdk-window-set-urgency-hint"></a><h3>gdk_window_set_urgency_hint ()</h3>
|
5806
5961
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5807
5962
|
gdk_window_set_urgency_hint (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5808
|
-
<em class="parameter"><code><a href="
|
5963
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> urgent</code></em>);</pre>
|
5809
5964
|
<p>Toggles whether a window needs the user's
|
5810
5965
|
urgent attention.</p>
|
5811
5966
|
<div class="refsect3">
|
@@ -5824,7 +5979,7 @@ urgent attention.</p>
|
|
5824
5979
|
</tr>
|
5825
5980
|
<tr>
|
5826
5981
|
<td class="parameter_name"><p>urgent</p></td>
|
5827
|
-
<td class="parameter_description"><p><a href="
|
5982
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is urgent</p></td>
|
5828
5983
|
<td class="parameter_annotations"> </td>
|
5829
5984
|
</tr>
|
5830
5985
|
</tbody>
|
@@ -5837,8 +5992,8 @@ urgent attention.</p>
|
|
5837
5992
|
<a name="gdk-window-get-position"></a><h3>gdk_window_get_position ()</h3>
|
5838
5993
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5839
5994
|
gdk_window_get_position (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5840
|
-
<em class="parameter"><code><a href="
|
5841
|
-
<em class="parameter"><code><a href="
|
5995
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
5996
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
5842
5997
|
<p>Obtains the position of the window as reported in the
|
5843
5998
|
most-recently-processed <a class="link" href="gdk3-Event-Structures.html#GdkEventConfigure" title="struct GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>. Contrast with
|
5844
5999
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-geometry" title="gdk_window_get_geometry ()"><code class="function">gdk_window_get_geometry()</code></a> which queries the X server for the
|
@@ -5878,8 +6033,8 @@ received or processed.</p>
|
|
5878
6033
|
<a name="gdk-window-get-root-origin"></a><h3>gdk_window_get_root_origin ()</h3>
|
5879
6034
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5880
6035
|
gdk_window_get_root_origin (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5881
|
-
<em class="parameter"><code><a href="
|
5882
|
-
<em class="parameter"><code><a href="
|
6036
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
6037
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
5883
6038
|
<p>Obtains the top-left corner of the window manager frame in root
|
5884
6039
|
window coordinates.</p>
|
5885
6040
|
<div class="refsect3">
|
@@ -5946,10 +6101,10 @@ the frame) in root window coordinates, use <a class="link" href="gdk3-Windows.ht
|
|
5946
6101
|
<hr>
|
5947
6102
|
<div class="refsect2">
|
5948
6103
|
<a name="gdk-window-get-origin"></a><h3>gdk_window_get_origin ()</h3>
|
5949
|
-
<pre class="programlisting"><a href="
|
6104
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
5950
6105
|
gdk_window_get_origin (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5951
|
-
<em class="parameter"><code><a href="
|
5952
|
-
<em class="parameter"><code><a href="
|
6106
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
6107
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
5953
6108
|
<p>Obtains the position of a window in root window coordinates.
|
5954
6109
|
(Compare with <a class="link" href="gdk3-Windows.html#gdk-window-get-position" title="gdk_window_get_position ()"><code class="function">gdk_window_get_position()</code></a> and
|
5955
6110
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-geometry" title="gdk_window_get_geometry ()"><code class="function">gdk_window_get_geometry()</code></a> which return the position of a window
|
@@ -5991,10 +6146,10 @@ relative to its parent window.)</p>
|
|
5991
6146
|
<a name="gdk-window-get-root-coords"></a><h3>gdk_window_get_root_coords ()</h3>
|
5992
6147
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5993
6148
|
gdk_window_get_root_coords (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
5994
|
-
<em class="parameter"><code><a href="
|
5995
|
-
<em class="parameter"><code><a href="
|
5996
|
-
<em class="parameter"><code><a href="
|
5997
|
-
<em class="parameter"><code><a href="
|
6149
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
6150
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
6151
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_x</code></em>,
|
6152
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_y</code></em>);</pre>
|
5998
6153
|
<p>Obtains the position of a window position in root
|
5999
6154
|
window coordinates. This is similar to
|
6000
6155
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-origin" title="gdk_window_get_origin ()"><code class="function">gdk_window_get_origin()</code></a> but allows you to pass
|
@@ -6043,8 +6198,8 @@ in any position in the window, not just the origin.</p>
|
|
6043
6198
|
<a name="gdk-window-get-pointer"></a><h3>gdk_window_get_pointer ()</h3>
|
6044
6199
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
6045
6200
|
gdk_window_get_pointer (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6046
|
-
<em class="parameter"><code><a href="
|
6047
|
-
<em class="parameter"><code><a href="
|
6201
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
6202
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
6048
6203
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
|
6049
6204
|
<div class="warning">
|
6050
6205
|
<p><code class="literal">gdk_window_get_pointer</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
@@ -6070,19 +6225,19 @@ corner of <em class="parameter"><code>window</code></em>
|
|
6070
6225
|
</tr>
|
6071
6226
|
<tr>
|
6072
6227
|
<td class="parameter_name"><p>x</p></td>
|
6073
|
-
<td class="parameter_description"><p> return location for X coordinate of pointer or <a href="
|
6228
|
+
<td class="parameter_description"><p> return location for X coordinate of pointer or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to not
|
6074
6229
|
return the X coordinate. </p></td>
|
6075
6230
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6076
6231
|
</tr>
|
6077
6232
|
<tr>
|
6078
6233
|
<td class="parameter_name"><p>y</p></td>
|
6079
|
-
<td class="parameter_description"><p> return location for Y coordinate of pointer or <a href="
|
6234
|
+
<td class="parameter_description"><p> return location for Y coordinate of pointer or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to not
|
6080
6235
|
return the Y coordinate. </p></td>
|
6081
6236
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6082
6237
|
</tr>
|
6083
6238
|
<tr>
|
6084
6239
|
<td class="parameter_name"><p>mask</p></td>
|
6085
|
-
<td class="parameter_description"><p> return location for modifier mask or <a href="
|
6240
|
+
<td class="parameter_description"><p> return location for modifier mask or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to not return the
|
6086
6241
|
modifier mask. </p></td>
|
6087
6242
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6088
6243
|
</tr>
|
@@ -6092,7 +6247,7 @@ modifier mask. </p></td>
|
|
6092
6247
|
<div class="refsect3">
|
6093
6248
|
<a name="gdk-window-get-pointer.returns"></a><h4>Returns</h4>
|
6094
6249
|
<p> the window containing the
|
6095
|
-
pointer (as with <a class="link" href="gdk3-Windows.html#gdk-window-at-pointer" title="gdk_window_at_pointer ()"><code class="function">gdk_window_at_pointer()</code></a>), or <a href="
|
6250
|
+
pointer (as with <a class="link" href="gdk3-Windows.html#gdk-window-at-pointer" title="gdk_window_at_pointer ()"><code class="function">gdk_window_at_pointer()</code></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window
|
6096
6251
|
containing the pointer isn’t known to GDK. </p>
|
6097
6252
|
<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>
|
6098
6253
|
</div>
|
@@ -6103,8 +6258,8 @@ containing the pointer isn’t known to GDK. </p>
|
|
6103
6258
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
6104
6259
|
gdk_window_get_device_position (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6105
6260
|
<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
6106
|
-
<em class="parameter"><code><a href="
|
6107
|
-
<em class="parameter"><code><a href="
|
6261
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
6262
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
6108
6263
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
|
6109
6264
|
<p>Obtains the current device position and modifier state.
|
6110
6265
|
The position is given in coordinates relative to the upper left
|
@@ -6133,18 +6288,18 @@ corner of <em class="parameter"><code>window</code></em>
|
|
6133
6288
|
<tr>
|
6134
6289
|
<td class="parameter_name"><p>x</p></td>
|
6135
6290
|
<td class="parameter_description"><p> return location for the X coordinate of <em class="parameter"><code>device</code></em>
|
6136
|
-
, or <a href="
|
6291
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6137
6292
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6138
6293
|
</tr>
|
6139
6294
|
<tr>
|
6140
6295
|
<td class="parameter_name"><p>y</p></td>
|
6141
6296
|
<td class="parameter_description"><p> return location for the Y coordinate of <em class="parameter"><code>device</code></em>
|
6142
|
-
, or <a href="
|
6297
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6143
6298
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6144
6299
|
</tr>
|
6145
6300
|
<tr>
|
6146
6301
|
<td class="parameter_name"><p>mask</p></td>
|
6147
|
-
<td class="parameter_description"><p> return location for the modifier mask, or <a href="
|
6302
|
+
<td class="parameter_description"><p> return location for the modifier mask, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6148
6303
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6149
6304
|
</tr>
|
6150
6305
|
</tbody>
|
@@ -6153,7 +6308,7 @@ corner of <em class="parameter"><code>window</code></em>
|
|
6153
6308
|
<div class="refsect3">
|
6154
6309
|
<a name="gdk-window-get-device-position.returns"></a><h4>Returns</h4>
|
6155
6310
|
<p> The window underneath <em class="parameter"><code>device</code></em>
|
6156
|
-
(as with <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="
|
6311
|
+
(as with <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
6157
6312
|
window is not known to GDK. </p>
|
6158
6313
|
<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>
|
6159
6314
|
</div>
|
@@ -6165,8 +6320,8 @@ window is not known to GDK. </p>
|
|
6165
6320
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
6166
6321
|
gdk_window_get_device_position_double (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6167
6322
|
<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
6168
|
-
<em class="parameter"><code><a href="
|
6169
|
-
<em class="parameter"><code><a href="
|
6323
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *x</code></em>,
|
6324
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *y</code></em>,
|
6170
6325
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
|
6171
6326
|
<p>Obtains the current device position in doubles and modifier state.
|
6172
6327
|
The position is given in coordinates relative to the upper left
|
@@ -6194,18 +6349,18 @@ corner of <em class="parameter"><code>window</code></em>
|
|
6194
6349
|
<tr>
|
6195
6350
|
<td class="parameter_name"><p>x</p></td>
|
6196
6351
|
<td class="parameter_description"><p> return location for the X coordinate of <em class="parameter"><code>device</code></em>
|
6197
|
-
, or <a href="
|
6352
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6198
6353
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6199
6354
|
</tr>
|
6200
6355
|
<tr>
|
6201
6356
|
<td class="parameter_name"><p>y</p></td>
|
6202
6357
|
<td class="parameter_description"><p> return location for the Y coordinate of <em class="parameter"><code>device</code></em>
|
6203
|
-
, or <a href="
|
6358
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6204
6359
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6205
6360
|
</tr>
|
6206
6361
|
<tr>
|
6207
6362
|
<td class="parameter_name"><p>mask</p></td>
|
6208
|
-
<td class="parameter_description"><p> return location for the modifier mask, or <a href="
|
6363
|
+
<td class="parameter_description"><p> return location for the modifier mask, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6209
6364
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
6210
6365
|
</tr>
|
6211
6366
|
</tbody>
|
@@ -6214,7 +6369,7 @@ corner of <em class="parameter"><code>window</code></em>
|
|
6214
6369
|
<div class="refsect3">
|
6215
6370
|
<a name="gdk-window-get-device-position-double.returns"></a><h4>Returns</h4>
|
6216
6371
|
<p> The window underneath <em class="parameter"><code>device</code></em>
|
6217
|
-
(as with <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="
|
6372
|
+
(as with <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
6218
6373
|
window is not known to GDK. </p>
|
6219
6374
|
<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>
|
6220
6375
|
</div>
|
@@ -6297,7 +6452,7 @@ if there are offscreen windows in the hierarchy.</p>
|
|
6297
6452
|
<hr>
|
6298
6453
|
<div class="refsect2">
|
6299
6454
|
<a name="gdk-window-get-children"></a><h3>gdk_window_get_children ()</h3>
|
6300
|
-
<pre class="programlisting"><a href="
|
6455
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
6301
6456
|
gdk_window_get_children (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
6302
6457
|
<p>Gets the list of children of <em class="parameter"><code>window</code></em>
|
6303
6458
|
known to GDK.
|
@@ -6331,10 +6486,10 @@ list need not be.</p>
|
|
6331
6486
|
<hr>
|
6332
6487
|
<div class="refsect2">
|
6333
6488
|
<a name="gdk-window-get-children-with-user-data"></a><h3>gdk_window_get_children_with_user_data ()</h3>
|
6334
|
-
<pre class="programlisting"><a href="
|
6489
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
6335
6490
|
gdk_window_get_children_with_user_data
|
6336
6491
|
(<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6337
|
-
<em class="parameter"><code><a href="
|
6492
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
6338
6493
|
<p>Gets the list of children of <em class="parameter"><code>window</code></em>
|
6339
6494
|
known to GDK with a
|
6340
6495
|
particular <em class="parameter"><code>user_data</code></em>
|
@@ -6376,7 +6531,7 @@ lowest window is first.</p>
|
|
6376
6531
|
<hr>
|
6377
6532
|
<div class="refsect2">
|
6378
6533
|
<a name="gdk-window-peek-children"></a><h3>gdk_window_peek_children ()</h3>
|
6379
|
-
<pre class="programlisting"><a href="
|
6534
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
6380
6535
|
gdk_window_peek_children (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
6381
6536
|
<p>Like <a class="link" href="gdk3-Windows.html#gdk-window-get-children" title="gdk_window_get_children ()"><code class="function">gdk_window_get_children()</code></a>, but does not copy the list of
|
6382
6537
|
children, so the list does not need to be freed.</p>
|
@@ -6472,17 +6627,18 @@ press events. The event mask is the bitwise OR of values from the
|
|
6472
6627
|
<a name="gdk-window-set-icon-name"></a><h3>gdk_window_set_icon_name ()</h3>
|
6473
6628
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6474
6629
|
gdk_window_set_icon_name (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6475
|
-
<em class="parameter"><code>const <a href="
|
6630
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
6476
6631
|
<p>Windows may have a name used while minimized, distinct from the
|
6477
6632
|
name they display in their titlebar. Most of the time this is a bad
|
6478
6633
|
idea from a user interface standpoint. But you can set such a name
|
6479
6634
|
with this function, if you like.</p>
|
6480
|
-
<p>After calling this with a non-<a href="
|
6635
|
+
<p>After calling this with a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>name</code></em>
|
6481
6636
|
, calls to <a class="link" href="gdk3-Windows.html#gdk-window-set-title" title="gdk_window_set_title ()"><code class="function">gdk_window_set_title()</code></a>
|
6482
6637
|
will not update the icon title.</p>
|
6483
|
-
<p>Using <a href="
|
6638
|
+
<p>Using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>name</code></em>
|
6484
6639
|
unsets the icon title; further calls to
|
6485
6640
|
<a class="link" href="gdk3-Windows.html#gdk-window-set-title" title="gdk_window_set_title ()"><code class="function">gdk_window_set_title()</code></a> will again update the icon title as well.</p>
|
6641
|
+
<p>Note that some platforms don't support window icons.</p>
|
6486
6642
|
<div class="refsect3">
|
6487
6643
|
<a name="gdk-window-set-icon-name.parameters"></a><h4>Parameters</h4>
|
6488
6644
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -6522,8 +6678,8 @@ window manager to do things like center <em class="parameter"><code>window</code
|
|
6522
6678
|
keep <em class="parameter"><code>window</code></em>
|
6523
6679
|
above <em class="parameter"><code>parent</code></em>
|
6524
6680
|
.</p>
|
6525
|
-
<p>See <a href="http://developer.gnome.org/
|
6526
|
-
<a href="http://developer.gnome.org/
|
6681
|
+
<p>See <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-transient-for"><code class="function">gtk_window_set_transient_for()</code></a> if you’re using <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> or
|
6682
|
+
<a href="http://developer.gnome.org/gtk4/GtkDialog.html#GtkDialog-struct"><span class="type">GtkDialog</span></a>.</p>
|
6527
6683
|
<div class="refsect3">
|
6528
6684
|
<a name="gdk-window-set-transient-for.parameters"></a><h4>Parameters</h4>
|
6529
6685
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -6552,8 +6708,8 @@ keep <em class="parameter"><code>window</code></em>
|
|
6552
6708
|
<a name="gdk-window-set-role"></a><h3>gdk_window_set_role ()</h3>
|
6553
6709
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6554
6710
|
gdk_window_set_role (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6555
|
-
<em class="parameter"><code>const <a href="
|
6556
|
-
<p>When using GTK+, typically you should use <a href="http://developer.gnome.org/
|
6711
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *role</code></em>);</pre>
|
6712
|
+
<p>When using GTK+, typically you should use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a> instead
|
6557
6713
|
of this low-level function.</p>
|
6558
6714
|
<p>The window manager and session manager use a window’s role to
|
6559
6715
|
distinguish it from other kinds of window in the same application.
|
@@ -6592,8 +6748,8 @@ non-interchangeable kind of window.</p>
|
|
6592
6748
|
<a name="gdk-window-set-startup-id"></a><h3>gdk_window_set_startup_id ()</h3>
|
6593
6749
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6594
6750
|
gdk_window_set_startup_id (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6595
|
-
<em class="parameter"><code>const <a href="
|
6596
|
-
<p>When using GTK+, typically you should use <a href="http://developer.gnome.org/
|
6751
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *startup_id</code></em>);</pre>
|
6752
|
+
<p>When using GTK+, typically you should use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-startup-id"><code class="function">gtk_window_set_startup_id()</code></a>
|
6597
6753
|
instead of this low-level function.</p>
|
6598
6754
|
<div class="refsect3">
|
6599
6755
|
<a name="gdk-window-set-startup-id.parameters"></a><h4>Parameters</h4>
|
@@ -6651,7 +6807,7 @@ if your application pretends to be multiple applications.</p>
|
|
6651
6807
|
</tr>
|
6652
6808
|
<tr>
|
6653
6809
|
<td class="parameter_name"><p>leader</p></td>
|
6654
|
-
<td class="parameter_description"><p> group leader window, or <a href="
|
6810
|
+
<td class="parameter_description"><p> group leader window, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to restore the default group leader window. </p></td>
|
6655
6811
|
<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>
|
6656
6812
|
</tr>
|
6657
6813
|
</tbody>
|
@@ -6697,7 +6853,7 @@ gdk_window_set_decorations (<em class="parameter"><code><a class="link" href="gd
|
|
6697
6853
|
<p>“Decorations” are the features the window manager adds to a toplevel <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
|
6698
6854
|
This function sets the traditional Motif window manager hints that tell the
|
6699
6855
|
window manager which decorations you would like your window to have.
|
6700
|
-
Usually you should use <a href="http://developer.gnome.org/
|
6856
|
+
Usually you should use <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-decorated"><code class="function">gtk_window_set_decorated()</code></a> on a <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> instead of
|
6701
6857
|
using the GDK function directly.</p>
|
6702
6858
|
<p>The <em class="parameter"><code>decorations</code></em>
|
6703
6859
|
argument is the logical OR of the fields in
|
@@ -6733,7 +6889,7 @@ but very few honor all possible combinations of bits.</p>
|
|
6733
6889
|
<hr>
|
6734
6890
|
<div class="refsect2">
|
6735
6891
|
<a name="gdk-window-get-decorations"></a><h3>gdk_window_get_decorations ()</h3>
|
6736
|
-
<pre class="programlisting"><a href="
|
6892
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6737
6893
|
gdk_window_get_decorations (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6738
6894
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWMDecoration" title="enum GdkWMDecoration"><span class="type">GdkWMDecoration</span></a> *decorations</code></em>);</pre>
|
6739
6895
|
<p>Returns the decorations set on the GdkWindow with
|
@@ -6762,7 +6918,7 @@ gdk_window_get_decorations (<em class="parameter"><code><a class="link" href="gd
|
|
6762
6918
|
</div>
|
6763
6919
|
<div class="refsect3">
|
6764
6920
|
<a name="gdk-window-get-decorations.returns"></a><h4>Returns</h4>
|
6765
|
-
<p> <a href="
|
6921
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has decorations set, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
6766
6922
|
</div>
|
6767
6923
|
</div>
|
6768
6924
|
<hr>
|
@@ -6823,9 +6979,9 @@ for the default display and screen.</p>
|
|
6823
6979
|
<hr>
|
6824
6980
|
<div class="refsect2">
|
6825
6981
|
<a name="gdk-window-get-support-multidevice"></a><h3>gdk_window_get_support_multidevice ()</h3>
|
6826
|
-
<pre class="programlisting"><a href="
|
6982
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
6827
6983
|
gdk_window_get_support_multidevice (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
6828
|
-
<p>Returns <a href="
|
6984
|
+
<p>Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is aware of the existence of multiple
|
6829
6985
|
devices.</p>
|
6830
6986
|
<div class="refsect3">
|
6831
6987
|
<a name="gdk-window-get-support-multidevice.parameters"></a><h4>Parameters</h4>
|
@@ -6844,7 +7000,7 @@ devices.</p>
|
|
6844
7000
|
</div>
|
6845
7001
|
<div class="refsect3">
|
6846
7002
|
<a name="gdk-window-get-support-multidevice.returns"></a><h4>Returns</h4>
|
6847
|
-
<p> <a href="
|
7003
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window handles multidevice features.</p>
|
6848
7004
|
</div>
|
6849
7005
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
6850
7006
|
</div>
|
@@ -6853,7 +7009,7 @@ devices.</p>
|
|
6853
7009
|
<a name="gdk-window-set-support-multidevice"></a><h3>gdk_window_set_support_multidevice ()</h3>
|
6854
7010
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
6855
7011
|
gdk_window_set_support_multidevice (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
6856
|
-
<em class="parameter"><code><a href="
|
7012
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> support_multidevice</code></em>);</pre>
|
6857
7013
|
<p>This function will enable multidevice features in <em class="parameter"><code>window</code></em>
|
6858
7014
|
.</p>
|
6859
7015
|
<p>Multidevice aware windows will need to handle properly multiple,
|
@@ -6874,7 +7030,7 @@ per device enter/leave events, device grabs and grab ownerships.</p>
|
|
6874
7030
|
</tr>
|
6875
7031
|
<tr>
|
6876
7032
|
<td class="parameter_name"><p>support_multidevice</p></td>
|
6877
|
-
<td class="parameter_description"><p><a href="
|
7033
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable multidevice support in <em class="parameter"><code>window</code></em>
|
6878
7034
|
.</p></td>
|
6879
7035
|
<td class="parameter_annotations"> </td>
|
6880
7036
|
</tr>
|
@@ -6891,7 +7047,7 @@ gdk_window_get_device_cursor (<em class="parameter"><code><a class="link" href="
|
|
6891
7047
|
<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
6892
7048
|
<p>Retrieves a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> pointer for the <em class="parameter"><code>device</code></em>
|
6893
7049
|
currently set on the
|
6894
|
-
specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="
|
7050
|
+
specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then
|
6895
7051
|
there is no custom cursor set on the specified window, and it is
|
6896
7052
|
using the cursor for its parent window.</p>
|
6897
7053
|
<div class="refsect3">
|
@@ -6918,7 +7074,7 @@ using the cursor for its parent window.</p>
|
|
6918
7074
|
</div>
|
6919
7075
|
<div class="refsect3">
|
6920
7076
|
<a name="gdk-window-get-device-cursor.returns"></a><h4>Returns</h4>
|
6921
|
-
<p> a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="
|
7077
|
+
<p> a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
6922
7078
|
returned object is owned by the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> and should not be
|
6923
7079
|
unreferenced directly. Use <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> to unset the
|
6924
7080
|
cursor of the window. </p>
|
@@ -6937,7 +7093,7 @@ gdk_window_set_device_cursor (<em class="parameter"><code><a class="link" href="
|
|
6937
7093
|
.
|
6938
7094
|
Use <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-for-display" title="gdk_cursor_new_for_display ()"><code class="function">gdk_cursor_new_for_display()</code></a> or <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-from-pixbuf" title="gdk_cursor_new_from_pixbuf ()"><code class="function">gdk_cursor_new_from_pixbuf()</code></a> to create
|
6939
7095
|
the cursor. To make the cursor invisible, use <a class="link" href="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"><code class="literal">GDK_BLANK_CURSOR</code></a>. Passing
|
6940
|
-
<a href="
|
7096
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em>
|
6941
7097
|
argument to <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> means that
|
6942
7098
|
<em class="parameter"><code>window</code></em>
|
6943
7099
|
will use the cursor of its parent window. Most windows should
|
@@ -7135,7 +7291,7 @@ after this call, and devices being attached/detached.</p>
|
|
7135
7291
|
<hr>
|
7136
7292
|
<div class="refsect2">
|
7137
7293
|
<a name="gdk-window-get-event-compression"></a><h3>gdk_window_get_event_compression ()</h3>
|
7138
|
-
<pre class="programlisting"><a href="
|
7294
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
7139
7295
|
gdk_window_get_event_compression (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
7140
7296
|
<p>Get the current event compression setting for this window.</p>
|
7141
7297
|
<div class="refsect3">
|
@@ -7155,7 +7311,7 @@ gdk_window_get_event_compression (<em class="parameter"><code><a class="link" hr
|
|
7155
7311
|
</div>
|
7156
7312
|
<div class="refsect3">
|
7157
7313
|
<a name="gdk-window-get-event-compression.returns"></a><h4>Returns</h4>
|
7158
|
-
<p> <a href="
|
7314
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if motion events will be compressed</p>
|
7159
7315
|
</div>
|
7160
7316
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
7161
7317
|
</div>
|
@@ -7164,9 +7320,9 @@ gdk_window_get_event_compression (<em class="parameter"><code><a class="link" hr
|
|
7164
7320
|
<a name="gdk-window-set-event-compression"></a><h3>gdk_window_set_event_compression ()</h3>
|
7165
7321
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
7166
7322
|
gdk_window_set_event_compression (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
7167
|
-
<em class="parameter"><code><a href="
|
7323
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> event_compression</code></em>);</pre>
|
7168
7324
|
<p>Determines whether or not extra unprocessed motion events in
|
7169
|
-
the event queue can be discarded. If <a href="
|
7325
|
+
the event queue can be discarded. If <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> only the most recent
|
7170
7326
|
event will be delivered.</p>
|
7171
7327
|
<p>Some types of applications, e.g. paint programs, need to see all
|
7172
7328
|
motion events and will benefit from turning off event compression.</p>
|
@@ -7187,7 +7343,7 @@ motion events and will benefit from turning off event compression.</p>
|
|
7187
7343
|
</tr>
|
7188
7344
|
<tr>
|
7189
7345
|
<td class="parameter_name"><p>event_compression</p></td>
|
7190
|
-
<td class="parameter_description"><p><a href="
|
7346
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if motion events should be compressed</p></td>
|
7191
7347
|
<td class="parameter_annotations"> </td>
|
7192
7348
|
</tr>
|
7193
7349
|
</tbody>
|
@@ -7221,7 +7377,7 @@ add a reference to it.</p>
|
|
7221
7377
|
<div class="refsect3">
|
7222
7378
|
<a name="gdk-offscreen-window-get-surface.returns"></a><h4>Returns</h4>
|
7223
7379
|
<p> The offscreen surface, or
|
7224
|
-
<a href="
|
7380
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not offscreen. </p>
|
7225
7381
|
<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>
|
7226
7382
|
</div>
|
7227
7383
|
</div>
|
@@ -7290,7 +7446,7 @@ gdk_offscreen_window_get_embedder (<em class="parameter"><code><a class="link" h
|
|
7290
7446
|
<div class="refsect3">
|
7291
7447
|
<a name="gdk-offscreen-window-get-embedder.returns"></a><h4>Returns</h4>
|
7292
7448
|
<p> the embedding <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or
|
7293
|
-
<a href="
|
7449
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>window</code></em>
|
7294
7450
|
is not an mbedded offscreen window. </p>
|
7295
7451
|
<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>
|
7296
7452
|
</div>
|
@@ -7326,10 +7482,10 @@ track of which offscreen window the pointer is in.</p>
|
|
7326
7482
|
<a name="gdk-window-coords-from-parent"></a><h3>gdk_window_coords_from_parent ()</h3>
|
7327
7483
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
7328
7484
|
gdk_window_coords_from_parent (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
7329
|
-
<em class="parameter"><code><a href="
|
7330
|
-
<em class="parameter"><code><a href="
|
7331
|
-
<em class="parameter"><code><a href="
|
7332
|
-
<em class="parameter"><code><a href="
|
7485
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> parent_x</code></em>,
|
7486
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> parent_y</code></em>,
|
7487
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *x</code></em>,
|
7488
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *y</code></em>);</pre>
|
7333
7489
|
<p>Transforms window coordinates from a parent window to a child
|
7334
7490
|
window, where the parent window is the normal parent as returned by
|
7335
7491
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-parent" title="gdk_window_get_parent ()"><code class="function">gdk_window_get_parent()</code></a> for normal windows, and the window's
|
@@ -7387,10 +7543,10 @@ walks down a window hierarchy.</p>
|
|
7387
7543
|
<a name="gdk-window-coords-to-parent"></a><h3>gdk_window_coords_to_parent ()</h3>
|
7388
7544
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
7389
7545
|
gdk_window_coords_to_parent (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
7390
|
-
<em class="parameter"><code><a href="
|
7391
|
-
<em class="parameter"><code><a href="
|
7392
|
-
<em class="parameter"><code><a href="
|
7393
|
-
<em class="parameter"><code><a href="
|
7546
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
7547
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
7548
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *parent_x</code></em>,
|
7549
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *parent_y</code></em>);</pre>
|
7394
7550
|
<p>Transforms window coordinates from a child window to its parent
|
7395
7551
|
window, where the parent window is the normal parent as returned by
|
7396
7552
|
<a class="link" href="gdk3-Windows.html#gdk-window-get-parent" title="gdk_window_get_parent ()"><code class="function">gdk_window_get_parent()</code></a> for normal windows, and the window's
|
@@ -7431,13 +7587,13 @@ walks up a window hierarchy.</p>
|
|
7431
7587
|
<tr>
|
7432
7588
|
<td class="parameter_name"><p>parent_x</p></td>
|
7433
7589
|
<td class="parameter_description"><p> return location for X coordinate
|
7434
|
-
in parent’s coordinate system, or <a href="
|
7590
|
+
in parent’s coordinate system, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7435
7591
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
7436
7592
|
</tr>
|
7437
7593
|
<tr>
|
7438
7594
|
<td class="parameter_name"><p>parent_y</p></td>
|
7439
7595
|
<td class="parameter_description"><p> return location for Y coordinate
|
7440
|
-
in parent’s coordinate system, or <a href="
|
7596
|
+
in parent’s coordinate system, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7441
7597
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
7442
7598
|
</tr>
|
7443
7599
|
</tbody>
|
@@ -7542,14 +7698,14 @@ embedder as its parent, using <a class="link" href="gdk3-Windows.html#gdk-window
|
|
7542
7698
|
<tr>
|
7543
7699
|
<td class="enum_member_name"><p><a name="GDK-WINDOW-TOPLEVEL:CAPS"></a>GDK_WINDOW_TOPLEVEL</p></td>
|
7544
7700
|
<td class="enum_member_description">
|
7545
|
-
<p>toplevel window (used to implement <a href="http://developer.gnome.org/
|
7701
|
+
<p>toplevel window (used to implement <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>)</p>
|
7546
7702
|
</td>
|
7547
7703
|
<td class="enum_member_annotations"> </td>
|
7548
7704
|
</tr>
|
7549
7705
|
<tr>
|
7550
7706
|
<td class="enum_member_name"><p><a name="GDK-WINDOW-CHILD:CAPS"></a>GDK_WINDOW_CHILD</p></td>
|
7551
7707
|
<td class="enum_member_description">
|
7552
|
-
<p>child window (used to implement e.g. <a href="http://developer.gnome.org/
|
7708
|
+
<p>child window (used to implement e.g. <a href="http://developer.gnome.org/gtk4/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a>)</p>
|
7553
7709
|
</td>
|
7554
7710
|
<td class="enum_member_annotations"> </td>
|
7555
7711
|
</tr>
|
@@ -7557,14 +7713,14 @@ embedder as its parent, using <a class="link" href="gdk3-Windows.html#gdk-window
|
|
7557
7713
|
<td class="enum_member_name"><p><a name="GDK-WINDOW-TEMP:CAPS"></a>GDK_WINDOW_TEMP</p></td>
|
7558
7714
|
<td class="enum_member_description">
|
7559
7715
|
<p>override redirect temporary window (used to implement
|
7560
|
-
<a href="http://developer.gnome.org/
|
7716
|
+
<a href="http://developer.gnome.org/gtk4/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a>)</p>
|
7561
7717
|
</td>
|
7562
7718
|
<td class="enum_member_annotations"> </td>
|
7563
7719
|
</tr>
|
7564
7720
|
<tr>
|
7565
7721
|
<td class="enum_member_name"><p><a name="GDK-WINDOW-FOREIGN:CAPS"></a>GDK_WINDOW_FOREIGN</p></td>
|
7566
7722
|
<td class="enum_member_description">
|
7567
|
-
<p>foreign window (see <
|
7723
|
+
<p>foreign window (see <code class="function">gdk_window_foreign_new()</code>)</p>
|
7568
7724
|
</td>
|
7569
7725
|
<td class="enum_member_annotations"> </td>
|
7570
7726
|
</tr>
|
@@ -7638,12 +7794,12 @@ attention to. Also, the presence/absence of <em class="parameter"><code>GDK_HINT
|
|
7638
7794
|
is significant, though they don't
|
7639
7795
|
directly refer to <a class="link" href="gdk3-Windows.html#GdkGeometry" title="struct GdkGeometry"><span class="type">GdkGeometry</span></a> fields. <em class="parameter"><code>GDK_HINT_USER_POS</code></em>
|
7640
7796
|
will be set
|
7641
|
-
automatically by <a href="http://developer.gnome.org/
|
7797
|
+
automatically by <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> if you call <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>.
|
7642
7798
|
<em class="parameter"><code>GDK_HINT_USER_POS</code></em>
|
7643
7799
|
and <em class="parameter"><code>GDK_HINT_USER_SIZE</code></em>
|
7644
7800
|
should be set if the user
|
7645
7801
|
specified a size/position using a --geometry command-line argument;
|
7646
|
-
<
|
7802
|
+
<code class="function">gtk_window_parse_geometry()</code> automatically sets these flags.</p>
|
7647
7803
|
<div class="refsect3">
|
7648
7804
|
<a name="GdkWindowHints.members"></a><h4>Members</h4>
|
7649
7805
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -7741,27 +7897,27 @@ specified a size/position using a --geometry command-line argument;
|
|
7741
7897
|
</pre>
|
7742
7898
|
<p>The <a class="link" href="gdk3-Windows.html#GdkGeometry" title="struct GdkGeometry"><span class="type">GdkGeometry</span></a> struct gives the window manager information about
|
7743
7899
|
a window’s geometry constraints. Normally you would set these on
|
7744
|
-
the GTK+ level using <
|
7900
|
+
the GTK+ level using <code class="function">gtk_window_set_geometry_hints()</code>. <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>
|
7745
7901
|
then sets the hints on the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> it creates.</p>
|
7746
7902
|
<p>gdk_window_set_geometry_hints() expects the hints to be fully valid already
|
7747
7903
|
and simply passes them to the window manager; in contrast,
|
7748
|
-
<
|
7749
|
-
<a href="http://developer.gnome.org/
|
7904
|
+
<code class="function">gtk_window_set_geometry_hints()</code> performs some interpretation. For example,
|
7905
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> will apply the hints to the geometry widget instead of the
|
7750
7906
|
toplevel window, if you set a geometry widget. Also, the
|
7751
7907
|
<em class="parameter"><code>min_width</code></em>
|
7752
7908
|
/<em class="parameter"><code>min_height</code></em>
|
7753
7909
|
/<em class="parameter"><code>max_width</code></em>
|
7754
7910
|
/<em class="parameter"><code>max_height</code></em>
|
7755
7911
|
fields may be set to -1, and
|
7756
|
-
<a href="http://developer.gnome.org/
|
7757
|
-
If the minimum size hint is not provided, <a href="http://developer.gnome.org/
|
7912
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> will substitute the size request of the window or geometry widget.
|
7913
|
+
If the minimum size hint is not provided, <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> will use its requisition
|
7758
7914
|
as the minimum size. If the minimum size is provided and a geometry widget is
|
7759
|
-
set, <a href="http://developer.gnome.org/
|
7915
|
+
set, <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> will take the minimum size as the minimum size of the
|
7760
7916
|
geometry widget rather than the entire window. The base size is treated
|
7761
7917
|
similarly.</p>
|
7762
|
-
<p>The canonical use-case for <
|
7918
|
+
<p>The canonical use-case for <code class="function">gtk_window_set_geometry_hints()</code> is to get a
|
7763
7919
|
terminal widget to resize properly. Here, the terminal text area should be
|
7764
|
-
the geometry widget; <a href="http://developer.gnome.org/
|
7920
|
+
the geometry widget; <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> will then automatically set the base size to
|
7765
7921
|
the size of other widgets in the terminal window, such as the menubar and
|
7766
7922
|
scrollbar. Then, the <em class="parameter"><code>width_inc</code></em>
|
7767
7923
|
and <em class="parameter"><code>height_inc</code></em>
|
@@ -7791,21 +7947,21 @@ a terminal area widget called “terminal” and a toplevel window “toplevel
|
|
7791
7947
|
13
|
7792
7948
|
14
|
7793
7949
|
15</pre></td>
|
7794
|
-
<td class="listing_code"><pre class="programlisting"
|
7950
|
+
<td class="listing_code"><pre class="programlisting">GdkGeometry hints<span class="gtkdoc opt">;</span>
|
7795
7951
|
|
7796
|
-
<span class="
|
7797
|
-
<span class="
|
7798
|
-
<span class="
|
7799
|
-
<span class="
|
7800
|
-
<span class="
|
7801
|
-
<span class="
|
7952
|
+
hints<span class="gtkdoc opt">.</span>base_width <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_width<span class="gtkdoc opt">;</span>
|
7953
|
+
hints<span class="gtkdoc opt">.</span>base_height <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_height<span class="gtkdoc opt">;</span>
|
7954
|
+
hints<span class="gtkdoc opt">.</span>min_width <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_width<span class="gtkdoc opt">;</span>
|
7955
|
+
hints<span class="gtkdoc opt">.</span>min_height <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_height<span class="gtkdoc opt">;</span>
|
7956
|
+
hints<span class="gtkdoc opt">.</span>width_inc <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_width<span class="gtkdoc opt">;</span>
|
7957
|
+
hints<span class="gtkdoc opt">.</span>height_inc <span class="gtkdoc opt">=</span> terminal<span class="gtkdoc opt">-></span>char_height<span class="gtkdoc opt">;</span>
|
7802
7958
|
|
7803
|
-
<span class="
|
7804
|
-
<span class="
|
7805
|
-
<span class="
|
7806
|
-
|
7807
|
-
|
7808
|
-
<span class="
|
7959
|
+
<span class="function">gtk_window_set_geometry_hints</span> <span class="gtkdoc opt">(</span><span class="function">GTK_WINDOW</span> <span class="gtkdoc opt">(</span>toplevel<span class="gtkdoc opt">),</span>
|
7960
|
+
<span class="function">GTK_WIDGET</span> <span class="gtkdoc opt">(</span>terminal<span class="gtkdoc opt">),</span>
|
7961
|
+
<span class="gtkdoc opt">&</span>hints<span class="gtkdoc opt">,</span>
|
7962
|
+
GDK_HINT_RESIZE_INC <span class="gtkdoc opt">|</span>
|
7963
|
+
GDK_HINT_MIN_SIZE <span class="gtkdoc opt">|</span>
|
7964
|
+
GDK_HINT_BASE_SIZE<span class="gtkdoc opt">);</span></pre></td>
|
7809
7965
|
</tr>
|
7810
7966
|
</tbody>
|
7811
7967
|
</table>
|
@@ -7832,68 +7988,68 @@ aspect ratio.</p>
|
|
7832
7988
|
</colgroup>
|
7833
7989
|
<tbody>
|
7834
7990
|
<tr>
|
7835
|
-
<td class="struct_member_name"><p><a href="
|
7991
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.min-width"></a>min_width</code></em>;</p></td>
|
7836
7992
|
<td class="struct_member_description"><p>minimum width of window (or -1 to use requisition, with
|
7837
|
-
<a href="http://developer.gnome.org/
|
7993
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> only)</p></td>
|
7838
7994
|
<td class="struct_member_annotations"> </td>
|
7839
7995
|
</tr>
|
7840
7996
|
<tr>
|
7841
|
-
<td class="struct_member_name"><p><a href="
|
7997
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.min-height"></a>min_height</code></em>;</p></td>
|
7842
7998
|
<td class="struct_member_description"><p>minimum height of window (or -1 to use requisition, with
|
7843
|
-
<a href="http://developer.gnome.org/
|
7999
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> only)</p></td>
|
7844
8000
|
<td class="struct_member_annotations"> </td>
|
7845
8001
|
</tr>
|
7846
8002
|
<tr>
|
7847
|
-
<td class="struct_member_name"><p><a href="
|
8003
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.max-width"></a>max_width</code></em>;</p></td>
|
7848
8004
|
<td class="struct_member_description"><p>maximum width of window (or -1 to use requisition, with
|
7849
|
-
<a href="http://developer.gnome.org/
|
8005
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> only)</p></td>
|
7850
8006
|
<td class="struct_member_annotations"> </td>
|
7851
8007
|
</tr>
|
7852
8008
|
<tr>
|
7853
|
-
<td class="struct_member_name"><p><a href="
|
8009
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.max-height"></a>max_height</code></em>;</p></td>
|
7854
8010
|
<td class="struct_member_description"><p>maximum height of window (or -1 to use requisition, with
|
7855
|
-
<a href="http://developer.gnome.org/
|
8011
|
+
<a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a> only)</p></td>
|
7856
8012
|
<td class="struct_member_annotations"> </td>
|
7857
8013
|
</tr>
|
7858
8014
|
<tr>
|
7859
|
-
<td class="struct_member_name"><p><a href="
|
8015
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.base-width"></a>base_width</code></em>;</p></td>
|
7860
8016
|
<td class="struct_member_description"><p>allowed window widths are <em class="parameter"><code>base_width</code></em>
|
7861
8017
|
+ <em class="parameter"><code>width_inc</code></em>
|
7862
8018
|
* N where N
|
7863
|
-
is any integer (-1 allowed with <a href="http://developer.gnome.org/
|
8019
|
+
is any integer (-1 allowed with <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>)</p></td>
|
7864
8020
|
<td class="struct_member_annotations"> </td>
|
7865
8021
|
</tr>
|
7866
8022
|
<tr>
|
7867
|
-
<td class="struct_member_name"><p><a href="
|
8023
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.base-height"></a>base_height</code></em>;</p></td>
|
7868
8024
|
<td class="struct_member_description"><p>allowed window widths are <em class="parameter"><code>base_height</code></em>
|
7869
8025
|
+ <em class="parameter"><code>height_inc</code></em>
|
7870
8026
|
* N where
|
7871
|
-
N is any integer (-1 allowed with <a href="http://developer.gnome.org/
|
8027
|
+
N is any integer (-1 allowed with <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct"><span class="type">GtkWindow</span></a>)</p></td>
|
7872
8028
|
<td class="struct_member_annotations"> </td>
|
7873
8029
|
</tr>
|
7874
8030
|
<tr>
|
7875
|
-
<td class="struct_member_name"><p><a href="
|
8031
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.width-inc"></a>width_inc</code></em>;</p></td>
|
7876
8032
|
<td class="struct_member_description"><p>width resize increment</p></td>
|
7877
8033
|
<td class="struct_member_annotations"> </td>
|
7878
8034
|
</tr>
|
7879
8035
|
<tr>
|
7880
|
-
<td class="struct_member_name"><p><a href="
|
8036
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkGeometry.height-inc"></a>height_inc</code></em>;</p></td>
|
7881
8037
|
<td class="struct_member_description"><p>height resize increment</p></td>
|
7882
8038
|
<td class="struct_member_annotations"> </td>
|
7883
8039
|
</tr>
|
7884
8040
|
<tr>
|
7885
|
-
<td class="struct_member_name"><p><a href="
|
8041
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkGeometry.min-aspect"></a>min_aspect</code></em>;</p></td>
|
7886
8042
|
<td class="struct_member_description"><p>minimum width/height ratio</p></td>
|
7887
8043
|
<td class="struct_member_annotations"> </td>
|
7888
8044
|
</tr>
|
7889
8045
|
<tr>
|
7890
|
-
<td class="struct_member_name"><p><a href="
|
8046
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkGeometry.max-aspect"></a>max_aspect</code></em>;</p></td>
|
7891
8047
|
<td class="struct_member_description"><p>maximum width/height ratio</p></td>
|
7892
8048
|
<td class="struct_member_annotations"> </td>
|
7893
8049
|
</tr>
|
7894
8050
|
<tr>
|
7895
8051
|
<td class="struct_member_name"><p><a class="link" href="gdk3-Windows.html#GdkGravity" title="enum GdkGravity"><span class="type">GdkGravity</span></a> <em class="structfield"><code><a name="GdkGeometry.win-gravity"></a>win_gravity</code></em>;</p></td>
|
7896
|
-
<td class="struct_member_description"><p>window gravity, see <a href="http://developer.gnome.org/
|
8052
|
+
<td class="struct_member_description"><p>window gravity, see <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-set-gravity"><code class="function">gtk_window_set_gravity()</code></a></p></td>
|
7897
8053
|
<td class="struct_member_annotations"> </td>
|
7898
8054
|
</tr>
|
7899
8055
|
</tbody>
|
@@ -7904,7 +8060,7 @@ N is any integer (-1 allowed with <a href="http://developer.gnome.org/gtk3/GtkWi
|
|
7904
8060
|
<div class="refsect2">
|
7905
8061
|
<a name="GdkGravity"></a><h3>enum GdkGravity</h3>
|
7906
8062
|
<p>Defines the reference point of a window and the meaning of coordinates
|
7907
|
-
passed to <a href="http://developer.gnome.org/
|
8063
|
+
passed to <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>. See <a href="http://developer.gnome.org/gtk4/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> and the "implementation
|
7908
8064
|
notes" section of the
|
7909
8065
|
<a class="ulink" href="http://www.freedesktop.org/Standards/wm-spec" target="_top">Extended Window Manager Hints</a>
|
7910
8066
|
specification for more details.</p>
|
@@ -7994,6 +8150,111 @@ specification for more details.</p>
|
|
7994
8150
|
</div>
|
7995
8151
|
<hr>
|
7996
8152
|
<div class="refsect2">
|
8153
|
+
<a name="GdkAnchorHints"></a><h3>enum GdkAnchorHints</h3>
|
8154
|
+
<p>Positioning hints for aligning a window relative to a rectangle.</p>
|
8155
|
+
<p>These hints determine how the window should be positioned in the case that
|
8156
|
+
the window would fall off-screen if placed in its ideal position.</p>
|
8157
|
+
<p>For example, <a class="link" href="gdk3-Windows.html#GDK-ANCHOR-FLIP-X:CAPS"><code class="literal">GDK_ANCHOR_FLIP_X</code></a> will replace <a class="link" href="gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><code class="literal">GDK_GRAVITY_NORTH_WEST</code></a> with
|
8158
|
+
<a class="link" href="gdk3-Windows.html#GDK-GRAVITY-NORTH-EAST:CAPS"><code class="literal">GDK_GRAVITY_NORTH_EAST</code></a> and vice versa if the window extends beyond the left
|
8159
|
+
or right edges of the monitor.</p>
|
8160
|
+
<p>If <a class="link" href="gdk3-Windows.html#GDK-ANCHOR-SLIDE-X:CAPS"><code class="literal">GDK_ANCHOR_SLIDE_X</code></a> is set, the window can be shifted horizontally to fit
|
8161
|
+
on-screen. If <a class="link" href="gdk3-Windows.html#GDK-ANCHOR-RESIZE-X:CAPS"><code class="literal">GDK_ANCHOR_RESIZE_X</code></a> is set, the window can be shrunken
|
8162
|
+
horizontally to fit.</p>
|
8163
|
+
<p>In general, when multiple flags are set, flipping should take precedence over
|
8164
|
+
sliding, which should take precedence over resizing.</p>
|
8165
|
+
<div class="refsect3">
|
8166
|
+
<a name="GdkAnchorHints.members"></a><h4>Members</h4>
|
8167
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
8168
|
+
<colgroup>
|
8169
|
+
<col width="300px" class="enum_members_name">
|
8170
|
+
<col class="enum_members_description">
|
8171
|
+
<col width="200px" class="enum_members_annotations">
|
8172
|
+
</colgroup>
|
8173
|
+
<tbody>
|
8174
|
+
<tr>
|
8175
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-FLIP-X:CAPS"></a>GDK_ANCHOR_FLIP_X</p></td>
|
8176
|
+
<td class="enum_member_description">
|
8177
|
+
<p>allow flipping anchors horizontally</p>
|
8178
|
+
</td>
|
8179
|
+
<td class="enum_member_annotations"> </td>
|
8180
|
+
</tr>
|
8181
|
+
<tr>
|
8182
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-FLIP-Y:CAPS"></a>GDK_ANCHOR_FLIP_Y</p></td>
|
8183
|
+
<td class="enum_member_description">
|
8184
|
+
<p>allow flipping anchors vertically</p>
|
8185
|
+
</td>
|
8186
|
+
<td class="enum_member_annotations"> </td>
|
8187
|
+
</tr>
|
8188
|
+
<tr>
|
8189
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-SLIDE-X:CAPS"></a>GDK_ANCHOR_SLIDE_X</p></td>
|
8190
|
+
<td class="enum_member_description">
|
8191
|
+
<p>allow sliding window horizontally</p>
|
8192
|
+
</td>
|
8193
|
+
<td class="enum_member_annotations"> </td>
|
8194
|
+
</tr>
|
8195
|
+
<tr>
|
8196
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-SLIDE-Y:CAPS"></a>GDK_ANCHOR_SLIDE_Y</p></td>
|
8197
|
+
<td class="enum_member_description">
|
8198
|
+
<p>allow sliding window vertically</p>
|
8199
|
+
</td>
|
8200
|
+
<td class="enum_member_annotations"> </td>
|
8201
|
+
</tr>
|
8202
|
+
<tr>
|
8203
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-RESIZE-X:CAPS"></a>GDK_ANCHOR_RESIZE_X</p></td>
|
8204
|
+
<td class="enum_member_description">
|
8205
|
+
<p>allow resizing window horizontally</p>
|
8206
|
+
</td>
|
8207
|
+
<td class="enum_member_annotations"> </td>
|
8208
|
+
</tr>
|
8209
|
+
<tr>
|
8210
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-RESIZE-Y:CAPS"></a>GDK_ANCHOR_RESIZE_Y</p></td>
|
8211
|
+
<td class="enum_member_description">
|
8212
|
+
<p>allow resizing window vertically</p>
|
8213
|
+
</td>
|
8214
|
+
<td class="enum_member_annotations"> </td>
|
8215
|
+
</tr>
|
8216
|
+
<tr>
|
8217
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-FLIP:CAPS"></a>GDK_ANCHOR_FLIP</p></td>
|
8218
|
+
<td class="enum_member_description">
|
8219
|
+
<p>allow flipping anchors on both axes</p>
|
8220
|
+
</td>
|
8221
|
+
<td class="enum_member_annotations"> </td>
|
8222
|
+
</tr>
|
8223
|
+
<tr>
|
8224
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-SLIDE:CAPS"></a>GDK_ANCHOR_SLIDE</p></td>
|
8225
|
+
<td class="enum_member_description">
|
8226
|
+
<p>allow sliding window on both axes</p>
|
8227
|
+
</td>
|
8228
|
+
<td class="enum_member_annotations"> </td>
|
8229
|
+
</tr>
|
8230
|
+
<tr>
|
8231
|
+
<td class="enum_member_name"><p><a name="GDK-ANCHOR-RESIZE:CAPS"></a>GDK_ANCHOR_RESIZE</p></td>
|
8232
|
+
<td class="enum_member_description">
|
8233
|
+
<p>allow resizing window on both axes</p>
|
8234
|
+
</td>
|
8235
|
+
<td class="enum_member_annotations"> </td>
|
8236
|
+
</tr>
|
8237
|
+
</tbody>
|
8238
|
+
</table></div>
|
8239
|
+
</div>
|
8240
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
8241
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
8242
|
+
give outside developers early access to new or rapidly changing technology, or
|
8243
|
+
to provide an interim solution to a problem where a more general solution is
|
8244
|
+
anticipated. No claims are made about either source or binary compatibility from
|
8245
|
+
one minor release to the next.
|
8246
|
+
|
8247
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
8248
|
+
change without warning and should not be used in unbundled products.
|
8249
|
+
|
8250
|
+
Given such caveats, customer impact need not be a factor when considering
|
8251
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
8252
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
8253
|
+
mentioned in the release notes for the affected release.
|
8254
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
8255
|
+
</div>
|
8256
|
+
<hr>
|
8257
|
+
<div class="refsect2">
|
7997
8258
|
<a name="GdkWindowEdge"></a><h3>enum GdkWindowEdge</h3>
|
7998
8259
|
<p>Determines a window edge or corner.</p>
|
7999
8260
|
<div class="refsect3">
|
@@ -8100,7 +8361,7 @@ specification for more details about window types.</p>
|
|
8100
8361
|
<td class="enum_member_name"><p><a name="GDK-WINDOW-TYPE-HINT-MENU:CAPS"></a>GDK_WINDOW_TYPE_HINT_MENU</p></td>
|
8101
8362
|
<td class="enum_member_description">
|
8102
8363
|
<p>Window used to implement a menu; GTK+ uses
|
8103
|
-
this hint only for torn-off menus, see <
|
8364
|
+
this hint only for torn-off menus, see <span class="type">GtkTearoffMenuItem</span>.</p>
|
8104
8365
|
</td>
|
8105
8366
|
<td class="enum_member_annotations"> </td>
|
8106
8367
|
</tr>
|
@@ -8220,32 +8481,32 @@ specification for more details about window types.</p>
|
|
8220
8481
|
</colgroup>
|
8221
8482
|
<tbody>
|
8222
8483
|
<tr>
|
8223
|
-
<td class="struct_member_name"><p><a href="
|
8484
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkWindowAttr.title"></a>title</code></em>;</p></td>
|
8224
8485
|
<td class="struct_member_description"><p>title of the window (for toplevel windows)</p></td>
|
8225
8486
|
<td class="struct_member_annotations"> </td>
|
8226
8487
|
</tr>
|
8227
8488
|
<tr>
|
8228
|
-
<td class="struct_member_name"><p><a href="
|
8489
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkWindowAttr.event-mask"></a>event_mask</code></em>;</p></td>
|
8229
8490
|
<td class="struct_member_description"><p>event mask (see <a class="link" href="gdk3-Windows.html#gdk-window-set-events" title="gdk_window_set_events ()"><code class="function">gdk_window_set_events()</code></a>)</p></td>
|
8230
8491
|
<td class="struct_member_annotations"> </td>
|
8231
8492
|
</tr>
|
8232
8493
|
<tr>
|
8233
|
-
<td class="struct_member_name"><p><a href="
|
8494
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkWindowAttr.x"></a>x</code></em>;</p></td>
|
8234
8495
|
<td class="struct_member_description"><p>X coordinate relative to parent window (see <a class="link" href="gdk3-Windows.html#gdk-window-move" title="gdk_window_move ()"><code class="function">gdk_window_move()</code></a>)</p></td>
|
8235
8496
|
<td class="struct_member_annotations"> </td>
|
8236
8497
|
</tr>
|
8237
8498
|
<tr>
|
8238
|
-
<td class="struct_member_name"><p><a href="
|
8499
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkWindowAttr.y"></a>y</code></em>;</p></td>
|
8239
8500
|
<td class="struct_member_description"><p>Y coordinate relative to parent window (see <a class="link" href="gdk3-Windows.html#gdk-window-move" title="gdk_window_move ()"><code class="function">gdk_window_move()</code></a>)</p></td>
|
8240
8501
|
<td class="struct_member_annotations"> </td>
|
8241
8502
|
</tr>
|
8242
8503
|
<tr>
|
8243
|
-
<td class="struct_member_name"><p><a href="
|
8504
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkWindowAttr.width"></a>width</code></em>;</p></td>
|
8244
8505
|
<td class="struct_member_description"><p>width of window</p></td>
|
8245
8506
|
<td class="struct_member_annotations"> </td>
|
8246
8507
|
</tr>
|
8247
8508
|
<tr>
|
8248
|
-
<td class="struct_member_name"><p><a href="
|
8509
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkWindowAttr.height"></a>height</code></em>;</p></td>
|
8249
8510
|
<td class="struct_member_description"><p>height of window</p></td>
|
8250
8511
|
<td class="struct_member_annotations"> </td>
|
8251
8512
|
</tr>
|
@@ -8271,18 +8532,18 @@ window that receives events)</p></td>
|
|
8271
8532
|
<td class="struct_member_annotations"> </td>
|
8272
8533
|
</tr>
|
8273
8534
|
<tr>
|
8274
|
-
<td class="struct_member_name"><p><a href="
|
8275
|
-
<td class="struct_member_description"><p>don’t use (see <
|
8535
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkWindowAttr.wmclass-name"></a>wmclass_name</code></em>;</p></td>
|
8536
|
+
<td class="struct_member_description"><p>don’t use (see <code class="function">gtk_window_set_wmclass()</code>)</p></td>
|
8276
8537
|
<td class="struct_member_annotations"> </td>
|
8277
8538
|
</tr>
|
8278
8539
|
<tr>
|
8279
|
-
<td class="struct_member_name"><p><a href="
|
8280
|
-
<td class="struct_member_description"><p>don’t use (see <
|
8540
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkWindowAttr.wmclass-class"></a>wmclass_class</code></em>;</p></td>
|
8541
|
+
<td class="struct_member_description"><p>don’t use (see <code class="function">gtk_window_set_wmclass()</code>)</p></td>
|
8281
8542
|
<td class="struct_member_annotations"> </td>
|
8282
8543
|
</tr>
|
8283
8544
|
<tr>
|
8284
|
-
<td class="struct_member_name"><p><a href="
|
8285
|
-
<td class="struct_member_description"><p><a href="
|
8545
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkWindowAttr.override-redirect"></a>override_redirect</code></em>;</p></td>
|
8546
|
+
<td class="struct_member_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to bypass the window manager</p></td>
|
8286
8547
|
<td class="struct_member_annotations"> </td>
|
8287
8548
|
</tr>
|
8288
8549
|
<tr>
|
@@ -8960,13 +9221,13 @@ hint must be set before mapping the window.</p>
|
|
8960
9221
|
<a name="GdkWindow-create-surface"></a><h3>The <code class="literal">“create-surface”</code> signal</h3>
|
8961
9222
|
<pre class="programlisting"><span class="returnvalue">CairoSurface</span>*
|
8962
9223
|
user_function (<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window,
|
8963
|
-
<a href="
|
8964
|
-
<a href="
|
8965
|
-
<a href="
|
9224
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width,
|
9225
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height,
|
9226
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
8966
9227
|
<p>The ::create-surface signal is emitted when an offscreen window
|
8967
9228
|
needs its surface (re)created, which happens either when the
|
8968
9229
|
window is first drawn to, or when the window is being
|
8969
|
-
resized. The first signal handler that returns a non-<a href="
|
9230
|
+
resized. The first signal handler that returns a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
8970
9231
|
surface will stop any further signal emission, and its surface
|
8971
9232
|
will be used.</p>
|
8972
9233
|
<p>Note that it is not possible to access the window's previous
|
@@ -9008,7 +9269,7 @@ surface from within any callback of this signal. Calling
|
|
9008
9269
|
<a name="GdkWindow-create-surface.returns"></a><h4>Returns</h4>
|
9009
9270
|
<p> the newly created <span class="type">cairo_surface_t</span> for the offscreen window</p>
|
9010
9271
|
</div>
|
9011
|
-
<p>Flags: <a href="
|
9272
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
9012
9273
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
9013
9274
|
</div>
|
9014
9275
|
<hr>
|
@@ -9016,11 +9277,11 @@ surface from within any callback of this signal. Calling
|
|
9016
9277
|
<a name="GdkWindow-from-embedder"></a><h3>The <code class="literal">“from-embedder”</code> signal</h3>
|
9017
9278
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
9018
9279
|
user_function (<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window,
|
9019
|
-
<a href="
|
9020
|
-
<a href="
|
9021
|
-
<a href="
|
9022
|
-
<a href="
|
9023
|
-
<a href="
|
9280
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> embedder_x,
|
9281
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> embedder_y,
|
9282
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> offscreen_x,
|
9283
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> offscreen_y,
|
9284
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
9024
9285
|
<p>The ::from-embedder signal is emitted to translate coordinates
|
9025
9286
|
in the embedder of an offscreen window to the offscreen window.</p>
|
9026
9287
|
<p>See also <a class="link" href="gdk3-Windows.html#GdkWindow-to-embedder" title="The “to-embedder” signal"><span class="type">“to-embedder”</span></a>.</p>
|
@@ -9068,17 +9329,98 @@ coordinate in the offscreen window. </p></td>
|
|
9068
9329
|
</tbody>
|
9069
9330
|
</table></div>
|
9070
9331
|
</div>
|
9071
|
-
<p>Flags: <a href="
|
9332
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
9072
9333
|
<p class="since">Since: 2.18</p>
|
9073
9334
|
</div>
|
9074
9335
|
<hr>
|
9075
9336
|
<div class="refsect2">
|
9337
|
+
<a name="GdkWindow-moved-to-rect"></a><h3>The <code class="literal">“moved-to-rect”</code> signal</h3>
|
9338
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
9339
|
+
user_function (<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window,
|
9340
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> flipped_rect,
|
9341
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> final_rect,
|
9342
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> flipped_x,
|
9343
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> flipped_y,
|
9344
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
9345
|
+
<p>Emitted when the position of <em class="parameter"><code>window</code></em>
|
9346
|
+
is finalized after being moved to a
|
9347
|
+
destination rectangle.</p>
|
9348
|
+
<p><em class="parameter"><code>window</code></em>
|
9349
|
+
might be flipped over the destination rectangle in order to keep
|
9350
|
+
it on-screen, in which case <em class="parameter"><code>flipped_x</code></em>
|
9351
|
+
and <em class="parameter"><code>flipped_y</code></em>
|
9352
|
+
will be set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
9353
|
+
accordingly.</p>
|
9354
|
+
<p><em class="parameter"><code>flipped_rect</code></em>
|
9355
|
+
is the ideal position of <em class="parameter"><code>window</code></em>
|
9356
|
+
after any possible
|
9357
|
+
flipping, but before any possible sliding. <em class="parameter"><code>final_rect</code></em>
|
9358
|
+
is <em class="parameter"><code>flipped_rect</code></em>
|
9359
|
+
,
|
9360
|
+
but possibly translated in the case that flipping is still ineffective in
|
9361
|
+
keeping <em class="parameter"><code>window</code></em>
|
9362
|
+
on-screen.</p>
|
9363
|
+
<div class="refsect3">
|
9364
|
+
<a name="GdkWindow-moved-to-rect.parameters"></a><h4>Parameters</h4>
|
9365
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
9366
|
+
<colgroup>
|
9367
|
+
<col width="150px" class="parameters_name">
|
9368
|
+
<col class="parameters_description">
|
9369
|
+
<col width="200px" class="parameters_annotations">
|
9370
|
+
</colgroup>
|
9371
|
+
<tbody>
|
9372
|
+
<tr>
|
9373
|
+
<td class="parameter_name"><p>window</p></td>
|
9374
|
+
<td class="parameter_description"><p>the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that moved</p></td>
|
9375
|
+
<td class="parameter_annotations"> </td>
|
9376
|
+
</tr>
|
9377
|
+
<tr>
|
9378
|
+
<td class="parameter_name"><p>flipped_rect</p></td>
|
9379
|
+
<td class="parameter_description"><p> the position of <em class="parameter"><code>window</code></em>
|
9380
|
+
after any possible
|
9381
|
+
flipping or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the backend can't obtain it. </p></td>
|
9382
|
+
<td class="parameter_annotations"><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>]</span></td>
|
9383
|
+
</tr>
|
9384
|
+
<tr>
|
9385
|
+
<td class="parameter_name"><p>final_rect</p></td>
|
9386
|
+
<td class="parameter_description"><p> the final position of <em class="parameter"><code>window</code></em>
|
9387
|
+
or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
9388
|
+
backend can't obtain it. </p></td>
|
9389
|
+
<td class="parameter_annotations"><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>]</span></td>
|
9390
|
+
</tr>
|
9391
|
+
<tr>
|
9392
|
+
<td class="parameter_name"><p>flipped_x</p></td>
|
9393
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the anchors were flipped horizontally</p></td>
|
9394
|
+
<td class="parameter_annotations"> </td>
|
9395
|
+
</tr>
|
9396
|
+
<tr>
|
9397
|
+
<td class="parameter_name"><p>flipped_y</p></td>
|
9398
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the anchors were flipped vertically</p></td>
|
9399
|
+
<td class="parameter_annotations"> </td>
|
9400
|
+
</tr>
|
9401
|
+
<tr>
|
9402
|
+
<td class="parameter_name"><p>user_data</p></td>
|
9403
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
9404
|
+
<td class="parameter_annotations"> </td>
|
9405
|
+
</tr>
|
9406
|
+
</tbody>
|
9407
|
+
</table></div>
|
9408
|
+
</div>
|
9409
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
9410
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
9411
|
+
<p class="stability">Stability Level: <acronym title="An interface that can be used within the GNOME stack itself, but that is not
|
9412
|
+
documented for end-users. Such functions should only be used in specified and
|
9413
|
+
documented ways.
|
9414
|
+
"><span class="acronym">Private</span></acronym></p>
|
9415
|
+
</div>
|
9416
|
+
<hr>
|
9417
|
+
<div class="refsect2">
|
9076
9418
|
<a name="GdkWindow-pick-embedded-child"></a><h3>The <code class="literal">“pick-embedded-child”</code> signal</h3>
|
9077
9419
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a>*
|
9078
9420
|
user_function (<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window,
|
9079
|
-
<a href="
|
9080
|
-
<a href="
|
9081
|
-
<a href="
|
9421
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x,
|
9422
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y,
|
9423
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
9082
9424
|
<p>The ::pick-embedded-child signal is emitted to find an embedded
|
9083
9425
|
child at the given position.</p>
|
9084
9426
|
<div class="refsect3">
|
@@ -9118,10 +9460,10 @@ child at the given position.</p>
|
|
9118
9460
|
<p> the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the
|
9119
9461
|
embedded child at <em class="parameter"><code>x</code></em>
|
9120
9462
|
, <em class="parameter"><code>y</code></em>
|
9121
|
-
, or <a href="
|
9463
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
9122
9464
|
<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>
|
9123
9465
|
</div>
|
9124
|
-
<p>Flags: <a href="
|
9466
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
9125
9467
|
<p class="since">Since: 2.18</p>
|
9126
9468
|
</div>
|
9127
9469
|
<hr>
|
@@ -9129,11 +9471,11 @@ embedded child at <em class="parameter"><code>x</code></em>
|
|
9129
9471
|
<a name="GdkWindow-to-embedder"></a><h3>The <code class="literal">“to-embedder”</code> signal</h3>
|
9130
9472
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
9131
9473
|
user_function (<a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window,
|
9132
|
-
<a href="
|
9133
|
-
<a href="
|
9134
|
-
<a href="
|
9135
|
-
<a href="
|
9136
|
-
<a href="
|
9474
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> offscreen_x,
|
9475
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> offscreen_y,
|
9476
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> embedder_x,
|
9477
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> embedder_y,
|
9478
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
9137
9479
|
<p>The ::to-embedder signal is emitted to translate coordinates
|
9138
9480
|
in an offscreen window to its embedder.</p>
|
9139
9481
|
<p>See also <a class="link" href="gdk3-Windows.html#GdkWindow-from-embedder" title="The “from-embedder” signal"><span class="type">“from-embedder”</span></a>.</p>
|
@@ -9181,7 +9523,7 @@ coordinate in the embedder window. </p></td>
|
|
9181
9523
|
</tbody>
|
9182
9524
|
</table></div>
|
9183
9525
|
</div>
|
9184
|
-
<p>Flags: <a href="
|
9526
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
9185
9527
|
<p class="since">Since: 2.18</p>
|
9186
9528
|
</div>
|
9187
9529
|
</div>
|