gdk3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Rakefile +6 -2
- data/ext/gdk3/extconf.rb +4 -1
- data/ext/gdk3/gdk3.def +2 -2
- data/ext/gdk3/rbgdk.c +5 -51
- data/ext/gdk3/rbgdk3.h +6 -4
- data/ext/gdk3/rbgdk3conversions.h +5 -2
- data/ext/gdk3/rbgdk3private.h +1 -6
- data/ext/gdk3/rbgdkcairo.c +0 -4
- data/ext/gdk3/rbgdkdevice.c +60 -4
- data/ext/gdk3/rbgdkdevicemanager.c +39 -0
- data/ext/gdk3/rbgdkdisplay.c +8 -63
- data/ext/gdk3/rbgdkevent.c +644 -396
- data/ext/gdk3/rbgdkwindow.c +29 -32
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/lib/gdk3/deprecated.rb +13 -1
- data/test/test-gdk-event.rb +598 -0
- data/test/test-gdk-rgba.rb +2 -2
- 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-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-widget-factory.exe +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/include/gtk-3.0/gdk/gdkapplaunchcontext.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +13 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +17 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +40 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +35 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +38 -37
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +50 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms-compat.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +25 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +4 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkprivate.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +33 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +53 -23
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +21 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -65
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +182 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32misc.h +113 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h +55 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkaction.h → deprecated/gtkaction.h} +43 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkactiongroup.h → deprecated/gtkactiongroup.h} +31 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkactivatable.h → deprecated/gtkactivatable.h} +10 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkiconfactory.h → deprecated/gtkiconfactory.h} +43 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkimagemenuitem.h → deprecated/gtkimagemenuitem.h} +12 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkradioaction.h → deprecated/gtkradioaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkrecentaction.h → deprecated/gtkrecentaction.h} +6 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkstock.h → deprecated/gtkstock.h} +333 -106
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +20 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtktoggleaction.h → deprecated/gtktoggleaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkuimanager.h → deprecated/gtkuimanager.h} +21 -2
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +17 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +43 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +36 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +69 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +28 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +29 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +64 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkheaderbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +76 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +37 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +232 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +45 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +125 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +34 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +38 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrevealer.h +82 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +52 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizerequest.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +105 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +65 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +122 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextdisplay.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +106 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +48 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +68 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +24 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +53 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +123 -108
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +365 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +119 -0
- data/vendor/local/lib/girepository-1.0/Gdk-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-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +2 -2
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +2639 -2145
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +21620 -16038
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +8 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +25 -0
- data/vendor/local/share/gtk-3.0/gtkbuilder.rng +19 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +43 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +17 -20
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +9 -9
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +114 -18
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +26 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +14 -16
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +58 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +39 -51
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +27 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +148 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +10 -13
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +41 -17
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +36 -28
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +187 -58
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +159 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +119 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +33 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +70 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +93 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +18 -21
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +59 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +40 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +425 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +363 -106
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +264 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +38 -2
- data/vendor/local/share/gtk-doc/html/gdk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -6
- data/vendor/local/share/gtk-doc/html/gdk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +12 -9
- data/vendor/local/share/gtk-doc/html/gdk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gdk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +38 -11
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +347 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +158 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +58 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +82 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +91 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +341 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +82 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +36 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +43 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +42 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +121 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +67 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +37 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +34 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +229 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +503 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +15 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +19 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +451 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +25 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +64 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +80 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +102 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +146 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +60 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +50 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +51 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +983 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +50 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +53 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +36 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +437 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +514 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +57 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +191 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +708 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +32 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +108 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +230 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +28 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +42 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +67 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +84 -133
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +76 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +32 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +49 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +114 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1137 -138
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +113 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +35 -20
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/aboutdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/accel-label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +41 -59
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +41 -44
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +666 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +27 -30
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +1825 -224
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +917 -112
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/assistant.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +157 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +1773 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +20 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +232 -156
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch24s02.html} +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch26s02.html} +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch28s02.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch28s03.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/check-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/color-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/colorchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/drawing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/exampleapp.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/file-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/filechooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/font-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/frame.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app1.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app2.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app3.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app4.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app6.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app7.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app8.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app9.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/grid-packing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +20 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +147 -965
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +27 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +26 -49
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +32 -56
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +26 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkPlug.html +303 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSocket.html +273 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +45 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +568 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +40 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +248 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +6347 -6099
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +139 -118
- data/vendor/local/share/gtk-doc/html/gtk3/headerbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/hello-world.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/icon-view.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/image.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +248 -209
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +5994 -5707
- data/vendor/local/share/gtk-doc/html/gtk3/info-bar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/levelbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/link-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-and-tree.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/lock-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menu-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menubar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/messagedialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/multiline-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/notebook.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pagesetupdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/panes.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/placessidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +75 -0
- data/vendor/local/share/gtk-doc/html/gtk3/printdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/progressbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/radio-group.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/recentchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scales.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrollbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrolledwindow.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/search-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/separator.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinner.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stack.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stackswitcher.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/statusbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtk3/switch.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/toggle-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolpalette.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/volumebutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window-default.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window.png +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +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/be/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.mo +0 -0
- data/vendor/local/share/locale/bn_IN/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/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/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.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/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.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-properties.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/ga/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.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/hi/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/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30.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/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/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kn/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/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/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/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/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.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/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@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.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/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/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_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-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-update-icon-cache.1 +1 -1
- metadata +86 -39
- data/vendor/local/lib/gdk-win32-3.0.def +0 -539
- data/vendor/local/lib/gtk-win32-3.0.def +0 -3875
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +0 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +0 -388
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +0 -362
- data/vendor/local/share/gtk-doc/html/gtk3/colorsel.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontsel.png +0 -0
@@ -2,34 +2,31 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkAccessible</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkAccessible</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
9
9
|
<link rel="prev" href="GtkViewport.html" title="GtkViewport">
|
10
10
|
<link rel="next" href="AbstractObjects.html" title="Abstract Base Classes">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="MiscObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="AbstractObjects.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkAccessible.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkAccessible.description" class="shortcut">Description</a>
|
27
20
|
|
|
28
21
|
<a href="#GtkAccessible.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
22
|
|
|
30
23
|
<a href="#GtkAccessible.properties" class="shortcut">Properties</a>
|
31
|
-
</td
|
32
|
-
|
24
|
+
</td>
|
25
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
|
+
<td><a accesskey="u" href="MiscObjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
27
|
+
<td><a accesskey="p" href="GtkViewport.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="n" href="AbstractObjects.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
|
+
</tr></table>
|
33
30
|
<div class="refentry">
|
34
31
|
<a name="GtkAccessible"></a><div class="titlepage"></div>
|
35
32
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -94,7 +91,7 @@ in <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetC
|
|
94
91
|
<a name="gtk-accessible-connect-widget-destroyed"></a><h3>gtk_accessible_connect_widget_destroyed ()</h3>
|
95
92
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_accessible_connect_widget_destroyed
|
96
93
|
(<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>);</pre>
|
97
|
-
<div class="warning"
|
94
|
+
<div class="warning">
|
98
95
|
<h3 class="title">Warning</h3>
|
99
96
|
<p><code class="literal">gtk_accessible_connect_widget_destroyed</code> has been deprecated since version 3.4 and should not be used in newly-written code. Use <a class="link" href="GtkAccessible.html#gtk-accessible-set-widget" title="gtk_accessible_set_widget ()"><code class="function">gtk_accessible_set_widget()</code></a> and its vfuncs.</p>
|
100
97
|
</div>
|
@@ -154,7 +151,7 @@ Sets the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="ty
|
|
154
151
|
</p>
|
155
152
|
<p>
|
156
153
|
</p>
|
157
|
-
<div class="note"
|
154
|
+
<div class="note">
|
158
155
|
<h3 class="title">Note</h3>
|
159
156
|
<p><em class="parameter"><code>accessible</code></em> will not hold a reference to <em class="parameter"><code>widget</code></em>.
|
160
157
|
It is the caller's responsibility to ensure that when <em class="parameter"><code>widget</code></em>
|
@@ -195,6 +192,6 @@ again with <em class="parameter"><code>widget</code></em> set to <a href="/home/
|
|
195
192
|
</div>
|
196
193
|
<div class="footer">
|
197
194
|
<hr>
|
198
|
-
Generated by GTK-Doc V1.
|
195
|
+
Generated by GTK-Doc V1.19.1</div>
|
199
196
|
</body>
|
200
197
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkAction</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkAction</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkActionGroup.html" title="GtkActionGroup">
|
10
10
|
<link rel="next" href="GtkToggleAction.html" title="GtkToggleAction">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="Actions.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkToggleAction.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkAction.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkAction.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,14 +25,18 @@
|
|
32
25
|
<a href="#GtkAction.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#GtkAction.signals" class="shortcut">Signals</a>
|
35
|
-
</td
|
36
|
-
|
28
|
+
</td>
|
29
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
+
<td><a accesskey="u" href="DeprecatedObjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="GtkActionGroup.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="GtkToggleAction.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
|
+
</tr></table>
|
37
34
|
<div class="refentry">
|
38
35
|
<a name="GtkAction"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
40
37
|
<td valign="top">
|
41
38
|
<h2><span class="refentrytitle"><a name="GtkAction.top_of_page"></a>GtkAction</span></h2>
|
42
|
-
<p>GtkAction —
|
39
|
+
<p>GtkAction — A deprecated action which can be triggered by a menu or toolbar item</p>
|
43
40
|
</td>
|
44
41
|
<td valign="top" align="right"></td>
|
45
42
|
</tr></table></div>
|
@@ -156,6 +153,16 @@ GtkAction implements
|
|
156
153
|
<div class="refsect1">
|
157
154
|
<a name="GtkAction.description"></a><h2>Description</h2>
|
158
155
|
<p>
|
156
|
+
</p>
|
157
|
+
<div class="warning">
|
158
|
+
<h3 class="title">Warning</h3>
|
159
|
+
In GTK+ 3.10, GtkAction has been deprecated. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
|
160
|
+
associate actions with <a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a> for creating
|
161
|
+
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>.
|
162
|
+
</div>
|
163
|
+
<p>
|
164
|
+
</p>
|
165
|
+
<p>
|
159
166
|
Actions represent operations that the user can be perform, along with
|
160
167
|
some information how it should be presented in the interface. Each action
|
161
168
|
provides methods to create icons, menu items and toolbar items
|
@@ -213,6 +220,11 @@ When the proxy is activated, it should activate its action.
|
|
213
220
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>,
|
214
221
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>,
|
215
222
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
223
|
+
<div class="warning">
|
224
|
+
<h3 class="title">Warning</h3>
|
225
|
+
<p><code class="literal">gtk_action_new</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, associating it to a widget with
|
226
|
+
<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>
|
227
|
+
</div>
|
216
228
|
<p>
|
217
229
|
Creates a new <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> object. To add the action to a
|
218
230
|
<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> and set the accelerator for the action,
|
@@ -260,6 +272,10 @@ the action, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local
|
|
260
272
|
<div class="refsect2">
|
261
273
|
<a name="gtk-action-get-name"></a><h3>gtk_action_get_name ()</h3>
|
262
274
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
275
|
+
<div class="warning">
|
276
|
+
<h3 class="title">Warning</h3>
|
277
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead</p>
|
278
|
+
</div>
|
263
279
|
<p>
|
264
280
|
Returns the name of the action.
|
265
281
|
</p>
|
@@ -286,6 +302,11 @@ be freed.</td>
|
|
286
302
|
<div class="refsect2">
|
287
303
|
<a name="gtk-action-is-sensitive"></a><h3>gtk_action_is_sensitive ()</h3>
|
288
304
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
305
|
+
<div class="warning">
|
306
|
+
<h3 class="title">Warning</h3>
|
307
|
+
<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. Use <code class="function">g_simple_action_get_enabled()</code> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
|
308
|
+
instead</p>
|
309
|
+
</div>
|
289
310
|
<p>
|
290
311
|
Returns whether the action is effectively sensitive.
|
291
312
|
</p>
|
@@ -313,6 +334,11 @@ are both sensitive.</td>
|
|
313
334
|
<div class="refsect2">
|
314
335
|
<a name="gtk-action-get-sensitive"></a><h3>gtk_action_get_sensitive ()</h3>
|
315
336
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
337
|
+
<div class="warning">
|
338
|
+
<h3 class="title">Warning</h3>
|
339
|
+
<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. Use <code class="function">g_simple_action_get_enabled()</code> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
|
340
|
+
instead</p>
|
341
|
+
</div>
|
316
342
|
<p>
|
317
343
|
Returns whether the action itself is sensitive. Note that this doesn't
|
318
344
|
necessarily mean effective sensitivity. See <a class="link" href="GtkAction.html#gtk-action-is-sensitive" title="gtk_action_is_sensitive ()"><code class="function">gtk_action_is_sensitive()</code></a>
|
@@ -342,6 +368,11 @@ for that.
|
|
342
368
|
<a name="gtk-action-set-sensitive"></a><h3>gtk_action_set_sensitive ()</h3>
|
343
369
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
344
370
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
371
|
+
<div class="warning">
|
372
|
+
<h3 class="title">Warning</h3>
|
373
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a>
|
374
|
+
instead</p>
|
375
|
+
</div>
|
345
376
|
<p>
|
346
377
|
Sets the ::sensitive property of the action to <em class="parameter"><code>sensitive</code></em>. Note that
|
347
378
|
this doesn't necessarily mean effective sensitivity. See
|
@@ -371,6 +402,11 @@ for that.
|
|
371
402
|
<div class="refsect2">
|
372
403
|
<a name="gtk-action-is-visible"></a><h3>gtk_action_is_visible ()</h3>
|
373
404
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
405
|
+
<div class="warning">
|
406
|
+
<h3 class="title">Warning</h3>
|
407
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
408
|
+
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
409
|
+
</div>
|
374
410
|
<p>
|
375
411
|
Returns whether the action is effectively visible.
|
376
412
|
</p>
|
@@ -398,6 +434,11 @@ are both visible.</td>
|
|
398
434
|
<div class="refsect2">
|
399
435
|
<a name="gtk-action-get-visible"></a><h3>gtk_action_get_visible ()</h3>
|
400
436
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
437
|
+
<div class="warning">
|
438
|
+
<h3 class="title">Warning</h3>
|
439
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
440
|
+
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
441
|
+
</div>
|
401
442
|
<p>
|
402
443
|
Returns whether the action itself is visible. Note that this doesn't
|
403
444
|
necessarily mean effective visibility. See <a class="link" href="GtkAction.html#gtk-action-is-sensitive" title="gtk_action_is_sensitive ()"><code class="function">gtk_action_is_sensitive()</code></a>
|
@@ -427,6 +468,11 @@ for that.
|
|
427
468
|
<a name="gtk-action-set-visible"></a><h3>gtk_action_set_visible ()</h3>
|
428
469
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
429
470
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
471
|
+
<div class="warning">
|
472
|
+
<h3 class="title">Warning</h3>
|
473
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the state of
|
474
|
+
<a class="link" href="GtkActionable.html" title="GtkActionable"><span class="type">GtkActionable</span></a> widgets directly</p>
|
475
|
+
</div>
|
430
476
|
<p>
|
431
477
|
Sets the ::visible property of the action to <em class="parameter"><code>visible</code></em>. Note that
|
432
478
|
this doesn't necessarily mean effective visibility. See
|
@@ -456,6 +502,10 @@ for that.
|
|
456
502
|
<div class="refsect2">
|
457
503
|
<a name="gtk-action-activate"></a><h3>gtk_action_activate ()</h3>
|
458
504
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
505
|
+
<div class="warning">
|
506
|
+
<h3 class="title">Warning</h3>
|
507
|
+
<p><code class="literal">gtk_action_activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead</p>
|
508
|
+
</div>
|
459
509
|
<p>
|
460
510
|
Emits the "activate" signal on the specified action, if it isn't
|
461
511
|
insensitive. This gets called by the proxy widgets when they get
|
@@ -481,6 +531,11 @@ It can also be used to manually activate an action.
|
|
481
531
|
<a name="gtk-action-create-icon"></a><h3>gtk_action_create_icon ()</h3>
|
482
532
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_icon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
483
533
|
<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>
|
534
|
+
<div class="warning">
|
535
|
+
<h3 class="title">Warning</h3>
|
536
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>,
|
537
|
+
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>
|
538
|
+
</div>
|
484
539
|
<p>
|
485
540
|
This function is intended for use by action implementations to
|
486
541
|
create icons displayed in the proxy widgets.
|
@@ -513,6 +568,11 @@ create icons displayed in the proxy widgets.
|
|
513
568
|
<div class="refsect2">
|
514
569
|
<a name="gtk-action-create-menu-item"></a><h3>gtk_action_create_menu_item ()</h3>
|
515
570
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * 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>
|
571
|
+
<div class="warning">
|
572
|
+
<h3 class="title">Warning</h3>
|
573
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a>
|
574
|
+
instead.</p>
|
575
|
+
</div>
|
516
576
|
<p>
|
517
577
|
Creates a menu item widget that proxies for the given action.
|
518
578
|
</p>
|
@@ -539,6 +599,11 @@ Creates a menu item widget that proxies for the given action.
|
|
539
599
|
<div class="refsect2">
|
540
600
|
<a name="gtk-action-create-tool-item"></a><h3>gtk_action_create_tool_item ()</h3>
|
541
601
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * 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>
|
602
|
+
<div class="warning">
|
603
|
+
<h3 class="title">Warning</h3>
|
604
|
+
<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. Use a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> and associate it with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> using
|
605
|
+
<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>
|
606
|
+
</div>
|
542
607
|
<p>
|
543
608
|
Creates a toolbar item widget that proxies for the given action.
|
544
609
|
</p>
|
@@ -565,6 +630,11 @@ Creates a toolbar item widget that proxies for the given action.
|
|
565
630
|
<div class="refsect2">
|
566
631
|
<a name="gtk-action-create-menu"></a><h3>gtk_action_create_menu ()</h3>
|
567
632
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * 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>
|
633
|
+
<div class="warning">
|
634
|
+
<h3 class="title">Warning</h3>
|
635
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenuModel.html"><span class="type">GMenuModel</span></a> instead, and create a
|
636
|
+
<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>
|
637
|
+
</div>
|
568
638
|
<p>
|
569
639
|
If <em class="parameter"><code>action</code></em> provides a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> widget as a submenu for the menu
|
570
640
|
item or the toolbar item it creates, this function returns an
|
@@ -595,6 +665,10 @@ action, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/sha
|
|
595
665
|
<div class="refsect2">
|
596
666
|
<a name="gtk-action-get-proxies"></a><h3>gtk_action_get_proxies ()</h3>
|
597
667
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * 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>
|
668
|
+
<div class="warning">
|
669
|
+
<h3 class="title">Warning</h3>
|
670
|
+
<p><code class="literal">gtk_action_get_proxies</code> is deprecated and should not be used in newly-written code. 3.10</p>
|
671
|
+
</div>
|
598
672
|
<p>
|
599
673
|
Returns the proxy widgets for an action.
|
600
674
|
See also <a class="link" href="GtkActivatable.html#gtk-activatable-get-related-action" title="gtk_activatable_get_related_action ()"><code class="function">gtk_activatable_get_related_action()</code></a>.
|
@@ -623,6 +697,11 @@ and must not be modified. <span class="annotation">[<acronym title="Generics and
|
|
623
697
|
<div class="refsect2">
|
624
698
|
<a name="gtk-action-connect-accelerator"></a><h3>gtk_action_connect_accelerator ()</h3>
|
625
699
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
700
|
+
<div class="warning">
|
701
|
+
<h3 class="title">Warning</h3>
|
702
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
|
703
|
+
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
704
|
+
</div>
|
626
705
|
<p>
|
627
706
|
Installs the accelerator for <em class="parameter"><code>action</code></em> if <em class="parameter"><code>action</code></em> has an
|
628
707
|
accel path and group. See <a class="link" href="GtkAction.html#gtk-action-set-accel-path" title="gtk_action_set_accel_path ()"><code class="function">gtk_action_set_accel_path()</code></a> and
|
@@ -651,6 +730,11 @@ function has been called and doesn't remove the accelerator until
|
|
651
730
|
<div class="refsect2">
|
652
731
|
<a name="gtk-action-disconnect-accelerator"></a><h3>gtk_action_disconnect_accelerator ()</h3>
|
653
732
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
733
|
+
<div class="warning">
|
734
|
+
<h3 class="title">Warning</h3>
|
735
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
|
736
|
+
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
737
|
+
</div>
|
654
738
|
<p>
|
655
739
|
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>.
|
656
740
|
</p>
|
@@ -671,6 +755,11 @@ Undoes the effect of one call to <a class="link" href="GtkAction.html#gtk-action
|
|
671
755
|
<div class="refsect2">
|
672
756
|
<a name="gtk-action-block-activate"></a><h3>gtk_action_block_activate ()</h3>
|
673
757
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
758
|
+
<div class="warning">
|
759
|
+
<h3 class="title">Warning</h3>
|
760
|
+
<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. Use <a href="/home/kou/work/ruby/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
|
761
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a> instead</p>
|
762
|
+
</div>
|
674
763
|
<p>
|
675
764
|
Disable activation signals from the action
|
676
765
|
</p>
|
@@ -697,6 +786,11 @@ cases (updating toggle state for instance).
|
|
697
786
|
<div class="refsect2">
|
698
787
|
<a name="gtk-action-unblock-activate"></a><h3>gtk_action_unblock_activate ()</h3>
|
699
788
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>
|
789
|
+
<div class="warning">
|
790
|
+
<h3 class="title">Warning</h3>
|
791
|
+
<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. Use <a href="/home/kou/work/ruby/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
|
792
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html"><span class="type">GSimpleAction</span></a> instead</p>
|
793
|
+
</div>
|
700
794
|
<p>
|
701
795
|
Reenable activation signals from the action
|
702
796
|
</p>
|
@@ -717,10 +811,14 @@ Reenable activation signals from the action
|
|
717
811
|
<div class="refsect2">
|
718
812
|
<a name="gtk-action-get-always-show-image"></a><h3>gtk_action_get_always_show_image ()</h3>
|
719
813
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
814
|
+
<div class="warning">
|
815
|
+
<h3 class="title">Warning</h3>
|
816
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
|
817
|
+
instead</p>
|
818
|
+
</div>
|
720
819
|
<p>
|
721
|
-
Returns whether <em class="parameter"><code>action</code></em>'s menu item proxies will
|
722
|
-
|
723
|
-
if available.
|
820
|
+
Returns whether <em class="parameter"><code>action</code></em>'s menu item proxies will always
|
821
|
+
show their image, if available.
|
724
822
|
</p>
|
725
823
|
<div class="variablelist"><table border="0" class="variablelist">
|
726
824
|
<colgroup>
|
@@ -747,6 +845,11 @@ if available.
|
|
747
845
|
<a name="gtk-action-set-always-show-image"></a><h3>gtk_action_set_always_show_image ()</h3>
|
748
846
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
749
847
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
848
|
+
<div class="warning">
|
849
|
+
<h3 class="title">Warning</h3>
|
850
|
+
<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. Use <a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead, if the
|
851
|
+
item should have an image</p>
|
852
|
+
</div>
|
750
853
|
<p>
|
751
854
|
Sets whether <em class="parameter"><code>action</code></em>'s menu item proxies will ignore the
|
752
855
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-menu-images" title='The "gtk-menu-images" property'><span class="type">"gtk-menu-images"</span></a> setting and always show their image, if available.
|
@@ -779,6 +882,11 @@ without their image.
|
|
779
882
|
<div class="refsect2">
|
780
883
|
<a name="gtk-action-get-accel-path"></a><h3>gtk_action_get_accel_path ()</h3>
|
781
884
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
885
|
+
<div class="warning">
|
886
|
+
<h3 class="title">Warning</h3>
|
887
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator path on an associated
|
888
|
+
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
889
|
+
</div>
|
782
890
|
<p>
|
783
891
|
Returns the accel path for this action.
|
784
892
|
</p>
|
@@ -807,6 +915,11 @@ and must not be freed or modified.</td>
|
|
807
915
|
<a name="gtk-action-set-accel-path"></a><h3>gtk_action_set_accel_path ()</h3>
|
808
916
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
809
917
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
918
|
+
<div class="warning">
|
919
|
+
<h3 class="title">Warning</h3>
|
920
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator path on an associated
|
921
|
+
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
922
|
+
</div>
|
810
923
|
<p>
|
811
924
|
Sets the accel path for this action. All proxy widgets associated
|
812
925
|
with the action will have this accel path, so that their
|
@@ -839,6 +952,11 @@ pass a static string, you can save some memory by interning it first with
|
|
839
952
|
<div class="refsect2">
|
840
953
|
<a name="gtk-action-get-accel-closure"></a><h3>gtk_action_get_accel_closure ()</h3>
|
841
954
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> * 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>
|
955
|
+
<div class="warning">
|
956
|
+
<h3 class="title">Warning</h3>
|
957
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><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
|
958
|
+
equivalent for getting the accel closure</p>
|
959
|
+
</div>
|
842
960
|
<p>
|
843
961
|
Returns the accel closure for this action.
|
844
962
|
</p>
|
@@ -868,6 +986,11 @@ or modified. <span class="annotation">[<acronym title="Don't free data after the
|
|
868
986
|
<a name="gtk-action-set-accel-group"></a><h3>gtk_action_set_accel_group ()</h3>
|
869
987
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_accel_group (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
870
988
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
|
989
|
+
<div class="warning">
|
990
|
+
<h3 class="title">Warning</h3>
|
991
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> and the accelerator group on an associated
|
992
|
+
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> instead</p>
|
993
|
+
</div>
|
871
994
|
<p>
|
872
995
|
Sets the <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> in which the accelerator for this action
|
873
996
|
will be installed.
|
@@ -896,6 +1019,12 @@ will be installed.
|
|
896
1019
|
<a name="gtk-action-set-label"></a><h3>gtk_action_set_label ()</h3>
|
897
1020
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
898
1021
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
1022
|
+
<div class="warning">
|
1023
|
+
<h3 class="title">Warning</h3>
|
1024
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and set a label on a menu item with
|
1025
|
+
<a href="/home/kou/work/ruby/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
|
1026
|
+
API to set a label</p>
|
1027
|
+
</div>
|
899
1028
|
<p>
|
900
1029
|
Sets the label of <em class="parameter"><code>action</code></em>.
|
901
1030
|
</p>
|
@@ -922,6 +1051,12 @@ Sets the label of <em class="parameter"><code>action</code></em>.
|
|
922
1051
|
<div class="refsect2">
|
923
1052
|
<a name="gtk-action-get-label"></a><h3>gtk_action_get_label ()</h3>
|
924
1053
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
1054
|
+
<div class="warning">
|
1055
|
+
<h3 class="title">Warning</h3>
|
1056
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and get a label from a menu item
|
1057
|
+
with <a href="/home/kou/work/ruby/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
|
1058
|
+
widget-specific API to get a label</p>
|
1059
|
+
</div>
|
925
1060
|
<p>
|
926
1061
|
Gets the label text of <em class="parameter"><code>action</code></em>.
|
927
1062
|
</p>
|
@@ -949,6 +1084,11 @@ Gets the label text of <em class="parameter"><code>action</code></em>.
|
|
949
1084
|
<a name="gtk-action-set-short-label"></a><h3>gtk_action_set_short_label ()</h3>
|
950
1085
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
951
1086
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
1087
|
+
<div class="warning">
|
1088
|
+
<h3 class="title">Warning</h3>
|
1089
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of short
|
1090
|
+
labels</p>
|
1091
|
+
</div>
|
952
1092
|
<p>
|
953
1093
|
Sets a shorter label text on <em class="parameter"><code>action</code></em>.
|
954
1094
|
</p>
|
@@ -975,6 +1115,11 @@ Sets a shorter label text on <em class="parameter"><code>action</code></em>.
|
|
975
1115
|
<div class="refsect2">
|
976
1116
|
<a name="gtk-action-get-short-label"></a><h3>gtk_action_get_short_label ()</h3>
|
977
1117
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
1118
|
+
<div class="warning">
|
1119
|
+
<h3 class="title">Warning</h3>
|
1120
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of short
|
1121
|
+
labels</p>
|
1122
|
+
</div>
|
978
1123
|
<p>
|
979
1124
|
Gets the short label text of <em class="parameter"><code>action</code></em>.
|
980
1125
|
</p>
|
@@ -1002,6 +1147,11 @@ Gets the short label text of <em class="parameter"><code>action</code></em>.
|
|
1002
1147
|
<a name="gtk-action-set-tooltip"></a><h3>gtk_action_set_tooltip ()</h3>
|
1003
1148
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1004
1149
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
1150
|
+
<div class="warning">
|
1151
|
+
<h3 class="title">Warning</h3>
|
1152
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and set tooltips on associated
|
1153
|
+
<span class="type">GActionable</span> 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>
|
1154
|
+
</div>
|
1005
1155
|
<p>
|
1006
1156
|
Sets the tooltip text on <em class="parameter"><code>action</code></em>
|
1007
1157
|
</p>
|
@@ -1028,6 +1178,11 @@ Sets the tooltip text on <em class="parameter"><code>action</code></em>
|
|
1028
1178
|
<div class="refsect2">
|
1029
1179
|
<a name="gtk-action-get-tooltip"></a><h3>gtk_action_get_tooltip ()</h3>
|
1030
1180
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
1181
|
+
<div class="warning">
|
1182
|
+
<h3 class="title">Warning</h3>
|
1183
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and get tooltips from associated
|
1184
|
+
<span class="type">GActionable</span> 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>
|
1185
|
+
</div>
|
1031
1186
|
<p>
|
1032
1187
|
Gets the tooltip text of <em class="parameter"><code>action</code></em>.
|
1033
1188
|
</p>
|
@@ -1055,6 +1210,11 @@ Gets the tooltip text of <em class="parameter"><code>action</code></em>.
|
|
1055
1210
|
<a name="gtk-action-set-stock-id"></a><h3>gtk_action_set_stock_id ()</h3>
|
1056
1211
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1057
1212
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
1213
|
+
<div class="warning">
|
1214
|
+
<h3 class="title">Warning</h3>
|
1215
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of stock
|
1216
|
+
items</p>
|
1217
|
+
</div>
|
1058
1218
|
<p>
|
1059
1219
|
Sets the stock id on <em class="parameter"><code>action</code></em>
|
1060
1220
|
</p>
|
@@ -1081,6 +1241,11 @@ Sets the stock id on <em class="parameter"><code>action</code></em>
|
|
1081
1241
|
<div class="refsect2">
|
1082
1242
|
<a name="gtk-action-get-stock-id"></a><h3>gtk_action_get_stock_id ()</h3>
|
1083
1243
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
1244
|
+
<div class="warning">
|
1245
|
+
<h3 class="title">Warning</h3>
|
1246
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, which has no equivalent of stock
|
1247
|
+
items</p>
|
1248
|
+
</div>
|
1084
1249
|
<p>
|
1085
1250
|
Gets the stock id of <em class="parameter"><code>action</code></em>.
|
1086
1251
|
</p>
|
@@ -1108,6 +1273,12 @@ Gets the stock id of <em class="parameter"><code>action</code></em>.
|
|
1108
1273
|
<a name="gtk-action-set-gicon"></a><h3>gtk_action_set_gicon ()</h3>
|
1109
1274
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1110
1275
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
1276
|
+
<div class="warning">
|
1277
|
+
<h3 class="title">Warning</h3>
|
1278
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and <a href="/home/kou/work/ruby/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
|
1279
|
+
icon on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><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
|
1280
|
+
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>
|
1281
|
+
</div>
|
1111
1282
|
<p>
|
1112
1283
|
Sets the icon of <em class="parameter"><code>action</code></em>.
|
1113
1284
|
</p>
|
@@ -1134,6 +1305,12 @@ Sets the icon of <em class="parameter"><code>action</code></em>.
|
|
1134
1305
|
<div class="refsect2">
|
1135
1306
|
<a name="gtk-action-get-gicon"></a><h3>gtk_action_get_gicon ()</h3>
|
1136
1307
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> * 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>
|
1308
|
+
<div class="warning">
|
1309
|
+
<h3 class="title">Warning</h3>
|
1310
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
|
1311
|
+
<a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
|
1312
|
+
associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1313
|
+
</div>
|
1137
1314
|
<p>
|
1138
1315
|
Gets the gicon of <em class="parameter"><code>action</code></em>.
|
1139
1316
|
</p>
|
@@ -1162,6 +1339,12 @@ Gets the gicon of <em class="parameter"><code>action</code></em>.
|
|
1162
1339
|
<a name="gtk-action-set-icon-name"></a><h3>gtk_action_set_icon_name ()</h3>
|
1163
1340
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1164
1341
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/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>
|
1342
|
+
<div class="warning">
|
1343
|
+
<h3 class="title">Warning</h3>
|
1344
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and <a href="/home/kou/work/ruby/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
|
1345
|
+
icon on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><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
|
1346
|
+
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>
|
1347
|
+
</div>
|
1165
1348
|
<p>
|
1166
1349
|
Sets the icon name on <em class="parameter"><code>action</code></em>
|
1167
1350
|
</p>
|
@@ -1188,6 +1371,12 @@ Sets the icon name on <em class="parameter"><code>action</code></em>
|
|
1188
1371
|
<div class="refsect2">
|
1189
1372
|
<a name="gtk-action-get-icon-name"></a><h3>gtk_action_get_icon_name ()</h3>
|
1190
1373
|
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * 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>
|
1374
|
+
<div class="warning">
|
1375
|
+
<h3 class="title">Warning</h3>
|
1376
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and
|
1377
|
+
<a href="/home/kou/work/ruby/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/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a>
|
1378
|
+
associated with a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1379
|
+
</div>
|
1191
1380
|
<p>
|
1192
1381
|
Gets the icon name of <em class="parameter"><code>action</code></em>.
|
1193
1382
|
</p>
|
@@ -1215,6 +1404,11 @@ Gets the icon name of <em class="parameter"><code>action</code></em>.
|
|
1215
1404
|
<a name="gtk-action-set-visible-horizontal"></a><h3>gtk_action_set_visible_horizontal ()</h3>
|
1216
1405
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1217
1406
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
1407
|
+
<div class="warning">
|
1408
|
+
<h3 class="title">Warning</h3>
|
1409
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
|
1410
|
+
visibility of associated widgets and menu items directly</p>
|
1411
|
+
</div>
|
1218
1412
|
<p>
|
1219
1413
|
Sets whether <em class="parameter"><code>action</code></em> is visible when horizontal
|
1220
1414
|
</p>
|
@@ -1241,6 +1435,11 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when hori
|
|
1241
1435
|
<div class="refsect2">
|
1242
1436
|
<a name="gtk-action-get-visible-horizontal"></a><h3>gtk_action_get_visible_horizontal ()</h3>
|
1243
1437
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
1438
|
+
<div class="warning">
|
1439
|
+
<h3 class="title">Warning</h3>
|
1440
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
|
1441
|
+
visibility of associated widgets and menu items directly</p>
|
1442
|
+
</div>
|
1244
1443
|
<p>
|
1245
1444
|
Checks whether <em class="parameter"><code>action</code></em> is visible when horizontal
|
1246
1445
|
</p>
|
@@ -1268,6 +1467,11 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
|
|
1268
1467
|
<a name="gtk-action-set-visible-vertical"></a><h3>gtk_action_set_visible_vertical ()</h3>
|
1269
1468
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1270
1469
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
1470
|
+
<div class="warning">
|
1471
|
+
<h3 class="title">Warning</h3>
|
1472
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
|
1473
|
+
visibility of associated widgets and menu items directly</p>
|
1474
|
+
</div>
|
1271
1475
|
<p>
|
1272
1476
|
Sets whether <em class="parameter"><code>action</code></em> is visible when vertical
|
1273
1477
|
</p>
|
@@ -1294,6 +1498,11 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when vert
|
|
1294
1498
|
<div class="refsect2">
|
1295
1499
|
<a name="gtk-action-get-visible-vertical"></a><h3>gtk_action_get_visible_vertical ()</h3>
|
1296
1500
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
1501
|
+
<div class="warning">
|
1502
|
+
<h3 class="title">Warning</h3>
|
1503
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor the
|
1504
|
+
visibility of associated widgets and menu items directly</p>
|
1505
|
+
</div>
|
1297
1506
|
<p>
|
1298
1507
|
Checks whether <em class="parameter"><code>action</code></em> is visible when horizontal
|
1299
1508
|
</p>
|
@@ -1321,6 +1530,11 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
|
|
1321
1530
|
<a name="gtk-action-set-is-important"></a><h3>gtk_action_set_is_important ()</h3>
|
1322
1531
|
<pre class="programlisting"><span class="returnvalue">void</span> 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>,
|
1323
1532
|
<em class="parameter"><code><a href="/home/kou/work/ruby/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>
|
1533
|
+
<div class="warning">
|
1534
|
+
<h3 class="title">Warning</h3>
|
1535
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor whether
|
1536
|
+
labels are shown directly</p>
|
1537
|
+
</div>
|
1324
1538
|
<p>
|
1325
1539
|
Sets whether the action is important, this attribute is used
|
1326
1540
|
primarily by toolbar items to decide whether to show a label
|
@@ -1349,6 +1563,11 @@ or not.
|
|
1349
1563
|
<div class="refsect2">
|
1350
1564
|
<a name="gtk-action-get-is-important"></a><h3>gtk_action_get_is_important ()</h3>
|
1351
1565
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>
|
1566
|
+
<div class="warning">
|
1567
|
+
<h3 class="title">Warning</h3>
|
1568
|
+
<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. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> instead, and control and monitor whether
|
1569
|
+
labels are shown directly</p>
|
1570
|
+
</div>
|
1352
1571
|
<p>
|
1353
1572
|
Checks whether <em class="parameter"><code>action</code></em> is important or not
|
1354
1573
|
</p>
|
@@ -1377,12 +1596,25 @@ Checks whether <em class="parameter"><code>action</code></em> is important or no
|
|
1377
1596
|
<div class="refsect2">
|
1378
1597
|
<a name="GtkAction--action-group"></a><h3>The <code class="literal">"action-group"</code> property</h3>
|
1379
1598
|
<pre class="programlisting"> "action-group" <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>* : Read / Write</pre>
|
1380
|
-
<
|
1599
|
+
<div class="warning">
|
1600
|
+
<h3 class="title">Warning</h3>
|
1601
|
+
<p><code class="literal">GtkAction:action-group</code> has been deprecated since version 3.10 and should not be used in newly-written code. Lookup the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a> using <a href="/home/kou/work/ruby/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>
|
1602
|
+
instead</p>
|
1603
|
+
</div>
|
1604
|
+
<p>
|
1605
|
+
The GtkActionGroup this GtkAction is associated with, or NULL
|
1606
|
+
(for internal use).
|
1607
|
+
</p>
|
1381
1608
|
</div>
|
1382
1609
|
<hr>
|
1383
1610
|
<div class="refsect2">
|
1384
1611
|
<a name="GtkAction--always-show-image"></a><h3>The <code class="literal">"always-show-image"</code> property</h3>
|
1385
1612
|
<pre class="programlisting"> "always-show-image" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
|
1613
|
+
<div class="warning">
|
1614
|
+
<h3 class="title">Warning</h3>
|
1615
|
+
<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. There is no corresponding replacement when using
|
1616
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1617
|
+
</div>
|
1386
1618
|
<p>
|
1387
1619
|
If <a href="/home/kou/work/ruby/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>
|
1388
1620
|
|
@@ -1399,6 +1631,10 @@ without their image.
|
|
1399
1631
|
<div class="refsect2">
|
1400
1632
|
<a name="GtkAction--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
|
1401
1633
|
<pre class="programlisting"> "gicon" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
1634
|
+
<div class="warning">
|
1635
|
+
<h3 class="title">Warning</h3>
|
1636
|
+
<p><code class="literal">GtkAction:gicon</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
|
1637
|
+
</div>
|
1402
1638
|
<p>
|
1403
1639
|
The <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> displayed in the <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a>.
|
1404
1640
|
</p>
|
@@ -1418,13 +1654,24 @@ This is an appearance property and thus only applies if
|
|
1418
1654
|
<div class="refsect2">
|
1419
1655
|
<a name="GtkAction--hide-if-empty"></a><h3>The <code class="literal">"hide-if-empty"</code> property</h3>
|
1420
1656
|
<pre class="programlisting"> "hide-if-empty" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1421
|
-
<
|
1657
|
+
<div class="warning">
|
1658
|
+
<h3 class="title">Warning</h3>
|
1659
|
+
<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. There is no corresponding replacement when using
|
1660
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1661
|
+
</div>
|
1662
|
+
<p>
|
1663
|
+
When TRUE, empty menu proxies for this action are hidden.
|
1664
|
+
</p>
|
1422
1665
|
<p>Default value: TRUE</p>
|
1423
1666
|
</div>
|
1424
1667
|
<hr>
|
1425
1668
|
<div class="refsect2">
|
1426
1669
|
<a name="GtkAction--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
|
1427
1670
|
<pre class="programlisting"> "icon-name" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1671
|
+
<div class="warning">
|
1672
|
+
<h3 class="title">Warning</h3>
|
1673
|
+
<p><code class="literal">GtkAction:icon-name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "icon" attribute on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
|
1674
|
+
</div>
|
1428
1675
|
<p>
|
1429
1676
|
The name of the icon from the icon theme.
|
1430
1677
|
|
@@ -1448,13 +1695,25 @@ This is an appearance property and thus only applies if
|
|
1448
1695
|
<div class="refsect2">
|
1449
1696
|
<a name="GtkAction--is-important"></a><h3>The <code class="literal">"is-important"</code> property</h3>
|
1450
1697
|
<pre class="programlisting"> "is-important" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1451
|
-
<
|
1698
|
+
<div class="warning">
|
1699
|
+
<h3 class="title">Warning</h3>
|
1700
|
+
<p><code class="literal">GtkAction:is-important</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1701
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1702
|
+
</div>
|
1703
|
+
<p>
|
1704
|
+
Whether the action is considered important. When TRUE, toolitem
|
1705
|
+
proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.
|
1706
|
+
</p>
|
1452
1707
|
<p>Default value: FALSE</p>
|
1453
1708
|
</div>
|
1454
1709
|
<hr>
|
1455
1710
|
<div class="refsect2">
|
1456
1711
|
<a name="GtkAction--label"></a><h3>The <code class="literal">"label"</code> property</h3>
|
1457
1712
|
<pre class="programlisting"> "label" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1713
|
+
<div class="warning">
|
1714
|
+
<h3 class="title">Warning</h3>
|
1715
|
+
<p><code class="literal">GtkAction:label</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use the "label" attribute on <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMenu.html#GMenuItem"><span class="type">GMenuItem</span></a> instead</p>
|
1716
|
+
</div>
|
1458
1717
|
<p>
|
1459
1718
|
The label used for menu items and buttons that activate
|
1460
1719
|
this action. If the label is <a href="/home/kou/work/ruby/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
|
@@ -1472,20 +1731,38 @@ This is an appearance property and thus only applies if
|
|
1472
1731
|
<div class="refsect2">
|
1473
1732
|
<a name="GtkAction--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
1474
1733
|
<pre class="programlisting"> "name" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1475
|
-
<
|
1734
|
+
<div class="warning">
|
1735
|
+
<h3 class="title">Warning</h3>
|
1736
|
+
<p><code class="literal">GtkAction:name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">"name"</span> instead</p>
|
1737
|
+
</div>
|
1738
|
+
<p>
|
1739
|
+
A unique name for the action.
|
1740
|
+
</p>
|
1476
1741
|
<p>Default value: NULL</p>
|
1477
1742
|
</div>
|
1478
1743
|
<hr>
|
1479
1744
|
<div class="refsect2">
|
1480
1745
|
<a name="GtkAction--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
|
1481
1746
|
<pre class="programlisting"> "sensitive" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1482
|
-
<
|
1747
|
+
<div class="warning">
|
1748
|
+
<h3 class="title">Warning</h3>
|
1749
|
+
<p><code class="literal">GtkAction:sensitive</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">"enabled"</span> and <span class="type">"enabled"</span>
|
1750
|
+
instead</p>
|
1751
|
+
</div>
|
1752
|
+
<p>
|
1753
|
+
Whether the action is enabled.
|
1754
|
+
</p>
|
1483
1755
|
<p>Default value: TRUE</p>
|
1484
1756
|
</div>
|
1485
1757
|
<hr>
|
1486
1758
|
<div class="refsect2">
|
1487
1759
|
<a name="GtkAction--short-label"></a><h3>The <code class="literal">"short-label"</code> property</h3>
|
1488
1760
|
<pre class="programlisting"> "short-label" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1761
|
+
<div class="warning">
|
1762
|
+
<h3 class="title">Warning</h3>
|
1763
|
+
<p><code class="literal">GtkAction:short-label</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1764
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1765
|
+
</div>
|
1489
1766
|
<p>
|
1490
1767
|
A shorter label that may be used on toolbar buttons.
|
1491
1768
|
</p>
|
@@ -1500,6 +1777,11 @@ This is an appearance property and thus only applies if
|
|
1500
1777
|
<div class="refsect2">
|
1501
1778
|
<a name="GtkAction--stock-id"></a><h3>The <code class="literal">"stock-id"</code> property</h3>
|
1502
1779
|
<pre class="programlisting"> "stock-id" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1780
|
+
<div class="warning">
|
1781
|
+
<h3 class="title">Warning</h3>
|
1782
|
+
<p><code class="literal">GtkAction:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1783
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1784
|
+
</div>
|
1503
1785
|
<p>
|
1504
1786
|
The stock icon displayed in widgets representing this action.
|
1505
1787
|
</p>
|
@@ -1514,27 +1796,52 @@ This is an appearance property and thus only applies if
|
|
1514
1796
|
<div class="refsect2">
|
1515
1797
|
<a name="GtkAction--tooltip"></a><h3>The <code class="literal">"tooltip"</code> property</h3>
|
1516
1798
|
<pre class="programlisting"> "tooltip" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1517
|
-
<
|
1799
|
+
<div class="warning">
|
1800
|
+
<h3 class="title">Warning</h3>
|
1801
|
+
<p><code class="literal">GtkAction:tooltip</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <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> instead</p>
|
1802
|
+
</div>
|
1803
|
+
<p>
|
1804
|
+
A tooltip for this action.
|
1805
|
+
</p>
|
1518
1806
|
<p>Default value: NULL</p>
|
1519
1807
|
</div>
|
1520
1808
|
<hr>
|
1521
1809
|
<div class="refsect2">
|
1522
1810
|
<a name="GtkAction--visible"></a><h3>The <code class="literal">"visible"</code> property</h3>
|
1523
1811
|
<pre class="programlisting"> "visible" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1524
|
-
<
|
1812
|
+
<div class="warning">
|
1813
|
+
<h3 class="title">Warning</h3>
|
1814
|
+
<p><code class="literal">GtkAction:visible</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1815
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1816
|
+
</div>
|
1817
|
+
<p>
|
1818
|
+
Whether the action is visible.
|
1819
|
+
</p>
|
1525
1820
|
<p>Default value: TRUE</p>
|
1526
1821
|
</div>
|
1527
1822
|
<hr>
|
1528
1823
|
<div class="refsect2">
|
1529
1824
|
<a name="GtkAction--visible-horizontal"></a><h3>The <code class="literal">"visible-horizontal"</code> property</h3>
|
1530
1825
|
<pre class="programlisting"> "visible-horizontal" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1531
|
-
<
|
1826
|
+
<div class="warning">
|
1827
|
+
<h3 class="title">Warning</h3>
|
1828
|
+
<p><code class="literal">GtkAction:visible-horizontal</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1829
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1830
|
+
</div>
|
1831
|
+
<p>
|
1832
|
+
Whether the toolbar item is visible when the toolbar is in a horizontal orientation.
|
1833
|
+
</p>
|
1532
1834
|
<p>Default value: TRUE</p>
|
1533
1835
|
</div>
|
1534
1836
|
<hr>
|
1535
1837
|
<div class="refsect2">
|
1536
1838
|
<a name="GtkAction--visible-overflown"></a><h3>The <code class="literal">"visible-overflown"</code> property</h3>
|
1537
1839
|
<pre class="programlisting"> "visible-overflown" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1840
|
+
<div class="warning">
|
1841
|
+
<h3 class="title">Warning</h3>
|
1842
|
+
<p><code class="literal">GtkAction:visible-overflown</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1843
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1844
|
+
</div>
|
1538
1845
|
<p>
|
1539
1846
|
When <a href="/home/kou/work/ruby/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
|
1540
1847
|
|
@@ -1547,7 +1854,14 @@ toolbar overflow menu.
|
|
1547
1854
|
<div class="refsect2">
|
1548
1855
|
<a name="GtkAction--visible-vertical"></a><h3>The <code class="literal">"visible-vertical"</code> property</h3>
|
1549
1856
|
<pre class="programlisting"> "visible-vertical" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1550
|
-
<
|
1857
|
+
<div class="warning">
|
1858
|
+
<h3 class="title">Warning</h3>
|
1859
|
+
<p><code class="literal">GtkAction:visible-vertical</code> has been deprecated since version 3.10 and should not be used in newly-written code. There is no corresponding replacement when using
|
1860
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAction.html"><span class="type">GAction</span></a></p>
|
1861
|
+
</div>
|
1862
|
+
<p>
|
1863
|
+
Whether the toolbar item is visible when the toolbar is in a vertical orientation.
|
1864
|
+
</p>
|
1551
1865
|
<p>Default value: TRUE</p>
|
1552
1866
|
</div>
|
1553
1867
|
</div>
|
@@ -1557,6 +1871,10 @@ toolbar overflow menu.
|
|
1557
1871
|
<a name="GtkAction-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
1558
1872
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
1559
1873
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a></pre>
|
1874
|
+
<div class="warning">
|
1875
|
+
<h3 class="title">Warning</h3>
|
1876
|
+
<p><code class="literal">GtkAction::activate</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <span class="type">"activate"</span> instead</p>
|
1877
|
+
</div>
|
1560
1878
|
<p>
|
1561
1879
|
The "activate" signal is emitted when the action is activated.
|
1562
1880
|
</p>
|
@@ -1587,6 +1905,6 @@ The "activate" signal is emitted when the action is activated.
|
|
1587
1905
|
</div>
|
1588
1906
|
<div class="footer">
|
1589
1907
|
<hr>
|
1590
|
-
Generated by GTK-Doc V1.
|
1908
|
+
Generated by GTK-Doc V1.19.1</div>
|
1591
1909
|
</body>
|
1592
1910
|
</html>
|