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>GtkLabel</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="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="GtkImage.html" title="GtkImage">
|
10
10
|
<link rel="next" href="GtkProgressBar.html" title="GtkProgressBar">
|
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">
|
@@ -53,7 +53,7 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()">gtk_label_set_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
54
54
|
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()">gtk_label_set_attributes</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
56
|
-
<em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);
|
56
|
+
<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>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()">gtk_label_set_markup</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
58
58
|
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);
|
59
59
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-markup-with-mnemonic" title="gtk_label_set_markup_with_mnemonic ()">gtk_label_set_markup_with_mnemonic</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
@@ -63,7 +63,7 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
63
63
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-justify" title="gtk_label_set_justify ()">gtk_label_set_justify</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
64
64
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> jtype</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-ellipsize" title="gtk_label_set_ellipsize ()">gtk_label_set_ellipsize</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
66
|
-
<em class="parameter"><code><span class="type">PangoEllipsizeMode</span> mode</code></em>);
|
66
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-width-chars" title="gtk_label_set_width_chars ()">gtk_label_set_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
68
68
|
<em class="parameter"><code><span class="type">gint</span> n_chars</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-max-width-chars" title="gtk_label_set_max_width_chars ()">gtk_label_set_max_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
@@ -71,7 +71,7 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
71
71
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()">gtk_label_set_line_wrap</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
72
72
|
<em class="parameter"><code><span class="type">gboolean</span> wrap</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap-mode" title="gtk_label_set_line_wrap_mode ()">gtk_label_set_line_wrap_mode</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
74
|
-
<em class="parameter"><code><span class="type">PangoWrapMode</span> wrap_mode</code></em>);
|
74
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-get-layout-offsets" title="gtk_label_get_layout_offsets ()">gtk_label_get_layout_offsets</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
76
76
|
<em class="parameter"><code><span class="type">gint</span> *x</code></em>,
|
77
77
|
<em class="parameter"><code><span class="type">gint</span> *y</code></em>);
|
@@ -88,15 +88,15 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkLa
|
|
88
88
|
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
|
89
89
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-text-with-mnemonic" title="gtk_label_set_text_with_mnemonic ()">gtk_label_set_text_with_mnemonic</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
90
90
|
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);
|
91
|
-
<span class="returnvalue">PangoAttrList</span> * <a class="link" href="GtkLabel.html#gtk-label-get-attributes" title="gtk_label_get_attributes ()">gtk_label_get_attributes</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
91
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * <a class="link" href="GtkLabel.html#gtk-label-get-attributes" title="gtk_label_get_attributes ()">gtk_label_get_attributes</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
92
92
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="returnvalue">GtkJustification</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-justify" title="gtk_label_get_justify ()">gtk_label_get_justify</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
93
|
-
<span class="returnvalue">PangoEllipsizeMode</span> <a class="link" href="GtkLabel.html#gtk-label-get-ellipsize" title="gtk_label_get_ellipsize ()">gtk_label_get_ellipsize</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
93
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-ellipsize" title="gtk_label_get_ellipsize ()">gtk_label_get_ellipsize</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
94
94
|
<span class="returnvalue">gint</span> <a class="link" href="GtkLabel.html#gtk-label-get-width-chars" title="gtk_label_get_width_chars ()">gtk_label_get_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
95
95
|
<span class="returnvalue">gint</span> <a class="link" href="GtkLabel.html#gtk-label-get-max-width-chars" title="gtk_label_get_max_width_chars ()">gtk_label_get_max_width_chars</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
96
96
|
const <span class="returnvalue">gchar</span> * <a class="link" href="GtkLabel.html#gtk-label-get-label" title="gtk_label_get_label ()">gtk_label_get_label</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
97
|
-
<span class="returnvalue">PangoLayout</span> * <a class="link" href="GtkLabel.html#gtk-label-get-layout" title="gtk_label_get_layout ()">gtk_label_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
97
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="GtkLabel.html#gtk-label-get-layout" title="gtk_label_get_layout ()">gtk_label_get_layout</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
98
98
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkLabel.html#gtk-label-get-line-wrap" title="gtk_label_get_line_wrap ()">gtk_label_get_line_wrap</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
99
|
-
<span class="returnvalue">PangoWrapMode</span> <a class="link" href="GtkLabel.html#gtk-label-get-line-wrap-mode" title="gtk_label_get_line_wrap_mode ()">gtk_label_get_line_wrap_mode</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
99
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-line-wrap-mode" title="gtk_label_get_line_wrap_mode ()">gtk_label_get_line_wrap_mode</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
100
100
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkLabel.html#gtk-label-get-mnemonic-widget" title="gtk_label_get_mnemonic_widget ()">gtk_label_get_mnemonic_widget</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
101
101
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkLabel.html#gtk-label-get-selection-bounds" title="gtk_label_get_selection_bounds ()">gtk_label_get_selection_bounds</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
102
102
|
<em class="parameter"><code><span class="type">gint</span> *start</code></em>,
|
@@ -142,9 +142,9 @@ GtkLabel implements
|
|
142
142
|
<a name="GtkLabel.properties"></a><h2>Properties</h2>
|
143
143
|
<pre class="synopsis">
|
144
144
|
"<a class="link" href="GtkLabel.html#GtkLabel--angle" title='The "angle" property'>angle</a>" <span class="type">gdouble</span> : Read / Write
|
145
|
-
"<a class="link" href="GtkLabel.html#GtkLabel--attributes" title='The "attributes" property'>attributes</a>" <span class="type">PangoAttrList</span>* : Read / Write
|
145
|
+
"<a class="link" href="GtkLabel.html#GtkLabel--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
|
146
146
|
"<a class="link" href="GtkLabel.html#GtkLabel--cursor-position" title='The "cursor-position" property'>cursor-position</a>" <span class="type">gint</span> : Read
|
147
|
-
"<a class="link" href="GtkLabel.html#GtkLabel--ellipsize" title='The "ellipsize" property'>ellipsize</a>" <span class="type">PangoEllipsizeMode</span> : Read / Write
|
147
|
+
"<a class="link" href="GtkLabel.html#GtkLabel--ellipsize" title='The "ellipsize" property'>ellipsize</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write
|
148
148
|
"<a class="link" href="GtkLabel.html#GtkLabel--justify" title='The "justify" property'>justify</a>" <a class="link" href="gtk3-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> : Read / Write
|
149
149
|
"<a class="link" href="GtkLabel.html#GtkLabel--label" title='The "label" property'>label</a>" <span class="type">gchar</span>* : Read / Write
|
150
150
|
"<a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title='The "max-width-chars" property'>max-width-chars</a>" <span class="type">gint</span> : Read / Write
|
@@ -159,7 +159,7 @@ GtkLabel implements
|
|
159
159
|
"<a class="link" href="GtkLabel.html#GtkLabel--use-underline" title='The "use-underline" property'>use-underline</a>" <span class="type">gboolean</span> : Read / Write
|
160
160
|
"<a class="link" href="GtkLabel.html#GtkLabel--width-chars" title='The "width-chars" property'>width-chars</a>" <span class="type">gint</span> : Read / Write
|
161
161
|
"<a class="link" href="GtkLabel.html#GtkLabel--wrap" title='The "wrap" property'>wrap</a>" <span class="type">gboolean</span> : Read / Write
|
162
|
-
"<a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <span class="type">PangoWrapMode</span> : Read / Write
|
162
|
+
"<a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write
|
163
163
|
</pre>
|
164
164
|
</div>
|
165
165
|
<div class="refsect1">
|
@@ -187,12 +187,12 @@ implies, most labels are used to label another widget such as a
|
|
187
187
|
The GtkLabel implementation of the GtkBuildable interface supports a
|
188
188
|
custom <attributes> element, which supports any number of <attribute>
|
189
189
|
elements. the <attribute> element has attributes named name, value,
|
190
|
-
start and end and allows you to specify <span class="type">PangoAttribute</span> values for this label.
|
190
|
+
start and end and allows you to specify <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> values for this label.
|
191
191
|
</p>
|
192
192
|
<p>
|
193
193
|
</p>
|
194
194
|
<div class="example">
|
195
|
-
<a name="
|
195
|
+
<a name="idm140617755909744"></a><p class="title"><b>Example 51. A UI definition fragment specifying Pango attributes</b></p>
|
196
196
|
<div class="example-contents">
|
197
197
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
198
198
|
<tbody>
|
@@ -227,7 +227,7 @@ content instead.
|
|
227
227
|
</p>
|
228
228
|
<hr>
|
229
229
|
<div class="refsect2">
|
230
|
-
<a name="
|
230
|
+
<a name="idm140617755907280"></a><h3>Mnemonics</h3>
|
231
231
|
<p>
|
232
232
|
Labels may contain <em class="firstterm">mnemonics</em>. Mnemonics are
|
233
233
|
underlined characters in the label, used for keyboard navigation.
|
@@ -316,10 +316,10 @@ To create a mnemonic for a widget alongside the label, such as a
|
|
316
316
|
</p>
|
317
317
|
<hr>
|
318
318
|
<div class="refsect2">
|
319
|
-
<a name="
|
319
|
+
<a name="idm140617755890448"></a><h3>Markup (styled text)</h3>
|
320
320
|
<p>
|
321
321
|
To make it easy to format text in a label (changing colors, fonts,
|
322
|
-
etc.), label text can be provided in a simple markup format
|
322
|
+
etc.), label text can be provided in a simple <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">markup format</a>.
|
323
323
|
Here's how to create a label with a small font:
|
324
324
|
</p>
|
325
325
|
<p>
|
@@ -330,7 +330,7 @@ Here's how to create a label with a small font:
|
|
330
330
|
<tr>
|
331
331
|
<td class="listing_lines" align="right"><pre>1
|
332
332
|
2</pre></td>
|
333
|
-
<td class="listing_code"><pre class="programlisting"><span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new">gtk_label_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/
|
333
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">label </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkLabel.html#gtk-label-new">gtk_label_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
|
334
334
|
<span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_LABEL</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">),</span><span class="normal"> </span><span class="string">"<span style="</span><span class="normal">color</span><span class="symbol">:</span><span class="normal"> red</span><span class="string">"><small>Small text</small></span>"</span><span class="symbol">);</span></pre></td>
|
335
335
|
</tr>
|
336
336
|
</tbody>
|
@@ -340,7 +340,7 @@ Here's how to create a label with a small font:
|
|
340
340
|
<p>
|
341
341
|
</p>
|
342
342
|
<p>
|
343
|
-
(See complete documentation of available
|
343
|
+
(See <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">complete documentation</a> of available
|
344
344
|
tags in the Pango manual.)
|
345
345
|
</p>
|
346
346
|
<p>
|
@@ -351,13 +351,13 @@ or a network to <a class="link" href="GtkLabel.html#gtk-label-set-markup" title=
|
|
351
351
|
<code class="function">g_markup_escape_text()</code> or <code class="function">g_markup_printf_escaped()</code>.
|
352
352
|
</p>
|
353
353
|
<p>
|
354
|
-
Markup strings are just a convenient way to set the <span class="type">PangoAttrList</span> on
|
354
|
+
Markup strings are just a convenient way to set the <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> on
|
355
355
|
a label; <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()"><code class="function">gtk_label_set_attributes()</code></a> may be a simpler way to set
|
356
|
-
attributes in some cases. Be careful though; <span class="type">PangoAttrList</span> tends to
|
356
|
+
attributes in some cases. Be careful though; <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> tends to
|
357
357
|
cause internationalization problems, unless you're applying attributes
|
358
358
|
to the entire string (i.e. unless you set the range of each attribute
|
359
359
|
to [0, <code class="literal">G_MAXINT</code>)). The reason is that specifying the start_index and
|
360
|
-
end_index for a <span class="type">PangoAttribute</span> requires knowledge of the exact string
|
360
|
+
end_index for a <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> requires knowledge of the exact string
|
361
361
|
being displayed, so translations will cause problems.
|
362
362
|
</p>
|
363
363
|
</div>
|
@@ -365,7 +365,7 @@ being displayed, so translations will cause problems.
|
|
365
365
|
</p>
|
366
366
|
<hr>
|
367
367
|
<div class="refsect2">
|
368
|
-
<a name="
|
368
|
+
<a name="idm140617755874096"></a><h3>Selectable labels</h3>
|
369
369
|
Labels can be made selectable with <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.
|
370
370
|
Selectable labels allow the user to copy the label contents to
|
371
371
|
the clipboard. Only labels that contain useful-to-copy information
|
@@ -418,7 +418,7 @@ Note that the interpretation of <a class="link" href="GtkLabel.html#GtkLabel--wi
|
|
418
418
|
</p>
|
419
419
|
<hr>
|
420
420
|
<div class="refsect2">
|
421
|
-
<a name="
|
421
|
+
<a name="idm140617755859216"></a><h3>Links</h3>
|
422
422
|
<p>
|
423
423
|
Since 2.18, GTK+ supports markup for clickable hyperlinks in addition
|
424
424
|
to regular Pango markup. The markup for links is borrowed from HTML, using the
|
@@ -461,7 +461,7 @@ the <a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "acti
|
|
461
461
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_new (<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
462
462
|
<p>
|
463
463
|
Creates a new label with the given text inside it. You can
|
464
|
-
pass <a href="/
|
464
|
+
pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to get an empty label widget.
|
465
465
|
</p>
|
466
466
|
<div class="variablelist"><table border="0" class="variablelist">
|
467
467
|
<colgroup>
|
@@ -515,9 +515,9 @@ This will also clear any previously set mnemonic accelerators.
|
|
515
515
|
<div class="refsect2">
|
516
516
|
<a name="gtk-label-set-attributes"></a><h3>gtk_label_set_attributes ()</h3>
|
517
517
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
518
|
-
<em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);</pre>
|
518
|
+
<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>
|
519
519
|
<p>
|
520
|
-
Sets a <span class="type">PangoAttrList</span>; the attributes in the list are applied to the
|
520
|
+
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
|
521
521
|
label text.
|
522
522
|
</p>
|
523
523
|
<p>
|
@@ -546,7 +546,7 @@ to the label after the markup string is parsed.</p>
|
|
546
546
|
</tr>
|
547
547
|
<tr>
|
548
548
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
549
|
-
<td>a <span class="type">PangoAttrList</span>
|
549
|
+
<td>a <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>
|
550
550
|
</td>
|
551
551
|
</tr>
|
552
552
|
</tbody>
|
@@ -558,7 +558,7 @@ to the label after the markup string is parsed.</p>
|
|
558
558
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
559
559
|
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
560
560
|
<p>
|
561
|
-
Parses <em class="parameter"><code>str</code></em> which is marked up with the Pango text markup language
|
561
|
+
Parses <em class="parameter"><code>str</code></em> which is marked up with the <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>, setting the
|
562
562
|
label's text and attribute list based on the parse results. If the <em class="parameter"><code>str</code></em> is
|
563
563
|
external data, you may need to escape it with <code class="function">g_markup_escape_text()</code> or
|
564
564
|
<code class="function">g_markup_printf_escaped()</code>:
|
@@ -597,7 +597,7 @@ external data, you may need to escape it with <code class="function">g_markup_es
|
|
597
597
|
</tr>
|
598
598
|
<tr>
|
599
599
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
600
|
-
<td>a markup string (see Pango markup format)</td>
|
600
|
+
<td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
601
601
|
</tr>
|
602
602
|
</tbody>
|
603
603
|
</table></div>
|
@@ -609,7 +609,7 @@ external data, you may need to escape it with <code class="function">g_markup_es
|
|
609
609
|
<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>);</pre>
|
610
610
|
<p>
|
611
611
|
Parses <em class="parameter"><code>str</code></em> which is marked up with the
|
612
|
-
Pango text markup language
|
612
|
+
<a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>,
|
613
613
|
setting the label's text and attribute list based on the parse results.
|
614
614
|
If characters in <em class="parameter"><code>str</code></em> are preceded by an underscore, they are underlined
|
615
615
|
indicating that they represent a keyboard accelerator called a mnemonic.
|
@@ -632,7 +632,7 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
632
632
|
<tr>
|
633
633
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
634
634
|
<td>a markup string (see
|
635
|
-
Pango markup format)</td>
|
635
|
+
<a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
636
636
|
</tr>
|
637
637
|
</tbody>
|
638
638
|
</table></div>
|
@@ -701,7 +701,7 @@ effect on labels containing only a single line.
|
|
701
701
|
<div class="refsect2">
|
702
702
|
<a name="gtk-label-set-ellipsize"></a><h3>gtk_label_set_ellipsize ()</h3>
|
703
703
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
704
|
-
<em class="parameter"><code><span class="type">PangoEllipsizeMode</span> mode</code></em>);</pre>
|
704
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);</pre>
|
705
705
|
<p>
|
706
706
|
Sets the mode used to ellipsize (add an ellipsis: "...") to the text
|
707
707
|
if there is not enough space to render the entire string.
|
@@ -719,7 +719,7 @@ if there is not enough space to render the entire string.
|
|
719
719
|
</tr>
|
720
720
|
<tr>
|
721
721
|
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
722
|
-
<td>a <span class="type">PangoEllipsizeMode</span>
|
722
|
+
<td>a <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>
|
723
723
|
</td>
|
724
724
|
</tr>
|
725
725
|
</tbody>
|
@@ -819,10 +819,10 @@ set the label's width using <a class="link" href="GtkWidget.html#gtk-widget-set-
|
|
819
819
|
<div class="refsect2">
|
820
820
|
<a name="gtk-label-set-line-wrap-mode"></a><h3>gtk_label_set_line_wrap_mode ()</h3>
|
821
821
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
822
|
-
<em class="parameter"><code><span class="type">PangoWrapMode</span> wrap_mode</code></em>);</pre>
|
822
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);</pre>
|
823
823
|
<p>
|
824
824
|
If line wrapping is on (see <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()"><code class="function">gtk_label_set_line_wrap()</code></a>) this controls how
|
825
|
-
the line wrapping is done. The default is <code class="literal">PANGO_WRAP_WORD</code> which means
|
825
|
+
the line wrapping is done. The default is <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a> which means
|
826
826
|
wrap on word boundaries.
|
827
827
|
</p>
|
828
828
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -851,14 +851,14 @@ wrap on word boundaries.
|
|
851
851
|
<em class="parameter"><code><span class="type">gint</span> *x</code></em>,
|
852
852
|
<em class="parameter"><code><span class="type">gint</span> *y</code></em>);</pre>
|
853
853
|
<p>
|
854
|
-
Obtains the coordinates where the label will draw the <span class="type">PangoLayout</span>
|
854
|
+
Obtains the coordinates where the label will draw the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
855
855
|
representing the text in the label; useful to convert mouse events
|
856
|
-
into coordinates inside the <span class="type">PangoLayout</span>, e.g. to take some action
|
856
|
+
into coordinates inside the <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
|
857
857
|
if some part of the label is clicked. Of course you will need to
|
858
858
|
create a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> to receive the events, and pack the label
|
859
|
-
inside it, since labels are a <
|
860
|
-
when using the <span class="type">PangoLayout</span> functions you need to convert to
|
861
|
-
and from pixels using <code class="function">PANGO_PIXELS()</code> or <span class="type">PANGO_SCALE</span>.
|
859
|
+
inside it, since labels are a <span class="type">GTK_NO_WINDOW</span> widget. Remember
|
860
|
+
when using the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> functions you need to convert to
|
861
|
+
and from pixels using <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>.
|
862
862
|
</p>
|
863
863
|
<div class="variablelist"><table border="0" class="variablelist">
|
864
864
|
<colgroup>
|
@@ -873,12 +873,12 @@ and from pixels using <code class="function">PANGO_PIXELS()</code> or <span clas
|
|
873
873
|
</tr>
|
874
874
|
<tr>
|
875
875
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
876
|
-
<td>location to store X offset of layout, or <a href="/
|
876
|
+
<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>
|
877
877
|
</td>
|
878
878
|
</tr>
|
879
879
|
<tr>
|
880
880
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
881
|
-
<td>location to store Y offset of layout, or <a href="/
|
881
|
+
<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>
|
882
882
|
</td>
|
883
883
|
</tr>
|
884
884
|
</tbody>
|
@@ -1143,7 +1143,7 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
1143
1143
|
<hr>
|
1144
1144
|
<div class="refsect2">
|
1145
1145
|
<a name="gtk-label-get-attributes"></a><h3>gtk_label_get_attributes ()</h3>
|
1146
|
-
<pre class="programlisting"><span class="returnvalue">PangoAttrList</span> * gtk_label_get_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1146
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * gtk_label_get_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1147
1147
|
<p>
|
1148
1148
|
Gets the attribute list that was set on the label using
|
1149
1149
|
<a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()"><code class="function">gtk_label_set_attributes()</code></a>, if any. This function does
|
@@ -1165,7 +1165,7 @@ pango_layout_get_attribute (gtk_label_get_layout (label)).
|
|
1165
1165
|
</tr>
|
1166
1166
|
<tr>
|
1167
1167
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1168
|
-
<td>the attribute list, or <a href="/
|
1168
|
+
<td>the attribute list, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1169
1169
|
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>
|
1170
1170
|
</td>
|
1171
1171
|
</tr>
|
@@ -1200,7 +1200,7 @@ Returns the justification of the label. See <a class="link" href="GtkLabel.html#
|
|
1200
1200
|
<hr>
|
1201
1201
|
<div class="refsect2">
|
1202
1202
|
<a name="gtk-label-get-ellipsize"></a><h3>gtk_label_get_ellipsize ()</h3>
|
1203
|
-
<pre class="programlisting"><span class="returnvalue">PangoEllipsizeMode</span> gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1203
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a> gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1204
1204
|
<p>
|
1205
1205
|
Returns the ellipsizing position of the label. See <a class="link" href="GtkLabel.html#gtk-label-set-ellipsize" title="gtk_label_set_ellipsize ()"><code class="function">gtk_label_set_ellipsize()</code></a>.
|
1206
1206
|
</p>
|
@@ -1217,7 +1217,7 @@ Returns the ellipsizing position of the label. See <a class="link" href="GtkLabe
|
|
1217
1217
|
</tr>
|
1218
1218
|
<tr>
|
1219
1219
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1220
|
-
<td><span class="type">PangoEllipsizeMode</span></td>
|
1220
|
+
<td><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></td>
|
1221
1221
|
</tr>
|
1222
1222
|
</tbody>
|
1223
1223
|
</table></div>
|
@@ -1308,9 +1308,9 @@ owned by the widget and must not be modified or freed.</td>
|
|
1308
1308
|
<hr>
|
1309
1309
|
<div class="refsect2">
|
1310
1310
|
<a name="gtk-label-get-layout"></a><h3>gtk_label_get_layout ()</h3>
|
1311
|
-
<pre class="programlisting"><span class="returnvalue">PangoLayout</span> * gtk_label_get_layout (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1311
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_label_get_layout (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1312
1312
|
<p>
|
1313
|
-
Gets the <span class="type">PangoLayout</span> used to display the label.
|
1313
|
+
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 label.
|
1314
1314
|
The layout is useful to e.g. convert text positions to
|
1315
1315
|
pixel positions, in combination with <a class="link" href="GtkLabel.html#gtk-label-get-layout-offsets" title="gtk_label_get_layout_offsets ()"><code class="function">gtk_label_get_layout_offsets()</code></a>.
|
1316
1316
|
The returned layout is owned by the <em class="parameter"><code>label</code></em> so need not be
|
@@ -1330,7 +1330,7 @@ any time, so it should be considered read-only.
|
|
1330
1330
|
</tr>
|
1331
1331
|
<tr>
|
1332
1332
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1333
|
-
<td>the <span class="type">PangoLayout</span> for this label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1333
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1334
1334
|
</td>
|
1335
1335
|
</tr>
|
1336
1336
|
</tbody>
|
@@ -1366,7 +1366,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
|
|
1366
1366
|
<hr>
|
1367
1367
|
<div class="refsect2">
|
1368
1368
|
<a name="gtk-label-get-line-wrap-mode"></a><h3>gtk_label_get_line_wrap_mode ()</h3>
|
1369
|
-
<pre class="programlisting"><span class="returnvalue">PangoWrapMode</span> gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1369
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a> gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1370
1370
|
<p>
|
1371
1371
|
Returns line wrap mode used by the label. See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap-mode" title="gtk_label_set_line_wrap_mode ()"><code class="function">gtk_label_set_line_wrap_mode()</code></a>.
|
1372
1372
|
</p>
|
@@ -1412,7 +1412,7 @@ label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" ti
|
|
1412
1412
|
<tr>
|
1413
1413
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1414
1414
|
<td>the target of the label's mnemonic,
|
1415
|
-
or <a href="/
|
1415
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set and the default algorithm will be used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1416
1416
|
</td>
|
1417
1417
|
</tr>
|
1418
1418
|
</tbody>
|
@@ -1821,7 +1821,7 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1821
1821
|
<hr>
|
1822
1822
|
<div class="refsect2">
|
1823
1823
|
<a name="GtkLabel--attributes"></a><h3>The <code class="literal">"attributes"</code> property</h3>
|
1824
|
-
<pre class="programlisting"> "attributes" <span class="type">PangoAttrList</span>* : Read / Write</pre>
|
1824
|
+
<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>
|
1825
1825
|
<p>A list of style attributes to apply to the text of the label.</p>
|
1826
1826
|
</div>
|
1827
1827
|
<hr>
|
@@ -1835,15 +1835,15 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1835
1835
|
<hr>
|
1836
1836
|
<div class="refsect2">
|
1837
1837
|
<a name="GtkLabel--ellipsize"></a><h3>The <code class="literal">"ellipsize"</code> property</h3>
|
1838
|
-
<pre class="programlisting"> "ellipsize" <span class="type">PangoEllipsizeMode</span> : Read / Write</pre>
|
1838
|
+
<pre class="programlisting"> "ellipsize" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write</pre>
|
1839
1839
|
<p>
|
1840
1840
|
The preferred place to ellipsize the string, if the label does
|
1841
1841
|
not have enough room to display the entire string, specified as a
|
1842
|
-
<span class="type">PangoEllipsizeMode</span>.
|
1842
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>.
|
1843
1843
|
</p>
|
1844
1844
|
<p>
|
1845
1845
|
Note that setting this property to a value other than
|
1846
|
-
<code class="literal">PANGO_ELLIPSIZE_NONE</code> has the side-effect that the label requests
|
1846
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-ELLIPSIZE-NONE:CAPS"><code class="literal">PANGO_ELLIPSIZE_NONE</code></a> has the side-effect that the label requests
|
1847
1847
|
only enough space to display the ellipsis "...". In particular, this
|
1848
1848
|
means that ellipsizing labels do not work well in notebook tabs, unless
|
1849
1849
|
the tab's <span class="type">"tab-expand"</span> property is set to <code class="literal">TRUE</code>. Other ways
|
@@ -1986,10 +1986,10 @@ determine the width of ellipsized and wrapped labels.
|
|
1986
1986
|
<hr>
|
1987
1987
|
<div class="refsect2">
|
1988
1988
|
<a name="GtkLabel--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
|
1989
|
-
<pre class="programlisting"> "wrap-mode" <span class="type">PangoWrapMode</span> : Read / Write</pre>
|
1989
|
+
<pre class="programlisting"> "wrap-mode" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write</pre>
|
1990
1990
|
<p>
|
1991
1991
|
If line wrapping is on (see the <a class="link" href="GtkLabel.html#GtkLabel--wrap" title='The "wrap" property'><span class="type">"wrap"</span></a> property) this controls
|
1992
|
-
how the line wrapping is done. The default is <code class="literal">PANGO_WRAP_WORD</code>, which
|
1992
|
+
how the line wrapping is done. The default is <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a>, which
|
1993
1993
|
means wrap on word boundaries.
|
1994
1994
|
</p>
|
1995
1995
|
<p>Default value: PANGO_WRAP_WORD</p>
|
@@ -2203,6 +2203,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2203
2203
|
</div>
|
2204
2204
|
<div class="footer">
|
2205
2205
|
<hr>
|
2206
|
-
Generated by GTK-Doc V1.18
|
2206
|
+
Generated by GTK-Doc V1.18</div>
|
2207
2207
|
</body>
|
2208
2208
|
</html>
|
@@ -3,18 +3,18 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkLayout</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="LayoutContainers.html" title="Layout Containers">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="GtkPaned.html" title="GtkPaned">
|
10
10
|
<link rel="next" href="GtkNotebook.html" title="GtkNotebook">
|
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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
16
|
<tr valign="middle">
|
17
|
-
<td><a accesskey="p" href="
|
17
|
+
<td><a accesskey="p" href="GtkPaned.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
18
|
<td><a accesskey="u" href="LayoutContainers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
@@ -72,7 +72,7 @@ struct <a class="link" href="GtkLayout.html#GtkLayout-struct" title
|
|
72
72
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkLayout.html#gtk-layout-set-vadjustment" title="gtk_layout_set_vadjustment ()">gtk_layout_set_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>,
|
74
74
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
75
|
-
<a href="
|
75
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkLayout.html#gtk-layout-get-bin-window" title="gtk_layout_get_bin_window ()">gtk_layout_get_bin_window</a> (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>);
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
78
|
<div class="refsect1">
|
@@ -135,7 +135,7 @@ area.
|
|
135
135
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadjustment</code></em>);</pre>
|
136
136
|
<p>
|
137
137
|
Creates a new <a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a>. Unless you have a specific adjustment
|
138
|
-
you'd like the layout to use for scrolling, pass <a href="/
|
138
|
+
you'd like the layout to use for scrolling, pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for
|
139
139
|
<em class="parameter"><code>hadjustment</code></em> and <em class="parameter"><code>vadjustment</code></em>.
|
140
140
|
</p>
|
141
141
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -146,12 +146,12 @@ you'd like the layout to use for scrolling, pass <a href="/home/mclasen/gnome/sh
|
|
146
146
|
<tbody>
|
147
147
|
<tr>
|
148
148
|
<td><p><span class="term"><em class="parameter"><code>hadjustment</code></em> :</span></p></td>
|
149
|
-
<td>horizontal scroll adjustment, or <a href="/
|
149
|
+
<td>horizontal scroll adjustment, 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>
|
150
150
|
</td>
|
151
151
|
</tr>
|
152
152
|
<tr>
|
153
153
|
<td><p><span class="term"><em class="parameter"><code>vadjustment</code></em> :</span></p></td>
|
154
|
-
<td>vertical scroll adjustment, or <a href="/
|
154
|
+
<td>vertical scroll adjustment, 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>
|
155
155
|
</td>
|
156
156
|
</tr>
|
157
157
|
<tr>
|
@@ -292,13 +292,13 @@ the total extents of the layout's scrollbar area. See
|
|
292
292
|
<tr>
|
293
293
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
294
294
|
<td>location to store the width set on
|
295
|
-
<em class="parameter"><code>layout</code></em>, or <a href="/
|
295
|
+
<em class="parameter"><code>layout</code></em>, 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>
|
296
296
|
</td>
|
297
297
|
</tr>
|
298
298
|
<tr>
|
299
299
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
300
300
|
<td>location to store the height set on
|
301
|
-
<em class="parameter"><code>layout</code></em>, or <a href="/
|
301
|
+
<em class="parameter"><code>layout</code></em>, 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>
|
302
302
|
</td>
|
303
303
|
</tr>
|
304
304
|
</tbody>
|
@@ -447,7 +447,7 @@ See <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><spa
|
|
447
447
|
<hr>
|
448
448
|
<div class="refsect2">
|
449
449
|
<a name="gtk-layout-get-bin-window"></a><h3>gtk_layout_get_bin_window ()</h3>
|
450
|
-
<pre class="programlisting"><a href="
|
450
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>);</pre>
|
451
451
|
<p>
|
452
452
|
Retrieve the bin window of the layout used for drawing operations.
|
453
453
|
</p>
|
@@ -464,7 +464,7 @@ Retrieve the bin window of the layout used for drawing operations.
|
|
464
464
|
</tr>
|
465
465
|
<tr>
|
466
466
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
467
|
-
<td>a <a href="
|
467
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
468
468
|
</td>
|
469
469
|
</tr>
|
470
470
|
</tbody>
|
@@ -513,6 +513,6 @@ Retrieve the bin window of the layout used for drawing operations.
|
|
513
513
|
</div>
|
514
514
|
<div class="footer">
|
515
515
|
<hr>
|
516
|
-
Generated by GTK-Doc V1.18
|
516
|
+
Generated by GTK-Doc V1.18</div>
|
517
517
|
</body>
|
518
518
|
</html>
|