gdk3 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -6
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +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/gdk.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +111 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkframetimings.h +56 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +34 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +104 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +63 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkgradient.h → deprecated/gtkgradient.h} +12 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtksymboliccolor.h → deprecated/gtksymboliccolor.h} +13 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactiongroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactivatable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +5 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +32 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkiconfactory.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +45 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimagemenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextinfo.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +10 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmodules.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradioaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +4 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +3 -20
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +23 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +5 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +6 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoggleaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkuimanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +47 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +6 -4
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +85 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +1 -1
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +4 -4
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +4 -4
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
- 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/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +6 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +56 -56
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +16 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +27 -41
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +7 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +123 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +11 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +103 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +18 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +472 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +338 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +11 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +10 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +299 -165
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +80 -42
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +40 -2
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +11 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -2
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +9 -3
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +102 -0
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +38 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +65 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +100 -63
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +44 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +93 -77
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +52 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +64 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +431 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +122 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +45 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +74 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +47 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +14 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +15 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +22 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +16 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +18 -130
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +23 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +35 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +243 -141
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +56 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +38 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +77 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +42 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +9 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +187 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +51 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +18 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +845 -492
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +107 -112
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +5 -26
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +5 -11
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +3 -18
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +31 -47
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +167 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +166 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +143 -11
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +88 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/{ch24s02.html → ch25s02.html} +146 -138
- data/vendor/local/share/gtk-doc/html/gtk3/{ch26s02.html → ch27s02.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s02.html → ch29s02.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s03.html → ch29s03.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +75 -52
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +42 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +9 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +185 -109
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +76 -76
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +20 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +46 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +26 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +59 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +41 -233
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +21 -295
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +33 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +361 -475
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +78 -62
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +116 -109
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +429 -547
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +7 -4
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -16
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30-properties.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/ast/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30-properties.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/bs/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.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/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@shaw/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.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/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/hy/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.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/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.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.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/my/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/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.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.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/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/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.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 +81 -0
- data/vendor/local/share/man/man1/gtk-launch.1 +2 -4
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -3
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -3
- metadata +71 -91
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/share/gtk-3.0/demo/alphatest.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/apple-red.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/application.c +0 -485
- data/vendor/local/share/gtk-3.0/demo/application.ui +0 -104
- data/vendor/local/share/gtk-3.0/demo/appwindow.c +0 -570
- data/vendor/local/share/gtk-3.0/demo/assistant.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/background.jpg +0 -0
- data/vendor/local/share/gtk-3.0/demo/builder.c +0 -74
- data/vendor/local/share/gtk-3.0/demo/button_box.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/changedisplay.c +0 -654
- data/vendor/local/share/gtk-3.0/demo/clipboard.c +0 -326
- data/vendor/local/share/gtk-3.0/demo/colorsel.c +0 -133
- data/vendor/local/share/gtk-3.0/demo/combobox.c +0 -473
- data/vendor/local/share/gtk-3.0/demo/css_accordion.c +0 -78
- data/vendor/local/share/gtk-3.0/demo/css_accordion.css +0 -52
- data/vendor/local/share/gtk-3.0/demo/css_basics.c +0 -122
- data/vendor/local/share/gtk-3.0/demo/css_basics.css +0 -22
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.css +0 -136
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.css +0 -76
- data/vendor/local/share/gtk-3.0/demo/css_shadows.c +0 -147
- data/vendor/local/share/gtk-3.0/demo/css_shadows.css +0 -44
- data/vendor/local/share/gtk-3.0/demo/cssview.css +0 -41
- data/vendor/local/share/gtk-3.0/demo/demo.ui +0 -266
- data/vendor/local/share/gtk-3.0/demo/dialog.c +0 -175
- data/vendor/local/share/gtk-3.0/demo/drawingarea.c +0 -296
- data/vendor/local/share/gtk-3.0/demo/editable_cells.c +0 -392
- data/vendor/local/share/gtk-3.0/demo/entry_buffer.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/entry_completion.c +0 -98
- data/vendor/local/share/gtk-3.0/demo/expander.c +0 -59
- data/vendor/local/share/gtk-3.0/demo/fancy.css +0 -65
- data/vendor/local/share/gtk-3.0/demo/floppybuddy.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-applets.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-calendar.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-foot.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-directory.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-regular.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gimp.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gmush.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gsame.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnu-keys.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-24.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-48.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-rgb.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/hypertext.c +0 -291
- data/vendor/local/share/gtk-3.0/demo/iconview.c +0 -371
- data/vendor/local/share/gtk-3.0/demo/iconview_edit.c +0 -158
- data/vendor/local/share/gtk-3.0/demo/images.c +0 -472
- data/vendor/local/share/gtk-3.0/demo/infobar.c +0 -109
- data/vendor/local/share/gtk-3.0/demo/links.c +0 -90
- data/vendor/local/share/gtk-3.0/demo/list_store.c +0 -325
- data/vendor/local/share/gtk-3.0/demo/menus.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/menus.ui +0 -107
- data/vendor/local/share/gtk-3.0/demo/offscreen_window.c +0 -615
- data/vendor/local/share/gtk-3.0/demo/offscreen_window2.c +0 -526
- data/vendor/local/share/gtk-3.0/demo/overlay.c +0 -181
- data/vendor/local/share/gtk-3.0/demo/panes.c +0 -205
- data/vendor/local/share/gtk-3.0/demo/pickers.c +0 -89
- data/vendor/local/share/gtk-3.0/demo/pixbufs.c +0 -261
- data/vendor/local/share/gtk-3.0/demo/printing.c +0 -199
- data/vendor/local/share/gtk-3.0/demo/reset.css +0 -68
- data/vendor/local/share/gtk-3.0/demo/rotated_text.c +0 -236
- data/vendor/local/share/gtk-3.0/demo/search_entry.c +0 -322
- data/vendor/local/share/gtk-3.0/demo/sizegroup.c +0 -164
- data/vendor/local/share/gtk-3.0/demo/spinner.c +0 -95
- data/vendor/local/share/gtk-3.0/demo/stock_browser.c +0 -535
- data/vendor/local/share/gtk-3.0/demo/textscroll.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/textview.c +0 -634
- data/vendor/local/share/gtk-3.0/demo/theming.ui +0 -319
- data/vendor/local/share/gtk-3.0/demo/theming_custom_css.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/theming_style_classes.c +0 -58
- data/vendor/local/share/gtk-3.0/demo/toolpalette.c +0 -794
- data/vendor/local/share/gtk-3.0/demo/transparent.c +0 -248
- data/vendor/local/share/gtk-3.0/demo/tree_store.c +0 -450
- data/vendor/local/share/gtk-3.0/demo/ui_manager.c +0 -235
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkEntry</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.78.
|
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="NumericEntry.html" title="Numeric/Text Data Entry">
|
9
9
|
<link rel="prev" href="NumericEntry.html" title="Numeric/Text Data Entry">
|
10
10
|
<link rel="next" href="GtkEntryBuffer.html" title="GtkEntryBuffer">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.18
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (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">
|
@@ -61,7 +61,7 @@ struct <a class="link" href="GtkEntry.html#GtkEntry-struct" title="
|
|
61
61
|
const <span class="returnvalue">gchar</span> * <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()">gtk_entry_get_text</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
62
62
|
<span class="returnvalue">guint16</span> <a class="link" href="GtkEntry.html#gtk-entry-get-text-length" title="gtk_entry_get_text_length ()">gtk_entry_get_text_length</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
63
63
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-get-text-area" title="gtk_entry_get_text_area ()">gtk_entry_get_text_area</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
64
|
-
<em class="parameter"><code><a href="
|
64
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *text_area</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-visibility" title="gtk_entry_set_visibility ()">gtk_entry_set_visibility</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
66
66
|
<em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-invisible-char" title="gtk_entry_set_invisible_char ()">gtk_entry_set_invisible_char</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -91,7 +91,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkEn
|
|
91
91
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-overwrite-mode" title="gtk_entry_set_overwrite_mode ()">gtk_entry_set_overwrite_mode</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
92
92
|
<em class="parameter"><code><span class="type">gboolean</span> overwrite</code></em>);
|
93
93
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkEntry.html#gtk-entry-get-overwrite-mode" title="gtk_entry_get_overwrite_mode ()">gtk_entry_get_overwrite_mode</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
94
|
-
<span class="returnvalue">PangoLayout</span> * <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()">gtk_entry_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
94
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()">gtk_entry_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
95
95
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-get-layout-offsets" title="gtk_entry_get_layout_offsets ()">gtk_entry_get_layout_offsets</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
96
96
|
<em class="parameter"><code><span class="type">gint</span> *x</code></em>,
|
97
97
|
<em class="parameter"><code><span class="type">gint</span> *y</code></em>);
|
@@ -102,8 +102,8 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkEn
|
|
102
102
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
103
103
|
<em class="parameter"><code><span class="type">gint</span> text_index</code></em>);
|
104
104
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-attributes" title="gtk_entry_set_attributes ()">gtk_entry_set_attributes</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
105
|
-
<em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);
|
106
|
-
<span class="returnvalue">PangoAttrList</span> * <a class="link" href="GtkEntry.html#gtk-entry-get-attributes" title="gtk_entry_get_attributes ()">gtk_entry_get_attributes</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
105
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);
|
106
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * <a class="link" href="GtkEntry.html#gtk-entry-get-attributes" title="gtk_entry_get_attributes ()">gtk_entry_get_attributes</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
107
107
|
<span class="returnvalue">gint</span> <a class="link" href="GtkEntry.html#gtk-entry-get-max-length" title="gtk_entry_get_max_length ()">gtk_entry_get_max_length</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
108
108
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkEntry.html#gtk-entry-get-visibility" title="gtk_entry_get_visibility ()">gtk_entry_get_visibility</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
109
109
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-completion" title="gtk_entry_set_completion ()">gtk_entry_set_completion</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -121,7 +121,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkEn
|
|
121
121
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-progress-pulse" title="gtk_entry_progress_pulse ()">gtk_entry_progress_pulse</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
122
122
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkEntry.html#gtk-entry-im-context-filter-keypress" title="gtk_entry_im_context_filter_keypress ()">gtk_entry_im_context_filter_keypress</a>
|
123
123
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
124
|
-
<em class="parameter"><code><a href="
|
124
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
|
125
125
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-reset-im-context" title="gtk_entry_reset_im_context ()">gtk_entry_reset_im_context</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
126
126
|
enum <a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition">GtkEntryIconPosition</a>;
|
127
127
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-from-pixbuf" title="gtk_entry_set_icon_from_pixbuf ()">gtk_entry_set_icon_from_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
@@ -172,12 +172,12 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkEn
|
|
172
172
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-icon-drag-source" title="gtk_entry_set_icon_drag_source ()">gtk_entry_set_icon_drag_source</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
173
173
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
174
174
|
<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
175
|
-
<em class="parameter"><code><a href="
|
175
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
|
176
176
|
<span class="returnvalue">gint</span> <a class="link" href="GtkEntry.html#gtk-entry-get-current-icon-drag-source" title="gtk_entry_get_current_icon_drag_source ()">gtk_entry_get_current_icon_drag_source</a>
|
177
177
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);
|
178
178
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-get-icon-area" title="gtk_entry_get_icon_area ()">gtk_entry_get_icon_area</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
179
179
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
180
|
-
<em class="parameter"><code><a href="
|
180
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *icon_area</code></em>);
|
181
181
|
enum <a class="link" href="GtkEntry.html#GtkInputPurpose" title="enum GtkInputPurpose">GtkInputPurpose</a>;
|
182
182
|
<span class="returnvalue">void</span> <a class="link" href="GtkEntry.html#gtk-entry-set-input-purpose" title="gtk_entry_set_input_purpose ()">gtk_entry_set_input_purpose</a> (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
183
183
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkInputPurpose" title="enum GtkInputPurpose"><span class="type">GtkInputPurpose</span></a> purpose</code></em>);
|
@@ -209,7 +209,7 @@ GtkEntry implements
|
|
209
209
|
<a name="GtkEntry.properties"></a><h2>Properties</h2>
|
210
210
|
<pre class="synopsis">
|
211
211
|
"<a class="link" href="GtkEntry.html#GtkEntry--activates-default" title='The "activates-default" property'>activates-default</a>" <span class="type">gboolean</span> : Read / Write
|
212
|
-
"<a class="link" href="GtkEntry.html#GtkEntry--attributes" title='The "attributes" property'>attributes</a>" <span class="type">PangoAttrList</span>* : Read / Write
|
212
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--attributes" title='The "attributes" property'>attributes</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write
|
213
213
|
"<a class="link" href="GtkEntry.html#GtkEntry--buffer" title='The "buffer" property'>buffer</a>" <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a>* : Read / Write / Construct
|
214
214
|
"<a class="link" href="GtkEntry.html#GtkEntry--caps-lock-warning" title='The "caps-lock-warning" property'>caps-lock-warning</a>" <span class="type">gboolean</span> : Read / Write
|
215
215
|
"<a class="link" href="GtkEntry.html#GtkEntry--completion" title='The "completion" property'>completion</a>" <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>* : Read / Write
|
@@ -225,6 +225,7 @@ GtkEntry implements
|
|
225
225
|
"<a class="link" href="GtkEntry.html#GtkEntry--max-length" title='The "max-length" property'>max-length</a>" <span class="type">gint</span> : Read / Write
|
226
226
|
"<a class="link" href="GtkEntry.html#GtkEntry--overwrite-mode" title='The "overwrite-mode" property'>overwrite-mode</a>" <span class="type">gboolean</span> : Read / Write
|
227
227
|
"<a class="link" href="GtkEntry.html#GtkEntry--placeholder-text" title='The "placeholder-text" property'>placeholder-text</a>" <span class="type">gchar</span>* : Read / Write
|
228
|
+
"<a class="link" href="GtkEntry.html#GtkEntry--populate-all" title='The "populate-all" property'>populate-all</a>" <span class="type">gboolean</span> : Read / Write
|
228
229
|
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-activatable" title='The "primary-icon-activatable" property'>primary-icon-activatable</a>" <span class="type">gboolean</span> : Read / Write
|
229
230
|
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-gicon" title='The "primary-icon-gicon" property'>primary-icon-gicon</a>" <span class="type">GIcon</span>* : Read / Write
|
230
231
|
"<a class="link" href="GtkEntry.html#GtkEntry--primary-icon-name" title='The "primary-icon-name" property'>primary-icon-name</a>" <span class="type">gchar</span>* : Read / Write
|
@@ -561,7 +562,7 @@ in <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkE
|
|
561
562
|
<div class="refsect2">
|
562
563
|
<a name="gtk-entry-get-text-area"></a><h3>gtk_entry_get_text_area ()</h3>
|
563
564
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_get_text_area (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
564
|
-
<em class="parameter"><code><a href="
|
565
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *text_area</code></em>);</pre>
|
565
566
|
<p>
|
566
567
|
Gets the area where the entry's text is drawn. This function is
|
567
568
|
useful when drawing something to the entry in a draw callback.
|
@@ -814,7 +815,7 @@ This function returns the entry's <a class="link" href="GtkEntry.html#GtkEntry--
|
|
814
815
|
</tr>
|
815
816
|
<tr>
|
816
817
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
817
|
-
<td>the entry's <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="/
|
818
|
+
<td>the entry's <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
818
819
|
</td>
|
819
820
|
</tr>
|
820
821
|
</tbody>
|
@@ -919,7 +920,7 @@ Sets whether the entry has a beveled frame around it.
|
|
919
920
|
this function is ignored by <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>.</p>
|
920
921
|
</div>
|
921
922
|
<p>
|
922
|
-
Sets <code class="literal">entry</code>'s inner-border property to <code class="literal">border</code>, or clears it if <a href="/
|
923
|
+
Sets <code class="literal">entry</code>'s inner-border property to <code class="literal">border</code>, or clears it if <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
923
924
|
is passed. The inner-border is the area around the entry's text, but
|
924
925
|
inside its frame.
|
925
926
|
</p>
|
@@ -942,7 +943,7 @@ pixel-exact positioning of the entry is important.
|
|
942
943
|
</tr>
|
943
944
|
<tr>
|
944
945
|
<td><p><span class="term"><em class="parameter"><code>border</code></em> :</span></p></td>
|
945
|
-
<td>a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="/
|
946
|
+
<td>a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
946
947
|
</td>
|
947
948
|
</tr>
|
948
949
|
</tbody>
|
@@ -1092,7 +1093,7 @@ first key event arrives.
|
|
1092
1093
|
</tr>
|
1093
1094
|
<tr>
|
1094
1095
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
1095
|
-
<td>a string to be displayed when <em class="parameter"><code>entry</code></em> is empty an unfocused, or <a href="/
|
1096
|
+
<td>a string to be displayed when <em class="parameter"><code>entry</code></em> is empty an unfocused, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1096
1097
|
</td>
|
1097
1098
|
</tr>
|
1098
1099
|
</tbody>
|
@@ -1182,9 +1183,9 @@ Gets the value set by <a class="link" href="GtkEntry.html#gtk-entry-set-overwrit
|
|
1182
1183
|
<hr>
|
1183
1184
|
<div class="refsect2">
|
1184
1185
|
<a name="gtk-entry-get-layout"></a><h3>gtk_entry_get_layout ()</h3>
|
1185
|
-
<pre class="programlisting"><span class="returnvalue">PangoLayout</span> * gtk_entry_get_layout (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1186
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_entry_get_layout (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1186
1187
|
<p>
|
1187
|
-
Gets the <span class="type">PangoLayout</span> used to display the entry.
|
1188
|
+
Gets the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> used to display the entry.
|
1188
1189
|
The layout is useful to e.g. convert text positions to
|
1189
1190
|
pixel positions, in combination with <a class="link" href="GtkEntry.html#gtk-entry-get-layout-offsets" title="gtk_entry_get_layout_offsets ()"><code class="function">gtk_entry_get_layout_offsets()</code></a>.
|
1190
1191
|
The returned layout is owned by the entry and must not be
|
@@ -1209,7 +1210,7 @@ indices in the layout to byte indices in the entry contents.
|
|
1209
1210
|
</tr>
|
1210
1211
|
<tr>
|
1211
1212
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1212
|
-
<td>the <span class="type">PangoLayout</span> for this entry. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1213
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this entry. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1213
1214
|
</td>
|
1214
1215
|
</tr>
|
1215
1216
|
</tbody>
|
@@ -1222,22 +1223,22 @@ indices in the layout to byte indices in the entry contents.
|
|
1222
1223
|
<em class="parameter"><code><span class="type">gint</span> *x</code></em>,
|
1223
1224
|
<em class="parameter"><code><span class="type">gint</span> *y</code></em>);</pre>
|
1224
1225
|
<p>
|
1225
|
-
Obtains the position of the <span class="type">PangoLayout</span> used to render text
|
1226
|
+
Obtains the position of the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> used to render text
|
1226
1227
|
in the entry, in widget coordinates. Useful if you want to line
|
1227
1228
|
up the text in an entry with some other text, e.g. when using the
|
1228
1229
|
entry to implement editable cells in a sheet widget.
|
1229
1230
|
</p>
|
1230
1231
|
<p>
|
1231
1232
|
Also useful to convert mouse events into coordinates inside the
|
1232
|
-
<span class="type">PangoLayout</span>, e.g. to take some action if some part of the entry text
|
1233
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, e.g. to take some action if some part of the entry text
|
1233
1234
|
is clicked.
|
1234
1235
|
</p>
|
1235
1236
|
<p>
|
1236
1237
|
Note that as the user scrolls around in the entry the offsets will
|
1237
1238
|
change; you'll need to connect to the "notify::scroll-offset"
|
1238
|
-
signal to track this. Remember when using the <span class="type">PangoLayout</span>
|
1239
|
+
signal to track this. Remember when using the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
1239
1240
|
functions you need to convert to and from pixels using
|
1240
|
-
<code class="function">PANGO_PIXELS()</code> or <span class="type">PANGO_SCALE</span>.
|
1241
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-PIXELS:CAPS"><code class="function">PANGO_PIXELS()</code></a> or <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-SCALE:CAPS"><span class="type">PANGO_SCALE</span></a>.
|
1241
1242
|
</p>
|
1242
1243
|
<p>
|
1243
1244
|
Keep in mind that the layout text may contain a preedit string, so
|
@@ -1258,12 +1259,12 @@ indices in the layout to byte indices in the entry contents.
|
|
1258
1259
|
</tr>
|
1259
1260
|
<tr>
|
1260
1261
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1261
|
-
<td>location to store X offset of layout, or <a href="/
|
1262
|
+
<td>location to store X offset of layout, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1262
1263
|
</td>
|
1263
1264
|
</tr>
|
1264
1265
|
<tr>
|
1265
1266
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1266
|
-
<td>location to store Y offset of layout, or <a href="/
|
1267
|
+
<td>location to store Y offset of layout, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1267
1268
|
</td>
|
1268
1269
|
</tr>
|
1269
1270
|
</tbody>
|
@@ -1278,8 +1279,8 @@ indices in the layout to byte indices in the entry contents.
|
|
1278
1279
|
<p>
|
1279
1280
|
Converts from a position in the entry contents (returned
|
1280
1281
|
by <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()"><code class="function">gtk_entry_get_text()</code></a>) to a position in the
|
1281
|
-
entry's <span class="type">PangoLayout</span> (returned by <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>,
|
1282
|
-
with text retrieved via <code class="function">pango_layout_get_text()</code>).
|
1282
|
+
entry's <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> (returned by <a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>,
|
1283
|
+
with text retrieved via <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#pango-layout-get-text"><code class="function">pango_layout_get_text()</code></a>).
|
1283
1284
|
</p>
|
1284
1285
|
<div class="variablelist"><table border="0" class="variablelist">
|
1285
1286
|
<colgroup>
|
@@ -1310,7 +1311,7 @@ with text retrieved via <code class="function">pango_layout_get_text()</code>).
|
|
1310
1311
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1311
1312
|
<em class="parameter"><code><span class="type">gint</span> text_index</code></em>);</pre>
|
1312
1313
|
<p>
|
1313
|
-
Converts from a position in the entry's <span class="type">PangoLayout</span> (returned by
|
1314
|
+
Converts from a position in the entry's <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> (returned by
|
1314
1315
|
<a class="link" href="GtkEntry.html#gtk-entry-get-layout" title="gtk_entry_get_layout ()"><code class="function">gtk_entry_get_layout()</code></a>) to a position in the entry contents
|
1315
1316
|
(returned by <a class="link" href="GtkEntry.html#gtk-entry-get-text" title="gtk_entry_get_text ()"><code class="function">gtk_entry_get_text()</code></a>).
|
1316
1317
|
</p>
|
@@ -1340,9 +1341,9 @@ Converts from a position in the entry's <span class="type">PangoLayout</span> (r
|
|
1340
1341
|
<div class="refsect2">
|
1341
1342
|
<a name="gtk-entry-set-attributes"></a><h3>gtk_entry_set_attributes ()</h3>
|
1342
1343
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_attributes (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1343
|
-
<em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);</pre>
|
1344
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
|
1344
1345
|
<p>
|
1345
|
-
Sets a <span class="type">PangoAttrList</span>; the attributes in the list are applied to the
|
1346
|
+
Sets a <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>; the attributes in the list are applied to the
|
1346
1347
|
entry text.
|
1347
1348
|
</p>
|
1348
1349
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -1358,7 +1359,7 @@ entry text.
|
|
1358
1359
|
</tr>
|
1359
1360
|
<tr>
|
1360
1361
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
1361
|
-
<td>a <span class="type">PangoAttrList</span>
|
1362
|
+
<td>a <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>
|
1362
1363
|
</td>
|
1363
1364
|
</tr>
|
1364
1365
|
</tbody>
|
@@ -1368,7 +1369,7 @@ entry text.
|
|
1368
1369
|
<hr>
|
1369
1370
|
<div class="refsect2">
|
1370
1371
|
<a name="gtk-entry-get-attributes"></a><h3>gtk_entry_get_attributes ()</h3>
|
1371
|
-
<pre class="programlisting"><span class="returnvalue">PangoAttrList</span> * gtk_entry_get_attributes (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1372
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * gtk_entry_get_attributes (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>);</pre>
|
1372
1373
|
<p>
|
1373
1374
|
Gets the attribute list that was set on the entry using
|
1374
1375
|
<a class="link" href="GtkEntry.html#gtk-entry-set-attributes" title="gtk_entry_set_attributes ()"><code class="function">gtk_entry_set_attributes()</code></a>, if any.
|
@@ -1386,7 +1387,7 @@ Gets the attribute list that was set on the entry using
|
|
1386
1387
|
</tr>
|
1387
1388
|
<tr>
|
1388
1389
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1389
|
-
<td>the attribute list, or <a href="/
|
1390
|
+
<td>the attribute list, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1390
1391
|
if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1391
1392
|
</td>
|
1392
1393
|
</tr>
|
@@ -1475,7 +1476,7 @@ Retrieves whether the text in <em class="parameter"><code>entry</code></em> is v
|
|
1475
1476
|
Sets <em class="parameter"><code>completion</code></em> to be the auxiliary completion object to use with <em class="parameter"><code>entry</code></em>.
|
1476
1477
|
All further configuration of the completion mechanism is done on
|
1477
1478
|
<em class="parameter"><code>completion</code></em> using the <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> API. Completion is disabled if
|
1478
|
-
<em class="parameter"><code>completion</code></em> is set to <a href="/
|
1479
|
+
<em class="parameter"><code>completion</code></em> is set to <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1479
1480
|
</p>
|
1480
1481
|
<div class="variablelist"><table border="0" class="variablelist">
|
1481
1482
|
<colgroup>
|
@@ -1490,7 +1491,7 @@ All further configuration of the completion mechanism is done on
|
|
1490
1491
|
</tr>
|
1491
1492
|
<tr>
|
1492
1493
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
1493
|
-
<td>The <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> or <a href="/
|
1494
|
+
<td>The <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1494
1495
|
</td>
|
1495
1496
|
</tr>
|
1496
1497
|
</tbody>
|
@@ -1554,7 +1555,7 @@ as the entry.
|
|
1554
1555
|
<tr>
|
1555
1556
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
1556
1557
|
<td>an adjustment which should be adjusted when the cursor
|
1557
|
-
is moved, or <a href="/
|
1558
|
+
is moved, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1558
1559
|
</td>
|
1559
1560
|
</tr>
|
1560
1561
|
</tbody>
|
@@ -1582,7 +1583,7 @@ See <a class="link" href="GtkEntry.html#gtk-entry-set-cursor-hadjustment" title=
|
|
1582
1583
|
</tr>
|
1583
1584
|
<tr>
|
1584
1585
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1585
|
-
<td>the horizontal cursor adjustment, or <a href="/
|
1586
|
+
<td>the horizontal cursor adjustment, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1586
1587
|
if none has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1587
1588
|
</td>
|
1588
1589
|
</tr>
|
@@ -1730,7 +1731,7 @@ where a block bounces back and forth. Each call to
|
|
1730
1731
|
<a name="gtk-entry-im-context-filter-keypress"></a><h3>gtk_entry_im_context_filter_keypress ()</h3>
|
1731
1732
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_entry_im_context_filter_keypress
|
1732
1733
|
(<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
1733
|
-
<em class="parameter"><code><a href="
|
1734
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
1734
1735
|
<p>
|
1735
1736
|
Allow the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> input method to internally handle key press
|
1736
1737
|
and release events. If this function returns <code class="literal">TRUE</code>, then no further
|
@@ -1757,7 +1758,7 @@ See <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title
|
|
1757
1758
|
</tr>
|
1758
1759
|
<tr>
|
1759
1760
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1760
|
-
<td>the key event. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
1761
|
+
<td>the key event. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventKey]</span>
|
1761
1762
|
</td>
|
1762
1763
|
</tr>
|
1763
1764
|
<tr>
|
@@ -1834,7 +1835,7 @@ Specifies the side of the entry at which an icon is placed.
|
|
1834
1835
|
Sets the icon shown in the specified position using a pixbuf.
|
1835
1836
|
</p>
|
1836
1837
|
<p>
|
1837
|
-
If <em class="parameter"><code>pixbuf</code></em> is <a href="/
|
1838
|
+
If <em class="parameter"><code>pixbuf</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1838
1839
|
</p>
|
1839
1840
|
<div class="variablelist"><table border="0" class="variablelist">
|
1840
1841
|
<colgroup>
|
@@ -1853,7 +1854,7 @@ If <em class="parameter"><code>pixbuf</code></em> is <a href="/home/mclasen/gnom
|
|
1853
1854
|
</tr>
|
1854
1855
|
<tr>
|
1855
1856
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
1856
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/
|
1857
|
+
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1857
1858
|
</td>
|
1858
1859
|
</tr>
|
1859
1860
|
</tbody>
|
@@ -1871,7 +1872,7 @@ Sets the icon shown in the entry at the specified position from
|
|
1871
1872
|
a stock image.
|
1872
1873
|
</p>
|
1873
1874
|
<p>
|
1874
|
-
If <em class="parameter"><code>stock_id</code></em> is <a href="/
|
1875
|
+
If <em class="parameter"><code>stock_id</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1875
1876
|
</p>
|
1876
1877
|
<div class="variablelist"><table border="0" class="variablelist">
|
1877
1878
|
<colgroup>
|
@@ -1890,7 +1891,7 @@ If <em class="parameter"><code>stock_id</code></em> is <a href="/home/mclasen/gn
|
|
1890
1891
|
</tr>
|
1891
1892
|
<tr>
|
1892
1893
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
1893
|
-
<td>The name of the stock item, or <a href="/
|
1894
|
+
<td>The name of the stock item, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1894
1895
|
</td>
|
1895
1896
|
</tr>
|
1896
1897
|
</tbody>
|
@@ -1912,7 +1913,7 @@ If the icon name isn't known, a "broken image" icon will be displayed
|
|
1912
1913
|
instead.
|
1913
1914
|
</p>
|
1914
1915
|
<p>
|
1915
|
-
If <em class="parameter"><code>icon_name</code></em> is <a href="/
|
1916
|
+
If <em class="parameter"><code>icon_name</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1916
1917
|
</p>
|
1917
1918
|
<div class="variablelist"><table border="0" class="variablelist">
|
1918
1919
|
<colgroup>
|
@@ -1931,7 +1932,7 @@ If <em class="parameter"><code>icon_name</code></em> is <a href="/home/mclasen/g
|
|
1931
1932
|
</tr>
|
1932
1933
|
<tr>
|
1933
1934
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1934
|
-
<td>An icon name, or <a href="/
|
1935
|
+
<td>An icon name, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1935
1936
|
</td>
|
1936
1937
|
</tr>
|
1937
1938
|
</tbody>
|
@@ -1951,7 +1952,7 @@ If the icon isn't known, a "broken image" icon will be displayed
|
|
1951
1952
|
instead.
|
1952
1953
|
</p>
|
1953
1954
|
<p>
|
1954
|
-
If <em class="parameter"><code>icon</code></em> is <a href="/
|
1955
|
+
If <em class="parameter"><code>icon</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, no icon will be shown in the specified position.
|
1955
1956
|
</p>
|
1956
1957
|
<div class="variablelist"><table border="0" class="variablelist">
|
1957
1958
|
<colgroup>
|
@@ -1970,7 +1971,7 @@ If <em class="parameter"><code>icon</code></em> is <a href="/home/mclasen/gnome/
|
|
1970
1971
|
</tr>
|
1971
1972
|
<tr>
|
1972
1973
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
1973
|
-
<td>The icon to set, or <a href="/
|
1974
|
+
<td>The icon to set, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1974
1975
|
</td>
|
1975
1976
|
</tr>
|
1976
1977
|
</tbody>
|
@@ -2040,7 +2041,7 @@ method will work regardless of whether the icon was set using a
|
|
2040
2041
|
</tr>
|
2041
2042
|
<tr>
|
2042
2043
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2043
|
-
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/
|
2044
|
+
<td>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is
|
2044
2045
|
set for this position. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2045
2046
|
</td>
|
2046
2047
|
</tr>
|
@@ -2054,7 +2055,7 @@ set for this position. <span class="annotation">[<acronym title="Don't free data
|
|
2054
2055
|
<pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_entry_get_icon_stock (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2055
2056
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
2056
2057
|
<p>
|
2057
|
-
Retrieves the stock id used for the icon, or <a href="/
|
2058
|
+
Retrieves the stock id used for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
2058
2059
|
no icon or if the icon was set by some other method (e.g., by
|
2059
2060
|
pixbuf, icon name or gicon).
|
2060
2061
|
</p>
|
@@ -2075,7 +2076,7 @@ pixbuf, icon name or gicon).
|
|
2075
2076
|
</tr>
|
2076
2077
|
<tr>
|
2077
2078
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2078
|
-
<td>A stock id, or <a href="/
|
2079
|
+
<td>A stock id, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
2079
2080
|
wasn't set from a stock id</td>
|
2080
2081
|
</tr>
|
2081
2082
|
</tbody>
|
@@ -2088,7 +2089,7 @@ wasn't set from a stock id</td>
|
|
2088
2089
|
<pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_entry_get_icon_name (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2089
2090
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
2090
2091
|
<p>
|
2091
|
-
Retrieves the icon name used for the icon, or <a href="/
|
2092
|
+
Retrieves the icon name used for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
2092
2093
|
no icon or if the icon was set by some other method (e.g., by
|
2093
2094
|
pixbuf, stock or gicon).
|
2094
2095
|
</p>
|
@@ -2109,7 +2110,7 @@ pixbuf, stock or gicon).
|
|
2109
2110
|
</tr>
|
2110
2111
|
<tr>
|
2111
2112
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2112
|
-
<td>An icon name, or <a href="/
|
2113
|
+
<td>An icon name, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set or if the icon
|
2113
2114
|
wasn't set from an icon name</td>
|
2114
2115
|
</tr>
|
2115
2116
|
</tbody>
|
@@ -2122,7 +2123,7 @@ wasn't set from an icon name</td>
|
|
2122
2123
|
<pre class="programlisting"><span class="returnvalue">GIcon</span> * gtk_entry_get_icon_gicon (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2123
2124
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>);</pre>
|
2124
2125
|
<p>
|
2125
|
-
Retrieves the <span class="type">GIcon</span> used for the icon, or <a href="/
|
2126
|
+
Retrieves the <span class="type">GIcon</span> used for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is
|
2126
2127
|
no icon or if the icon was set by some other method (e.g., by
|
2127
2128
|
stock, pixbuf, or icon name).
|
2128
2129
|
</p>
|
@@ -2143,7 +2144,7 @@ stock, pixbuf, or icon name).
|
|
2143
2144
|
</tr>
|
2144
2145
|
<tr>
|
2145
2146
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2146
|
-
<td>A <span class="type">GIcon</span>, or <a href="/
|
2147
|
+
<td>A <span class="type">GIcon</span>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if no icon is set
|
2147
2148
|
or if the icon is not a <span class="type">GIcon</span>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2148
2149
|
</td>
|
2149
2150
|
</tr>
|
@@ -2332,7 +2333,7 @@ Sets <em class="parameter"><code>tooltip</code></em> as the contents of the tool
|
|
2332
2333
|
at the specified position.
|
2333
2334
|
</p>
|
2334
2335
|
<p>
|
2335
|
-
Use <a href="/
|
2336
|
+
Use <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>tooltip</code></em> to remove an existing tooltip.
|
2336
2337
|
</p>
|
2337
2338
|
<p>
|
2338
2339
|
See also <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> and
|
@@ -2355,7 +2356,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title
|
|
2355
2356
|
</tr>
|
2356
2357
|
<tr>
|
2357
2358
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2358
|
-
<td>the contents of the tooltip for the icon, or <a href="/
|
2359
|
+
<td>the contents of the tooltip for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2359
2360
|
</td>
|
2360
2361
|
</tr>
|
2361
2362
|
</tbody>
|
@@ -2388,7 +2389,7 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2388
2389
|
</tr>
|
2389
2390
|
<tr>
|
2390
2391
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2391
|
-
<td>the tooltip text, or <a href="/
|
2392
|
+
<td>the tooltip text, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2392
2393
|
with <code class="function">g_free()</code> when done.</td>
|
2393
2394
|
</tr>
|
2394
2395
|
</tbody>
|
@@ -2404,10 +2405,10 @@ with <code class="function">g_free()</code> when done.</td>
|
|
2404
2405
|
<p>
|
2405
2406
|
Sets <em class="parameter"><code>tooltip</code></em> as the contents of the tooltip for the icon at
|
2406
2407
|
the specified position. <em class="parameter"><code>tooltip</code></em> is assumed to be marked up with
|
2407
|
-
the Pango text markup language
|
2408
|
+
the <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
|
2408
2409
|
</p>
|
2409
2410
|
<p>
|
2410
|
-
Use <a href="/
|
2411
|
+
Use <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>tooltip</code></em> to remove an existing tooltip.
|
2411
2412
|
</p>
|
2412
2413
|
<p>
|
2413
2414
|
See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="gtk_widget_set_tooltip_markup ()"><code class="function">gtk_widget_set_tooltip_markup()</code></a> and
|
@@ -2430,7 +2431,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" tit
|
|
2430
2431
|
</tr>
|
2431
2432
|
<tr>
|
2432
2433
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
2433
|
-
<td>the contents of the tooltip for the icon, or <a href="/
|
2434
|
+
<td>the contents of the tooltip for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2434
2435
|
</td>
|
2435
2436
|
</tr>
|
2436
2437
|
</tbody>
|
@@ -2463,7 +2464,7 @@ position in <em class="parameter"><code>entry</code></em>.
|
|
2463
2464
|
</tr>
|
2464
2465
|
<tr>
|
2465
2466
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2466
|
-
<td>the tooltip text, or <a href="/
|
2467
|
+
<td>the tooltip text, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. Free the returned string
|
2467
2468
|
with <code class="function">g_free()</code> when done.</td>
|
2468
2469
|
</tr>
|
2469
2470
|
</tbody>
|
@@ -2476,7 +2477,7 @@ with <code class="function">g_free()</code> when done.</td>
|
|
2476
2477
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_set_icon_drag_source (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2477
2478
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2478
2479
|
<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *target_list</code></em>,
|
2479
|
-
<em class="parameter"><code><a href="
|
2480
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
|
2480
2481
|
<p>
|
2481
2482
|
Sets up the icon at the given position so that GTK+ will start a drag
|
2482
2483
|
operation when the user clicks and drags the icon.
|
@@ -2559,7 +2560,7 @@ DND operation, or -1.</td>
|
|
2559
2560
|
<a name="gtk-entry-get-icon-area"></a><h3>gtk_entry_get_icon_area ()</h3>
|
2560
2561
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_get_icon_area (<em class="parameter"><code><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry</code></em>,
|
2561
2562
|
<em class="parameter"><code><a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos</code></em>,
|
2562
|
-
<em class="parameter"><code><a href="
|
2563
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *icon_area</code></em>);</pre>
|
2563
2564
|
<p>
|
2564
2565
|
Gets the area where entry's icon at <em class="parameter"><code>icon_pos</code></em> is drawn.
|
2565
2566
|
This function is useful when drawing something to the
|
@@ -2890,7 +2891,7 @@ Gets the value of the <a class="link" href="GtkEntry.html#GtkEntry--input-hints"
|
|
2890
2891
|
<hr>
|
2891
2892
|
<div class="refsect2">
|
2892
2893
|
<a name="GtkEntry--attributes"></a><h3>The <code class="literal">"attributes"</code> property</h3>
|
2893
|
-
<pre class="programlisting"> "attributes" <span class="type">PangoAttrList</span>* : Read / Write</pre>
|
2894
|
+
<pre class="programlisting"> "attributes" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write</pre>
|
2894
2895
|
<p>
|
2895
2896
|
A list of Pango attributes to apply to the text of the entry.
|
2896
2897
|
</p>
|
@@ -2960,7 +2961,7 @@ Which IM (input method) module should be used for this entry.
|
|
2960
2961
|
See <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>.
|
2961
2962
|
</p>
|
2962
2963
|
<p>
|
2963
|
-
Setting this to a non-<a href="/
|
2964
|
+
Setting this to a non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> value overrides the
|
2964
2965
|
system-wide IM module setting. See the GtkSettings
|
2965
2966
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-im-module" title='The "gtk-im-module" property'><span class="type">"gtk-im-module"</span></a> property.
|
2966
2967
|
</p>
|
@@ -3070,6 +3071,13 @@ and unfocused.
|
|
3070
3071
|
</div>
|
3071
3072
|
<hr>
|
3072
3073
|
<div class="refsect2">
|
3074
|
+
<a name="GtkEntry--populate-all"></a><h3>The <code class="literal">"populate-all"</code> property</h3>
|
3075
|
+
<pre class="programlisting"> "populate-all" <span class="type">gboolean</span> : Read / Write</pre>
|
3076
|
+
<p>Whether to emit ::populate-popup for touch popups.</p>
|
3077
|
+
<p>Default value: FALSE</p>
|
3078
|
+
</div>
|
3079
|
+
<hr>
|
3080
|
+
<div class="refsect2">
|
3073
3081
|
<a name="GtkEntry--primary-icon-activatable"></a><h3>The <code class="literal">"primary-icon-activatable"</code> property</h3>
|
3074
3082
|
<pre class="programlisting"> "primary-icon-activatable" <span class="type">gboolean</span> : Read / Write</pre>
|
3075
3083
|
<p>
|
@@ -3603,7 +3611,7 @@ The ::delete-from-cursor signal is a
|
|
3603
3611
|
which gets emitted when the user initiates a text deletion.
|
3604
3612
|
</p>
|
3605
3613
|
<p>
|
3606
|
-
If the <em class="parameter"><code>type</code></em> is <a
|
3614
|
+
If the <em class="parameter"><code>type</code></em> is <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-DELETE-CHARS:CAPS"><code class="literal">GTK_DELETE_CHARS</code></a>, GTK+ deletes the selection
|
3607
3615
|
if there is one, otherwise it deletes the requested number
|
3608
3616
|
of characters.
|
3609
3617
|
</p>
|
@@ -3643,7 +3651,7 @@ deleting a word.
|
|
3643
3651
|
<a name="GtkEntry-icon-press"></a><h3>The <code class="literal">"icon-press"</code> signal</h3>
|
3644
3652
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3645
3653
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3646
|
-
<a href="
|
3654
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3647
3655
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
3648
3656
|
<p>
|
3649
3657
|
The ::icon-press signal is emitted when an activatable icon
|
@@ -3665,7 +3673,7 @@ is clicked.
|
|
3665
3673
|
</tr>
|
3666
3674
|
<tr>
|
3667
3675
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
3668
|
-
<td>the button press event. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
3676
|
+
<td>the button press event. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
|
3669
3677
|
</td>
|
3670
3678
|
</tr>
|
3671
3679
|
<tr>
|
@@ -3681,7 +3689,7 @@ is clicked.
|
|
3681
3689
|
<a name="GtkEntry-icon-release"></a><h3>The <code class="literal">"icon-release"</code> signal</h3>
|
3682
3690
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3683
3691
|
<a class="link" href="GtkEntry.html#GtkEntryIconPosition" title="enum GtkEntryIconPosition"><span class="type">GtkEntryIconPosition</span></a> icon_pos,
|
3684
|
-
<a href="
|
3692
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
3685
3693
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
3686
3694
|
<p>
|
3687
3695
|
The ::icon-release signal is emitted on the button release from a
|
@@ -3703,7 +3711,7 @@ mouse click over an activatable icon.
|
|
3703
3711
|
</tr>
|
3704
3712
|
<tr>
|
3705
3713
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
3706
|
-
<td>the button release event. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
3714
|
+
<td>the button release event. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
|
3707
3715
|
</td>
|
3708
3716
|
</tr>
|
3709
3717
|
<tr>
|
@@ -3849,16 +3857,24 @@ Ctrl-v and Shift-Insert.
|
|
3849
3857
|
<hr>
|
3850
3858
|
<div class="refsect2">
|
3851
3859
|
<a name="GtkEntry-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
|
3852
|
-
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
|
3853
|
-
<a class="link" href="
|
3854
|
-
<span class="type">gpointer</span>
|
3860
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> *entry,
|
3861
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *popup,
|
3862
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
3855
3863
|
<p>
|
3856
3864
|
The ::populate-popup signal gets emitted before showing the
|
3857
|
-
context menu of the entry.
|
3865
|
+
context menu of the entry.
|
3858
3866
|
</p>
|
3859
3867
|
<p>
|
3860
3868
|
If you need to add items to the context menu, connect
|
3861
|
-
to this signal and append your
|
3869
|
+
to this signal and append your items to the <em class="parameter"><code>widget</code></em>, which
|
3870
|
+
will be a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> in this case.
|
3871
|
+
</p>
|
3872
|
+
<p>
|
3873
|
+
If <span class="type">"populate-all"</span> is <code class="literal">TRUE</code>, this signal will
|
3874
|
+
also be emitted to populate touch popups. In this case,
|
3875
|
+
<em class="parameter"><code>widget</code></em> will be a different container, e.g. a <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="type">GtkToolbar</span></a>.
|
3876
|
+
The signal handler should not make assumptions about the
|
3877
|
+
type of <em class="parameter"><code>widget</code></em>.
|
3862
3878
|
</p>
|
3863
3879
|
<div class="variablelist"><table border="0" class="variablelist">
|
3864
3880
|
<colgroup>
|
@@ -3871,8 +3887,8 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
3871
3887
|
<td>The entry on which the signal is emitted</td>
|
3872
3888
|
</tr>
|
3873
3889
|
<tr>
|
3874
|
-
<td><p><span class="term"><em class="parameter"><code>
|
3875
|
-
<td>the
|
3890
|
+
<td><p><span class="term"><em class="parameter"><code>popup</code></em> :</span></p></td>
|
3891
|
+
<td>the container that is being populated</td>
|
3876
3892
|
</tr>
|
3877
3893
|
<tr>
|
3878
3894
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3952,6 +3968,6 @@ The default bindings for this signal is Insert.
|
|
3952
3968
|
</div>
|
3953
3969
|
<div class="footer">
|
3954
3970
|
<hr>
|
3955
|
-
Generated by GTK-Doc V1.18
|
3971
|
+
Generated by GTK-Doc V1.18</div>
|
3956
3972
|
</body>
|
3957
3973
|
</html>
|