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
@@ -52,7 +52,7 @@
|
|
52
52
|
</tr>
|
53
53
|
<tr>
|
54
54
|
<td class="function_type">
|
55
|
-
<a href="
|
55
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="returnvalue">GPermission</span></a> *
|
56
56
|
</td>
|
57
57
|
<td class="function_name">
|
58
58
|
<a class="link" href="GtkLockButton.html#gtk-lock-button-get-permission" title="gtk_lock_button_get_permission ()">gtk_lock_button_get_permission</a> <span class="c_punctuation">()</span>
|
@@ -80,37 +80,37 @@
|
|
80
80
|
<tbody>
|
81
81
|
<tr>
|
82
82
|
<td class="property_type">
|
83
|
-
<a href="
|
83
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *</td>
|
84
84
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--permission" title="The “permission” property">permission</a></td>
|
85
85
|
<td class="property_flags">Read / Write</td>
|
86
86
|
</tr>
|
87
87
|
<tr>
|
88
88
|
<td class="property_type">
|
89
|
-
<a href="
|
89
|
+
<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> *</td>
|
90
90
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--text-lock" title="The “text-lock” property">text-lock</a></td>
|
91
91
|
<td class="property_flags">Read / Write / Construct</td>
|
92
92
|
</tr>
|
93
93
|
<tr>
|
94
94
|
<td class="property_type">
|
95
|
-
<a href="
|
95
|
+
<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> *</td>
|
96
96
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--text-unlock" title="The “text-unlock” property">text-unlock</a></td>
|
97
97
|
<td class="property_flags">Read / Write / Construct</td>
|
98
98
|
</tr>
|
99
99
|
<tr>
|
100
100
|
<td class="property_type">
|
101
|
-
<a href="
|
101
|
+
<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> *</td>
|
102
102
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-lock" title="The “tooltip-lock” property">tooltip-lock</a></td>
|
103
103
|
<td class="property_flags">Read / Write / Construct</td>
|
104
104
|
</tr>
|
105
105
|
<tr>
|
106
106
|
<td class="property_type">
|
107
|
-
<a href="
|
107
|
+
<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> *</td>
|
108
108
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-not-authorized" title="The “tooltip-not-authorized” property">tooltip-not-authorized</a></td>
|
109
109
|
<td class="property_flags">Read / Write / Construct</td>
|
110
110
|
</tr>
|
111
111
|
<tr>
|
112
112
|
<td class="property_type">
|
113
|
-
<a href="
|
113
|
+
<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> *</td>
|
114
114
|
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-unlock" title="The “tooltip-unlock” property">tooltip-unlock</a></td>
|
115
115
|
<td class="property_flags">Read / Write / Construct</td>
|
116
116
|
</tr>
|
@@ -138,8 +138,8 @@
|
|
138
138
|
</div>
|
139
139
|
<div class="refsect1">
|
140
140
|
<a name="GtkLockButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
141
|
-
<pre class="screen"> <a href="
|
142
|
-
<span class="lineart">╰──</span> <a href="
|
141
|
+
<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>
|
142
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
143
143
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
144
144
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
145
145
|
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
|
@@ -163,9 +163,9 @@ GtkLockButton implements
|
|
163
163
|
<p>GtkLockButton is a widget that can be used in control panels or
|
164
164
|
preference dialogs to allow users to obtain and revoke authorizations
|
165
165
|
needed to operate the controls. The required authorization is represented
|
166
|
-
by a <a href="
|
166
|
+
by a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object. Concrete implementations of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> may use
|
167
167
|
PolicyKit or some other authorization framework. To obtain a PolicyKit-based
|
168
|
-
<a href="
|
168
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a>, use <code class="function">polkit_permission_new()</code>.</p>
|
169
169
|
<p>If the user is not currently allowed to perform the action, but can obtain
|
170
170
|
the permission, the widget looks like this:</p>
|
171
171
|
<p><span class="inlinemediaobject"><img src="lockbutton-locked.png"></span></p>
|
@@ -188,7 +188,7 @@ with the <a class="link" href="GtkLockButton.html#GtkLockButton--text-lock" titl
|
|
188
188
|
<div class="refsect2">
|
189
189
|
<a name="gtk-lock-button-new"></a><h3>gtk_lock_button_new ()</h3>
|
190
190
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
191
|
-
gtk_lock_button_new (<em class="parameter"><code><a href="
|
191
|
+
gtk_lock_button_new (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *permission</code></em>);</pre>
|
192
192
|
<p>Creates a new lock button which reflects the <em class="parameter"><code>permission</code></em>
|
193
193
|
.</p>
|
194
194
|
<div class="refsect3">
|
@@ -201,7 +201,7 @@ gtk_lock_button_new (<em class="parameter"><code><a href="https://developer.gnom
|
|
201
201
|
</colgroup>
|
202
202
|
<tbody><tr>
|
203
203
|
<td class="parameter_name"><p>permission</p></td>
|
204
|
-
<td class="parameter_description"><p> a <a href="
|
204
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a>. </p></td>
|
205
205
|
<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>
|
206
206
|
</tr></tbody>
|
207
207
|
</table></div>
|
@@ -215,9 +215,9 @@ gtk_lock_button_new (<em class="parameter"><code><a href="https://developer.gnom
|
|
215
215
|
<hr>
|
216
216
|
<div class="refsect2">
|
217
217
|
<a name="gtk-lock-button-get-permission"></a><h3>gtk_lock_button_get_permission ()</h3>
|
218
|
-
<pre class="programlisting"><a href="
|
218
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="returnvalue">GPermission</span></a> *
|
219
219
|
gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href="GtkLockButton.html" title="GtkLockButton"><span class="type">GtkLockButton</span></a> *button</code></em>);</pre>
|
220
|
-
<p>Obtains the <a href="
|
220
|
+
<p>Obtains the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object that controls <em class="parameter"><code>button</code></em>
|
221
221
|
.</p>
|
222
222
|
<div class="refsect3">
|
223
223
|
<a name="gtk-lock-button-get-permission.parameters"></a><h4>Parameters</h4>
|
@@ -236,7 +236,7 @@ gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href
|
|
236
236
|
</div>
|
237
237
|
<div class="refsect3">
|
238
238
|
<a name="gtk-lock-button-get-permission.returns"></a><h4>Returns</h4>
|
239
|
-
<p> the <a href="
|
239
|
+
<p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> of <em class="parameter"><code>button</code></em>
|
240
240
|
. </p>
|
241
241
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
242
242
|
</div>
|
@@ -247,8 +247,8 @@ gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href
|
|
247
247
|
<a name="gtk-lock-button-set-permission"></a><h3>gtk_lock_button_set_permission ()</h3>
|
248
248
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
249
249
|
gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href="GtkLockButton.html" title="GtkLockButton"><span class="type">GtkLockButton</span></a> *button</code></em>,
|
250
|
-
<em class="parameter"><code><a href="
|
251
|
-
<p>Sets the <a href="
|
250
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *permission</code></em>);</pre>
|
251
|
+
<p>Sets the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object that controls <em class="parameter"><code>button</code></em>
|
252
252
|
.</p>
|
253
253
|
<div class="refsect3">
|
254
254
|
<a name="gtk-lock-button-set-permission.parameters"></a><h4>Parameters</h4>
|
@@ -266,7 +266,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
266
266
|
</tr>
|
267
267
|
<tr>
|
268
268
|
<td class="parameter_name"><p>permission</p></td>
|
269
|
-
<td class="parameter_description"><p> a <a href="
|
269
|
+
<td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object, 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>
|
270
270
|
<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>
|
271
271
|
</tr>
|
272
272
|
</tbody>
|
@@ -305,14 +305,14 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
305
305
|
<a name="GtkLockButton.property-details"></a><h2>Property Details</h2>
|
306
306
|
<div class="refsect2">
|
307
307
|
<a name="GtkLockButton--permission"></a><h3>The <code class="literal">“permission”</code> property</h3>
|
308
|
-
<pre class="programlisting"> “permission” <a href="
|
308
|
+
<pre class="programlisting"> “permission” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *</pre>
|
309
309
|
<p>The GPermission object controlling this button.</p>
|
310
310
|
<p>Flags: Read / Write</p>
|
311
311
|
</div>
|
312
312
|
<hr>
|
313
313
|
<div class="refsect2">
|
314
314
|
<a name="GtkLockButton--text-lock"></a><h3>The <code class="literal">“text-lock”</code> property</h3>
|
315
|
-
<pre class="programlisting"> “text-lock” <a href="
|
315
|
+
<pre class="programlisting"> “text-lock” <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> *</pre>
|
316
316
|
<p>The text to display when prompting the user to lock.</p>
|
317
317
|
<p>Flags: Read / Write / Construct</p>
|
318
318
|
<p>Default value: "Lock"</p>
|
@@ -320,7 +320,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
320
320
|
<hr>
|
321
321
|
<div class="refsect2">
|
322
322
|
<a name="GtkLockButton--text-unlock"></a><h3>The <code class="literal">“text-unlock”</code> property</h3>
|
323
|
-
<pre class="programlisting"> “text-unlock” <a href="
|
323
|
+
<pre class="programlisting"> “text-unlock” <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> *</pre>
|
324
324
|
<p>The text to display when prompting the user to unlock.</p>
|
325
325
|
<p>Flags: Read / Write / Construct</p>
|
326
326
|
<p>Default value: "Unlock"</p>
|
@@ -328,7 +328,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
328
328
|
<hr>
|
329
329
|
<div class="refsect2">
|
330
330
|
<a name="GtkLockButton--tooltip-lock"></a><h3>The <code class="literal">“tooltip-lock”</code> property</h3>
|
331
|
-
<pre class="programlisting"> “tooltip-lock” <a href="
|
331
|
+
<pre class="programlisting"> “tooltip-lock” <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> *</pre>
|
332
332
|
<p>The tooltip to display when prompting the user to lock.</p>
|
333
333
|
<p>Flags: Read / Write / Construct</p>
|
334
334
|
<p>Default value: "Dialog is unlocked.\nClick to prevent further changes"</p>
|
@@ -336,7 +336,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
336
336
|
<hr>
|
337
337
|
<div class="refsect2">
|
338
338
|
<a name="GtkLockButton--tooltip-not-authorized"></a><h3>The <code class="literal">“tooltip-not-authorized”</code> property</h3>
|
339
|
-
<pre class="programlisting"> “tooltip-not-authorized” <a href="
|
339
|
+
<pre class="programlisting"> “tooltip-not-authorized” <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> *</pre>
|
340
340
|
<p>The tooltip to display when prompting the user cannot obtain authorization.</p>
|
341
341
|
<p>Flags: Read / Write / Construct</p>
|
342
342
|
<p>Default value: "System policy prevents changes.\nContact your system administrator"</p>
|
@@ -344,7 +344,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
|
|
344
344
|
<hr>
|
345
345
|
<div class="refsect2">
|
346
346
|
<a name="GtkLockButton--tooltip-unlock"></a><h3>The <code class="literal">“tooltip-unlock”</code> property</h3>
|
347
|
-
<pre class="programlisting"> “tooltip-unlock” <a href="
|
347
|
+
<pre class="programlisting"> “tooltip-unlock” <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> *</pre>
|
348
348
|
<p>The tooltip to display when prompting the user to unlock.</p>
|
349
349
|
<p>Flags: Read / Write / Construct</p>
|
350
350
|
<p>Default value: "Dialog is locked.\nClick to make changes"</p>
|
@@ -90,6 +90,30 @@
|
|
90
90
|
<span class="returnvalue">void</span>
|
91
91
|
</td>
|
92
92
|
<td class="function_name">
|
93
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()">gtk_menu_popup_at_rect</a> <span class="c_punctuation">()</span>
|
94
|
+
</td>
|
95
|
+
</tr>
|
96
|
+
<tr>
|
97
|
+
<td class="function_type">
|
98
|
+
<span class="returnvalue">void</span>
|
99
|
+
</td>
|
100
|
+
<td class="function_name">
|
101
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()">gtk_menu_popup_at_widget</a> <span class="c_punctuation">()</span>
|
102
|
+
</td>
|
103
|
+
</tr>
|
104
|
+
<tr>
|
105
|
+
<td class="function_type">
|
106
|
+
<span class="returnvalue">void</span>
|
107
|
+
</td>
|
108
|
+
<td class="function_name">
|
109
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()">gtk_menu_popup_at_pointer</a> <span class="c_punctuation">()</span>
|
110
|
+
</td>
|
111
|
+
</tr>
|
112
|
+
<tr>
|
113
|
+
<td class="function_type">
|
114
|
+
<span class="returnvalue">void</span>
|
115
|
+
</td>
|
116
|
+
<td class="function_name">
|
93
117
|
<a class="link" href="GtkMenu.html#gtk-menu-popup-for-device" title="gtk_menu_popup_for_device ()">gtk_menu_popup_for_device</a> <span class="c_punctuation">()</span>
|
94
118
|
</td>
|
95
119
|
</tr>
|
@@ -126,7 +150,7 @@
|
|
126
150
|
</td>
|
127
151
|
</tr>
|
128
152
|
<tr>
|
129
|
-
<td class="function_type">const <a href="
|
153
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
130
154
|
</td>
|
131
155
|
<td class="function_name">
|
132
156
|
<a class="link" href="GtkMenu.html#gtk-menu-get-accel-path" title="gtk_menu_get_accel_path ()">gtk_menu_get_accel_path</a> <span class="c_punctuation">()</span>
|
@@ -141,7 +165,7 @@
|
|
141
165
|
</td>
|
142
166
|
</tr>
|
143
167
|
<tr>
|
144
|
-
<td class="function_type">const <a href="
|
168
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
145
169
|
</td>
|
146
170
|
<td class="function_name">
|
147
171
|
<a class="link" href="GtkMenu.html#gtk-menu-get-title" title="gtk_menu_get_title ()">gtk_menu_get_title</a> <span class="c_punctuation">()</span>
|
@@ -157,7 +181,7 @@
|
|
157
181
|
</tr>
|
158
182
|
<tr>
|
159
183
|
<td class="function_type">
|
160
|
-
<a href="
|
184
|
+
<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>
|
161
185
|
</td>
|
162
186
|
<td class="function_name">
|
163
187
|
<a class="link" href="GtkMenu.html#gtk-menu-get-monitor" title="gtk_menu_get_monitor ()">gtk_menu_get_monitor</a> <span class="c_punctuation">()</span>
|
@@ -165,7 +189,7 @@
|
|
165
189
|
</tr>
|
166
190
|
<tr>
|
167
191
|
<td class="function_type">
|
168
|
-
<a href="
|
192
|
+
<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>
|
169
193
|
</td>
|
170
194
|
<td class="function_name">
|
171
195
|
<a class="link" href="GtkMenu.html#gtk-menu-get-tearoff-state" title="gtk_menu_get_tearoff_state ()">gtk_menu_get_tearoff_state</a> <span class="c_punctuation">()</span>
|
@@ -181,7 +205,7 @@
|
|
181
205
|
</tr>
|
182
206
|
<tr>
|
183
207
|
<td class="function_type">
|
184
|
-
<a href="
|
208
|
+
<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>
|
185
209
|
</td>
|
186
210
|
<td class="function_name">
|
187
211
|
<a class="link" href="GtkMenu.html#gtk-menu-get-reserve-toggle-size" title="gtk_menu_get_reserve_toggle_size ()">gtk_menu_get_reserve_toggle_size</a> <span class="c_punctuation">()</span>
|
@@ -253,7 +277,7 @@
|
|
253
277
|
</tr>
|
254
278
|
<tr>
|
255
279
|
<td class="function_type">
|
256
|
-
<a href="
|
280
|
+
<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> *
|
257
281
|
</td>
|
258
282
|
<td class="function_name">
|
259
283
|
<a class="link" href="GtkMenu.html#gtk-menu-get-for-attach-widget" title="gtk_menu_get_for_attach_widget ()">gtk_menu_get_for_attach_widget</a> <span class="c_punctuation">()</span>
|
@@ -295,39 +319,59 @@
|
|
295
319
|
</tr>
|
296
320
|
<tr>
|
297
321
|
<td class="property_type">
|
298
|
-
<a href="
|
322
|
+
<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> *</td>
|
299
323
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--accel-path" title="The “accel-path” property">accel-path</a></td>
|
300
324
|
<td class="property_flags">Read / Write</td>
|
301
325
|
</tr>
|
302
326
|
<tr>
|
303
|
-
<td class="property_type"><a href="
|
327
|
+
<td class="property_type"><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></td>
|
304
328
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--active" title="The “active” property">active</a></td>
|
305
329
|
<td class="property_flags">Read / Write</td>
|
306
330
|
</tr>
|
307
331
|
<tr>
|
332
|
+
<td class="property_type"><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkAnchorHints"><span class="type">GdkAnchorHints</span></a></td>
|
333
|
+
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property">anchor-hints</a></td>
|
334
|
+
<td class="property_flags">Read / Write / Construct</td>
|
335
|
+
</tr>
|
336
|
+
<tr>
|
308
337
|
<td class="property_type">
|
309
338
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *</td>
|
310
339
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--attach-widget" title="The “attach-widget” property">attach-widget</a></td>
|
311
340
|
<td class="property_flags">Read / Write</td>
|
312
341
|
</tr>
|
313
342
|
<tr>
|
314
|
-
<td class="property_type"><a href="
|
343
|
+
<td class="property_type"><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></td>
|
344
|
+
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property">menu-type-hint</a></td>
|
345
|
+
<td class="property_flags">Read / Write / Construct</td>
|
346
|
+
</tr>
|
347
|
+
<tr>
|
348
|
+
<td class="property_type"><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></td>
|
315
349
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--monitor" title="The “monitor” property">monitor</a></td>
|
316
350
|
<td class="property_flags">Read / Write</td>
|
317
351
|
</tr>
|
318
352
|
<tr>
|
319
|
-
<td class="property_type"><a href="
|
353
|
+
<td class="property_type"><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></td>
|
354
|
+
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property">rect-anchor-dx</a></td>
|
355
|
+
<td class="property_flags">Read / Write / Construct</td>
|
356
|
+
</tr>
|
357
|
+
<tr>
|
358
|
+
<td class="property_type"><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></td>
|
359
|
+
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property">rect-anchor-dy</a></td>
|
360
|
+
<td class="property_flags">Read / Write / Construct</td>
|
361
|
+
</tr>
|
362
|
+
<tr>
|
363
|
+
<td class="property_type"><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></td>
|
320
364
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--reserve-toggle-size" title="The “reserve-toggle-size” property">reserve-toggle-size</a></td>
|
321
365
|
<td class="property_flags">Read / Write</td>
|
322
366
|
</tr>
|
323
367
|
<tr>
|
324
|
-
<td class="property_type"><a href="
|
368
|
+
<td class="property_type"><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></td>
|
325
369
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--tearoff-state" title="The “tearoff-state” property">tearoff-state</a></td>
|
326
370
|
<td class="property_flags">Read / Write</td>
|
327
371
|
</tr>
|
328
372
|
<tr>
|
329
373
|
<td class="property_type">
|
330
|
-
<a href="
|
374
|
+
<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> *</td>
|
331
375
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--tearoff-title" title="The “tearoff-title” property">tearoff-title</a></td>
|
332
376
|
<td class="property_flags">Read / Write</td>
|
333
377
|
</tr>
|
@@ -344,22 +388,22 @@
|
|
344
388
|
</colgroup>
|
345
389
|
<tbody>
|
346
390
|
<tr>
|
347
|
-
<td class="property_type"><a href="
|
391
|
+
<td class="property_type"><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></td>
|
348
392
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--c-bottom-attach" title="The “bottom-attach” child property">bottom-attach</a></td>
|
349
393
|
<td class="property_flags">Read / Write</td>
|
350
394
|
</tr>
|
351
395
|
<tr>
|
352
|
-
<td class="property_type"><a href="
|
396
|
+
<td class="property_type"><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></td>
|
353
397
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--c-left-attach" title="The “left-attach” child property">left-attach</a></td>
|
354
398
|
<td class="property_flags">Read / Write</td>
|
355
399
|
</tr>
|
356
400
|
<tr>
|
357
|
-
<td class="property_type"><a href="
|
401
|
+
<td class="property_type"><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></td>
|
358
402
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--c-right-attach" title="The “right-attach” child property">right-attach</a></td>
|
359
403
|
<td class="property_flags">Read / Write</td>
|
360
404
|
</tr>
|
361
405
|
<tr>
|
362
|
-
<td class="property_type"><a href="
|
406
|
+
<td class="property_type"><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></td>
|
363
407
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--c-top-attach" title="The “top-attach” child property">top-attach</a></td>
|
364
408
|
<td class="property_flags">Read / Write</td>
|
365
409
|
</tr>
|
@@ -381,32 +425,32 @@
|
|
381
425
|
<td class="property_flags">Read</td>
|
382
426
|
</tr>
|
383
427
|
<tr>
|
384
|
-
<td class="property_type"><a href="
|
428
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
|
385
429
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-arrow-scaling" title="The “arrow-scaling” style property">arrow-scaling</a></td>
|
386
430
|
<td class="property_flags">Read</td>
|
387
431
|
</tr>
|
388
432
|
<tr>
|
389
|
-
<td class="property_type"><a href="
|
433
|
+
<td class="property_type"><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></td>
|
390
434
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-double-arrows" title="The “double-arrows” style property">double-arrows</a></td>
|
391
435
|
<td class="property_flags">Read</td>
|
392
436
|
</tr>
|
393
437
|
<tr>
|
394
|
-
<td class="property_type"><a href="
|
438
|
+
<td class="property_type"><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></td>
|
395
439
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-horizontal-offset" title="The “horizontal-offset” style property">horizontal-offset</a></td>
|
396
440
|
<td class="property_flags">Read</td>
|
397
441
|
</tr>
|
398
442
|
<tr>
|
399
|
-
<td class="property_type"><a href="
|
443
|
+
<td class="property_type"><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></td>
|
400
444
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-horizontal-padding" title="The “horizontal-padding” style property">horizontal-padding</a></td>
|
401
445
|
<td class="property_flags">Read</td>
|
402
446
|
</tr>
|
403
447
|
<tr>
|
404
|
-
<td class="property_type"><a href="
|
448
|
+
<td class="property_type"><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></td>
|
405
449
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-vertical-offset" title="The “vertical-offset” style property">vertical-offset</a></td>
|
406
450
|
<td class="property_flags">Read</td>
|
407
451
|
</tr>
|
408
452
|
<tr>
|
409
|
-
<td class="property_type"><a href="
|
453
|
+
<td class="property_type"><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></td>
|
410
454
|
<td class="property_name"><a class="link" href="GtkMenu.html#GtkMenu--s-vertical-padding" title="The “vertical-padding” style property">vertical-padding</a></td>
|
411
455
|
<td class="property_flags">Read</td>
|
412
456
|
</tr>
|
@@ -421,11 +465,18 @@
|
|
421
465
|
<col width="300px" class="signals_name">
|
422
466
|
<col width="200px" class="signals_flags">
|
423
467
|
</colgroup>
|
424
|
-
<tbody
|
468
|
+
<tbody>
|
469
|
+
<tr>
|
425
470
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
426
471
|
<td class="signal_name"><a class="link" href="GtkMenu.html#GtkMenu-move-scroll" title="The “move-scroll” signal">move-scroll</a></td>
|
427
|
-
<td class="signal_flags"><a href="
|
428
|
-
</tr
|
472
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
|
473
|
+
</tr>
|
474
|
+
<tr>
|
475
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
476
|
+
<td class="signal_name"><a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal">popped-up</a></td>
|
477
|
+
<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>
|
478
|
+
</tr>
|
479
|
+
</tbody>
|
429
480
|
</table></div>
|
430
481
|
</div>
|
431
482
|
<div class="refsect1">
|
@@ -449,8 +500,8 @@
|
|
449
500
|
</div>
|
450
501
|
<div class="refsect1">
|
451
502
|
<a name="GtkMenu.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
452
|
-
<pre class="screen"> <a href="
|
453
|
-
<span class="lineart">╰──</span> <a href="
|
503
|
+
<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>
|
504
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
454
505
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
455
506
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
456
507
|
<span class="lineart">╰──</span> <a class="link" href="GtkMenuShell.html" title="GtkMenuShell">GtkMenuShell</a>
|
@@ -492,9 +543,9 @@ can pop up a menu when the 3rd mouse button is pressed. </p>
|
|
492
543
|
<td class="listing_lines" align="right"><pre>1
|
493
544
|
2
|
494
545
|
3</pre></td>
|
495
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
496
|
-
<span class="function"><a href="
|
497
|
-
<span class="function"><a href="
|
546
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc slc">// connect our handler which will popup the menu</span>
|
547
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-swapped">g_signal_connect_swapped</a></span> <span class="gtkdoc opt">(</span>window<span class="gtkdoc opt">,</span> <span class="string">"button_press_event"</span><span class="gtkdoc opt">,</span>
|
548
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span> <span class="gtkdoc opt">(</span>my_popup_handler<span class="gtkdoc opt">),</span> menu<span class="gtkdoc opt">);</span></pre></td>
|
498
549
|
</tr>
|
499
550
|
</tbody>
|
500
551
|
</table>
|
@@ -535,33 +586,33 @@ can pop up a menu when the 3rd mouse button is pressed. </p>
|
|
535
586
|
25
|
536
587
|
26
|
537
588
|
27</pre></td>
|
538
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
539
|
-
<span class="function">my_popup_handler</span
|
540
|
-
<span class="
|
541
|
-
|
542
|
-
|
589
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> gint
|
590
|
+
<span class="function">my_popup_handler</span> <span class="gtkdoc opt">(</span>GtkWidget <span class="gtkdoc opt">*</span>widget<span class="gtkdoc opt">,</span> GdkEvent <span class="gtkdoc opt">*</span>event<span class="gtkdoc opt">)</span>
|
591
|
+
<span class="gtkdoc opt">{</span>
|
592
|
+
GtkMenu <span class="gtkdoc opt">*</span>menu<span class="gtkdoc opt">;</span>
|
593
|
+
GdkEventButton <span class="gtkdoc opt">*</span>event_button<span class="gtkdoc opt">;</span>
|
543
594
|
|
544
|
-
<span class="
|
545
|
-
<span class="
|
546
|
-
<span class="
|
595
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-return-val-if-fail">g_return_val_if_fail</a></span> <span class="gtkdoc opt">(</span>widget <span class="gtkdoc opt">!=</span> NULL<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">);</span>
|
596
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-return-val-if-fail">g_return_val_if_fail</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_IS_MENU</span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">),</span> FALSE<span class="gtkdoc opt">);</span>
|
597
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html#g-return-val-if-fail">g_return_val_if_fail</a></span> <span class="gtkdoc opt">(</span>event <span class="gtkdoc opt">!=</span> NULL<span class="gtkdoc opt">,</span> FALSE<span class="gtkdoc opt">);</span>
|
547
598
|
|
548
|
-
<span class="
|
549
|
-
<span class="
|
550
|
-
|
599
|
+
<span class="gtkdoc slc">// The "widget" is the menu that was supplied when </span>
|
600
|
+
<span class="gtkdoc slc">// g_signal_connect_swapped() was called.</span>
|
601
|
+
menu <span class="gtkdoc opt">=</span> <span class="function">GTK_MENU</span> <span class="gtkdoc opt">(</span>widget<span class="gtkdoc opt">);</span>
|
551
602
|
|
552
|
-
<span class="
|
553
|
-
<span class="
|
554
|
-
|
555
|
-
<span class="
|
556
|
-
<span class="
|
557
|
-
<span class="
|
558
|
-
<span class="
|
559
|
-
<span class="
|
560
|
-
<span class="
|
561
|
-
<span class="
|
603
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>event<span class="gtkdoc opt">-></span>type <span class="gtkdoc opt">==</span> GDK_BUTTON_PRESS<span class="gtkdoc opt">)</span>
|
604
|
+
<span class="gtkdoc opt">{</span>
|
605
|
+
event_button <span class="gtkdoc opt">= (</span>GdkEventButton <span class="gtkdoc opt">*)</span> event<span class="gtkdoc opt">;</span>
|
606
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>event_button<span class="gtkdoc opt">-></span>button <span class="gtkdoc opt">==</span> GDK_BUTTON_SECONDARY<span class="gtkdoc opt">)</span>
|
607
|
+
<span class="gtkdoc opt">{</span>
|
608
|
+
<span class="function"><a href="GtkMenu.html#gtk-menu-popup">gtk_menu_popup</a></span> <span class="gtkdoc opt">(</span>menu<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span>
|
609
|
+
event_button<span class="gtkdoc opt">-></span>button<span class="gtkdoc opt">,</span> event_button<span class="gtkdoc opt">-></span>time<span class="gtkdoc opt">);</span>
|
610
|
+
<span class="keyword">return</span> TRUE<span class="gtkdoc opt">;</span>
|
611
|
+
<span class="gtkdoc opt">}</span>
|
612
|
+
<span class="gtkdoc opt">}</span>
|
562
613
|
|
563
|
-
<span class="
|
564
|
-
<span class="
|
614
|
+
<span class="keyword">return</span> FALSE<span class="gtkdoc opt">;</span>
|
615
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
565
616
|
</tr>
|
566
617
|
</tbody>
|
567
618
|
</table>
|
@@ -581,12 +632,12 @@ can pop up a menu when the 3rd mouse button is pressed. </p>
|
|
581
632
|
4
|
582
633
|
5
|
583
634
|
6</pre></td>
|
584
|
-
<td class="listing_code"><pre class="programlisting"
|
585
|
-
<span class="
|
586
|
-
<span class="
|
587
|
-
|
588
|
-
<span class="
|
589
|
-
<span class="
|
635
|
+
<td class="listing_code"><pre class="programlisting">menu
|
636
|
+
├── arrow<span class="gtkdoc opt">.</span>top
|
637
|
+
├── <span class="gtkdoc opt"><</span>child<span class="gtkdoc opt">></span>
|
638
|
+
┊
|
639
|
+
├── <span class="gtkdoc opt"><</span>child<span class="gtkdoc opt">></span>
|
640
|
+
╰── arrow<span class="gtkdoc opt">.</span>bottom</pre></td>
|
590
641
|
</tr>
|
591
642
|
</tbody>
|
592
643
|
</table>
|
@@ -614,7 +665,7 @@ gtk_menu_new (<em class="parameter"><code><span class="type">void</span></code><
|
|
614
665
|
<div class="refsect2">
|
615
666
|
<a name="gtk-menu-new-from-model"></a><h3>gtk_menu_new_from_model ()</h3>
|
616
667
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
617
|
-
gtk_menu_new_from_model (<em class="parameter"><code><a href="
|
668
|
+
gtk_menu_new_from_model (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html#GMenuModel-struct"><span class="type">GMenuModel</span></a> *model</code></em>);</pre>
|
618
669
|
<p>Creates a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> and populates it with menu items and
|
619
670
|
submenus according to <em class="parameter"><code>model</code></em>
|
620
671
|
.</p>
|
@@ -634,7 +685,7 @@ attach widget or on any of its parent widgets.</p>
|
|
634
685
|
</colgroup>
|
635
686
|
<tbody><tr>
|
636
687
|
<td class="parameter_name"><p>model</p></td>
|
637
|
-
<td class="parameter_description"><p>a <a href="
|
688
|
+
<td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html#GMenuModel-struct"><span class="type">GMenuModel</span></a></p></td>
|
638
689
|
<td class="parameter_annotations"> </td>
|
639
690
|
</tr></tbody>
|
640
691
|
</table></div>
|
@@ -668,7 +719,7 @@ gtk_menu_set_screen (<em class="parameter"><code><a class="link" href="GtkMenu.h
|
|
668
719
|
</tr>
|
669
720
|
<tr>
|
670
721
|
<td class="parameter_name"><p>screen</p></td>
|
671
|
-
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>, or <a href="
|
722
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</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 screen should be
|
672
723
|
determined by the widget the menu is attached to. </p></td>
|
673
724
|
<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>
|
674
725
|
</tr>
|
@@ -683,7 +734,7 @@ determined by the widget the menu is attached to. </p></td>
|
|
683
734
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
684
735
|
gtk_menu_reorder_child (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
685
736
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
686
|
-
<em class="parameter"><code><a href="
|
737
|
+
<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> position</code></em>);</pre>
|
687
738
|
<p>Moves <em class="parameter"><code>child</code></em>
|
688
739
|
to a new <em class="parameter"><code>position</code></em>
|
689
740
|
in the list of <em class="parameter"><code>menu</code></em>
|
@@ -725,10 +776,10 @@ Positions are numbered from 0 to n - 1</p></td>
|
|
725
776
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
726
777
|
gtk_menu_attach (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
727
778
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
728
|
-
<em class="parameter"><code><a href="
|
729
|
-
<em class="parameter"><code><a href="
|
730
|
-
<em class="parameter"><code><a href="
|
731
|
-
<em class="parameter"><code><a href="
|
779
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> left_attach</code></em>,
|
780
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> right_attach</code></em>,
|
781
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> top_attach</code></em>,
|
782
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> bottom_attach</code></em>);</pre>
|
732
783
|
<p>Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to a (table) menu. The number of “cells” that
|
733
784
|
an item will occupy is specified by <em class="parameter"><code>left_attach</code></em>
|
734
785
|
, <em class="parameter"><code>right_attach</code></em>
|
@@ -785,20 +836,272 @@ rightmost, uppermost and lower column and row numbers of the table.
|
|
785
836
|
</div>
|
786
837
|
<hr>
|
787
838
|
<div class="refsect2">
|
839
|
+
<a name="gtk-menu-popup-at-rect"></a><h3>gtk_menu_popup_at_rect ()</h3>
|
840
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
841
|
+
gtk_menu_popup_at_rect (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
842
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *rect_window</code></em>,
|
843
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>,
|
844
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> rect_anchor</code></em>,
|
845
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> menu_anchor</code></em>,
|
846
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *trigger_event</code></em>);</pre>
|
847
|
+
<p>Displays <em class="parameter"><code>menu</code></em>
|
848
|
+
and makes it available for selection.</p>
|
849
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a> and <a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, which
|
850
|
+
handle more common cases for popping up menus.</p>
|
851
|
+
<p><em class="parameter"><code>menu</code></em>
|
852
|
+
will be positioned at <em class="parameter"><code>rect</code></em>
|
853
|
+
, aligning their anchor points. <em class="parameter"><code>rect</code></em>
|
854
|
+
is
|
855
|
+
relative to the top-left corner of <em class="parameter"><code>rect_window</code></em>
|
856
|
+
. <em class="parameter"><code>rect_anchor</code></em>
|
857
|
+
and
|
858
|
+
<em class="parameter"><code>menu_anchor</code></em>
|
859
|
+
determine anchor points on <em class="parameter"><code>rect</code></em>
|
860
|
+
and <em class="parameter"><code>menu</code></em>
|
861
|
+
to pin together.
|
862
|
+
<em class="parameter"><code>menu</code></em>
|
863
|
+
can optionally be offset by <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a> and
|
864
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>.</p>
|
865
|
+
<p>Anchors should be specified under the assumption that the text direction is
|
866
|
+
left-to-right; they will be flipped horizontally automatically if the text
|
867
|
+
direction is right-to-left.</p>
|
868
|
+
<p>Other properties that influence the behaviour of this function are
|
869
|
+
<a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a> and <a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>. Connect to the
|
870
|
+
<a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a> signal to find out how it was actually positioned.</p>
|
871
|
+
<div class="refsect3">
|
872
|
+
<a name="gtk-menu-popup-at-rect.parameters"></a><h4>Parameters</h4>
|
873
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
874
|
+
<colgroup>
|
875
|
+
<col width="150px" class="parameters_name">
|
876
|
+
<col class="parameters_description">
|
877
|
+
<col width="200px" class="parameters_annotations">
|
878
|
+
</colgroup>
|
879
|
+
<tbody>
|
880
|
+
<tr>
|
881
|
+
<td class="parameter_name"><p>menu</p></td>
|
882
|
+
<td class="parameter_description"><p>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> to pop up</p></td>
|
883
|
+
<td class="parameter_annotations"> </td>
|
884
|
+
</tr>
|
885
|
+
<tr>
|
886
|
+
<td class="parameter_name"><p>rect_window</p></td>
|
887
|
+
<td class="parameter_description"><p> the <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> <em class="parameter"><code>rect</code></em>
|
888
|
+
is relative to. </p></td>
|
889
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
|
890
|
+
</tr>
|
891
|
+
<tr>
|
892
|
+
<td class="parameter_name"><p>rect</p></td>
|
893
|
+
<td class="parameter_description"><p> the <a href="http://developer.gnome.org/gdk3/gdk4-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> to align <em class="parameter"><code>menu</code></em>
|
894
|
+
with. </p></td>
|
895
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
|
896
|
+
</tr>
|
897
|
+
<tr>
|
898
|
+
<td class="parameter_name"><p>rect_anchor</p></td>
|
899
|
+
<td class="parameter_description"><p>the point on <em class="parameter"><code>rect</code></em>
|
900
|
+
to align with <em class="parameter"><code>menu</code></em>
|
901
|
+
's anchor point</p></td>
|
902
|
+
<td class="parameter_annotations"> </td>
|
903
|
+
</tr>
|
904
|
+
<tr>
|
905
|
+
<td class="parameter_name"><p>menu_anchor</p></td>
|
906
|
+
<td class="parameter_description"><p>the point on <em class="parameter"><code>menu</code></em>
|
907
|
+
to align with <em class="parameter"><code>rect</code></em>
|
908
|
+
's anchor point</p></td>
|
909
|
+
<td class="parameter_annotations"> </td>
|
910
|
+
</tr>
|
911
|
+
<tr>
|
912
|
+
<td class="parameter_name"><p>trigger_event</p></td>
|
913
|
+
<td class="parameter_description"><p> the <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that initiated this request or
|
914
|
+
<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 it's the current event. </p></td>
|
915
|
+
<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>
|
916
|
+
</tr>
|
917
|
+
</tbody>
|
918
|
+
</table></div>
|
919
|
+
</div>
|
920
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
921
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
922
|
+
give outside developers early access to new or rapidly changing technology, or
|
923
|
+
to provide an interim solution to a problem where a more general solution is
|
924
|
+
anticipated. No claims are made about either source or binary compatibility from
|
925
|
+
one minor release to the next.
|
926
|
+
|
927
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
928
|
+
change without warning and should not be used in unbundled products.
|
929
|
+
|
930
|
+
Given such caveats, customer impact need not be a factor when considering
|
931
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
932
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
933
|
+
mentioned in the release notes for the affected release.
|
934
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
935
|
+
</div>
|
936
|
+
<hr>
|
937
|
+
<div class="refsect2">
|
938
|
+
<a name="gtk-menu-popup-at-widget"></a><h3>gtk_menu_popup_at_widget ()</h3>
|
939
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
940
|
+
gtk_menu_popup_at_widget (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
941
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
942
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> widget_anchor</code></em>,
|
943
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> menu_anchor</code></em>,
|
944
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *trigger_event</code></em>);</pre>
|
945
|
+
<p>Displays <em class="parameter"><code>menu</code></em>
|
946
|
+
and makes it available for selection.</p>
|
947
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a> to pop up a menu at the master pointer.
|
948
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a> also allows you to position a menu at an arbitrary
|
949
|
+
rectangle.</p>
|
950
|
+
<p><span class="inlinemediaobject"><img src="popup-anchors.png"></span></p>
|
951
|
+
<p><em class="parameter"><code>menu</code></em>
|
952
|
+
will be positioned at <em class="parameter"><code>widget</code></em>
|
953
|
+
, aligning their anchor points.
|
954
|
+
<em class="parameter"><code>widget_anchor</code></em>
|
955
|
+
and <em class="parameter"><code>menu_anchor</code></em>
|
956
|
+
determine anchor points on <em class="parameter"><code>widget</code></em>
|
957
|
+
and <em class="parameter"><code>menu</code></em>
|
958
|
+
|
959
|
+
to pin together. <em class="parameter"><code>menu</code></em>
|
960
|
+
can optionally be offset by <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>
|
961
|
+
and <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>.</p>
|
962
|
+
<p>Anchors should be specified under the assumption that the text direction is
|
963
|
+
left-to-right; they will be flipped horizontally automatically if the text
|
964
|
+
direction is right-to-left.</p>
|
965
|
+
<p>Other properties that influence the behaviour of this function are
|
966
|
+
<a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a> and <a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>. Connect to the
|
967
|
+
<a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a> signal to find out how it was actually positioned.</p>
|
968
|
+
<div class="refsect3">
|
969
|
+
<a name="gtk-menu-popup-at-widget.parameters"></a><h4>Parameters</h4>
|
970
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
971
|
+
<colgroup>
|
972
|
+
<col width="150px" class="parameters_name">
|
973
|
+
<col class="parameters_description">
|
974
|
+
<col width="200px" class="parameters_annotations">
|
975
|
+
</colgroup>
|
976
|
+
<tbody>
|
977
|
+
<tr>
|
978
|
+
<td class="parameter_name"><p>menu</p></td>
|
979
|
+
<td class="parameter_description"><p>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> to pop up</p></td>
|
980
|
+
<td class="parameter_annotations"> </td>
|
981
|
+
</tr>
|
982
|
+
<tr>
|
983
|
+
<td class="parameter_name"><p>widget</p></td>
|
984
|
+
<td class="parameter_description"><p> the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> to align <em class="parameter"><code>menu</code></em>
|
985
|
+
with. </p></td>
|
986
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL must not be passed as the value in, out, in-out; or as a return value."><span class="acronym">not nullable</span></acronym>]</span></td>
|
987
|
+
</tr>
|
988
|
+
<tr>
|
989
|
+
<td class="parameter_name"><p>widget_anchor</p></td>
|
990
|
+
<td class="parameter_description"><p>the point on <em class="parameter"><code>widget</code></em>
|
991
|
+
to align with <em class="parameter"><code>menu</code></em>
|
992
|
+
's anchor point</p></td>
|
993
|
+
<td class="parameter_annotations"> </td>
|
994
|
+
</tr>
|
995
|
+
<tr>
|
996
|
+
<td class="parameter_name"><p>menu_anchor</p></td>
|
997
|
+
<td class="parameter_description"><p>the point on <em class="parameter"><code>menu</code></em>
|
998
|
+
to align with <em class="parameter"><code>widget</code></em>
|
999
|
+
's anchor point</p></td>
|
1000
|
+
<td class="parameter_annotations"> </td>
|
1001
|
+
</tr>
|
1002
|
+
<tr>
|
1003
|
+
<td class="parameter_name"><p>trigger_event</p></td>
|
1004
|
+
<td class="parameter_description"><p> the <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that initiated this request or
|
1005
|
+
<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 it's the current event. </p></td>
|
1006
|
+
<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>
|
1007
|
+
</tr>
|
1008
|
+
</tbody>
|
1009
|
+
</table></div>
|
1010
|
+
</div>
|
1011
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1012
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
1013
|
+
give outside developers early access to new or rapidly changing technology, or
|
1014
|
+
to provide an interim solution to a problem where a more general solution is
|
1015
|
+
anticipated. No claims are made about either source or binary compatibility from
|
1016
|
+
one minor release to the next.
|
1017
|
+
|
1018
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
1019
|
+
change without warning and should not be used in unbundled products.
|
1020
|
+
|
1021
|
+
Given such caveats, customer impact need not be a factor when considering
|
1022
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
1023
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
1024
|
+
mentioned in the release notes for the affected release.
|
1025
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
1026
|
+
</div>
|
1027
|
+
<hr>
|
1028
|
+
<div class="refsect2">
|
1029
|
+
<a name="gtk-menu-popup-at-pointer"></a><h3>gtk_menu_popup_at_pointer ()</h3>
|
1030
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1031
|
+
gtk_menu_popup_at_pointer (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1032
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *trigger_event</code></em>);</pre>
|
1033
|
+
<p>Displays <em class="parameter"><code>menu</code></em>
|
1034
|
+
and makes it available for selection.</p>
|
1035
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a> to pop up a menu at a widget.
|
1036
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a> also allows you to position a menu at an arbitrary
|
1037
|
+
rectangle.</p>
|
1038
|
+
<p><em class="parameter"><code>menu</code></em>
|
1039
|
+
will be positioned at the pointer associated with <em class="parameter"><code>trigger_event</code></em>
|
1040
|
+
.</p>
|
1041
|
+
<p>Properties that influence the behaviour of this function are
|
1042
|
+
<a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>, and
|
1043
|
+
<a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>. Connect to the <a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a> signal to find
|
1044
|
+
out how it was actually positioned.</p>
|
1045
|
+
<div class="refsect3">
|
1046
|
+
<a name="gtk-menu-popup-at-pointer.parameters"></a><h4>Parameters</h4>
|
1047
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1048
|
+
<colgroup>
|
1049
|
+
<col width="150px" class="parameters_name">
|
1050
|
+
<col class="parameters_description">
|
1051
|
+
<col width="200px" class="parameters_annotations">
|
1052
|
+
</colgroup>
|
1053
|
+
<tbody>
|
1054
|
+
<tr>
|
1055
|
+
<td class="parameter_name"><p>menu</p></td>
|
1056
|
+
<td class="parameter_description"><p>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> to pop up</p></td>
|
1057
|
+
<td class="parameter_annotations"> </td>
|
1058
|
+
</tr>
|
1059
|
+
<tr>
|
1060
|
+
<td class="parameter_name"><p>trigger_event</p></td>
|
1061
|
+
<td class="parameter_description"><p> the <a href="http://developer.gnome.org/gdk3/gdk4-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that initiated this request or
|
1062
|
+
<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 it's the current event. </p></td>
|
1063
|
+
<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>
|
1064
|
+
</tr>
|
1065
|
+
</tbody>
|
1066
|
+
</table></div>
|
1067
|
+
</div>
|
1068
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1069
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
1070
|
+
give outside developers early access to new or rapidly changing technology, or
|
1071
|
+
to provide an interim solution to a problem where a more general solution is
|
1072
|
+
anticipated. No claims are made about either source or binary compatibility from
|
1073
|
+
one minor release to the next.
|
1074
|
+
|
1075
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
1076
|
+
change without warning and should not be used in unbundled products.
|
1077
|
+
|
1078
|
+
Given such caveats, customer impact need not be a factor when considering
|
1079
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
1080
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
1081
|
+
mentioned in the release notes for the affected release.
|
1082
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
1083
|
+
</div>
|
1084
|
+
<hr>
|
1085
|
+
<div class="refsect2">
|
788
1086
|
<a name="gtk-menu-popup-for-device"></a><h3>gtk_menu_popup_for_device ()</h3>
|
789
1087
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
790
1088
|
gtk_menu_popup_for_device (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
791
|
-
<em class="parameter"><code><a href="http://
|
1089
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a> *device</code></em>,
|
792
1090
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *parent_menu_shell</code></em>,
|
793
1091
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *parent_menu_item</code></em>,
|
794
1092
|
<em class="parameter"><code><a class="link" href="GtkMenu.html#GtkMenuPositionFunc" title="GtkMenuPositionFunc ()"><span class="type">GtkMenuPositionFunc</span></a> func</code></em>,
|
795
|
-
<em class="parameter"><code><a href="
|
796
|
-
<em class="parameter"><code><a href="
|
797
|
-
<em class="parameter"><code><a href="
|
798
|
-
<em class="parameter"><code><a href="
|
1093
|
+
<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>,
|
1094
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>,
|
1095
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
1096
|
+
<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> activate_time</code></em>);</pre>
|
1097
|
+
<div class="warning">
|
1098
|
+
<p><code class="literal">gtk_menu_popup_for_device</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
1099
|
+
<p>Please use <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
1100
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>. or <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a> instead</p>
|
1101
|
+
</div>
|
799
1102
|
<p>Displays a menu and makes it available for selection.</p>
|
800
1103
|
<p>Applications can use this function to display context-sensitive menus,
|
801
|
-
and will typically supply <a href="
|
1104
|
+
and will typically supply <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>parent_menu_shell</code></em>
|
802
1105
|
,
|
803
1106
|
<em class="parameter"><code>parent_menu_item</code></em>
|
804
1107
|
, <em class="parameter"><code>func</code></em>
|
@@ -821,6 +1124,10 @@ properly, this needs to be the time stamp of the user event (such as
|
|
821
1124
|
a mouse click or key press) that caused the initiation of the popup.
|
822
1125
|
Only if no such event is available, <a class="link" href="gtk3-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()"><code class="function">gtk_get_current_event_time()</code></a> can
|
823
1126
|
be used instead.</p>
|
1127
|
+
<p>Note that this function does not work very well on GDK backends that
|
1128
|
+
do not have global coordinates, such as Wayland or Mir. You should
|
1129
|
+
probably use one of the gtk_menu_popup_at_ variants, which do not
|
1130
|
+
have this problem.</p>
|
824
1131
|
<div class="refsect3">
|
825
1132
|
<a name="gtk-menu-popup-for-device.parameters"></a><h4>Parameters</h4>
|
826
1133
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -837,25 +1144,25 @@ be used instead.</p>
|
|
837
1144
|
</tr>
|
838
1145
|
<tr>
|
839
1146
|
<td class="parameter_name"><p>device</p></td>
|
840
|
-
<td class="parameter_description"><p> a <a href="http://
|
1147
|
+
<td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevice</span></a>. </p></td>
|
841
1148
|
<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>
|
842
1149
|
</tr>
|
843
1150
|
<tr>
|
844
1151
|
<td class="parameter_name"><p>parent_menu_shell</p></td>
|
845
1152
|
<td class="parameter_description"><p> the menu shell containing the triggering
|
846
|
-
menu item, or <a href="
|
1153
|
+
menu item, 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>
|
847
1154
|
<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>
|
848
1155
|
</tr>
|
849
1156
|
<tr>
|
850
1157
|
<td class="parameter_name"><p>parent_menu_item</p></td>
|
851
1158
|
<td class="parameter_description"><p> the menu item whose activation triggered
|
852
|
-
the popup, or <a href="
|
1159
|
+
the popup, 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>
|
853
1160
|
<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>
|
854
1161
|
</tr>
|
855
1162
|
<tr>
|
856
1163
|
<td class="parameter_name"><p>func</p></td>
|
857
1164
|
<td class="parameter_description"><p> a user supplied function used to position the menu,
|
858
|
-
or <a href="
|
1165
|
+
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>
|
859
1166
|
<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>
|
860
1167
|
</tr>
|
861
1168
|
<tr>
|
@@ -893,12 +1200,17 @@ gtk_menu_popup (<em class="parameter"><code><a class="link" href="GtkMenu.html"
|
|
893
1200
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *parent_menu_shell</code></em>,
|
894
1201
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *parent_menu_item</code></em>,
|
895
1202
|
<em class="parameter"><code><a class="link" href="GtkMenu.html#GtkMenuPositionFunc" title="GtkMenuPositionFunc ()"><span class="type">GtkMenuPositionFunc</span></a> func</code></em>,
|
896
|
-
<em class="parameter"><code><a href="
|
897
|
-
<em class="parameter"><code><a href="
|
898
|
-
<em class="parameter"><code><a href="
|
1203
|
+
<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>,
|
1204
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button</code></em>,
|
1205
|
+
<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> activate_time</code></em>);</pre>
|
1206
|
+
<div class="warning">
|
1207
|
+
<p><code class="literal">gtk_menu_popup</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
1208
|
+
<p>Please use <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
1209
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>. or <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a> instead</p>
|
1210
|
+
</div>
|
899
1211
|
<p>Displays a menu and makes it available for selection.</p>
|
900
1212
|
<p>Applications can use this function to display context-sensitive
|
901
|
-
menus, and will typically supply <a href="
|
1213
|
+
menus, and will typically supply <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>parent_menu_shell</code></em>
|
902
1214
|
,
|
903
1215
|
<em class="parameter"><code>parent_menu_item</code></em>
|
904
1216
|
, <em class="parameter"><code>func</code></em>
|
@@ -919,6 +1231,10 @@ properly, this needs to be the timestamp of the user event (such as
|
|
919
1231
|
a mouse click or key press) that caused the initiation of the popup.
|
920
1232
|
Only if no such event is available, <a class="link" href="gtk3-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()"><code class="function">gtk_get_current_event_time()</code></a> can
|
921
1233
|
be used instead.</p>
|
1234
|
+
<p>Note that this function does not work very well on GDK backends that
|
1235
|
+
do not have global coordinates, such as Wayland or Mir. You should
|
1236
|
+
probably use one of the gtk_menu_popup_at_ variants, which do not
|
1237
|
+
have this problem.</p>
|
922
1238
|
<div class="refsect3">
|
923
1239
|
<a name="gtk-menu-popup.parameters"></a><h4>Parameters</h4>
|
924
1240
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -936,19 +1252,19 @@ be used instead.</p>
|
|
936
1252
|
<tr>
|
937
1253
|
<td class="parameter_name"><p>parent_menu_shell</p></td>
|
938
1254
|
<td class="parameter_description"><p> the menu shell containing the
|
939
|
-
triggering menu item, or <a href="
|
1255
|
+
triggering menu item, 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>
|
940
1256
|
<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>
|
941
1257
|
</tr>
|
942
1258
|
<tr>
|
943
1259
|
<td class="parameter_name"><p>parent_menu_item</p></td>
|
944
1260
|
<td class="parameter_description"><p> the menu item whose activation
|
945
|
-
triggered the popup, or <a href="
|
1261
|
+
triggered the popup, 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>
|
946
1262
|
<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>
|
947
1263
|
</tr>
|
948
1264
|
<tr>
|
949
1265
|
<td class="parameter_name"><p>func</p></td>
|
950
1266
|
<td class="parameter_description"><p> a user supplied function used to position
|
951
|
-
the menu, or <a href="
|
1267
|
+
the menu, 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>
|
952
1268
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
953
1269
|
</tr>
|
954
1270
|
<tr>
|
@@ -1039,7 +1355,7 @@ menu. See <a class="link" href="GtkMenu.html#gtk-menu-set-accel-group" title="gt
|
|
1039
1355
|
<a name="gtk-menu-set-accel-path"></a><h3>gtk_menu_set_accel_path ()</h3>
|
1040
1356
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1041
1357
|
gtk_menu_set_accel_path (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1042
|
-
<em class="parameter"><code>const <a href="
|
1358
|
+
<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> *accel_path</code></em>);</pre>
|
1043
1359
|
<p>Sets an accelerator path for this menu from which accelerator paths
|
1044
1360
|
for its immediate children, its menu items, can be constructed.
|
1045
1361
|
The main purpose of this function is to spare the programmer the
|
@@ -1056,9 +1372,9 @@ and <code class="literal">"<Gnumeric-Sheet>/File/Exit"</code>.</p>
|
|
1056
1372
|
their accelerators at runtime. More details about accelerator paths
|
1057
1373
|
and their default setups can be found at <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-add-entry" title="gtk_accel_map_add_entry ()"><code class="function">gtk_accel_map_add_entry()</code></a>.</p>
|
1058
1374
|
<p>Note that <em class="parameter"><code>accel_path</code></em>
|
1059
|
-
string will be stored in a <a href="
|
1375
|
+
string will be stored in a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="type">GQuark</span></a>. Therefore,
|
1060
1376
|
if you pass a static string, you can save some memory by interning
|
1061
|
-
it first with <a href="
|
1377
|
+
it first with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html#g-intern-static-string"><code class="function">g_intern_static_string()</code></a>.</p>
|
1062
1378
|
<div class="refsect3">
|
1063
1379
|
<a name="gtk-menu-set-accel-path.parameters"></a><h4>Parameters</h4>
|
1064
1380
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1085,7 +1401,7 @@ it first with <a href="https://developer.gnome.org/glib/unstable/glib-Quarks.htm
|
|
1085
1401
|
<hr>
|
1086
1402
|
<div class="refsect2">
|
1087
1403
|
<a name="gtk-menu-get-accel-path"></a><h3>gtk_menu_get_accel_path ()</h3>
|
1088
|
-
<pre class="programlisting">const <a href="
|
1404
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1089
1405
|
gtk_menu_get_accel_path (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>);</pre>
|
1090
1406
|
<p>Retrieves the accelerator path set on the menu.</p>
|
1091
1407
|
<div class="refsect3">
|
@@ -1114,12 +1430,12 @@ gtk_menu_get_accel_path (<em class="parameter"><code><a class="link" href="GtkMe
|
|
1114
1430
|
<a name="gtk-menu-set-title"></a><h3>gtk_menu_set_title ()</h3>
|
1115
1431
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1116
1432
|
gtk_menu_set_title (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1117
|
-
<em class="parameter"><code>const <a href="
|
1433
|
+
<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>
|
1118
1434
|
<div class="warning"><p><code class="literal">gtk_menu_set_title</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1119
1435
|
<p>Sets the title string for the menu.</p>
|
1120
1436
|
<p>The title is displayed when the menu is shown as a tearoff
|
1121
1437
|
menu. If <em class="parameter"><code>title</code></em>
|
1122
|
-
is <a href="
|
1438
|
+
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 menu will see if it is attached
|
1123
1439
|
to a parent menu item, and if so it will try to use the same
|
1124
1440
|
text as that menu item’s label.</p>
|
1125
1441
|
<div class="refsect3">
|
@@ -1148,7 +1464,7 @@ text as that menu item’s label.</p>
|
|
1148
1464
|
<hr>
|
1149
1465
|
<div class="refsect2">
|
1150
1466
|
<a name="gtk-menu-get-title"></a><h3>gtk_menu_get_title ()</h3>
|
1151
|
-
<pre class="programlisting">const <a href="
|
1467
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1152
1468
|
gtk_menu_get_title (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>);</pre>
|
1153
1469
|
<div class="warning"><p><code class="literal">gtk_menu_get_title</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1154
1470
|
<p>Returns the title of the menu. See <a class="link" href="GtkMenu.html#gtk-menu-set-title" title="gtk_menu_set_title ()"><code class="function">gtk_menu_set_title()</code></a>.</p>
|
@@ -1169,7 +1485,7 @@ gtk_menu_get_title (<em class="parameter"><code><a class="link" href="GtkMenu.ht
|
|
1169
1485
|
</div>
|
1170
1486
|
<div class="refsect3">
|
1171
1487
|
<a name="gtk-menu-get-title.returns"></a><h4>Returns</h4>
|
1172
|
-
<p> the title of the menu, or <a href="
|
1488
|
+
<p> the title of the menu, 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 menu
|
1173
1489
|
has no title set on it. This string is owned by GTK+
|
1174
1490
|
and should not be modified or freed.</p>
|
1175
1491
|
</div>
|
@@ -1179,9 +1495,9 @@ and should not be modified or freed.</p>
|
|
1179
1495
|
<a name="gtk-menu-set-monitor"></a><h3>gtk_menu_set_monitor ()</h3>
|
1180
1496
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1181
1497
|
gtk_menu_set_monitor (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1182
|
-
<em class="parameter"><code><a href="
|
1498
|
+
<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_num</code></em>);</pre>
|
1183
1499
|
<p>Informs GTK+ on which monitor a menu should be popped up.
|
1184
|
-
See <a href="http://developer.gnome.org/gdk3/
|
1500
|
+
See <a href="http://developer.gnome.org/gdk3/GdkMonitor.html#gdk-monitor-get-geometry"><code class="function">gdk_monitor_get_geometry()</code></a>.</p>
|
1185
1501
|
<p>This function should be called from a <a class="link" href="GtkMenu.html#GtkMenuPositionFunc" title="GtkMenuPositionFunc ()"><span class="type">GtkMenuPositionFunc</span></a>
|
1186
1502
|
if the menu should not appear on the same monitor as the pointer.
|
1187
1503
|
This information can’t be reliably inferred from the coordinates
|
@@ -1216,7 +1532,7 @@ be popped up</p></td>
|
|
1216
1532
|
<hr>
|
1217
1533
|
<div class="refsect2">
|
1218
1534
|
<a name="gtk-menu-get-monitor"></a><h3>gtk_menu_get_monitor ()</h3>
|
1219
|
-
<pre class="programlisting"><a href="
|
1535
|
+
<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>
|
1220
1536
|
gtk_menu_get_monitor (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>);</pre>
|
1221
1537
|
<p>Retrieves the number of the monitor on which to show the menu.</p>
|
1222
1538
|
<div class="refsect3">
|
@@ -1244,7 +1560,7 @@ be popped up or -1, if no monitor has been set</p>
|
|
1244
1560
|
<hr>
|
1245
1561
|
<div class="refsect2">
|
1246
1562
|
<a name="gtk-menu-get-tearoff-state"></a><h3>gtk_menu_get_tearoff_state ()</h3>
|
1247
|
-
<pre class="programlisting"><a href="
|
1563
|
+
<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>
|
1248
1564
|
gtk_menu_get_tearoff_state (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>);</pre>
|
1249
1565
|
<div class="warning"><p><code class="literal">gtk_menu_get_tearoff_state</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1250
1566
|
<p>Returns whether the menu is torn off.
|
@@ -1266,7 +1582,7 @@ See <a class="link" href="GtkMenu.html#gtk-menu-set-tearoff-state" title="gtk_me
|
|
1266
1582
|
</div>
|
1267
1583
|
<div class="refsect3">
|
1268
1584
|
<a name="gtk-menu-get-tearoff-state.returns"></a><h4>Returns</h4>
|
1269
|
-
<p> <a href="
|
1585
|
+
<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 menu is currently torn off.</p>
|
1270
1586
|
</div>
|
1271
1587
|
</div>
|
1272
1588
|
<hr>
|
@@ -1274,7 +1590,7 @@ See <a class="link" href="GtkMenu.html#gtk-menu-set-tearoff-state" title="gtk_me
|
|
1274
1590
|
<a name="gtk-menu-set-reserve-toggle-size"></a><h3>gtk_menu_set_reserve_toggle_size ()</h3>
|
1275
1591
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1276
1592
|
gtk_menu_set_reserve_toggle_size (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1277
|
-
<em class="parameter"><code><a href="
|
1593
|
+
<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> reserve_toggle_size</code></em>);</pre>
|
1278
1594
|
<p>Sets whether the menu should reserve space for drawing toggles
|
1279
1595
|
or icons, regardless of their actual presence.</p>
|
1280
1596
|
<div class="refsect3">
|
@@ -1304,7 +1620,7 @@ or icons, regardless of their actual presence.</p>
|
|
1304
1620
|
<hr>
|
1305
1621
|
<div class="refsect2">
|
1306
1622
|
<a name="gtk-menu-get-reserve-toggle-size"></a><h3>gtk_menu_get_reserve_toggle_size ()</h3>
|
1307
|
-
<pre class="programlisting"><a href="
|
1623
|
+
<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>
|
1308
1624
|
gtk_menu_get_reserve_toggle_size (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>);</pre>
|
1309
1625
|
<p>Returns whether the menu reserves space for toggles and
|
1310
1626
|
icons, regardless of their actual presence.</p>
|
@@ -1408,7 +1724,7 @@ first menu item is selected. </p>
|
|
1408
1724
|
<a name="gtk-menu-set-active"></a><h3>gtk_menu_set_active ()</h3>
|
1409
1725
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1410
1726
|
gtk_menu_set_active (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1411
|
-
<em class="parameter"><code><a href="
|
1727
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
|
1412
1728
|
<p>Selects the specified menu item within the menu. This is used by
|
1413
1729
|
the <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> and should not be used by anyone else.</p>
|
1414
1730
|
<div class="refsect3">
|
@@ -1440,7 +1756,7 @@ from 0 to n-1</p></td>
|
|
1440
1756
|
<a name="gtk-menu-set-tearoff-state"></a><h3>gtk_menu_set_tearoff_state ()</h3>
|
1441
1757
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1442
1758
|
gtk_menu_set_tearoff_state (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1443
|
-
<em class="parameter"><code><a href="
|
1759
|
+
<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> torn_off</code></em>);</pre>
|
1444
1760
|
<div class="warning"><p><code class="literal">gtk_menu_set_tearoff_state</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1445
1761
|
<p>Changes the tearoff state of the menu. A menu is normally
|
1446
1762
|
displayed as drop down menu which persists as long as the menu is
|
@@ -1462,7 +1778,7 @@ until it is closed or reattached.</p>
|
|
1462
1778
|
</tr>
|
1463
1779
|
<tr>
|
1464
1780
|
<td class="parameter_name"><p>torn_off</p></td>
|
1465
|
-
<td class="parameter_description"><p>If <a href="
|
1781
|
+
<td class="parameter_description"><p>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>, menu is displayed as a tearoff menu.</p></td>
|
1466
1782
|
<td class="parameter_annotations"> </td>
|
1467
1783
|
</tr>
|
1468
1784
|
</tbody>
|
@@ -1567,7 +1883,7 @@ gtk_menu_get_attach_widget (<em class="parameter"><code><a class="link" href="Gt
|
|
1567
1883
|
<hr>
|
1568
1884
|
<div class="refsect2">
|
1569
1885
|
<a name="gtk-menu-get-for-attach-widget"></a><h3>gtk_menu_get_for_attach_widget ()</h3>
|
1570
|
-
<pre class="programlisting"><a href="
|
1886
|
+
<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> *
|
1571
1887
|
gtk_menu_get_for_attach_widget (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
1572
1888
|
<p>Returns a list of the menus which are attached to this widget.
|
1573
1889
|
This list is owned by GTK+ and must not be modified.</p>
|
@@ -1599,10 +1915,10 @@ of menus attached to his widget. </p>
|
|
1599
1915
|
<a name="GtkMenuPositionFunc"></a><h3>GtkMenuPositionFunc ()</h3>
|
1600
1916
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1601
1917
|
<span class="c_punctuation">(</span>*GtkMenuPositionFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu</code></em>,
|
1602
|
-
<em class="parameter"><code><a href="
|
1603
|
-
<em class="parameter"><code><a href="
|
1604
|
-
<em class="parameter"><code><a href="
|
1605
|
-
<em class="parameter"><code><a href="
|
1918
|
+
<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>,
|
1919
|
+
<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>,
|
1920
|
+
<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> *push_in</code></em>,
|
1921
|
+
<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>
|
1606
1922
|
<p>A user function supplied when calling <a class="link" href="GtkMenu.html#gtk-menu-popup" title="gtk_menu_popup ()"><code class="function">gtk_menu_popup()</code></a> which
|
1607
1923
|
controls the positioning of the menu when it is displayed. The
|
1608
1924
|
function sets the <em class="parameter"><code>x</code></em>
|
@@ -1627,20 +1943,20 @@ called.</p>
|
|
1627
1943
|
</tr>
|
1628
1944
|
<tr>
|
1629
1945
|
<td class="parameter_name"><p>x</p></td>
|
1630
|
-
<td class="parameter_description"><p> address of the <a href="
|
1946
|
+
<td class="parameter_description"><p> address of the <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> representing the horizontal
|
1631
1947
|
position where the menu shall be drawn. </p></td>
|
1632
1948
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
1633
1949
|
</tr>
|
1634
1950
|
<tr>
|
1635
1951
|
<td class="parameter_name"><p>y</p></td>
|
1636
|
-
<td class="parameter_description"><p> address of the <a href="
|
1952
|
+
<td class="parameter_description"><p> address of the <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> representing the vertical position
|
1637
1953
|
where the menu shall be drawn. This is an output parameter. </p></td>
|
1638
1954
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span></td>
|
1639
1955
|
</tr>
|
1640
1956
|
<tr>
|
1641
1957
|
<td class="parameter_name"><p>push_in</p></td>
|
1642
1958
|
<td class="parameter_description"><p> This parameter controls how menus placed outside
|
1643
|
-
the monitor are handled. If this is set to <a href="
|
1959
|
+
the monitor are handled. If this is 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> and part of
|
1644
1960
|
the menu is outside the monitor then GTK+ pushes the window
|
1645
1961
|
into the visible area, effectively modifying the popup
|
1646
1962
|
position. Note that moving and possibly resizing the menu
|
@@ -1752,7 +2068,7 @@ will be called when the menu is later detached from the widget.</p>
|
|
1752
2068
|
<hr>
|
1753
2069
|
<div class="refsect2">
|
1754
2070
|
<a name="GtkMenu--accel-path"></a><h3>The <code class="literal">“accel-path”</code> property</h3>
|
1755
|
-
<pre class="programlisting"> “accel-path” <a href="
|
2071
|
+
<pre class="programlisting"> “accel-path” <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> *</pre>
|
1756
2072
|
<p>An accel path used to conveniently construct accel paths of child items.</p>
|
1757
2073
|
<p>Flags: Read / Write</p>
|
1758
2074
|
<p>Default value: NULL</p>
|
@@ -1761,7 +2077,7 @@ will be called when the menu is later detached from the widget.</p>
|
|
1761
2077
|
<hr>
|
1762
2078
|
<div class="refsect2">
|
1763
2079
|
<a name="GtkMenu--active"></a><h3>The <code class="literal">“active”</code> property</h3>
|
1764
|
-
<pre class="programlisting"> “active” <a href="
|
2080
|
+
<pre class="programlisting"> “active” <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></pre>
|
1765
2081
|
<p>The index of the currently selected menu item, or -1 if no
|
1766
2082
|
menu item is selected.</p>
|
1767
2083
|
<p>Flags: Read / Write</p>
|
@@ -1771,6 +2087,38 @@ menu item is selected.</p>
|
|
1771
2087
|
</div>
|
1772
2088
|
<hr>
|
1773
2089
|
<div class="refsect2">
|
2090
|
+
<a name="GtkMenu--anchor-hints"></a><h3>The <code class="literal">“anchor-hints”</code> property</h3>
|
2091
|
+
<pre class="programlisting"> “anchor-hints” <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkAnchorHints"><span class="type">GdkAnchorHints</span></a></pre>
|
2092
|
+
<p>Positioning hints for aligning the menu relative to a rectangle.</p>
|
2093
|
+
<p>These hints determine how the menu should be positioned in the case that
|
2094
|
+
the menu would fall off-screen if placed in its ideal position.</p>
|
2095
|
+
<p><span class="inlinemediaobject"><img src="popup-flip.png"></span></p>
|
2096
|
+
<p>For example, <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GDK-ANCHOR-FLIP-Y:CAPS"><code class="literal">GDK_ANCHOR_FLIP_Y</code></a> will replace <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><code class="literal">GDK_GRAVITY_NORTH_WEST</code></a> with
|
2097
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GDK-GRAVITY-SOUTH-WEST:CAPS"><code class="literal">GDK_GRAVITY_SOUTH_WEST</code></a> and vice versa if the menu extends beyond the
|
2098
|
+
bottom edge of the monitor.</p>
|
2099
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
2100
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>,
|
2101
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>, and <a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a>.</p>
|
2102
|
+
<p>Flags: Read / Write / Construct</p>
|
2103
|
+
<p>Default value: GDK_ANCHOR_FLIP_X | GDK_ANCHOR_FLIP_Y | GDK_ANCHOR_SLIDE_X | GDK_ANCHOR_SLIDE_Y | GDK_ANCHOR_RESIZE_X | GDK_ANCHOR_RESIZE_Y</p>
|
2104
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2105
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
2106
|
+
give outside developers early access to new or rapidly changing technology, or
|
2107
|
+
to provide an interim solution to a problem where a more general solution is
|
2108
|
+
anticipated. No claims are made about either source or binary compatibility from
|
2109
|
+
one minor release to the next.
|
2110
|
+
|
2111
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
2112
|
+
change without warning and should not be used in unbundled products.
|
2113
|
+
|
2114
|
+
Given such caveats, customer impact need not be a factor when considering
|
2115
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
2116
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
2117
|
+
mentioned in the release notes for the affected release.
|
2118
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
2119
|
+
</div>
|
2120
|
+
<hr>
|
2121
|
+
<div class="refsect2">
|
1774
2122
|
<a name="GtkMenu--attach-widget"></a><h3>The <code class="literal">“attach-widget”</code> property</h3>
|
1775
2123
|
<pre class="programlisting"> “attach-widget” <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *</pre>
|
1776
2124
|
<p>The widget the menu is attached to. Setting this property attaches
|
@@ -1781,8 +2129,34 @@ use <a class="link" href="GtkMenu.html#gtk-menu-attach-to-widget" title="gtk_men
|
|
1781
2129
|
</div>
|
1782
2130
|
<hr>
|
1783
2131
|
<div class="refsect2">
|
2132
|
+
<a name="GtkMenu--menu-type-hint"></a><h3>The <code class="literal">“menu-type-hint”</code> property</h3>
|
2133
|
+
<pre class="programlisting"> “menu-type-hint” <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></pre>
|
2134
|
+
<p>The <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> to use for the menu's <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a>.</p>
|
2135
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
2136
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, <a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a>,
|
2137
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>, and <a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a>.</p>
|
2138
|
+
<p>Flags: Read / Write / Construct</p>
|
2139
|
+
<p>Default value: GDK_WINDOW_TYPE_HINT_POPUP_MENU</p>
|
2140
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2141
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
2142
|
+
give outside developers early access to new or rapidly changing technology, or
|
2143
|
+
to provide an interim solution to a problem where a more general solution is
|
2144
|
+
anticipated. No claims are made about either source or binary compatibility from
|
2145
|
+
one minor release to the next.
|
2146
|
+
|
2147
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
2148
|
+
change without warning and should not be used in unbundled products.
|
2149
|
+
|
2150
|
+
Given such caveats, customer impact need not be a factor when considering
|
2151
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
2152
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
2153
|
+
mentioned in the release notes for the affected release.
|
2154
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
2155
|
+
</div>
|
2156
|
+
<hr>
|
2157
|
+
<div class="refsect2">
|
1784
2158
|
<a name="GtkMenu--monitor"></a><h3>The <code class="literal">“monitor”</code> property</h3>
|
1785
|
-
<pre class="programlisting"> “monitor” <a href="
|
2159
|
+
<pre class="programlisting"> “monitor” <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></pre>
|
1786
2160
|
<p>The monitor the menu will be popped up on.</p>
|
1787
2161
|
<p>Flags: Read / Write</p>
|
1788
2162
|
<p>Allowed values: >= -1</p>
|
@@ -1791,8 +2165,61 @@ use <a class="link" href="GtkMenu.html#gtk-menu-attach-to-widget" title="gtk_men
|
|
1791
2165
|
</div>
|
1792
2166
|
<hr>
|
1793
2167
|
<div class="refsect2">
|
2168
|
+
<a name="GtkMenu--rect-anchor-dx"></a><h3>The <code class="literal">“rect-anchor-dx”</code> property</h3>
|
2169
|
+
<pre class="programlisting"> “rect-anchor-dx” <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></pre>
|
2170
|
+
<p>Horizontal offset to apply to the menu, i.e. the rectangle or widget
|
2171
|
+
anchor.</p>
|
2172
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
2173
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, <a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a>,
|
2174
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>, and <a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a>.</p>
|
2175
|
+
<p>Flags: Read / Write / Construct</p>
|
2176
|
+
<p>Default value: 0</p>
|
2177
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2178
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
2179
|
+
give outside developers early access to new or rapidly changing technology, or
|
2180
|
+
to provide an interim solution to a problem where a more general solution is
|
2181
|
+
anticipated. No claims are made about either source or binary compatibility from
|
2182
|
+
one minor release to the next.
|
2183
|
+
|
2184
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
2185
|
+
change without warning and should not be used in unbundled products.
|
2186
|
+
|
2187
|
+
Given such caveats, customer impact need not be a factor when considering
|
2188
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
2189
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
2190
|
+
mentioned in the release notes for the affected release.
|
2191
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
2192
|
+
</div>
|
2193
|
+
<hr>
|
2194
|
+
<div class="refsect2">
|
2195
|
+
<a name="GtkMenu--rect-anchor-dy"></a><h3>The <code class="literal">“rect-anchor-dy”</code> property</h3>
|
2196
|
+
<pre class="programlisting"> “rect-anchor-dy” <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></pre>
|
2197
|
+
<p>Vertical offset to apply to the menu, i.e. the rectangle or widget anchor.</p>
|
2198
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
2199
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, <a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a>,
|
2200
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>, and <a class="link" href="GtkMenu.html#GtkMenu-popped-up" title="The “popped-up” signal"><span class="type">“popped-up”</span></a>.</p>
|
2201
|
+
<p>Flags: Read / Write / Construct</p>
|
2202
|
+
<p>Default value: 0</p>
|
2203
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2204
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
2205
|
+
give outside developers early access to new or rapidly changing technology, or
|
2206
|
+
to provide an interim solution to a problem where a more general solution is
|
2207
|
+
anticipated. No claims are made about either source or binary compatibility from
|
2208
|
+
one minor release to the next.
|
2209
|
+
|
2210
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
2211
|
+
change without warning and should not be used in unbundled products.
|
2212
|
+
|
2213
|
+
Given such caveats, customer impact need not be a factor when considering
|
2214
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
2215
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
2216
|
+
mentioned in the release notes for the affected release.
|
2217
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
2218
|
+
</div>
|
2219
|
+
<hr>
|
2220
|
+
<div class="refsect2">
|
1794
2221
|
<a name="GtkMenu--reserve-toggle-size"></a><h3>The <code class="literal">“reserve-toggle-size”</code> property</h3>
|
1795
|
-
<pre class="programlisting"> “reserve-toggle-size” <a href="
|
2222
|
+
<pre class="programlisting"> “reserve-toggle-size” <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></pre>
|
1796
2223
|
<p>A boolean that indicates whether the menu reserves space for
|
1797
2224
|
toggles and icons, regardless of their actual presence.</p>
|
1798
2225
|
<p>This property should only be changed from its default value
|
@@ -1806,7 +2233,7 @@ toggle space for consistency.</p>
|
|
1806
2233
|
<hr>
|
1807
2234
|
<div class="refsect2">
|
1808
2235
|
<a name="GtkMenu--tearoff-state"></a><h3>The <code class="literal">“tearoff-state”</code> property</h3>
|
1809
|
-
<pre class="programlisting"> “tearoff-state” <a href="
|
2236
|
+
<pre class="programlisting"> “tearoff-state” <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></pre>
|
1810
2237
|
<p>A boolean that indicates whether the menu is torn-off.</p>
|
1811
2238
|
<div class="warning"><p><code class="literal">GtkMenu:tearoff-state</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1812
2239
|
<p>Flags: Read / Write</p>
|
@@ -1816,7 +2243,7 @@ toggle space for consistency.</p>
|
|
1816
2243
|
<hr>
|
1817
2244
|
<div class="refsect2">
|
1818
2245
|
<a name="GtkMenu--tearoff-title"></a><h3>The <code class="literal">“tearoff-title”</code> property</h3>
|
1819
|
-
<pre class="programlisting"> “tearoff-title” <a href="
|
2246
|
+
<pre class="programlisting"> “tearoff-title” <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> *</pre>
|
1820
2247
|
<p>A title that may be displayed by the window manager when this
|
1821
2248
|
menu is torn-off.</p>
|
1822
2249
|
<div class="warning"><p><code class="literal">GtkMenu:tearoff-title</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
@@ -1828,7 +2255,7 @@ menu is torn-off.</p>
|
|
1828
2255
|
<a name="GtkMenu.child-property-details"></a><h2>Child Property Details</h2>
|
1829
2256
|
<div class="refsect2">
|
1830
2257
|
<a name="GtkMenu--c-bottom-attach"></a><h3>The <code class="literal">“bottom-attach”</code> child property</h3>
|
1831
|
-
<pre class="programlisting"> “bottom-attach” <a href="
|
2258
|
+
<pre class="programlisting"> “bottom-attach” <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></pre>
|
1832
2259
|
<p>The row number to attach the bottom of the child to.</p>
|
1833
2260
|
<p>Flags: Read / Write</p>
|
1834
2261
|
<p>Allowed values: >= -1</p>
|
@@ -1837,7 +2264,7 @@ menu is torn-off.</p>
|
|
1837
2264
|
<hr>
|
1838
2265
|
<div class="refsect2">
|
1839
2266
|
<a name="GtkMenu--c-left-attach"></a><h3>The <code class="literal">“left-attach”</code> child property</h3>
|
1840
|
-
<pre class="programlisting"> “left-attach” <a href="
|
2267
|
+
<pre class="programlisting"> “left-attach” <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></pre>
|
1841
2268
|
<p>The column number to attach the left side of the child to.</p>
|
1842
2269
|
<p>Flags: Read / Write</p>
|
1843
2270
|
<p>Allowed values: >= -1</p>
|
@@ -1846,7 +2273,7 @@ menu is torn-off.</p>
|
|
1846
2273
|
<hr>
|
1847
2274
|
<div class="refsect2">
|
1848
2275
|
<a name="GtkMenu--c-right-attach"></a><h3>The <code class="literal">“right-attach”</code> child property</h3>
|
1849
|
-
<pre class="programlisting"> “right-attach” <a href="
|
2276
|
+
<pre class="programlisting"> “right-attach” <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></pre>
|
1850
2277
|
<p>The column number to attach the right side of the child to.</p>
|
1851
2278
|
<p>Flags: Read / Write</p>
|
1852
2279
|
<p>Allowed values: >= -1</p>
|
@@ -1855,7 +2282,7 @@ menu is torn-off.</p>
|
|
1855
2282
|
<hr>
|
1856
2283
|
<div class="refsect2">
|
1857
2284
|
<a name="GtkMenu--c-top-attach"></a><h3>The <code class="literal">“top-attach”</code> child property</h3>
|
1858
|
-
<pre class="programlisting"> “top-attach” <a href="
|
2285
|
+
<pre class="programlisting"> “top-attach” <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></pre>
|
1859
2286
|
<p>The row number to attach the top of the child to.</p>
|
1860
2287
|
<p>Flags: Read / Write</p>
|
1861
2288
|
<p>Allowed values: >= -1</p>
|
@@ -1879,7 +2306,7 @@ menu is torn-off.</p>
|
|
1879
2306
|
<hr>
|
1880
2307
|
<div class="refsect2">
|
1881
2308
|
<a name="GtkMenu--s-arrow-scaling"></a><h3>The <code class="literal">“arrow-scaling”</code> style property</h3>
|
1882
|
-
<pre class="programlisting"> “arrow-scaling” <a href="
|
2309
|
+
<pre class="programlisting"> “arrow-scaling” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
|
1883
2310
|
<p>Arbitrary constant to scale down the size of the scroll arrow.</p>
|
1884
2311
|
<div class="warning">
|
1885
2312
|
<p><code class="literal">GtkMenu:arrow-scaling</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
@@ -1894,8 +2321,8 @@ menu is torn-off.</p>
|
|
1894
2321
|
<hr>
|
1895
2322
|
<div class="refsect2">
|
1896
2323
|
<a name="GtkMenu--s-double-arrows"></a><h3>The <code class="literal">“double-arrows”</code> style property</h3>
|
1897
|
-
<pre class="programlisting"> “double-arrows” <a href="
|
1898
|
-
<p>When <a href="
|
2324
|
+
<pre class="programlisting"> “double-arrows” <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></pre>
|
2325
|
+
<p>When <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>, both arrows are shown when scrolling.</p>
|
1899
2326
|
<div class="warning">
|
1900
2327
|
<p><code class="literal">GtkMenu:double-arrows</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
1901
2328
|
<p>the value of this style property is ignored.</p>
|
@@ -1906,7 +2333,7 @@ menu is torn-off.</p>
|
|
1906
2333
|
<hr>
|
1907
2334
|
<div class="refsect2">
|
1908
2335
|
<a name="GtkMenu--s-horizontal-offset"></a><h3>The <code class="literal">“horizontal-offset”</code> style property</h3>
|
1909
|
-
<pre class="programlisting"> “horizontal-offset” <a href="
|
2336
|
+
<pre class="programlisting"> “horizontal-offset” <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></pre>
|
1910
2337
|
<p>When the menu is a submenu, position it this number of pixels offset horizontally.</p>
|
1911
2338
|
<p>Flags: Read</p>
|
1912
2339
|
<p>Default value: -2</p>
|
@@ -1914,7 +2341,7 @@ menu is torn-off.</p>
|
|
1914
2341
|
<hr>
|
1915
2342
|
<div class="refsect2">
|
1916
2343
|
<a name="GtkMenu--s-horizontal-padding"></a><h3>The <code class="literal">“horizontal-padding”</code> style property</h3>
|
1917
|
-
<pre class="programlisting"> “horizontal-padding” <a href="
|
2344
|
+
<pre class="programlisting"> “horizontal-padding” <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></pre>
|
1918
2345
|
<p>Extra space at the left and right edges of the menu.</p>
|
1919
2346
|
<div class="warning">
|
1920
2347
|
<p><code class="literal">GtkMenu:horizontal-padding</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
@@ -1929,7 +2356,7 @@ menu is torn-off.</p>
|
|
1929
2356
|
<hr>
|
1930
2357
|
<div class="refsect2">
|
1931
2358
|
<a name="GtkMenu--s-vertical-offset"></a><h3>The <code class="literal">“vertical-offset”</code> style property</h3>
|
1932
|
-
<pre class="programlisting"> “vertical-offset” <a href="
|
2359
|
+
<pre class="programlisting"> “vertical-offset” <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></pre>
|
1933
2360
|
<p>When the menu is a submenu, position it this number of pixels offset vertically.</p>
|
1934
2361
|
<p>Flags: Read</p>
|
1935
2362
|
<p>Default value: 0</p>
|
@@ -1937,7 +2364,7 @@ menu is torn-off.</p>
|
|
1937
2364
|
<hr>
|
1938
2365
|
<div class="refsect2">
|
1939
2366
|
<a name="GtkMenu--s-vertical-padding"></a><h3>The <code class="literal">“vertical-padding”</code> style property</h3>
|
1940
|
-
<pre class="programlisting"> “vertical-padding” <a href="
|
2367
|
+
<pre class="programlisting"> “vertical-padding” <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></pre>
|
1941
2368
|
<p>Extra space at the top and bottom of the menu.</p>
|
1942
2369
|
<div class="warning">
|
1943
2370
|
<p><code class="literal">GtkMenu:vertical-padding</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
@@ -1957,7 +2384,7 @@ menu is torn-off.</p>
|
|
1957
2384
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1958
2385
|
user_function (<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
1959
2386
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type,
|
1960
|
-
<a href="
|
2387
|
+
<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>
|
1961
2388
|
<div class="refsect3">
|
1962
2389
|
<a name="GtkMenu-move-scroll.parameters"></a><h4>Parameters</h4>
|
1963
2390
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1985,7 +2412,109 @@ user_function (<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="
|
|
1985
2412
|
</tbody>
|
1986
2413
|
</table></div>
|
1987
2414
|
</div>
|
1988
|
-
<p>Flags: <a href="
|
2415
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
|
2416
|
+
</div>
|
2417
|
+
<hr>
|
2418
|
+
<div class="refsect2">
|
2419
|
+
<a name="GtkMenu-popped-up"></a><h3>The <code class="literal">“popped-up”</code> signal</h3>
|
2420
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2421
|
+
user_function (<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
2422
|
+
<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,
|
2423
|
+
<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,
|
2424
|
+
<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,
|
2425
|
+
<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,
|
2426
|
+
<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>
|
2427
|
+
<p>Emitted when the position of <em class="parameter"><code>menu</code></em>
|
2428
|
+
is finalized after being popped up
|
2429
|
+
using <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>, or
|
2430
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>.</p>
|
2431
|
+
<p><em class="parameter"><code>menu</code></em>
|
2432
|
+
might be flipped over the anchor rectangle in order to keep it
|
2433
|
+
on-screen, in which case <em class="parameter"><code>flipped_x</code></em>
|
2434
|
+
and <em class="parameter"><code>flipped_y</code></em>
|
2435
|
+
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>
|
2436
|
+
accordingly.</p>
|
2437
|
+
<p><em class="parameter"><code>flipped_rect</code></em>
|
2438
|
+
is the ideal position of <em class="parameter"><code>menu</code></em>
|
2439
|
+
after any possible flipping,
|
2440
|
+
but before any possible sliding. <em class="parameter"><code>final_rect</code></em>
|
2441
|
+
is <em class="parameter"><code>flipped_rect</code></em>
|
2442
|
+
, but possibly
|
2443
|
+
translated in the case that flipping is still ineffective in keeping <em class="parameter"><code>menu</code></em>
|
2444
|
+
|
2445
|
+
on-screen.</p>
|
2446
|
+
<p><span class="inlinemediaobject"><img src="popup-slide.png"></span></p>
|
2447
|
+
<p>The blue menu is <em class="parameter"><code>menu</code></em>
|
2448
|
+
's ideal position, the green menu is <em class="parameter"><code>flipped_rect</code></em>
|
2449
|
+
,
|
2450
|
+
and the red menu is <em class="parameter"><code>final_rect</code></em>
|
2451
|
+
.</p>
|
2452
|
+
<p>See <a class="link" href="GtkMenu.html#gtk-menu-popup-at-rect" title="gtk_menu_popup_at_rect ()"><code class="function">gtk_menu_popup_at_rect()</code></a>, <a class="link" href="GtkMenu.html#gtk-menu-popup-at-widget" title="gtk_menu_popup_at_widget ()"><code class="function">gtk_menu_popup_at_widget()</code></a>,
|
2453
|
+
<a class="link" href="GtkMenu.html#gtk-menu-popup-at-pointer" title="gtk_menu_popup_at_pointer ()"><code class="function">gtk_menu_popup_at_pointer()</code></a>, <a class="link" href="GtkMenu.html#GtkMenu--anchor-hints" title="The “anchor-hints” property"><span class="type">“anchor-hints”</span></a>,
|
2454
|
+
<a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dx" title="The “rect-anchor-dx” property"><span class="type">“rect-anchor-dx”</span></a>, <a class="link" href="GtkMenu.html#GtkMenu--rect-anchor-dy" title="The “rect-anchor-dy” property"><span class="type">“rect-anchor-dy”</span></a>, and
|
2455
|
+
<a class="link" href="GtkMenu.html#GtkMenu--menu-type-hint" title="The “menu-type-hint” property"><span class="type">“menu-type-hint”</span></a>.</p>
|
2456
|
+
<div class="refsect3">
|
2457
|
+
<a name="GtkMenu-popped-up.parameters"></a><h4>Parameters</h4>
|
2458
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2459
|
+
<colgroup>
|
2460
|
+
<col width="150px" class="parameters_name">
|
2461
|
+
<col class="parameters_description">
|
2462
|
+
<col width="200px" class="parameters_annotations">
|
2463
|
+
</colgroup>
|
2464
|
+
<tbody>
|
2465
|
+
<tr>
|
2466
|
+
<td class="parameter_name"><p>menu</p></td>
|
2467
|
+
<td class="parameter_description"><p>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> that popped up</p></td>
|
2468
|
+
<td class="parameter_annotations"> </td>
|
2469
|
+
</tr>
|
2470
|
+
<tr>
|
2471
|
+
<td class="parameter_name"><p>flipped_rect</p></td>
|
2472
|
+
<td class="parameter_description"><p> the position of <em class="parameter"><code>menu</code></em>
|
2473
|
+
after any possible
|
2474
|
+
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>
|
2475
|
+
<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>
|
2476
|
+
</tr>
|
2477
|
+
<tr>
|
2478
|
+
<td class="parameter_name"><p>final_rect</p></td>
|
2479
|
+
<td class="parameter_description"><p> the final position of <em class="parameter"><code>menu</code></em>
|
2480
|
+
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
|
2481
|
+
backend can't obtain it. </p></td>
|
2482
|
+
<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>
|
2483
|
+
</tr>
|
2484
|
+
<tr>
|
2485
|
+
<td class="parameter_name"><p>flipped_x</p></td>
|
2486
|
+
<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>
|
2487
|
+
<td class="parameter_annotations"> </td>
|
2488
|
+
</tr>
|
2489
|
+
<tr>
|
2490
|
+
<td class="parameter_name"><p>flipped_y</p></td>
|
2491
|
+
<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>
|
2492
|
+
<td class="parameter_annotations"> </td>
|
2493
|
+
</tr>
|
2494
|
+
<tr>
|
2495
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2496
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2497
|
+
<td class="parameter_annotations"> </td>
|
2498
|
+
</tr>
|
2499
|
+
</tbody>
|
2500
|
+
</table></div>
|
2501
|
+
</div>
|
2502
|
+
<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>
|
2503
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2504
|
+
<p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
|
2505
|
+
give outside developers early access to new or rapidly changing technology, or
|
2506
|
+
to provide an interim solution to a problem where a more general solution is
|
2507
|
+
anticipated. No claims are made about either source or binary compatibility from
|
2508
|
+
one minor release to the next.
|
2509
|
+
|
2510
|
+
The Unstable interface level is a warning that these interfaces are subject to
|
2511
|
+
change without warning and should not be used in unbundled products.
|
2512
|
+
|
2513
|
+
Given such caveats, customer impact need not be a factor when considering
|
2514
|
+
incompatible changes to an Unstable interface in a major or minor release.
|
2515
|
+
Nonetheless, when such changes are introduced, the changes should still be
|
2516
|
+
mentioned in the release notes for the affected release.
|
2517
|
+
"><span class="acronym">Unstable</span></acronym></p>
|
1989
2518
|
</div>
|
1990
2519
|
</div>
|
1991
2520
|
</div>
|