gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +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
@@ -76,7 +76,7 @@
|
|
76
76
|
</tr>
|
77
77
|
<tr>
|
78
78
|
<td class="function_type">
|
79
|
-
<a href="
|
79
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
80
80
|
</td>
|
81
81
|
<td class="function_name">
|
82
82
|
<a class="link" href="GtkAccelLabel.html#gtk-accel-label-get-accel-width" title="gtk_accel_label_get_accel_width ()">gtk_accel_label_get_accel_width</a> <span class="c_punctuation">()</span>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</tr>
|
101
101
|
<tr>
|
102
102
|
<td class="function_type">
|
103
|
-
<a href="
|
103
|
+
<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>
|
104
104
|
</td>
|
105
105
|
<td class="function_name">
|
106
106
|
<a class="link" href="GtkAccelLabel.html#gtk-accel-label-refetch" title="gtk_accel_label_refetch ()">gtk_accel_label_refetch</a> <span class="c_punctuation">()</span>
|
@@ -120,7 +120,7 @@
|
|
120
120
|
<tbody>
|
121
121
|
<tr>
|
122
122
|
<td class="property_type">
|
123
|
-
<a href="
|
123
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *</td>
|
124
124
|
<td class="property_name"><a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-closure" title="The “accel-closure” property">accel-closure</a></td>
|
125
125
|
<td class="property_flags">Read / Write</td>
|
126
126
|
</tr>
|
@@ -148,8 +148,8 @@
|
|
148
148
|
</div>
|
149
149
|
<div class="refsect1">
|
150
150
|
<a name="GtkAccelLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
151
|
-
<pre class="screen"> <a href="
|
152
|
-
<span class="lineart">╰──</span> <a href="
|
151
|
+
<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>
|
152
|
+
<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>
|
153
153
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
154
154
|
<span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
|
155
155
|
<span class="lineart">╰──</span> <a class="link" href="GtkLabel.html" title="GtkLabel">GtkLabel</a>
|
@@ -214,25 +214,25 @@ though it is almost always used to display just one accelerator key.</p>
|
|
214
214
|
17
|
215
215
|
18
|
216
216
|
19</pre></td>
|
217
|
-
<td class="listing_code"><pre class="programlisting"
|
218
|
-
<span class="
|
217
|
+
<td class="listing_code"><pre class="programlisting">GtkWidget <span class="gtkdoc opt">*</span>save_item<span class="gtkdoc opt">;</span>
|
218
|
+
GtkAccelGroup <span class="gtkdoc opt">*</span>accel_group<span class="gtkdoc opt">;</span>
|
219
219
|
|
220
|
-
<span class="
|
221
|
-
<span class="
|
222
|
-
<span class="function"><a href="GtkWindow.html#gtk-window-add-accel-group">gtk_window_add_accel_group</a></span
|
220
|
+
<span class="gtkdoc slc">// Create a GtkAccelGroup and add it to the window.</span>
|
221
|
+
accel_group <span class="gtkdoc opt">=</span> <span class="function"><a href="gtk3-Keyboard-Accelerators.html#gtk-accel-group-new">gtk_accel_group_new</a></span> <span class="gtkdoc opt">();</span>
|
222
|
+
<span class="function"><a href="GtkWindow.html#gtk-window-add-accel-group">gtk_window_add_accel_group</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_WINDOW</span> <span class="gtkdoc opt">(</span>window<span class="gtkdoc opt">),</span> accel_group<span class="gtkdoc opt">);</span>
|
223
223
|
|
224
|
-
<span class="
|
225
|
-
<span class="
|
226
|
-
<span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span
|
227
|
-
<span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span
|
224
|
+
<span class="gtkdoc slc">// Create the menu item using the convenience function.</span>
|
225
|
+
save_item <span class="gtkdoc opt">=</span> <span class="function"><a href="GtkMenuItem.html#gtk-menu-item-new-with-label">gtk_menu_item_new_with_label</a></span> <span class="gtkdoc opt">(</span><span class="string">"Save"</span><span class="gtkdoc opt">);</span>
|
226
|
+
<span class="function"><a href="GtkWidget.html#gtk-widget-show">gtk_widget_show</a></span> <span class="gtkdoc opt">(</span>save_item<span class="gtkdoc opt">);</span>
|
227
|
+
<span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span> <span class="gtkdoc opt">(</span><span class="function">GTK_CONTAINER</span> <span class="gtkdoc opt">(</span>menu<span class="gtkdoc opt">),</span> save_item<span class="gtkdoc opt">);</span>
|
228
228
|
|
229
|
-
<span class="
|
230
|
-
<span class="
|
231
|
-
<span class="
|
232
|
-
<span class="
|
233
|
-
<span class="
|
234
|
-
<span class="function"><a href="GtkWidget.html#gtk-widget-add-accelerator">gtk_widget_add_accelerator</a></span
|
235
|
-
<span class="
|
229
|
+
<span class="gtkdoc slc">// Now add the accelerator to the GtkMenuItem. Note that since we</span>
|
230
|
+
<span class="gtkdoc slc">// called gtk_menu_item_new_with_label() to create the GtkMenuItem</span>
|
231
|
+
<span class="gtkdoc slc">// the GtkAccelLabel is automatically set up to display the</span>
|
232
|
+
<span class="gtkdoc slc">// GtkMenuItem accelerators. We just need to make sure we use</span>
|
233
|
+
<span class="gtkdoc slc">// GTK_ACCEL_VISIBLE here.</span>
|
234
|
+
<span class="function"><a href="GtkWidget.html#gtk-widget-add-accelerator">gtk_widget_add_accelerator</a></span> <span class="gtkdoc opt">(</span>save_item<span class="gtkdoc opt">,</span> <span class="string">"activate"</span><span class="gtkdoc opt">,</span> accel_group<span class="gtkdoc opt">,</span>
|
235
|
+
GDK_KEY_s<span class="gtkdoc opt">,</span> GDK_CONTROL_MASK<span class="gtkdoc opt">,</span> GTK_ACCEL_VISIBLE<span class="gtkdoc opt">);</span></pre></td>
|
236
236
|
</tr>
|
237
237
|
</tbody>
|
238
238
|
</table>
|
@@ -248,8 +248,8 @@ though it is almost always used to display just one accelerator key.</p>
|
|
248
248
|
<tr>
|
249
249
|
<td class="listing_lines" align="right"><pre>1
|
250
250
|
2</pre></td>
|
251
|
-
<td class="listing_code"><pre class="programlisting"
|
252
|
-
|
251
|
+
<td class="listing_code"><pre class="programlisting">label
|
252
|
+
╰── accelerator</pre></td>
|
253
253
|
</tr>
|
254
254
|
</tbody>
|
255
255
|
</table>
|
@@ -265,7 +265,7 @@ It adds a subnode with name accelerator.</p>
|
|
265
265
|
<div class="refsect2">
|
266
266
|
<a name="gtk-accel-label-new"></a><h3>gtk_accel_label_new ()</h3>
|
267
267
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
268
|
-
gtk_accel_label_new (<em class="parameter"><code>const <a href="
|
268
|
+
gtk_accel_label_new (<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> *string</code></em>);</pre>
|
269
269
|
<p>Creates a new <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a>.</p>
|
270
270
|
<div class="refsect3">
|
271
271
|
<a name="gtk-accel-label-new.parameters"></a><h4>Parameters</h4>
|
@@ -277,7 +277,7 @@ gtk_accel_label_new (<em class="parameter"><code>const <a href="https://develope
|
|
277
277
|
</colgroup>
|
278
278
|
<tbody><tr>
|
279
279
|
<td class="parameter_name"><p>string</p></td>
|
280
|
-
<td class="parameter_description"><p>the label string. Must be non-<a href="
|
280
|
+
<td class="parameter_description"><p>the label string. Must be non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
281
281
|
<td class="parameter_annotations"> </td>
|
282
282
|
</tr></tbody>
|
283
283
|
</table></div>
|
@@ -292,7 +292,7 @@ gtk_accel_label_new (<em class="parameter"><code>const <a href="https://develope
|
|
292
292
|
<a name="gtk-accel-label-set-accel-closure"></a><h3>gtk_accel_label_set_accel_closure ()</h3>
|
293
293
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
294
294
|
gtk_accel_label_set_accel_closure (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
295
|
-
<em class="parameter"><code><a href="
|
295
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *accel_closure</code></em>);</pre>
|
296
296
|
<p>Sets the closure to be monitored by this accelerator label. The closure
|
297
297
|
must be connected to an accelerator group; see <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect" title="gtk_accel_group_connect ()"><code class="function">gtk_accel_group_connect()</code></a>.</p>
|
298
298
|
<div class="refsect3">
|
@@ -342,7 +342,7 @@ gtk_accel_label_get_accel_widget (<em class="parameter"><code><a class="link" hr
|
|
342
342
|
</div>
|
343
343
|
<div class="refsect3">
|
344
344
|
<a name="gtk-accel-label-get-accel-widget.returns"></a><h4>Returns</h4>
|
345
|
-
<p> the object monitored by the accelerator label, or <a href="
|
345
|
+
<p> the object monitored by the accelerator label, 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>
|
346
346
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
347
347
|
</div>
|
348
348
|
</div>
|
@@ -379,7 +379,7 @@ gtk_accel_label_set_accel_widget (<em class="parameter"><code><a class="link" hr
|
|
379
379
|
<hr>
|
380
380
|
<div class="refsect2">
|
381
381
|
<a name="gtk-accel-label-get-accel-width"></a><h3>gtk_accel_label_get_accel_width ()</h3>
|
382
|
-
<pre class="programlisting"><a href="
|
382
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
383
383
|
gtk_accel_label_get_accel_width (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);</pre>
|
384
384
|
<p>Returns the width needed to display the accelerator key(s).
|
385
385
|
This is used by menus to align all of the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> widgets, and shouldn't
|
@@ -409,8 +409,8 @@ be needed by applications.</p>
|
|
409
409
|
<a name="gtk-accel-label-set-accel"></a><h3>gtk_accel_label_set_accel ()</h3>
|
410
410
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
411
411
|
gtk_accel_label_set_accel (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
412
|
-
<em class="parameter"><code><a href="
|
413
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
412
|
+
<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> accelerator_key</code></em>,
|
413
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accelerator_mods</code></em>);</pre>
|
414
414
|
<p>Manually sets a keyval and modifier mask as the accelerator rendered
|
415
415
|
by <em class="parameter"><code>accel_label</code></em>
|
416
416
|
.</p>
|
@@ -452,8 +452,8 @@ used regardless of any associated accel closure or widget.</p>
|
|
452
452
|
<a name="gtk-accel-label-get-accel"></a><h3>gtk_accel_label_get_accel ()</h3>
|
453
453
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
454
454
|
gtk_accel_label_get_accel (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
455
|
-
<em class="parameter"><code><a href="
|
456
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
455
|
+
<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> *accelerator_key</code></em>,
|
456
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *accelerator_mods</code></em>);</pre>
|
457
457
|
<p>Gets the keyval and modifier mask set with
|
458
458
|
<a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel" title="gtk_accel_label_set_accel ()"><code class="function">gtk_accel_label_set_accel()</code></a>.</p>
|
459
459
|
<div class="refsect3">
|
@@ -488,7 +488,7 @@ gtk_accel_label_get_accel (<em class="parameter"><code><a class="link" href="Gtk
|
|
488
488
|
<hr>
|
489
489
|
<div class="refsect2">
|
490
490
|
<a name="gtk-accel-label-refetch"></a><h3>gtk_accel_label_refetch ()</h3>
|
491
|
-
<pre class="programlisting"><a href="
|
491
|
+
<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>
|
492
492
|
gtk_accel_label_refetch (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);</pre>
|
493
493
|
<p>Recreates the string representing the accelerator keys.
|
494
494
|
This should not be needed since the string is automatically updated whenever
|
@@ -510,7 +510,7 @@ accelerators are added or removed from the associated widget.</p>
|
|
510
510
|
</div>
|
511
511
|
<div class="refsect3">
|
512
512
|
<a name="gtk-accel-label-refetch.returns"></a><h4>Returns</h4>
|
513
|
-
<p> always returns <a href="
|
513
|
+
<p> always returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
514
514
|
</div>
|
515
515
|
</div>
|
516
516
|
</div>
|
@@ -527,7 +527,7 @@ should be accessed using the functions below.</p>
|
|
527
527
|
<a name="GtkAccelLabel.property-details"></a><h2>Property Details</h2>
|
528
528
|
<div class="refsect2">
|
529
529
|
<a name="GtkAccelLabel--accel-closure"></a><h3>The <code class="literal">“accel-closure”</code> property</h3>
|
530
|
-
<pre class="programlisting"> “accel-closure” <a href="
|
530
|
+
<pre class="programlisting"> “accel-closure” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *</pre>
|
531
531
|
<p>The closure to be monitored for accelerator changes.</p>
|
532
532
|
<p>Flags: Read / Write</p>
|
533
533
|
</div>
|
@@ -99,7 +99,7 @@
|
|
99
99
|
</div>
|
100
100
|
<div class="refsect1">
|
101
101
|
<a name="GtkAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
102
|
-
<pre class="screen"> <a href="
|
102
|
+
<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>
|
103
103
|
<span class="lineart">╰──</span> AtkObject
|
104
104
|
<span class="lineart">╰──</span> GtkAccessible
|
105
105
|
</pre>
|
@@ -177,7 +177,7 @@ you do not need to unref it.</p>
|
|
177
177
|
<div class="refsect3">
|
178
178
|
<a name="gtk-accessible-get-widget.returns"></a><h4>Returns</h4>
|
179
179
|
<p> pointer to the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
180
|
-
corresponding to the <a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a>, or <a href="
|
180
|
+
corresponding to the <a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</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>. </p>
|
181
181
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
182
182
|
</div>
|
183
183
|
<p class="since">Since: 2.22</p>
|
@@ -196,7 +196,7 @@ It is the caller’s responsibility to ensure that when <em class="parameter"><c
|
|
196
196
|
|
197
197
|
is destroyed, the widget is unset by calling this function
|
198
198
|
again with <em class="parameter"><code>widget</code></em>
|
199
|
-
set to <a href="
|
199
|
+
set to <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>
|
200
200
|
<div class="refsect3">
|
201
201
|
<a name="gtk-accessible-set-widget.parameters"></a><h4>Parameters</h4>
|
202
202
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -213,7 +213,7 @@ again with <em class="parameter"><code>widget</code></em>
|
|
213
213
|
</tr>
|
214
214
|
<tr>
|
215
215
|
<td class="parameter_name"><p>widget</p></td>
|
216
|
-
<td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <a href="
|
216
|
+
<td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset. </p></td>
|
217
217
|
<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>
|
218
218
|
</tr>
|
219
219
|
</tbody>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
</td>
|
53
53
|
</tr>
|
54
54
|
<tr>
|
55
|
-
<td class="function_type">const <a href="
|
55
|
+
<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> *
|
56
56
|
</td>
|
57
57
|
<td class="function_name">
|
58
58
|
<a class="link" href="GtkAction.html#gtk-action-get-name" title="gtk_action_get_name ()">gtk_action_get_name</a> <span class="c_punctuation">()</span>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="
|
63
|
+
<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>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="GtkAction.html#gtk-action-is-sensitive" title="gtk_action_is_sensitive ()">gtk_action_is_sensitive</a> <span class="c_punctuation">()</span>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
</tr>
|
69
69
|
<tr>
|
70
70
|
<td class="function_type">
|
71
|
-
<a href="
|
71
|
+
<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>
|
72
72
|
</td>
|
73
73
|
<td class="function_name">
|
74
74
|
<a class="link" href="GtkAction.html#gtk-action-get-sensitive" title="gtk_action_get_sensitive ()">gtk_action_get_sensitive</a> <span class="c_punctuation">()</span>
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</tr>
|
85
85
|
<tr>
|
86
86
|
<td class="function_type">
|
87
|
-
<a href="
|
87
|
+
<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>
|
88
88
|
</td>
|
89
89
|
<td class="function_name">
|
90
90
|
<a class="link" href="GtkAction.html#gtk-action-is-visible" title="gtk_action_is_visible ()">gtk_action_is_visible</a> <span class="c_punctuation">()</span>
|
@@ -92,7 +92,7 @@
|
|
92
92
|
</tr>
|
93
93
|
<tr>
|
94
94
|
<td class="function_type">
|
95
|
-
<a href="
|
95
|
+
<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>
|
96
96
|
</td>
|
97
97
|
<td class="function_name">
|
98
98
|
<a class="link" href="GtkAction.html#gtk-action-get-visible" title="gtk_action_get_visible ()">gtk_action_get_visible</a> <span class="c_punctuation">()</span>
|
@@ -148,7 +148,7 @@
|
|
148
148
|
</tr>
|
149
149
|
<tr>
|
150
150
|
<td class="function_type">
|
151
|
-
<a href="
|
151
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
152
152
|
</td>
|
153
153
|
<td class="function_name">
|
154
154
|
<a class="link" href="GtkAction.html#gtk-action-get-proxies" title="gtk_action_get_proxies ()">gtk_action_get_proxies</a> <span class="c_punctuation">()</span>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
</tr>
|
189
189
|
<tr>
|
190
190
|
<td class="function_type">
|
191
|
-
<a href="
|
191
|
+
<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>
|
192
192
|
</td>
|
193
193
|
<td class="function_name">
|
194
194
|
<a class="link" href="GtkAction.html#gtk-action-get-always-show-image" title="gtk_action_get_always_show_image ()">gtk_action_get_always_show_image</a> <span class="c_punctuation">()</span>
|
@@ -203,7 +203,7 @@
|
|
203
203
|
</td>
|
204
204
|
</tr>
|
205
205
|
<tr>
|
206
|
-
<td class="function_type">const <a href="
|
206
|
+
<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> *
|
207
207
|
</td>
|
208
208
|
<td class="function_name">
|
209
209
|
<a class="link" href="GtkAction.html#gtk-action-get-accel-path" title="gtk_action_get_accel_path ()">gtk_action_get_accel_path</a> <span class="c_punctuation">()</span>
|
@@ -219,7 +219,7 @@
|
|
219
219
|
</tr>
|
220
220
|
<tr>
|
221
221
|
<td class="function_type">
|
222
|
-
<a href="
|
222
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> *
|
223
223
|
</td>
|
224
224
|
<td class="function_name">
|
225
225
|
<a class="link" href="GtkAction.html#gtk-action-get-accel-closure" title="gtk_action_get_accel_closure ()">gtk_action_get_accel_closure</a> <span class="c_punctuation">()</span>
|
@@ -242,7 +242,7 @@
|
|
242
242
|
</td>
|
243
243
|
</tr>
|
244
244
|
<tr>
|
245
|
-
<td class="function_type">const <a href="
|
245
|
+
<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> *
|
246
246
|
</td>
|
247
247
|
<td class="function_name">
|
248
248
|
<a class="link" href="GtkAction.html#gtk-action-get-label" title="gtk_action_get_label ()">gtk_action_get_label</a> <span class="c_punctuation">()</span>
|
@@ -257,7 +257,7 @@
|
|
257
257
|
</td>
|
258
258
|
</tr>
|
259
259
|
<tr>
|
260
|
-
<td class="function_type">const <a href="
|
260
|
+
<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> *
|
261
261
|
</td>
|
262
262
|
<td class="function_name">
|
263
263
|
<a class="link" href="GtkAction.html#gtk-action-get-short-label" title="gtk_action_get_short_label ()">gtk_action_get_short_label</a> <span class="c_punctuation">()</span>
|
@@ -272,7 +272,7 @@
|
|
272
272
|
</td>
|
273
273
|
</tr>
|
274
274
|
<tr>
|
275
|
-
<td class="function_type">const <a href="
|
275
|
+
<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> *
|
276
276
|
</td>
|
277
277
|
<td class="function_name">
|
278
278
|
<a class="link" href="GtkAction.html#gtk-action-get-tooltip" title="gtk_action_get_tooltip ()">gtk_action_get_tooltip</a> <span class="c_punctuation">()</span>
|
@@ -287,7 +287,7 @@
|
|
287
287
|
</td>
|
288
288
|
</tr>
|
289
289
|
<tr>
|
290
|
-
<td class="function_type">const <a href="
|
290
|
+
<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> *
|
291
291
|
</td>
|
292
292
|
<td class="function_name">
|
293
293
|
<a class="link" href="GtkAction.html#gtk-action-get-stock-id" title="gtk_action_get_stock_id ()">gtk_action_get_stock_id</a> <span class="c_punctuation">()</span>
|
@@ -303,7 +303,7 @@
|
|
303
303
|
</tr>
|
304
304
|
<tr>
|
305
305
|
<td class="function_type">
|
306
|
-
<a href="
|
306
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
307
307
|
</td>
|
308
308
|
<td class="function_name">
|
309
309
|
<a class="link" href="GtkAction.html#gtk-action-get-gicon" title="gtk_action_get_gicon ()">gtk_action_get_gicon</a> <span class="c_punctuation">()</span>
|
@@ -318,7 +318,7 @@
|
|
318
318
|
</td>
|
319
319
|
</tr>
|
320
320
|
<tr>
|
321
|
-
<td class="function_type">const <a href="
|
321
|
+
<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> *
|
322
322
|
</td>
|
323
323
|
<td class="function_name">
|
324
324
|
<a class="link" href="GtkAction.html#gtk-action-get-icon-name" title="gtk_action_get_icon_name ()">gtk_action_get_icon_name</a> <span class="c_punctuation">()</span>
|
@@ -334,7 +334,7 @@
|
|
334
334
|
</tr>
|
335
335
|
<tr>
|
336
336
|
<td class="function_type">
|
337
|
-
<a href="
|
337
|
+
<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>
|
338
338
|
</td>
|
339
339
|
<td class="function_name">
|
340
340
|
<a class="link" href="GtkAction.html#gtk-action-get-visible-horizontal" title="gtk_action_get_visible_horizontal ()">gtk_action_get_visible_horizontal</a> <span class="c_punctuation">()</span>
|
@@ -350,7 +350,7 @@
|
|
350
350
|
</tr>
|
351
351
|
<tr>
|
352
352
|
<td class="function_type">
|
353
|
-
<a href="
|
353
|
+
<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>
|
354
354
|
</td>
|
355
355
|
<td class="function_name">
|
356
356
|
<a class="link" href="GtkAction.html#gtk-action-get-visible-vertical" title="gtk_action_get_visible_vertical ()">gtk_action_get_visible_vertical</a> <span class="c_punctuation">()</span>
|
@@ -366,7 +366,7 @@
|
|
366
366
|
</tr>
|
367
367
|
<tr>
|
368
368
|
<td class="function_type">
|
369
|
-
<a href="
|
369
|
+
<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>
|
370
370
|
</td>
|
371
371
|
<td class="function_name">
|
372
372
|
<a class="link" href="GtkAction.html#gtk-action-get-is-important" title="gtk_action_get_is_important ()">gtk_action_get_is_important</a> <span class="c_punctuation">()</span>
|
@@ -391,84 +391,84 @@
|
|
391
391
|
<td class="property_flags">Read / Write</td>
|
392
392
|
</tr>
|
393
393
|
<tr>
|
394
|
-
<td class="property_type"><a href="
|
394
|
+
<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>
|
395
395
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--always-show-image" title="The “always-show-image” property">always-show-image</a></td>
|
396
396
|
<td class="property_flags">Read / Write / Construct</td>
|
397
397
|
</tr>
|
398
398
|
<tr>
|
399
399
|
<td class="property_type">
|
400
|
-
<a href="
|
400
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
|
401
401
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--gicon" title="The “gicon” property">gicon</a></td>
|
402
402
|
<td class="property_flags">Read / Write</td>
|
403
403
|
</tr>
|
404
404
|
<tr>
|
405
|
-
<td class="property_type"><a href="
|
405
|
+
<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>
|
406
406
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--hide-if-empty" title="The “hide-if-empty” property">hide-if-empty</a></td>
|
407
407
|
<td class="property_flags">Read / Write</td>
|
408
408
|
</tr>
|
409
409
|
<tr>
|
410
410
|
<td class="property_type">
|
411
|
-
<a href="
|
411
|
+
<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>
|
412
412
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--icon-name" title="The “icon-name” property">icon-name</a></td>
|
413
413
|
<td class="property_flags">Read / Write</td>
|
414
414
|
</tr>
|
415
415
|
<tr>
|
416
|
-
<td class="property_type"><a href="
|
416
|
+
<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>
|
417
417
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--is-important" title="The “is-important” property">is-important</a></td>
|
418
418
|
<td class="property_flags">Read / Write</td>
|
419
419
|
</tr>
|
420
420
|
<tr>
|
421
421
|
<td class="property_type">
|
422
|
-
<a href="
|
422
|
+
<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>
|
423
423
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--label" title="The “label” property">label</a></td>
|
424
424
|
<td class="property_flags">Read / Write</td>
|
425
425
|
</tr>
|
426
426
|
<tr>
|
427
427
|
<td class="property_type">
|
428
|
-
<a href="
|
428
|
+
<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>
|
429
429
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--name" title="The “name” property">name</a></td>
|
430
430
|
<td class="property_flags">Read / Write / Construct Only</td>
|
431
431
|
</tr>
|
432
432
|
<tr>
|
433
|
-
<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>
|
434
434
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--sensitive" title="The “sensitive” property">sensitive</a></td>
|
435
435
|
<td class="property_flags">Read / Write</td>
|
436
436
|
</tr>
|
437
437
|
<tr>
|
438
438
|
<td class="property_type">
|
439
|
-
<a href="
|
439
|
+
<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>
|
440
440
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--short-label" title="The “short-label” property">short-label</a></td>
|
441
441
|
<td class="property_flags">Read / Write</td>
|
442
442
|
</tr>
|
443
443
|
<tr>
|
444
444
|
<td class="property_type">
|
445
|
-
<a href="
|
445
|
+
<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>
|
446
446
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--stock-id" title="The “stock-id” property">stock-id</a></td>
|
447
447
|
<td class="property_flags">Read / Write</td>
|
448
448
|
</tr>
|
449
449
|
<tr>
|
450
450
|
<td class="property_type">
|
451
|
-
<a href="
|
451
|
+
<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>
|
452
452
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--tooltip" title="The “tooltip” property">tooltip</a></td>
|
453
453
|
<td class="property_flags">Read / Write</td>
|
454
454
|
</tr>
|
455
455
|
<tr>
|
456
|
-
<td class="property_type"><a href="
|
456
|
+
<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>
|
457
457
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--visible" title="The “visible” property">visible</a></td>
|
458
458
|
<td class="property_flags">Read / Write</td>
|
459
459
|
</tr>
|
460
460
|
<tr>
|
461
|
-
<td class="property_type"><a href="
|
461
|
+
<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>
|
462
462
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--visible-horizontal" title="The “visible-horizontal” property">visible-horizontal</a></td>
|
463
463
|
<td class="property_flags">Read / Write</td>
|
464
464
|
</tr>
|
465
465
|
<tr>
|
466
|
-
<td class="property_type"><a href="
|
466
|
+
<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>
|
467
467
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--visible-overflown" title="The “visible-overflown” property">visible-overflown</a></td>
|
468
468
|
<td class="property_flags">Read / Write</td>
|
469
469
|
</tr>
|
470
470
|
<tr>
|
471
|
-
<td class="property_type"><a href="
|
471
|
+
<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>
|
472
472
|
<td class="property_name"><a class="link" href="GtkAction.html#GtkAction--visible-vertical" title="The “visible-vertical” property">visible-vertical</a></td>
|
473
473
|
<td class="property_flags">Read / Write</td>
|
474
474
|
</tr>
|
@@ -486,7 +486,7 @@
|
|
486
486
|
<tbody><tr>
|
487
487
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
488
488
|
<td class="signal_name"><a class="link" href="GtkAction.html#GtkAction-activate" title="The “activate” signal">activate</a></td>
|
489
|
-
<td class="signal_flags"><a href="
|
489
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS">No Recursion</a></td>
|
490
490
|
</tr></tbody>
|
491
491
|
</table></div>
|
492
492
|
</div>
|
@@ -511,7 +511,7 @@
|
|
511
511
|
</div>
|
512
512
|
<div class="refsect1">
|
513
513
|
<a name="GtkAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
514
|
-
<pre class="screen"> <a href="
|
514
|
+
<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>
|
515
515
|
<span class="lineart">╰──</span> GtkAction
|
516
516
|
<span class="lineart">├──</span> <a class="link" href="GtkToggleAction.html" title="GtkToggleAction">GtkToggleAction</a>
|
517
517
|
<span class="lineart">╰──</span> <a class="link" href="GtkRecentAction.html" title="GtkRecentAction">GtkRecentAction</a>
|
@@ -530,9 +530,9 @@ GtkAction implements
|
|
530
530
|
</div>
|
531
531
|
<div class="refsect1">
|
532
532
|
<a name="GtkAction.description"></a><h2>Description</h2>
|
533
|
-
<div class="blockquote"><blockquote class="blockquote"><p>In GTK+ 3.10, GtkAction has been deprecated. Use <a href="
|
533
|
+
<div class="blockquote"><blockquote class="blockquote"><p>In GTK+ 3.10, GtkAction has been deprecated. Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>
|
534
534
|
instead, and associate actions with <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets. Use
|
535
|
-
<a href="
|
535
|
+
<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> for creating menus with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a>.</p></blockquote></div>
|
536
536
|
<p>Actions represent operations that the user can be perform, along with
|
537
537
|
some information how it should be presented in the interface. Each action
|
538
538
|
provides methods to create icons, menu items and toolbar items
|
@@ -564,7 +564,7 @@ that are always mirrored by proxies are <a class="link" href="GtkAction.html#Gtk
|
|
564
564
|
<a class="link" href="GtkAction.html#GtkAction--visible" title="The “visible” property"><span class="type">“visible”</span></a>. <a class="link" href="GtkAction.html#GtkAction--gicon" title="The “gicon” property"><span class="type">“gicon”</span></a>, <a class="link" href="GtkAction.html#GtkAction--icon-name" title="The “icon-name” property"><span class="type">“icon-name”</span></a>, <a class="link" href="GtkAction.html#GtkAction--label" title="The “label” property"><span class="type">“label”</span></a>,
|
565
565
|
<a class="link" href="GtkAction.html#GtkAction--short-label" title="The “short-label” property"><span class="type">“short-label”</span></a> and <a class="link" href="GtkAction.html#GtkAction--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a> properties are only mirorred
|
566
566
|
if proxy widget has <a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> property set to
|
567
|
-
<a href="
|
567
|
+
<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>.</p>
|
568
568
|
<p>When the proxy is activated, it should activate its action.</p>
|
569
569
|
</div>
|
570
570
|
<div class="refsect1">
|
@@ -572,13 +572,13 @@ if proxy widget has <a class="link" href="GtkActivatable.html#GtkActivatable--us
|
|
572
572
|
<div class="refsect2">
|
573
573
|
<a name="gtk-action-new"></a><h3>gtk_action_new ()</h3>
|
574
574
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> *
|
575
|
-
gtk_action_new (<em class="parameter"><code>const <a href="
|
576
|
-
<em class="parameter"><code>const <a href="
|
577
|
-
<em class="parameter"><code>const <a href="
|
578
|
-
<em class="parameter"><code>const <a href="
|
575
|
+
gtk_action_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
576
|
+
<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> *label</code></em>,
|
577
|
+
<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> *tooltip</code></em>,
|
578
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
579
579
|
<div class="warning">
|
580
580
|
<p><code class="literal">gtk_action_new</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
581
|
-
<p>Use <a href="
|
581
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, associating it to a widget with
|
582
582
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> or creating a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a></p>
|
583
583
|
</div>
|
584
584
|
<p>Creates a new <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> object. To add the action to a
|
@@ -603,18 +603,18 @@ names.</p>
|
|
603
603
|
<tr>
|
604
604
|
<td class="parameter_name"><p>label</p></td>
|
605
605
|
<td class="parameter_description"><p> the label displayed in menu items and on buttons,
|
606
|
-
or <a href="
|
606
|
+
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>
|
607
607
|
<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>
|
608
608
|
</tr>
|
609
609
|
<tr>
|
610
610
|
<td class="parameter_name"><p>tooltip</p></td>
|
611
|
-
<td class="parameter_description"><p> a tooltip for the action, or <a href="
|
611
|
+
<td class="parameter_description"><p> a tooltip for the action, 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>
|
612
612
|
<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>
|
613
613
|
</tr>
|
614
614
|
<tr>
|
615
615
|
<td class="parameter_name"><p>stock_id</p></td>
|
616
616
|
<td class="parameter_description"><p> the stock icon to display in widgets representing
|
617
|
-
the action, or <a href="
|
617
|
+
the action, 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>
|
618
618
|
<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>
|
619
619
|
</tr>
|
620
620
|
</tbody>
|
@@ -629,11 +629,11 @@ the action, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-
|
|
629
629
|
<hr>
|
630
630
|
<div class="refsect2">
|
631
631
|
<a name="gtk-action-get-name"></a><h3>gtk_action_get_name ()</h3>
|
632
|
-
<pre class="programlisting">const <a href="
|
632
|
+
<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> *
|
633
633
|
gtk_action_get_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
634
634
|
<div class="warning">
|
635
635
|
<p><code class="literal">gtk_action_get_name</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
636
|
-
<p>Use <a href="
|
636
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#g-action-get-name"><code class="function">g_action_get_name()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead</p>
|
637
637
|
</div>
|
638
638
|
<p>Returns the name of the action.</p>
|
639
639
|
<div class="refsect3">
|
@@ -661,11 +661,11 @@ be freed.</p>
|
|
661
661
|
<hr>
|
662
662
|
<div class="refsect2">
|
663
663
|
<a name="gtk-action-is-sensitive"></a><h3>gtk_action_is_sensitive ()</h3>
|
664
|
-
<pre class="programlisting"><a href="
|
664
|
+
<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>
|
665
665
|
gtk_action_is_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
666
666
|
<div class="warning">
|
667
667
|
<p><code class="literal">gtk_action_is_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
668
|
-
<p>Use <a href="
|
668
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#g-action-get-enabled"><code class="function">g_action_get_enabled()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>
|
669
669
|
instead</p>
|
670
670
|
</div>
|
671
671
|
<p>Returns whether the action is effectively sensitive.</p>
|
@@ -686,7 +686,7 @@ instead</p>
|
|
686
686
|
</div>
|
687
687
|
<div class="refsect3">
|
688
688
|
<a name="gtk-action-is-sensitive.returns"></a><h4>Returns</h4>
|
689
|
-
<p> <a href="
|
689
|
+
<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 action and its associated action group
|
690
690
|
are both sensitive.</p>
|
691
691
|
</div>
|
692
692
|
<p class="since">Since: 2.4</p>
|
@@ -694,11 +694,11 @@ are both sensitive.</p>
|
|
694
694
|
<hr>
|
695
695
|
<div class="refsect2">
|
696
696
|
<a name="gtk-action-get-sensitive"></a><h3>gtk_action_get_sensitive ()</h3>
|
697
|
-
<pre class="programlisting"><a href="
|
697
|
+
<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>
|
698
698
|
gtk_action_get_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
699
699
|
<div class="warning">
|
700
700
|
<p><code class="literal">gtk_action_get_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
701
|
-
<p>Use <a href="
|
701
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#g-action-get-enabled"><code class="function">g_action_get_enabled()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>
|
702
702
|
instead</p>
|
703
703
|
</div>
|
704
704
|
<p>Returns whether the action itself is sensitive. Note that this doesn’t
|
@@ -721,7 +721,7 @@ for that.</p>
|
|
721
721
|
</div>
|
722
722
|
<div class="refsect3">
|
723
723
|
<a name="gtk-action-get-sensitive.returns"></a><h4>Returns</h4>
|
724
|
-
<p> <a href="
|
724
|
+
<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 action itself is sensitive.</p>
|
725
725
|
</div>
|
726
726
|
<p class="since">Since: 2.4</p>
|
727
727
|
</div>
|
@@ -730,10 +730,10 @@ for that.</p>
|
|
730
730
|
<a name="gtk-action-set-sensitive"></a><h3>gtk_action_set_sensitive ()</h3>
|
731
731
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
732
732
|
gtk_action_set_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
733
|
-
<em class="parameter"><code><a href="
|
733
|
+
<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> sensitive</code></em>);</pre>
|
734
734
|
<div class="warning">
|
735
735
|
<p><code class="literal">gtk_action_set_sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
736
|
-
<p>Use <a href="
|
736
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#GSimpleAction-struct"><span class="type">GSimpleAction</span></a>
|
737
737
|
instead</p>
|
738
738
|
</div>
|
739
739
|
<p>Sets the :sensitive property of the action to <em class="parameter"><code>sensitive</code></em>
|
@@ -757,7 +757,7 @@ for that.</p>
|
|
757
757
|
</tr>
|
758
758
|
<tr>
|
759
759
|
<td class="parameter_name"><p>sensitive</p></td>
|
760
|
-
<td class="parameter_description"><p><a href="
|
760
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action sensitive</p></td>
|
761
761
|
<td class="parameter_annotations"> </td>
|
762
762
|
</tr>
|
763
763
|
</tbody>
|
@@ -768,11 +768,11 @@ for that.</p>
|
|
768
768
|
<hr>
|
769
769
|
<div class="refsect2">
|
770
770
|
<a name="gtk-action-is-visible"></a><h3>gtk_action_is_visible ()</h3>
|
771
|
-
<pre class="programlisting"><a href="
|
771
|
+
<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>
|
772
772
|
gtk_action_is_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
773
773
|
<div class="warning">
|
774
774
|
<p><code class="literal">gtk_action_is_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
775
|
-
<p>Use <a href="
|
775
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
776
776
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
777
777
|
</div>
|
778
778
|
<p>Returns whether the action is effectively visible.</p>
|
@@ -793,7 +793,7 @@ gtk_action_is_visible (<em class="parameter"><code><a class="link" href="GtkActi
|
|
793
793
|
</div>
|
794
794
|
<div class="refsect3">
|
795
795
|
<a name="gtk-action-is-visible.returns"></a><h4>Returns</h4>
|
796
|
-
<p> <a href="
|
796
|
+
<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 action and its associated action group
|
797
797
|
are both visible.</p>
|
798
798
|
</div>
|
799
799
|
<p class="since">Since: 2.4</p>
|
@@ -801,11 +801,11 @@ are both visible.</p>
|
|
801
801
|
<hr>
|
802
802
|
<div class="refsect2">
|
803
803
|
<a name="gtk-action-get-visible"></a><h3>gtk_action_get_visible ()</h3>
|
804
|
-
<pre class="programlisting"><a href="
|
804
|
+
<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>
|
805
805
|
gtk_action_get_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
806
806
|
<div class="warning">
|
807
807
|
<p><code class="literal">gtk_action_get_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
808
|
-
<p>Use <a href="
|
808
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
809
809
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
810
810
|
</div>
|
811
811
|
<p>Returns whether the action itself is visible. Note that this doesn’t
|
@@ -828,7 +828,7 @@ for that.</p>
|
|
828
828
|
</div>
|
829
829
|
<div class="refsect3">
|
830
830
|
<a name="gtk-action-get-visible.returns"></a><h4>Returns</h4>
|
831
|
-
<p> <a href="
|
831
|
+
<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 action itself is visible.</p>
|
832
832
|
</div>
|
833
833
|
<p class="since">Since: 2.4</p>
|
834
834
|
</div>
|
@@ -837,10 +837,10 @@ for that.</p>
|
|
837
837
|
<a name="gtk-action-set-visible"></a><h3>gtk_action_set_visible ()</h3>
|
838
838
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
839
839
|
gtk_action_set_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
840
|
-
<em class="parameter"><code><a href="
|
840
|
+
<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> visible</code></em>);</pre>
|
841
841
|
<div class="warning">
|
842
842
|
<p><code class="literal">gtk_action_set_visible</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
843
|
-
<p>Use <a href="
|
843
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
844
844
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
845
845
|
</div>
|
846
846
|
<p>Sets the :visible property of the action to <em class="parameter"><code>visible</code></em>
|
@@ -864,7 +864,7 @@ for that.</p>
|
|
864
864
|
</tr>
|
865
865
|
<tr>
|
866
866
|
<td class="parameter_name"><p>visible</p></td>
|
867
|
-
<td class="parameter_description"><p><a href="
|
867
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action visible</p></td>
|
868
868
|
<td class="parameter_annotations"> </td>
|
869
869
|
</tr>
|
870
870
|
</tbody>
|
@@ -879,7 +879,7 @@ for that.</p>
|
|
879
879
|
gtk_action_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
880
880
|
<div class="warning">
|
881
881
|
<p><code class="literal">gtk_action_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
882
|
-
<p>Use <a href="
|
882
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html#g-action-group-activate-action"><code class="function">g_action_group_activate_action()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead</p>
|
883
883
|
</div>
|
884
884
|
<p>Emits the “activate” signal on the specified action, if it isn't
|
885
885
|
insensitive. This gets called by the proxy widgets when they get
|
@@ -910,7 +910,7 @@ gtk_action_create_icon (<em class="parameter"><code><a class="link" href="GtkAct
|
|
910
910
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre>
|
911
911
|
<div class="warning">
|
912
912
|
<p><code class="literal">gtk_action_create_icon</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
913
|
-
<p>Use <a href="
|
913
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an icon on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a>,
|
914
914
|
or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
|
915
915
|
</div>
|
916
916
|
<p>This function is intended for use by action implementations to
|
@@ -952,7 +952,7 @@ be created. </p></td>
|
|
952
952
|
gtk_action_create_menu_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
953
953
|
<div class="warning">
|
954
954
|
<p><code class="literal">gtk_action_create_menu_item</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
955
|
-
<p>Use <a href="
|
955
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-new"><code class="function">g_menu_item_new()</code></a> and associate it with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>
|
956
956
|
instead.</p>
|
957
957
|
</div>
|
958
958
|
<p>Creates a menu item widget that proxies for the given action.</p>
|
@@ -985,7 +985,7 @@ instead.</p>
|
|
985
985
|
gtk_action_create_tool_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
986
986
|
<div class="warning">
|
987
987
|
<p><code class="literal">gtk_action_create_tool_item</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
988
|
-
<p>Use a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> and associate it with a <a href="
|
988
|
+
<p>Use a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> and associate it with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> using
|
989
989
|
<a class="link" href="GtkActionable.html#gtk-actionable-set-action-name" title="gtk_actionable_set_action_name ()"><code class="function">gtk_actionable_set_action_name()</code></a> instead</p>
|
990
990
|
</div>
|
991
991
|
<p>Creates a toolbar item widget that proxies for the given action.</p>
|
@@ -1018,7 +1018,7 @@ gtk_action_create_tool_item (<em class="parameter"><code><a class="link" href="G
|
|
1018
1018
|
gtk_action_create_menu (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1019
1019
|
<div class="warning">
|
1020
1020
|
<p><code class="literal">gtk_action_create_menu</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1021
|
-
<p>Use <a href="
|
1021
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and <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> instead, and create a
|
1022
1022
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a></p>
|
1023
1023
|
</div>
|
1024
1024
|
<p>If <em class="parameter"><code>action</code></em>
|
@@ -1043,7 +1043,7 @@ instance of that menu.</p>
|
|
1043
1043
|
<div class="refsect3">
|
1044
1044
|
<a name="gtk-action-create-menu.returns"></a><h4>Returns</h4>
|
1045
1045
|
<p> the menu item provided by the
|
1046
|
-
action, or <a href="
|
1046
|
+
action, 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>
|
1047
1047
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1048
1048
|
</div>
|
1049
1049
|
<p class="since">Since: 2.12</p>
|
@@ -1051,7 +1051,7 @@ action, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macr
|
|
1051
1051
|
<hr>
|
1052
1052
|
<div class="refsect2">
|
1053
1053
|
<a name="gtk-action-get-proxies"></a><h3>gtk_action_get_proxies ()</h3>
|
1054
|
-
<pre class="programlisting"><a href="
|
1054
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1055
1055
|
gtk_action_get_proxies (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1056
1056
|
<div class="warning"><p><code class="literal">gtk_action_get_proxies</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p></div>
|
1057
1057
|
<p>Returns the proxy widgets for an action.
|
@@ -1073,7 +1073,7 @@ See also <a class="link" href="GtkActivatable.html#gtk-activatable-get-related-a
|
|
1073
1073
|
</div>
|
1074
1074
|
<div class="refsect3">
|
1075
1075
|
<a name="gtk-action-get-proxies.returns"></a><h4>Returns</h4>
|
1076
|
-
<p> a <a href="
|
1076
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of proxy widgets. The list is owned by GTK+
|
1077
1077
|
and must not be modified. </p>
|
1078
1078
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1079
1079
|
</div>
|
@@ -1086,7 +1086,7 @@ and must not be modified. </p>
|
|
1086
1086
|
gtk_action_connect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1087
1087
|
<div class="warning">
|
1088
1088
|
<p><code class="literal">gtk_action_connect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1089
|
-
<p>Use <a href="
|
1089
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and the accelerator group on an associated
|
1090
1090
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
1091
1091
|
</div>
|
1092
1092
|
<p>Installs the accelerator for <em class="parameter"><code>action</code></em>
|
@@ -1123,7 +1123,7 @@ function has been called and doesn’t remove the accelerator until
|
|
1123
1123
|
gtk_action_disconnect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1124
1124
|
<div class="warning">
|
1125
1125
|
<p><code class="literal">gtk_action_disconnect_accelerator</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1126
|
-
<p>Use <a href="
|
1126
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and the accelerator group on an associated
|
1127
1127
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
1128
1128
|
</div>
|
1129
1129
|
<p>Undoes the effect of one call to <a class="link" href="GtkAction.html#gtk-action-connect-accelerator" title="gtk_action_connect_accelerator ()"><code class="function">gtk_action_connect_accelerator()</code></a>.</p>
|
@@ -1151,8 +1151,8 @@ gtk_action_disconnect_accelerator (<em class="parameter"><code><a class="link" h
|
|
1151
1151
|
gtk_action_block_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1152
1152
|
<div class="warning">
|
1153
1153
|
<p><code class="literal">gtk_action_block_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1154
|
-
<p>Use <a href="
|
1155
|
-
<a href="
|
1154
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> to disable the
|
1155
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#GSimpleAction-struct"><span class="type">GSimpleAction</span></a> instead</p>
|
1156
1156
|
</div>
|
1157
1157
|
<p>Disable activation signals from the action </p>
|
1158
1158
|
<p>This is needed when updating the state of your proxy
|
@@ -1183,8 +1183,8 @@ cases (updating toggle state for instance).</p>
|
|
1183
1183
|
gtk_action_unblock_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1184
1184
|
<div class="warning">
|
1185
1185
|
<p><code class="literal">gtk_action_unblock_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1186
|
-
<p>Use <a href="
|
1187
|
-
<a href="
|
1186
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#g-simple-action-set-enabled"><code class="function">g_simple_action_set_enabled()</code></a> to enable the
|
1187
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#GSimpleAction-struct"><span class="type">GSimpleAction</span></a> instead</p>
|
1188
1188
|
</div>
|
1189
1189
|
<p>Reenable activation signals from the action</p>
|
1190
1190
|
<div class="refsect3">
|
@@ -1207,11 +1207,11 @@ gtk_action_unblock_activate (<em class="parameter"><code><a class="link" href="G
|
|
1207
1207
|
<hr>
|
1208
1208
|
<div class="refsect2">
|
1209
1209
|
<a name="gtk-action-get-always-show-image"></a><h3>gtk_action_get_always_show_image ()</h3>
|
1210
|
-
<pre class="programlisting"><a href="
|
1210
|
+
<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>
|
1211
1211
|
gtk_action_get_always_show_image (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1212
1212
|
<div class="warning">
|
1213
1213
|
<p><code class="literal">gtk_action_get_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1214
|
-
<p>Use <a href="
|
1214
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a>
|
1215
1215
|
instead</p>
|
1216
1216
|
</div>
|
1217
1217
|
<p>Returns whether <em class="parameter"><code>action</code></em>
|
@@ -1234,7 +1234,7 @@ show their image, if available.</p>
|
|
1234
1234
|
</div>
|
1235
1235
|
<div class="refsect3">
|
1236
1236
|
<a name="gtk-action-get-always-show-image.returns"></a><h4>Returns</h4>
|
1237
|
-
<p> <a href="
|
1237
|
+
<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 item proxies will always show their image</p>
|
1238
1238
|
</div>
|
1239
1239
|
<p class="since">Since: 2.20</p>
|
1240
1240
|
</div>
|
@@ -1243,10 +1243,10 @@ show their image, if available.</p>
|
|
1243
1243
|
<a name="gtk-action-set-always-show-image"></a><h3>gtk_action_set_always_show_image ()</h3>
|
1244
1244
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1245
1245
|
gtk_action_set_always_show_image (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1246
|
-
<em class="parameter"><code><a href="
|
1246
|
+
<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> always_show</code></em>);</pre>
|
1247
1247
|
<div class="warning">
|
1248
1248
|
<p><code class="literal">gtk_action_set_always_show_image</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1249
|
-
<p>Use <a href="
|
1249
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> instead, if the
|
1250
1250
|
item should have an image</p>
|
1251
1251
|
</div>
|
1252
1252
|
<p>Sets whether <em class="parameter"><code>action</code></em>
|
@@ -1270,7 +1270,7 @@ without their image.</p>
|
|
1270
1270
|
</tr>
|
1271
1271
|
<tr>
|
1272
1272
|
<td class="parameter_name"><p>always_show</p></td>
|
1273
|
-
<td class="parameter_description"><p><a href="
|
1273
|
+
<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 menuitem proxies should always show their image</p></td>
|
1274
1274
|
<td class="parameter_annotations"> </td>
|
1275
1275
|
</tr>
|
1276
1276
|
</tbody>
|
@@ -1281,11 +1281,11 @@ without their image.</p>
|
|
1281
1281
|
<hr>
|
1282
1282
|
<div class="refsect2">
|
1283
1283
|
<a name="gtk-action-get-accel-path"></a><h3>gtk_action_get_accel_path ()</h3>
|
1284
|
-
<pre class="programlisting">const <a href="
|
1284
|
+
<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> *
|
1285
1285
|
gtk_action_get_accel_path (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1286
1286
|
<div class="warning">
|
1287
1287
|
<p><code class="literal">gtk_action_get_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1288
|
-
<p>Use <a href="
|
1288
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and the accelerator path on an associated
|
1289
1289
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
1290
1290
|
</div>
|
1291
1291
|
<p>Returns the accel path for this action.</p>
|
@@ -1306,7 +1306,7 @@ gtk_action_get_accel_path (<em class="parameter"><code><a class="link" href="Gtk
|
|
1306
1306
|
</div>
|
1307
1307
|
<div class="refsect3">
|
1308
1308
|
<a name="gtk-action-get-accel-path.returns"></a><h4>Returns</h4>
|
1309
|
-
<p> the accel path for this action, or <a href="
|
1309
|
+
<p> the accel path for this action, 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>
|
1310
1310
|
if none is set. The returned string is owned by GTK+
|
1311
1311
|
and must not be freed or modified.</p>
|
1312
1312
|
</div>
|
@@ -1317,19 +1317,19 @@ and must not be freed or modified.</p>
|
|
1317
1317
|
<a name="gtk-action-set-accel-path"></a><h3>gtk_action_set_accel_path ()</h3>
|
1318
1318
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1319
1319
|
gtk_action_set_accel_path (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1320
|
-
<em class="parameter"><code>const <a href="
|
1320
|
+
<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>
|
1321
1321
|
<div class="warning">
|
1322
1322
|
<p><code class="literal">gtk_action_set_accel_path</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1323
|
-
<p>Use <a href="
|
1323
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and the accelerator path on an associated
|
1324
1324
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
1325
1325
|
</div>
|
1326
1326
|
<p>Sets the accel path for this action. All proxy widgets associated
|
1327
1327
|
with the action will have this accel path, so that their
|
1328
1328
|
accelerators are consistent.</p>
|
1329
1329
|
<p>Note that <em class="parameter"><code>accel_path</code></em>
|
1330
|
-
string will be stored in a <a href="
|
1330
|
+
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, if you
|
1331
1331
|
pass a static string, you can save some memory by interning it first with
|
1332
|
-
<a href="
|
1332
|
+
<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>
|
1333
1333
|
<div class="refsect3">
|
1334
1334
|
<a name="gtk-action-set-accel-path.parameters"></a><h4>Parameters</h4>
|
1335
1335
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1357,11 +1357,11 @@ pass a static string, you can save some memory by interning it first with
|
|
1357
1357
|
<hr>
|
1358
1358
|
<div class="refsect2">
|
1359
1359
|
<a name="gtk-action-get-accel-closure"></a><h3>gtk_action_get_accel_closure ()</h3>
|
1360
|
-
<pre class="programlisting"><a href="
|
1360
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> *
|
1361
1361
|
gtk_action_get_accel_closure (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1362
1362
|
<div class="warning">
|
1363
1363
|
<p><code class="literal">gtk_action_get_accel_closure</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1364
|
-
<p>Use <a href="
|
1364
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead, which have no
|
1365
1365
|
equivalent for getting the accel closure</p>
|
1366
1366
|
</div>
|
1367
1367
|
<p>Returns the accel closure for this action.</p>
|
@@ -1397,7 +1397,7 @@ gtk_action_set_accel_group (<em class="parameter"><code><a class="link" href="Gt
|
|
1397
1397
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
|
1398
1398
|
<div class="warning">
|
1399
1399
|
<p><code class="literal">gtk_action_set_accel_group</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1400
|
-
<p>Use <a href="
|
1400
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> and the accelerator group on an associated
|
1401
1401
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
1402
1402
|
</div>
|
1403
1403
|
<p>Sets the <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> in which the accelerator for this action
|
@@ -1418,7 +1418,7 @@ will be installed.</p>
|
|
1418
1418
|
</tr>
|
1419
1419
|
<tr>
|
1420
1420
|
<td class="parameter_name"><p>accel_group</p></td>
|
1421
|
-
<td class="parameter_description"><p> a <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> or <a href="
|
1421
|
+
<td class="parameter_description"><p> a <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</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>. </p></td>
|
1422
1422
|
<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>
|
1423
1423
|
</tr>
|
1424
1424
|
</tbody>
|
@@ -1431,11 +1431,11 @@ will be installed.</p>
|
|
1431
1431
|
<a name="gtk-action-set-label"></a><h3>gtk_action_set_label ()</h3>
|
1432
1432
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1433
1433
|
gtk_action_set_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1434
|
-
<em class="parameter"><code>const <a href="
|
1434
|
+
<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> *label</code></em>);</pre>
|
1435
1435
|
<div class="warning">
|
1436
1436
|
<p><code class="literal">gtk_action_set_label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1437
|
-
<p>Use <a href="
|
1438
|
-
<a href="
|
1437
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and set a label on a menu item with
|
1438
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-label"><code class="function">g_menu_item_set_label()</code></a>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the widget-specific
|
1439
1439
|
API to set a label</p>
|
1440
1440
|
</div>
|
1441
1441
|
<p>Sets the label of <em class="parameter"><code>action</code></em>
|
@@ -1467,12 +1467,12 @@ API to set a label</p>
|
|
1467
1467
|
<hr>
|
1468
1468
|
<div class="refsect2">
|
1469
1469
|
<a name="gtk-action-get-label"></a><h3>gtk_action_get_label ()</h3>
|
1470
|
-
<pre class="programlisting">const <a href="
|
1470
|
+
<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> *
|
1471
1471
|
gtk_action_get_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1472
1472
|
<div class="warning">
|
1473
1473
|
<p><code class="literal">gtk_action_get_label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1474
|
-
<p>Use <a href="
|
1475
|
-
with <a href="
|
1474
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and get a label from a menu item
|
1475
|
+
with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a>. For <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets, use the
|
1476
1476
|
widget-specific API to get a label</p>
|
1477
1477
|
</div>
|
1478
1478
|
<p>Gets the label text of <em class="parameter"><code>action</code></em>
|
@@ -1503,10 +1503,10 @@ widget-specific API to get a label</p>
|
|
1503
1503
|
<a name="gtk-action-set-short-label"></a><h3>gtk_action_set_short_label ()</h3>
|
1504
1504
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1505
1505
|
gtk_action_set_short_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1506
|
-
<em class="parameter"><code>const <a href="
|
1506
|
+
<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> *short_label</code></em>);</pre>
|
1507
1507
|
<div class="warning">
|
1508
1508
|
<p><code class="literal">gtk_action_set_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1509
|
-
<p>Use <a href="
|
1509
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, which has no equivalent of short
|
1510
1510
|
labels</p>
|
1511
1511
|
</div>
|
1512
1512
|
<p>Sets a shorter label text on <em class="parameter"><code>action</code></em>
|
@@ -1538,11 +1538,11 @@ labels</p>
|
|
1538
1538
|
<hr>
|
1539
1539
|
<div class="refsect2">
|
1540
1540
|
<a name="gtk-action-get-short-label"></a><h3>gtk_action_get_short_label ()</h3>
|
1541
|
-
<pre class="programlisting">const <a href="
|
1541
|
+
<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> *
|
1542
1542
|
gtk_action_get_short_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1543
1543
|
<div class="warning">
|
1544
1544
|
<p><code class="literal">gtk_action_get_short_label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1545
|
-
<p>Use <a href="
|
1545
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, which has no equivalent of short
|
1546
1546
|
labels</p>
|
1547
1547
|
</div>
|
1548
1548
|
<p>Gets the short label text of <em class="parameter"><code>action</code></em>
|
@@ -1573,10 +1573,10 @@ labels</p>
|
|
1573
1573
|
<a name="gtk-action-set-tooltip"></a><h3>gtk_action_set_tooltip ()</h3>
|
1574
1574
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1575
1575
|
gtk_action_set_tooltip (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1576
|
-
<em class="parameter"><code>const <a href="
|
1576
|
+
<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> *tooltip</code></em>);</pre>
|
1577
1577
|
<div class="warning">
|
1578
1578
|
<p><code class="literal">gtk_action_set_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1579
|
-
<p>Use <a href="
|
1579
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and set tooltips on associated
|
1580
1580
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets with <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk_widget_set_tooltip_text ()"><code class="function">gtk_widget_set_tooltip_text()</code></a></p>
|
1581
1581
|
</div>
|
1582
1582
|
<p>Sets the tooltip text on <em class="parameter"><code>action</code></em>
|
@@ -1608,11 +1608,11 @@ gtk_action_set_tooltip (<em class="parameter"><code><a class="link" href="GtkAct
|
|
1608
1608
|
<hr>
|
1609
1609
|
<div class="refsect2">
|
1610
1610
|
<a name="gtk-action-get-tooltip"></a><h3>gtk_action_get_tooltip ()</h3>
|
1611
|
-
<pre class="programlisting">const <a href="
|
1611
|
+
<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> *
|
1612
1612
|
gtk_action_get_tooltip (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1613
1613
|
<div class="warning">
|
1614
1614
|
<p><code class="literal">gtk_action_get_tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1615
|
-
<p>Use <a href="
|
1615
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and get tooltips from associated
|
1616
1616
|
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets with <a class="link" href="GtkWidget.html#gtk-widget-get-tooltip-text" title="gtk_widget_get_tooltip_text ()"><code class="function">gtk_widget_get_tooltip_text()</code></a></p>
|
1617
1617
|
</div>
|
1618
1618
|
<p>Gets the tooltip text of <em class="parameter"><code>action</code></em>
|
@@ -1643,10 +1643,10 @@ gtk_action_get_tooltip (<em class="parameter"><code><a class="link" href="GtkAct
|
|
1643
1643
|
<a name="gtk-action-set-stock-id"></a><h3>gtk_action_set_stock_id ()</h3>
|
1644
1644
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1645
1645
|
gtk_action_set_stock_id (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1646
|
-
<em class="parameter"><code>const <a href="
|
1646
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
1647
1647
|
<div class="warning">
|
1648
1648
|
<p><code class="literal">gtk_action_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1649
|
-
<p>Use <a href="
|
1649
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, which has no equivalent of stock
|
1650
1650
|
items</p>
|
1651
1651
|
</div>
|
1652
1652
|
<p>Sets the stock id on <em class="parameter"><code>action</code></em>
|
@@ -1678,11 +1678,11 @@ items</p>
|
|
1678
1678
|
<hr>
|
1679
1679
|
<div class="refsect2">
|
1680
1680
|
<a name="gtk-action-get-stock-id"></a><h3>gtk_action_get_stock_id ()</h3>
|
1681
|
-
<pre class="programlisting">const <a href="
|
1681
|
+
<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> *
|
1682
1682
|
gtk_action_get_stock_id (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1683
1683
|
<div class="warning">
|
1684
1684
|
<p><code class="literal">gtk_action_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1685
|
-
<p>Use <a href="
|
1685
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, which has no equivalent of stock
|
1686
1686
|
items</p>
|
1687
1687
|
</div>
|
1688
1688
|
<p>Gets the stock id of <em class="parameter"><code>action</code></em>
|
@@ -1713,11 +1713,11 @@ items</p>
|
|
1713
1713
|
<a name="gtk-action-set-gicon"></a><h3>gtk_action_set_gicon ()</h3>
|
1714
1714
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1715
1715
|
gtk_action_set_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1716
|
-
<em class="parameter"><code><a href="
|
1716
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
1717
1717
|
<div class="warning">
|
1718
1718
|
<p><code class="literal">gtk_action_set_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1719
|
-
<p>Use <a href="
|
1720
|
-
icon on a <a href="
|
1719
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an
|
1720
|
+
icon on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> associated with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
|
1721
1721
|
add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
|
1722
1722
|
</div>
|
1723
1723
|
<p>Sets the icon of <em class="parameter"><code>action</code></em>
|
@@ -1738,7 +1738,7 @@ add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">G
|
|
1738
1738
|
</tr>
|
1739
1739
|
<tr>
|
1740
1740
|
<td class="parameter_name"><p>icon</p></td>
|
1741
|
-
<td class="parameter_description"><p>the <a href="
|
1741
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to set</p></td>
|
1742
1742
|
<td class="parameter_annotations"> </td>
|
1743
1743
|
</tr>
|
1744
1744
|
</tbody>
|
@@ -1749,13 +1749,13 @@ add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">G
|
|
1749
1749
|
<hr>
|
1750
1750
|
<div class="refsect2">
|
1751
1751
|
<a name="gtk-action-get-gicon"></a><h3>gtk_action_get_gicon ()</h3>
|
1752
|
-
<pre class="programlisting"><a href="
|
1752
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
|
1753
1753
|
gtk_action_get_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1754
1754
|
<div class="warning">
|
1755
1755
|
<p><code class="literal">gtk_action_get_gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1756
|
-
<p>Use <a href="
|
1757
|
-
<a href="
|
1758
|
-
associated with a <a href="
|
1756
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and
|
1757
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> to get an icon from a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a>
|
1758
|
+
associated with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
1759
1759
|
</div>
|
1760
1760
|
<p>Gets the gicon of <em class="parameter"><code>action</code></em>
|
1761
1761
|
.</p>
|
@@ -1776,7 +1776,7 @@ associated with a <a href="https://developer.gnome.org/gio/unstable/GAction.html
|
|
1776
1776
|
</div>
|
1777
1777
|
<div class="refsect3">
|
1778
1778
|
<a name="gtk-action-get-gicon.returns"></a><h4>Returns</h4>
|
1779
|
-
<p> The action’s <a href="
|
1779
|
+
<p> The action’s <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> if one is set. </p>
|
1780
1780
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1781
1781
|
</div>
|
1782
1782
|
<p class="since">Since: 2.16</p>
|
@@ -1786,11 +1786,11 @@ associated with a <a href="https://developer.gnome.org/gio/unstable/GAction.html
|
|
1786
1786
|
<a name="gtk-action-set-icon-name"></a><h3>gtk_action_set_icon_name ()</h3>
|
1787
1787
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1788
1788
|
gtk_action_set_icon_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1789
|
-
<em class="parameter"><code>const <a href="
|
1789
|
+
<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> *icon_name</code></em>);</pre>
|
1790
1790
|
<div class="warning">
|
1791
1791
|
<p><code class="literal">gtk_action_set_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1792
|
-
<p>Use <a href="
|
1793
|
-
icon on a <a href="
|
1792
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-set-icon"><code class="function">g_menu_item_set_icon()</code></a> to set an
|
1793
|
+
icon on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> associated with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a>, or <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> to
|
1794
1794
|
add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">GtkImage</span></a> to a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a></p>
|
1795
1795
|
</div>
|
1796
1796
|
<p>Sets the icon name on <em class="parameter"><code>action</code></em>
|
@@ -1822,13 +1822,13 @@ add a <a class="link" href="GtkImage.html" title="GtkImage"><span class="type">G
|
|
1822
1822
|
<hr>
|
1823
1823
|
<div class="refsect2">
|
1824
1824
|
<a name="gtk-action-get-icon-name"></a><h3>gtk_action_get_icon_name ()</h3>
|
1825
|
-
<pre class="programlisting">const <a href="
|
1825
|
+
<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> *
|
1826
1826
|
gtk_action_get_icon_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1827
1827
|
<div class="warning">
|
1828
1828
|
<p><code class="literal">gtk_action_get_icon_name</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1829
|
-
<p>Use <a href="
|
1830
|
-
<a href="
|
1831
|
-
associated with a <a href="
|
1829
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and
|
1830
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#g-menu-item-get-attribute-value"><code class="function">g_menu_item_get_attribute_value()</code></a> to get an icon from a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a>
|
1831
|
+
associated with a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
1832
1832
|
</div>
|
1833
1833
|
<p>Gets the icon name of <em class="parameter"><code>action</code></em>
|
1834
1834
|
.</p>
|
@@ -1858,10 +1858,10 @@ associated with a <a href="https://developer.gnome.org/gio/unstable/GAction.html
|
|
1858
1858
|
<a name="gtk-action-set-visible-horizontal"></a><h3>gtk_action_set_visible_horizontal ()</h3>
|
1859
1859
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1860
1860
|
gtk_action_set_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1861
|
-
<em class="parameter"><code><a href="
|
1861
|
+
<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> visible_horizontal</code></em>);</pre>
|
1862
1862
|
<div class="warning">
|
1863
1863
|
<p><code class="literal">gtk_action_set_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1864
|
-
<p>Use <a href="
|
1864
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the
|
1865
1865
|
visibility of associated widgets and menu items directly</p>
|
1866
1866
|
</div>
|
1867
1867
|
<p>Sets whether <em class="parameter"><code>action</code></em>
|
@@ -1893,11 +1893,11 @@ visibility of associated widgets and menu items directly</p>
|
|
1893
1893
|
<hr>
|
1894
1894
|
<div class="refsect2">
|
1895
1895
|
<a name="gtk-action-get-visible-horizontal"></a><h3>gtk_action_get_visible_horizontal ()</h3>
|
1896
|
-
<pre class="programlisting"><a href="
|
1896
|
+
<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>
|
1897
1897
|
gtk_action_get_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1898
1898
|
<div class="warning">
|
1899
1899
|
<p><code class="literal">gtk_action_get_visible_horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1900
|
-
<p>Use <a href="
|
1900
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the
|
1901
1901
|
visibility of associated widgets and menu items directly</p>
|
1902
1902
|
</div>
|
1903
1903
|
<p>Checks whether <em class="parameter"><code>action</code></em>
|
@@ -1929,10 +1929,10 @@ is visible when horizontal</p>
|
|
1929
1929
|
<a name="gtk-action-set-visible-vertical"></a><h3>gtk_action_set_visible_vertical ()</h3>
|
1930
1930
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1931
1931
|
gtk_action_set_visible_vertical (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1932
|
-
<em class="parameter"><code><a href="
|
1932
|
+
<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> visible_vertical</code></em>);</pre>
|
1933
1933
|
<div class="warning">
|
1934
1934
|
<p><code class="literal">gtk_action_set_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1935
|
-
<p>Use <a href="
|
1935
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the
|
1936
1936
|
visibility of associated widgets and menu items directly</p>
|
1937
1937
|
</div>
|
1938
1938
|
<p>Sets whether <em class="parameter"><code>action</code></em>
|
@@ -1964,11 +1964,11 @@ visibility of associated widgets and menu items directly</p>
|
|
1964
1964
|
<hr>
|
1965
1965
|
<div class="refsect2">
|
1966
1966
|
<a name="gtk-action-get-visible-vertical"></a><h3>gtk_action_get_visible_vertical ()</h3>
|
1967
|
-
<pre class="programlisting"><a href="
|
1967
|
+
<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>
|
1968
1968
|
gtk_action_get_visible_vertical (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1969
1969
|
<div class="warning">
|
1970
1970
|
<p><code class="literal">gtk_action_get_visible_vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1971
|
-
<p>Use <a href="
|
1971
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor the
|
1972
1972
|
visibility of associated widgets and menu items directly</p>
|
1973
1973
|
</div>
|
1974
1974
|
<p>Checks whether <em class="parameter"><code>action</code></em>
|
@@ -2000,10 +2000,10 @@ is visible when horizontal</p>
|
|
2000
2000
|
<a name="gtk-action-set-is-important"></a><h3>gtk_action_set_is_important ()</h3>
|
2001
2001
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2002
2002
|
gtk_action_set_is_important (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
2003
|
-
<em class="parameter"><code><a href="
|
2003
|
+
<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> is_important</code></em>);</pre>
|
2004
2004
|
<div class="warning">
|
2005
2005
|
<p><code class="literal">gtk_action_set_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2006
|
-
<p>Use <a href="
|
2006
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor whether
|
2007
2007
|
labels are shown directly</p>
|
2008
2008
|
</div>
|
2009
2009
|
<p>Sets whether the action is important, this attribute is used
|
@@ -2025,7 +2025,7 @@ or not.</p>
|
|
2025
2025
|
</tr>
|
2026
2026
|
<tr>
|
2027
2027
|
<td class="parameter_name"><p>is_important</p></td>
|
2028
|
-
<td class="parameter_description"><p><a href="
|
2028
|
+
<td class="parameter_description"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action important</p></td>
|
2029
2029
|
<td class="parameter_annotations"> </td>
|
2030
2030
|
</tr>
|
2031
2031
|
</tbody>
|
@@ -2036,11 +2036,11 @@ or not.</p>
|
|
2036
2036
|
<hr>
|
2037
2037
|
<div class="refsect2">
|
2038
2038
|
<a name="gtk-action-get-is-important"></a><h3>gtk_action_get_is_important ()</h3>
|
2039
|
-
<pre class="programlisting"><a href="
|
2039
|
+
<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>
|
2040
2040
|
gtk_action_get_is_important (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
2041
2041
|
<div class="warning">
|
2042
2042
|
<p><code class="literal">gtk_action_get_is_important</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2043
|
-
<p>Use <a href="
|
2043
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> instead, and control and monitor whether
|
2044
2044
|
labels are shown directly</p>
|
2045
2045
|
</div>
|
2046
2046
|
<p>Checks whether <em class="parameter"><code>action</code></em>
|
@@ -2111,7 +2111,7 @@ is important</p>
|
|
2111
2111
|
(for internal use).</p>
|
2112
2112
|
<div class="warning">
|
2113
2113
|
<p><code class="literal">GtkAction:action-group</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2114
|
-
<p>Lookup the <a href="
|
2114
|
+
<p>Lookup the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a> using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionMap.html#g-action-map-lookup-action"><code class="function">g_action_map_lookup_action()</code></a>
|
2115
2115
|
instead</p>
|
2116
2116
|
</div>
|
2117
2117
|
<p>Flags: Read / Write</p>
|
@@ -2119,8 +2119,8 @@ instead</p>
|
|
2119
2119
|
<hr>
|
2120
2120
|
<div class="refsect2">
|
2121
2121
|
<a name="GtkAction--always-show-image"></a><h3>The <code class="literal">“always-show-image”</code> property</h3>
|
2122
|
-
<pre class="programlisting"> “always-show-image” <a href="
|
2123
|
-
<p>If <a href="
|
2122
|
+
<pre class="programlisting"> “always-show-image” <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>
|
2123
|
+
<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>, the action's menu item proxies will ignore the <a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-images" title="The “gtk-menu-images” property"><span class="type">“gtk-menu-images”</span></a>
|
2124
2124
|
|
2125
2125
|
setting and always show their image, if available.</p>
|
2126
2126
|
<p>Use this property if the menu item would be useless or hard to use
|
@@ -2128,7 +2128,7 @@ without their image.</p>
|
|
2128
2128
|
<div class="warning">
|
2129
2129
|
<p><code class="literal">GtkAction:always-show-image</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2130
2130
|
<p>There is no corresponding replacement when using
|
2131
|
-
<a href="
|
2131
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2132
2132
|
</div>
|
2133
2133
|
<p>Flags: Read / Write / Construct</p>
|
2134
2134
|
<p>Default value: FALSE</p>
|
@@ -2137,17 +2137,17 @@ without their image.</p>
|
|
2137
2137
|
<hr>
|
2138
2138
|
<div class="refsect2">
|
2139
2139
|
<a name="GtkAction--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
|
2140
|
-
<pre class="programlisting"> “gicon” <a href="
|
2141
|
-
<p>The <a href="
|
2140
|
+
<pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
|
2141
|
+
<p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> displayed in the <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a>.</p>
|
2142
2142
|
<p>Note that the stock icon is preferred, if the <a class="link" href="GtkAction.html#GtkAction--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a>
|
2143
2143
|
|
2144
2144
|
property holds the id of an existing stock icon.</p>
|
2145
2145
|
<p>This is an appearance property and thus only applies if
|
2146
2146
|
|
2147
|
-
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="
|
2147
|
+
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2148
2148
|
<div class="warning">
|
2149
2149
|
<p><code class="literal">GtkAction:gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2150
|
-
<p>Use the "icon" attribute on a <a href="
|
2150
|
+
<p>Use the "icon" attribute on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> instead</p>
|
2151
2151
|
</div>
|
2152
2152
|
<p>Flags: Read / Write</p>
|
2153
2153
|
<p class="since">Since: 2.16</p>
|
@@ -2155,12 +2155,12 @@ property holds the id of an existing stock icon.</p>
|
|
2155
2155
|
<hr>
|
2156
2156
|
<div class="refsect2">
|
2157
2157
|
<a name="GtkAction--hide-if-empty"></a><h3>The <code class="literal">“hide-if-empty”</code> property</h3>
|
2158
|
-
<pre class="programlisting"> “hide-if-empty” <a href="
|
2158
|
+
<pre class="programlisting"> “hide-if-empty” <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>
|
2159
2159
|
<p>When TRUE, empty menu proxies for this action are hidden.</p>
|
2160
2160
|
<div class="warning">
|
2161
2161
|
<p><code class="literal">GtkAction:hide-if-empty</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2162
2162
|
<p>There is no corresponding replacement when using
|
2163
|
-
<a href="
|
2163
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2164
2164
|
</div>
|
2165
2165
|
<p>Flags: Read / Write</p>
|
2166
2166
|
<p>Default value: TRUE</p>
|
@@ -2168,18 +2168,18 @@ property holds the id of an existing stock icon.</p>
|
|
2168
2168
|
<hr>
|
2169
2169
|
<div class="refsect2">
|
2170
2170
|
<a name="GtkAction--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
|
2171
|
-
<pre class="programlisting"> “icon-name” <a href="
|
2171
|
+
<pre class="programlisting"> “icon-name” <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>
|
2172
2172
|
<p>The name of the icon from the icon theme. </p>
|
2173
2173
|
<p>Note that the stock icon is preferred, if the <a class="link" href="GtkAction.html#GtkAction--stock-id" title="The “stock-id” property"><span class="type">“stock-id”</span></a>
|
2174
2174
|
|
2175
|
-
property holds the id of an existing stock icon, and the <a href="
|
2175
|
+
property holds the id of an existing stock icon, and the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> is
|
2176
2176
|
preferred if the <a class="link" href="GtkAction.html#GtkAction--gicon" title="The “gicon” property"><span class="type">“gicon”</span></a> property is set. </p>
|
2177
2177
|
<p>This is an appearance property and thus only applies if
|
2178
2178
|
|
2179
|
-
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="
|
2179
|
+
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2180
2180
|
<div class="warning">
|
2181
2181
|
<p><code class="literal">GtkAction:icon-name</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2182
|
-
<p>Use the "icon" attribute on a <a href="
|
2182
|
+
<p>Use the "icon" attribute on a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> instead</p>
|
2183
2183
|
</div>
|
2184
2184
|
<p>Flags: Read / Write</p>
|
2185
2185
|
<p>Default value: NULL</p>
|
@@ -2188,13 +2188,13 @@ preferred if the <a class="link" href="GtkAction.html#GtkAction--gicon" title="T
|
|
2188
2188
|
<hr>
|
2189
2189
|
<div class="refsect2">
|
2190
2190
|
<a name="GtkAction--is-important"></a><h3>The <code class="literal">“is-important”</code> property</h3>
|
2191
|
-
<pre class="programlisting"> “is-important” <a href="
|
2191
|
+
<pre class="programlisting"> “is-important” <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>
|
2192
2192
|
<p>Whether the action is considered important. When TRUE, toolitem
|
2193
2193
|
proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.</p>
|
2194
2194
|
<div class="warning">
|
2195
2195
|
<p><code class="literal">GtkAction:is-important</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2196
2196
|
<p>There is no corresponding replacement when using
|
2197
|
-
<a href="
|
2197
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2198
2198
|
</div>
|
2199
2199
|
<p>Flags: Read / Write</p>
|
2200
2200
|
<p>Default value: FALSE</p>
|
@@ -2202,17 +2202,17 @@ proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.</p>
|
|
2202
2202
|
<hr>
|
2203
2203
|
<div class="refsect2">
|
2204
2204
|
<a name="GtkAction--label"></a><h3>The <code class="literal">“label”</code> property</h3>
|
2205
|
-
<pre class="programlisting"> “label” <a href="
|
2205
|
+
<pre class="programlisting"> “label” <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>
|
2206
2206
|
<p>The label used for menu items and buttons that activate
|
2207
|
-
this action. If the label is <a href="
|
2207
|
+
this action. If the label 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>, GTK+ uses the stock
|
2208
2208
|
|
2209
2209
|
label specified via the stock-id property.</p>
|
2210
2210
|
<p>This is an appearance property and thus only applies if
|
2211
2211
|
|
2212
|
-
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="
|
2212
|
+
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2213
2213
|
<div class="warning">
|
2214
2214
|
<p><code class="literal">GtkAction:label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2215
|
-
<p>Use the "label" attribute on <a href="
|
2215
|
+
<p>Use the "label" attribute on <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem-struct"><span class="type">GMenuItem</span></a> instead</p>
|
2216
2216
|
</div>
|
2217
2217
|
<p>Flags: Read / Write</p>
|
2218
2218
|
<p>Default value: NULL</p>
|
@@ -2220,11 +2220,11 @@ label specified via the stock-id property.</p>
|
|
2220
2220
|
<hr>
|
2221
2221
|
<div class="refsect2">
|
2222
2222
|
<a name="GtkAction--name"></a><h3>The <code class="literal">“name”</code> property</h3>
|
2223
|
-
<pre class="programlisting"> “name” <a href="
|
2223
|
+
<pre class="programlisting"> “name” <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>
|
2224
2224
|
<p>A unique name for the action.</p>
|
2225
2225
|
<div class="warning">
|
2226
2226
|
<p><code class="literal">GtkAction:name</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2227
|
-
<p>Use <a href="
|
2227
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction--name"><span class="type">“name”</span></a> instead</p>
|
2228
2228
|
</div>
|
2229
2229
|
<p>Flags: Read / Write / Construct Only</p>
|
2230
2230
|
<p>Default value: NULL</p>
|
@@ -2232,11 +2232,11 @@ label specified via the stock-id property.</p>
|
|
2232
2232
|
<hr>
|
2233
2233
|
<div class="refsect2">
|
2234
2234
|
<a name="GtkAction--sensitive"></a><h3>The <code class="literal">“sensitive”</code> property</h3>
|
2235
|
-
<pre class="programlisting"> “sensitive” <a href="
|
2235
|
+
<pre class="programlisting"> “sensitive” <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>
|
2236
2236
|
<p>Whether the action is enabled.</p>
|
2237
2237
|
<div class="warning">
|
2238
2238
|
<p><code class="literal">GtkAction:sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2239
|
-
<p>Use <a href="
|
2239
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction--enabled"><span class="type">“enabled”</span></a> and <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#GSimpleAction--enabled"><span class="type">“enabled”</span></a>
|
2240
2240
|
instead</p>
|
2241
2241
|
</div>
|
2242
2242
|
<p>Flags: Read / Write</p>
|
@@ -2245,15 +2245,15 @@ instead</p>
|
|
2245
2245
|
<hr>
|
2246
2246
|
<div class="refsect2">
|
2247
2247
|
<a name="GtkAction--short-label"></a><h3>The <code class="literal">“short-label”</code> property</h3>
|
2248
|
-
<pre class="programlisting"> “short-label” <a href="
|
2248
|
+
<pre class="programlisting"> “short-label” <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>
|
2249
2249
|
<p>A shorter label that may be used on toolbar buttons.</p>
|
2250
2250
|
<p>This is an appearance property and thus only applies if
|
2251
2251
|
|
2252
|
-
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="
|
2252
|
+
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2253
2253
|
<div class="warning">
|
2254
2254
|
<p><code class="literal">GtkAction:short-label</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2255
2255
|
<p>There is no corresponding replacement when using
|
2256
|
-
<a href="
|
2256
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2257
2257
|
</div>
|
2258
2258
|
<p>Flags: Read / Write</p>
|
2259
2259
|
<p>Default value: NULL</p>
|
@@ -2261,15 +2261,15 @@ instead</p>
|
|
2261
2261
|
<hr>
|
2262
2262
|
<div class="refsect2">
|
2263
2263
|
<a name="GtkAction--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
|
2264
|
-
<pre class="programlisting"> “stock-id” <a href="
|
2264
|
+
<pre class="programlisting"> “stock-id” <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>
|
2265
2265
|
<p>The stock icon displayed in widgets representing this action.</p>
|
2266
2266
|
<p>This is an appearance property and thus only applies if
|
2267
2267
|
|
2268
|
-
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="
|
2268
|
+
<a class="link" href="GtkActivatable.html#GtkActivatable--use-action-appearance" title="The “use-action-appearance” property"><span class="type">“use-action-appearance”</span></a> is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
2269
2269
|
<div class="warning">
|
2270
2270
|
<p><code class="literal">GtkAction:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2271
2271
|
<p>There is no corresponding replacement when using
|
2272
|
-
<a href="
|
2272
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2273
2273
|
</div>
|
2274
2274
|
<p>Flags: Read / Write</p>
|
2275
2275
|
<p>Default value: NULL</p>
|
@@ -2277,7 +2277,7 @@ instead</p>
|
|
2277
2277
|
<hr>
|
2278
2278
|
<div class="refsect2">
|
2279
2279
|
<a name="GtkAction--tooltip"></a><h3>The <code class="literal">“tooltip”</code> property</h3>
|
2280
|
-
<pre class="programlisting"> “tooltip” <a href="
|
2280
|
+
<pre class="programlisting"> “tooltip” <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>
|
2281
2281
|
<p>A tooltip for this action.</p>
|
2282
2282
|
<div class="warning">
|
2283
2283
|
<p><code class="literal">GtkAction:tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
@@ -2289,12 +2289,12 @@ instead</p>
|
|
2289
2289
|
<hr>
|
2290
2290
|
<div class="refsect2">
|
2291
2291
|
<a name="GtkAction--visible"></a><h3>The <code class="literal">“visible”</code> property</h3>
|
2292
|
-
<pre class="programlisting"> “visible” <a href="
|
2292
|
+
<pre class="programlisting"> “visible” <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>
|
2293
2293
|
<p>Whether the action is visible.</p>
|
2294
2294
|
<div class="warning">
|
2295
2295
|
<p><code class="literal">GtkAction:visible</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2296
2296
|
<p>There is no corresponding replacement when using
|
2297
|
-
<a href="
|
2297
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2298
2298
|
</div>
|
2299
2299
|
<p>Flags: Read / Write</p>
|
2300
2300
|
<p>Default value: TRUE</p>
|
@@ -2302,12 +2302,12 @@ instead</p>
|
|
2302
2302
|
<hr>
|
2303
2303
|
<div class="refsect2">
|
2304
2304
|
<a name="GtkAction--visible-horizontal"></a><h3>The <code class="literal">“visible-horizontal”</code> property</h3>
|
2305
|
-
<pre class="programlisting"> “visible-horizontal” <a href="
|
2305
|
+
<pre class="programlisting"> “visible-horizontal” <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>
|
2306
2306
|
<p>Whether the toolbar item is visible when the toolbar is in a horizontal orientation.</p>
|
2307
2307
|
<div class="warning">
|
2308
2308
|
<p><code class="literal">GtkAction:visible-horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2309
2309
|
<p>There is no corresponding replacement when using
|
2310
|
-
<a href="
|
2310
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2311
2311
|
</div>
|
2312
2312
|
<p>Flags: Read / Write</p>
|
2313
2313
|
<p>Default value: TRUE</p>
|
@@ -2315,14 +2315,14 @@ instead</p>
|
|
2315
2315
|
<hr>
|
2316
2316
|
<div class="refsect2">
|
2317
2317
|
<a name="GtkAction--visible-overflown"></a><h3>The <code class="literal">“visible-overflown”</code> property</h3>
|
2318
|
-
<pre class="programlisting"> “visible-overflown” <a href="
|
2319
|
-
<p>When <a href="
|
2318
|
+
<pre class="programlisting"> “visible-overflown” <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>
|
2319
|
+
<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>, toolitem proxies for this action are represented in the
|
2320
2320
|
|
2321
2321
|
toolbar overflow menu.</p>
|
2322
2322
|
<div class="warning">
|
2323
2323
|
<p><code class="literal">GtkAction:visible-overflown</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2324
2324
|
<p>There is no corresponding replacement when using
|
2325
|
-
<a href="
|
2325
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2326
2326
|
</div>
|
2327
2327
|
<p>Flags: Read / Write</p>
|
2328
2328
|
<p>Default value: TRUE</p>
|
@@ -2331,12 +2331,12 @@ toolbar overflow menu.</p>
|
|
2331
2331
|
<hr>
|
2332
2332
|
<div class="refsect2">
|
2333
2333
|
<a name="GtkAction--visible-vertical"></a><h3>The <code class="literal">“visible-vertical”</code> property</h3>
|
2334
|
-
<pre class="programlisting"> “visible-vertical” <a href="
|
2334
|
+
<pre class="programlisting"> “visible-vertical” <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>
|
2335
2335
|
<p>Whether the toolbar item is visible when the toolbar is in a vertical orientation.</p>
|
2336
2336
|
<div class="warning">
|
2337
2337
|
<p><code class="literal">GtkAction:visible-vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2338
2338
|
<p>There is no corresponding replacement when using
|
2339
|
-
<a href="
|
2339
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html#GAction-struct"><span class="type">GAction</span></a></p>
|
2340
2340
|
</div>
|
2341
2341
|
<p>Flags: Read / Write</p>
|
2342
2342
|
<p>Default value: TRUE</p>
|
@@ -2348,11 +2348,11 @@ toolbar overflow menu.</p>
|
|
2348
2348
|
<a name="GtkAction-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3>
|
2349
2349
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2350
2350
|
user_function (<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
2351
|
-
<a href="
|
2351
|
+
<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>
|
2352
2352
|
<p>The "activate" signal is emitted when the action is activated.</p>
|
2353
2353
|
<div class="warning">
|
2354
2354
|
<p><code class="literal">GtkAction::activate</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
2355
|
-
<p>Use <a href="
|
2355
|
+
<p>Use <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html#GSimpleAction-activate"><span class="type">“activate”</span></a> instead</p>
|
2356
2356
|
</div>
|
2357
2357
|
<div class="refsect3">
|
2358
2358
|
<a name="GtkAction-activate.parameters"></a><h4>Parameters</h4>
|
@@ -2376,7 +2376,7 @@ user_function (<a class="link" href="GtkAction.html" title="GtkAction"><span cla
|
|
2376
2376
|
</tbody>
|
2377
2377
|
</table></div>
|
2378
2378
|
</div>
|
2379
|
-
<p>Flags: <a href="
|
2379
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS">No Recursion</a></p>
|
2380
2380
|
<p class="since">Since: 2.4</p>
|
2381
2381
|
</div>
|
2382
2382
|
</div>
|