gdk3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +6 -2
- data/ext/gdk3/extconf.rb +4 -1
- data/ext/gdk3/gdk3.def +2 -2
- data/ext/gdk3/rbgdk.c +5 -51
- data/ext/gdk3/rbgdk3.h +6 -4
- data/ext/gdk3/rbgdk3conversions.h +5 -2
- data/ext/gdk3/rbgdk3private.h +1 -6
- data/ext/gdk3/rbgdkcairo.c +0 -4
- data/ext/gdk3/rbgdkdevice.c +60 -4
- data/ext/gdk3/rbgdkdevicemanager.c +39 -0
- data/ext/gdk3/rbgdkdisplay.c +8 -63
- data/ext/gdk3/rbgdkevent.c +644 -396
- data/ext/gdk3/rbgdkwindow.c +29 -32
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/lib/gdk3/deprecated.rb +13 -1
- data/test/test-gdk-event.rb +598 -0
- data/test/test-gdk-rgba.rb +2 -2
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +13 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +17 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +40 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +35 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +38 -37
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +50 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms-compat.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +25 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +4 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkprivate.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +33 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +53 -23
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +21 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -65
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +182 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32misc.h +113 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h +55 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkaction.h → deprecated/gtkaction.h} +43 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkactiongroup.h → deprecated/gtkactiongroup.h} +31 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkactivatable.h → deprecated/gtkactivatable.h} +10 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkiconfactory.h → deprecated/gtkiconfactory.h} +43 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkimagemenuitem.h → deprecated/gtkimagemenuitem.h} +12 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkradioaction.h → deprecated/gtkradioaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkrecentaction.h → deprecated/gtkrecentaction.h} +6 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkstock.h → deprecated/gtkstock.h} +333 -106
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +20 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtktoggleaction.h → deprecated/gtktoggleaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkuimanager.h → deprecated/gtkuimanager.h} +21 -2
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +17 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +43 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +36 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +69 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +28 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +29 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +64 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkheaderbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +76 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +37 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +232 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +45 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +125 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +34 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +38 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrevealer.h +82 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +52 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizerequest.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +105 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +65 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +122 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextdisplay.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +106 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +48 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +68 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +24 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +53 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +123 -108
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +365 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +119 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +2 -2
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +2639 -2145
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +21620 -16038
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +8 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +25 -0
- data/vendor/local/share/gtk-3.0/gtkbuilder.rng +19 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +43 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +17 -20
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +9 -9
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +114 -18
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +26 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +14 -16
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +58 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +39 -51
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +27 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +148 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +10 -13
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +41 -17
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +36 -28
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +187 -58
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +159 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +119 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +33 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +70 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +93 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +18 -21
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +59 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +40 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +425 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +363 -106
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +264 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +38 -2
- data/vendor/local/share/gtk-doc/html/gdk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -6
- data/vendor/local/share/gtk-doc/html/gdk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +12 -9
- data/vendor/local/share/gtk-doc/html/gdk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gdk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +38 -11
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +347 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +158 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +58 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +82 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +91 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +341 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +82 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +36 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +43 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +42 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +121 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +67 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +37 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +34 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +229 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +503 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +15 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +19 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +451 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +25 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +64 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +80 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +102 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +146 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +60 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +50 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +51 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +983 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +50 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +53 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +36 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +437 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +514 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +57 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +191 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +708 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +32 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +108 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +230 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +28 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +42 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +67 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +84 -133
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +76 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +32 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +49 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +114 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1137 -138
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +113 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +35 -20
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/aboutdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/accel-label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +41 -59
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +41 -44
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +666 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +27 -30
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +1825 -224
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +917 -112
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/assistant.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +157 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +1773 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +20 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +232 -156
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch24s02.html} +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch26s02.html} +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch28s02.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch28s03.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/check-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/color-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/colorchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/drawing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/exampleapp.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/file-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/filechooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/font-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/frame.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app1.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app2.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app3.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app4.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app6.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app7.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app8.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app9.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/grid-packing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +20 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +147 -965
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +27 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +26 -49
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +32 -56
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +26 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkPlug.html +303 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSocket.html +273 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +45 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +568 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +40 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +248 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +6347 -6099
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +139 -118
- data/vendor/local/share/gtk-doc/html/gtk3/headerbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/hello-world.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/icon-view.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/image.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +248 -209
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +5994 -5707
- data/vendor/local/share/gtk-doc/html/gtk3/info-bar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/levelbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/link-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-and-tree.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/lock-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menu-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menubar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/messagedialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/multiline-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/notebook.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pagesetupdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/panes.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/placessidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +75 -0
- data/vendor/local/share/gtk-doc/html/gtk3/printdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/progressbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/radio-group.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/recentchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scales.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrollbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrolledwindow.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/search-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/separator.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinner.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stack.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stackswitcher.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/statusbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtk3/switch.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/toggle-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolpalette.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/volumebutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window-default.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window.png +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- metadata +86 -39
- data/vendor/local/lib/gdk-win32-3.0.def +0 -539
- data/vendor/local/lib/gtk-win32-3.0.def +0 -3875
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +0 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +0 -388
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +0 -362
- data/vendor/local/share/gtk-doc/html/gtk3/colorsel.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontsel.png +0 -0
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkInfoBar</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkInfoBar</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DisplayWidgets.html" title="Display Widgets">
|
9
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<link rel="prev" href="GtkSpinner.html" title="GtkSpinner">
|
10
|
+
<link rel="next" href="GtkProgressBar.html" title="GtkProgressBar">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="DisplayWidgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkStatusIcon.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkInfoBar.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkInfoBar.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -34,8 +27,12 @@
|
|
34
27
|
<a href="#GtkInfoBar.style-properties" class="shortcut">Style Properties</a>
|
35
28
|
|
|
36
29
|
<a href="#GtkInfoBar.signals" class="shortcut">Signals</a>
|
37
|
-
</td
|
38
|
-
|
30
|
+
</td>
|
31
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
32
|
+
<td><a accesskey="u" href="DisplayWidgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
33
|
+
<td><a accesskey="p" href="GtkSpinner.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
34
|
+
<td><a accesskey="n" href="GtkProgressBar.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
35
|
+
</tr></table>
|
39
36
|
<div class="refentry">
|
40
37
|
<a name="GtkInfoBar"></a><div class="titlepage"></div>
|
41
38
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -43,7 +40,7 @@
|
|
43
40
|
<h2><span class="refentrytitle"><a name="GtkInfoBar.top_of_page"></a>GtkInfoBar</span></h2>
|
44
41
|
<p>GtkInfoBar — Report important messages to the user</p>
|
45
42
|
</td>
|
46
|
-
<td valign="top" align="right"></td>
|
43
|
+
<td valign="top" align="right"><img src="info-bar.png"></td>
|
47
44
|
</tr></table></div>
|
48
45
|
<div class="refsynopsisdiv">
|
49
46
|
<a name="GtkInfoBar.synopsis"></a><h2>Synopsis</h2>
|
@@ -75,6 +72,9 @@ struct <a class="link" href="GtkInfoBar.html#GtkInfoBar-struct" tit
|
|
75
72
|
<a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="returnvalue">GtkMessageType</span></a> <a class="link" href="GtkInfoBar.html#gtk-info-bar-get-message-type" title="gtk_info_bar_get_message_type ()">gtk_info_bar_get_message_type</a> (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);
|
76
73
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkInfoBar.html#gtk-info-bar-get-action-area" title="gtk_info_bar_get_action_area ()">gtk_info_bar_get_action_area</a> (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);
|
77
74
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkInfoBar.html#gtk-info-bar-get-content-area" title="gtk_info_bar_get_content_area ()">gtk_info_bar_get_content_area</a> (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);
|
75
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkInfoBar.html#gtk-info-bar-get-show-close-button" title="gtk_info_bar_get_show_close_button ()">gtk_info_bar_get_show_close_button</a> (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);
|
76
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkInfoBar.html#gtk-info-bar-set-show-close-button" title="gtk_info_bar_set_show_close_button ()">gtk_info_bar_set_show_close_button</a> (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
|
77
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
78
78
|
</pre>
|
79
79
|
</div>
|
80
80
|
<div class="refsect1">
|
@@ -98,6 +98,7 @@ GtkInfoBar implements
|
|
98
98
|
<a name="GtkInfoBar.properties"></a><h2>Properties</h2>
|
99
99
|
<pre class="synopsis">
|
100
100
|
"<a class="link" href="GtkInfoBar.html#GtkInfoBar--message-type" title='The "message-type" property'>message-type</a>" <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a> : Read / Write / Construct
|
101
|
+
"<a class="link" href="GtkInfoBar.html#GtkInfoBar--show-close-button" title='The "show-close-button" property'>show-close-button</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
|
101
102
|
</pre>
|
102
103
|
</div>
|
103
104
|
<div class="refsect1">
|
@@ -122,8 +123,8 @@ GtkInfoBar implements
|
|
122
123
|
<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> is a widget that can be used to show messages to
|
123
124
|
the user without showing a dialog. It is often temporarily shown
|
124
125
|
at the top or bottom of a document. In contrast to <a class="link" href="GtkDialog.html" title="GtkDialog"><span class="type">GtkDialog</span></a>, which
|
125
|
-
has a
|
126
|
-
|
126
|
+
has a action area at the bottom, <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> has an action area
|
127
|
+
at the side.
|
127
128
|
</p>
|
128
129
|
<p>
|
129
130
|
The API of <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> is very similar to <a class="link" href="GtkDialog.html" title="GtkDialog"><span class="type">GtkDialog</span></a>, allowing you
|
@@ -136,13 +137,13 @@ To add widgets to the main content area of a <a class="link" href="GtkInfoBar.ht
|
|
136
137
|
<p>
|
137
138
|
Similar to <a class="link" href="GtkMessageDialog.html" title="GtkMessageDialog"><span class="type">GtkMessageDialog</span></a>, the contents of a <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> can by
|
138
139
|
classified as error message, warning, informational message, etc,
|
139
|
-
by using <a class="link" href="GtkInfoBar.html#gtk-info-bar-set-message-type" title="gtk_info_bar_set_message_type ()"><code class="function">gtk_info_bar_set_message_type()</code></a>. GTK+
|
140
|
-
to determine
|
140
|
+
by using <a class="link" href="GtkInfoBar.html#gtk-info-bar-set-message-type" title="gtk_info_bar_set_message_type ()"><code class="function">gtk_info_bar_set_message_type()</code></a>. GTK+ may use the message type
|
141
|
+
to determine how the message is displayed.
|
141
142
|
</p>
|
142
143
|
<p>
|
143
144
|
</p>
|
144
145
|
<div class="example">
|
145
|
-
<a name="id-1.
|
146
|
+
<a name="id-1.3.8.5.9.5.1"></a><p class="title"><b>Example 20. Simple GtkInfoBar usage.</b></p>
|
146
147
|
<div class="example-contents">
|
147
148
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
148
149
|
<tbody>
|
@@ -177,7 +178,7 @@ to determine the background color of the message area.
|
|
177
178
|
<span class="normal">content_area </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkInfoBar.html#gtk-info-bar-get-content-area">gtk_info_bar_get_content_area</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_INFO_BAR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">));</span>
|
178
179
|
<span class="function"><a href="GtkContainer.html#gtk-container-add">gtk_container_add</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_CONTAINER</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">content_area</span><span class="symbol">),</span><span class="normal"> message_label</span><span class="symbol">);</span>
|
179
180
|
<span class="function"><a href="GtkInfoBar.html#gtk-info-bar-add-button">gtk_info_bar_add_button</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_INFO_BAR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">),</span>
|
180
|
-
<span class="normal">
|
181
|
+
<span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-I18N.html#gettext-macro">_</a></span><span class="symbol">(</span><span class="string">"_OK"</span><span class="symbol">),</span><span class="normal"> <a href="GtkDialog.html#GTK-RESPONSE-OK:CAPS">GTK_RESPONSE_OK</a></span><span class="symbol">);</span>
|
181
182
|
<span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_bar</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"response"</span><span class="symbol">,</span>
|
182
183
|
<span class="normal"> </span><span class="function"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="GtkWidget.html#gtk-widget-hide">gtk_widget_hide</a></span><span class="symbol">),</span><span class="normal"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
|
183
184
|
<span class="function"><a href="GtkGrid.html#gtk-grid-attach">gtk_grid_attach</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_GRID</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">grid</span><span class="symbol">),</span>
|
@@ -325,11 +326,11 @@ is appended to the end of the message areas action area.
|
|
325
326
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *button_text</code></em>,
|
326
327
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> response_id</code></em>);</pre>
|
327
328
|
<p>
|
328
|
-
Adds a button with the given text
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
329
|
+
Adds a button with the given text and sets things up so that
|
330
|
+
clicking the button will emit the "response" signal with the given
|
331
|
+
response_id. The button is appended to the end of the info bars's
|
332
|
+
action area. The button widget is returned, but usually you don't
|
333
|
+
need it.
|
333
334
|
</p>
|
334
335
|
<div class="variablelist"><table border="0" class="variablelist">
|
335
336
|
<colgroup>
|
@@ -344,7 +345,7 @@ returned, but usually you don't need it.
|
|
344
345
|
</tr>
|
345
346
|
<tr>
|
346
347
|
<td><p><span class="term"><em class="parameter"><code>button_text</code></em> :</span></p></td>
|
347
|
-
<td>text of button
|
348
|
+
<td>text of button</td>
|
348
349
|
</tr>
|
349
350
|
<tr>
|
350
351
|
<td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
|
@@ -600,6 +601,62 @@ Returns the content area of <em class="parameter"><code>info_bar</code></em>.
|
|
600
601
|
</table></div>
|
601
602
|
<p class="since">Since 2.18</p>
|
602
603
|
</div>
|
604
|
+
<hr>
|
605
|
+
<div class="refsect2">
|
606
|
+
<a name="gtk-info-bar-get-show-close-button"></a><h3>gtk_info_bar_get_show_close_button ()</h3>
|
607
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_info_bar_get_show_close_button (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);</pre>
|
608
|
+
<p>
|
609
|
+
Returns whether the widget will display a standard close button.
|
610
|
+
</p>
|
611
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
612
|
+
<colgroup>
|
613
|
+
<col align="left" valign="top">
|
614
|
+
<col>
|
615
|
+
</colgroup>
|
616
|
+
<tbody>
|
617
|
+
<tr>
|
618
|
+
<td><p><span class="term"><em class="parameter"><code>info_bar</code></em> :</span></p></td>
|
619
|
+
<td>a <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a>
|
620
|
+
</td>
|
621
|
+
</tr>
|
622
|
+
<tr>
|
623
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
624
|
+
<td>
|
625
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the widget displays standard close button</td>
|
626
|
+
</tr>
|
627
|
+
</tbody>
|
628
|
+
</table></div>
|
629
|
+
<p class="since">Since 3.10</p>
|
630
|
+
</div>
|
631
|
+
<hr>
|
632
|
+
<div class="refsect2">
|
633
|
+
<a name="gtk-info-bar-set-show-close-button"></a><h3>gtk_info_bar_set_show_close_button ()</h3>
|
634
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_info_bar_set_show_close_button (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
|
635
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
636
|
+
<p>
|
637
|
+
If true, a standard close button is shown. When clicked it emits
|
638
|
+
the response <a class="link" href="GtkDialog.html#GTK-RESPONSE-CLOSE:CAPS"><code class="literal">GTK_RESPONSE_CLOSE</code></a>.
|
639
|
+
</p>
|
640
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
641
|
+
<colgroup>
|
642
|
+
<col align="left" valign="top">
|
643
|
+
<col>
|
644
|
+
</colgroup>
|
645
|
+
<tbody>
|
646
|
+
<tr>
|
647
|
+
<td><p><span class="term"><em class="parameter"><code>info_bar</code></em> :</span></p></td>
|
648
|
+
<td>a <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a>
|
649
|
+
</td>
|
650
|
+
</tr>
|
651
|
+
<tr>
|
652
|
+
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
653
|
+
<td>
|
654
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to include a close button</td>
|
655
|
+
</tr>
|
656
|
+
</tbody>
|
657
|
+
</table></div>
|
658
|
+
<p class="since">Since 3.10</p>
|
659
|
+
</div>
|
603
660
|
</div>
|
604
661
|
<div class="refsect1">
|
605
662
|
<a name="GtkInfoBar.property-details"></a><h2>Property Details</h2>
|
@@ -610,29 +667,28 @@ Returns the content area of <em class="parameter"><code>info_bar</code></em>.
|
|
610
667
|
The type of the message.
|
611
668
|
</p>
|
612
669
|
<p>
|
613
|
-
The type
|
614
|
-
The following symbolic color names can by used to customize
|
615
|
-
these colors:
|
616
|
-
"info_fg_color", "info_bg_color",
|
617
|
-
"warning_fg_color", "warning_bg_color",
|
618
|
-
"question_fg_color", "question_bg_color",
|
619
|
-
"error_fg_color", "error_bg_color".
|
620
|
-
"other_fg_color", "other_bg_color".
|
621
|
-
</p>
|
622
|
-
<p>
|
623
|
-
If the type is <a class="link" href="GtkMessageDialog.html#GTK-MESSAGE-OTHER:CAPS"><span class="type">GTK_MESSAGE_OTHER</span></a>, no info bar is painted but the
|
624
|
-
colors are still set.
|
670
|
+
The type may be used to determine the appearance of the info bar.
|
625
671
|
</p>
|
626
672
|
<p>Default value: GTK_MESSAGE_INFO</p>
|
627
673
|
<p class="since">Since 2.18</p>
|
628
674
|
</div>
|
675
|
+
<hr>
|
676
|
+
<div class="refsect2">
|
677
|
+
<a name="GtkInfoBar--show-close-button"></a><h3>The <code class="literal">"show-close-button"</code> property</h3>
|
678
|
+
<pre class="programlisting"> "show-close-button" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
|
679
|
+
<p>
|
680
|
+
Whether to include a standard close button.
|
681
|
+
</p>
|
682
|
+
<p>Default value: FALSE</p>
|
683
|
+
<p class="since">Since 3.10</p>
|
684
|
+
</div>
|
629
685
|
</div>
|
630
686
|
<div class="refsect1">
|
631
687
|
<a name="GtkInfoBar.style-property-details"></a><h2>Style Property Details</h2>
|
632
688
|
<div class="refsect2">
|
633
689
|
<a name="GtkInfoBar--s-action-area-border"></a><h3>The <code class="literal">"action-area-border"</code> style property</h3>
|
634
690
|
<pre class="programlisting"> "action-area-border" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
635
|
-
<div class="warning"
|
691
|
+
<div class="warning">
|
636
692
|
<h3 class="title">Warning</h3>
|
637
693
|
<p><code class="literal">GtkInfoBar:action-area-border</code> has been deprecated since version 3.6 and should not be used in newly-written code. Use <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a></p>
|
638
694
|
</div>
|
@@ -647,7 +703,7 @@ Width of the border around the action area of the info bar.
|
|
647
703
|
<div class="refsect2">
|
648
704
|
<a name="GtkInfoBar--s-button-spacing"></a><h3>The <code class="literal">"button-spacing"</code> style property</h3>
|
649
705
|
<pre class="programlisting"> "button-spacing" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
650
|
-
<div class="warning"
|
706
|
+
<div class="warning">
|
651
707
|
<h3 class="title">Warning</h3>
|
652
708
|
<p><code class="literal">GtkInfoBar:button-spacing</code> has been deprecated since version 3.6 and should not be used in newly-written code. Use <a class="link" href="GtkBox.html#gtk-box-set-spacing" title="gtk_box_set_spacing ()"><code class="function">gtk_box_set_spacing()</code></a></p>
|
653
709
|
</div>
|
@@ -662,7 +718,7 @@ Spacing between buttons in the action area of the info bar.
|
|
662
718
|
<div class="refsect2">
|
663
719
|
<a name="GtkInfoBar--s-content-area-border"></a><h3>The <code class="literal">"content-area-border"</code> style property</h3>
|
664
720
|
<pre class="programlisting"> "content-area-border" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
665
|
-
<div class="warning"
|
721
|
+
<div class="warning">
|
666
722
|
<h3 class="title">Warning</h3>
|
667
723
|
<p><code class="literal">GtkInfoBar:content-area-border</code> has been deprecated since version 3.6 and should not be used in newly-written code. Use <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a></p>
|
668
724
|
</div>
|
@@ -678,7 +734,7 @@ content area of the info bar.
|
|
678
734
|
<div class="refsect2">
|
679
735
|
<a name="GtkInfoBar--s-content-area-spacing"></a><h3>The <code class="literal">"content-area-spacing"</code> style property</h3>
|
680
736
|
<pre class="programlisting"> "content-area-spacing" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
681
|
-
<div class="warning"
|
737
|
+
<div class="warning">
|
682
738
|
<h3 class="title">Warning</h3>
|
683
739
|
<p><code class="literal">GtkInfoBar:content-area-spacing</code> has been deprecated since version 3.6 and should not be used in newly-written code. Use <a class="link" href="GtkBox.html#gtk-box-set-spacing" title="gtk_box_set_spacing ()"><code class="function">gtk_box_set_spacing()</code></a></p>
|
684
740
|
</div>
|
@@ -759,6 +815,6 @@ widget was clicked.
|
|
759
815
|
</div>
|
760
816
|
<div class="footer">
|
761
817
|
<hr>
|
762
|
-
Generated by GTK-Doc V1.
|
818
|
+
Generated by GTK-Doc V1.19.1</div>
|
763
819
|
</body>
|
764
820
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkInvisible</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkInvisible</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="WindowWidgets.html" title="Windows">
|
9
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<link rel="prev" href="GtkWindowGroup.html" title="GtkWindowGroup">
|
10
|
+
<link rel="next" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="WindowWidgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkMessageDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkInvisible.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkInvisible.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#GtkInvisible.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
24
|
|
|
32
25
|
<a href="#GtkInvisible.properties" class="shortcut">Properties</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="WindowWidgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="GtkWindowGroup.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="GtkOffscreenWindow.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="GtkInvisible"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -200,6 +197,6 @@ Returns the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class
|
|
200
197
|
</div>
|
201
198
|
<div class="footer">
|
202
199
|
<hr>
|
203
|
-
Generated by GTK-Doc V1.
|
200
|
+
Generated by GTK-Doc V1.19.1</div>
|
204
201
|
</body>
|
205
202
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkLabel</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkLabel</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="DisplayWidgets.html" title="Display Widgets">
|
9
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<link rel="prev" href="DisplayWidgets.html" title="Display Widgets">
|
10
|
+
<link rel="next" href="GtkImage.html" title="GtkImage">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="DisplayWidgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkProgressBar.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkLabel.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkLabel.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,8 +25,12 @@
|
|
32
25
|
<a href="#GtkLabel.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#GtkLabel.signals" class="shortcut">Signals</a>
|
35
|
-
</td
|
36
|
-
|
28
|
+
</td>
|
29
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
+
<td><a accesskey="u" href="DisplayWidgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="DisplayWidgets.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="GtkImage.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
|
+
</tr></table>
|
37
34
|
<div class="refentry">
|
38
35
|
<a name="GtkLabel"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -53,7 +50,7 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
53
50
|
<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
51
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
|
55
52
|
<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>);
|
53
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);
|
57
54
|
<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
55
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
|
59
56
|
<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 +60,7 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
63
60
|
<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
61
|
<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
62
|
<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>);
|
63
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);
|
67
64
|
<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
65
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);
|
69
66
|
<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 +68,9 @@ struct <a class="link" href="GtkLabel.html#GtkLabel-struct" title="
|
|
71
68
|
<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
69
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap</code></em>);
|
73
70
|
<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>);
|
71
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);
|
72
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-lines" title="gtk_label_set_lines ()">gtk_label_set_lines</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
73
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> lines</code></em>);
|
75
74
|
<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
75
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
77
76
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);
|
@@ -88,15 +87,16 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
88
87
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
89
88
|
<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
89
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *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>);
|
90
|
+
<a href="/home/mclasen/gnome/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
91
|
<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>);
|
92
|
+
<a href="/home/mclasen/gnome/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
93
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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
94
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <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
95
|
const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <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>);
|
96
|
+
<a href="/home/mclasen/gnome/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
97
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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>);
|
98
|
+
<a href="/home/mclasen/gnome/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>);
|
99
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-lines" title="gtk_label_get_lines ()">gtk_label_get_lines</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
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start</code></em>,
|
@@ -142,11 +142,12 @@ 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>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : 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="/home/mclasen/gnome/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>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : 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="/home/mclasen/gnome/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>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
150
|
+
"<a class="link" href="GtkLabel.html#GtkLabel--lines" title='The "lines" property'>lines</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
150
151
|
"<a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title='The "max-width-chars" property'>max-width-chars</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
151
152
|
"<a class="link" href="GtkLabel.html#GtkLabel--mnemonic-keyval" title='The "mnemonic-keyval" property'>mnemonic-keyval</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read
|
152
153
|
"<a class="link" href="GtkLabel.html#GtkLabel--mnemonic-widget" title='The "mnemonic-widget" property'>mnemonic-widget</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write
|
@@ -159,7 +160,7 @@ GtkLabel implements
|
|
159
160
|
"<a class="link" href="GtkLabel.html#GtkLabel--use-underline" title='The "use-underline" property'>use-underline</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
160
161
|
"<a class="link" href="GtkLabel.html#GtkLabel--width-chars" title='The "width-chars" property'>width-chars</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
161
162
|
"<a class="link" href="GtkLabel.html#GtkLabel--wrap" title='The "wrap" property'>wrap</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
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
|
163
|
+
"<a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write
|
163
164
|
</pre>
|
164
165
|
</div>
|
165
166
|
<div class="refsect1">
|
@@ -187,12 +188,12 @@ implies, most labels are used to label another widget such as a
|
|
187
188
|
The GtkLabel implementation of the GtkBuildable interface supports a
|
188
189
|
custom <attributes> element, which supports any number of <attribute>
|
189
190
|
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.
|
191
|
+
start and end and allows you to specify <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> values for this label.
|
191
192
|
</p>
|
192
193
|
<p>
|
193
194
|
</p>
|
194
195
|
<div class="example">
|
195
|
-
<a name="id-1.
|
196
|
+
<a name="id-1.3.8.2.8.3.1.3.1"></a><p class="title"><b>Example 18. A UI definition fragment specifying Pango attributes</b></p>
|
196
197
|
<div class="example-contents">
|
197
198
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
198
199
|
<tbody>
|
@@ -227,7 +228,7 @@ content instead.
|
|
227
228
|
</p>
|
228
229
|
<hr>
|
229
230
|
<div class="refsect2">
|
230
|
-
<a name="id-1.
|
231
|
+
<a name="id-1.3.8.2.8.3.2"></a><h3>Mnemonics</h3>
|
231
232
|
<p>
|
232
233
|
Labels may contain <em class="firstterm">mnemonics</em>. Mnemonics are
|
233
234
|
underlined characters in the label, used for keyboard navigation.
|
@@ -316,10 +317,10 @@ To create a mnemonic for a widget alongside the label, such as a
|
|
316
317
|
</p>
|
317
318
|
<hr>
|
318
319
|
<div class="refsect2">
|
319
|
-
<a name="id-1.
|
320
|
+
<a name="id-1.3.8.2.8.3.3"></a><h3>Markup (styled text)</h3>
|
320
321
|
<p>
|
321
322
|
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
|
323
|
+
etc.), label text can be provided in a simple <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">markup format</a>.
|
323
324
|
Here's how to create a label with a small font:
|
324
325
|
</p>
|
325
326
|
<p>
|
@@ -340,7 +341,7 @@ Here's how to create a label with a small font:
|
|
340
341
|
<p>
|
341
342
|
</p>
|
342
343
|
<p>
|
343
|
-
(See complete documentation of available
|
344
|
+
(See <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">complete documentation</a> of available
|
344
345
|
tags in the Pango manual.)
|
345
346
|
</p>
|
346
347
|
<p>
|
@@ -351,13 +352,13 @@ or a network to <a class="link" href="GtkLabel.html#gtk-label-set-markup" title=
|
|
351
352
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>.
|
352
353
|
</p>
|
353
354
|
<p>
|
354
|
-
Markup strings are just a convenient way to set the <span class="type">PangoAttrList</span> on
|
355
|
+
Markup strings are just a convenient way to set the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> on
|
355
356
|
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
|
357
|
+
attributes in some cases. Be careful though; <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> tends to
|
357
358
|
cause internationalization problems, unless you're applying attributes
|
358
359
|
to the entire string (i.e. unless you set the range of each attribute
|
359
360
|
to [0, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>)). 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
|
361
|
+
end_index for a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> requires knowledge of the exact string
|
361
362
|
being displayed, so translations will cause problems.
|
362
363
|
</p>
|
363
364
|
</div>
|
@@ -365,7 +366,7 @@ being displayed, so translations will cause problems.
|
|
365
366
|
</p>
|
366
367
|
<hr>
|
367
368
|
<div class="refsect2">
|
368
|
-
<a name="id-1.
|
369
|
+
<a name="id-1.3.8.2.8.3.4"></a><h3>Selectable labels</h3>
|
369
370
|
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
371
|
Selectable labels allow the user to copy the label contents to
|
371
372
|
the clipboard. Only labels that contain useful-to-copy information
|
@@ -403,7 +404,7 @@ labels will be rewrapped to use all of the available width.
|
|
403
404
|
</p>
|
404
405
|
<p>
|
405
406
|
</p>
|
406
|
-
<div class="note"
|
407
|
+
<div class="note">
|
407
408
|
<h3 class="title">Note</h3>
|
408
409
|
<p>
|
409
410
|
Note that the interpretation of <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title='The "width-chars" property'><span class="type">"width-chars"</span></a> and
|
@@ -418,7 +419,7 @@ Note that the interpretation of <a class="link" href="GtkLabel.html#GtkLabel--wi
|
|
418
419
|
</p>
|
419
420
|
<hr>
|
420
421
|
<div class="refsect2">
|
421
|
-
<a name="id-1.
|
422
|
+
<a name="id-1.3.8.2.8.3.6"></a><h3>Links</h3>
|
422
423
|
<p>
|
423
424
|
Since 2.18, GTK+ supports markup for clickable hyperlinks in addition
|
424
425
|
to regular Pango markup. The markup for links is borrowed from HTML, using the
|
@@ -471,7 +472,8 @@ pass <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
471
472
|
<tbody>
|
472
473
|
<tr>
|
473
474
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
474
|
-
<td>The text of the label</
|
475
|
+
<td>The text of the label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
476
|
+
</td>
|
475
477
|
</tr>
|
476
478
|
<tr>
|
477
479
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -515,14 +517,14 @@ This will also clear any previously set mnemonic accelerators.
|
|
515
517
|
<div class="refsect2">
|
516
518
|
<a name="gtk-label-set-attributes"></a><h3>gtk_label_set_attributes ()</h3>
|
517
519
|
<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>
|
520
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
|
519
521
|
<p>
|
520
|
-
Sets a <span class="type">PangoAttrList</span>; the attributes in the list are applied to the
|
522
|
+
Sets a <a href="/home/mclasen/gnome/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
523
|
label text.
|
522
524
|
</p>
|
523
525
|
<p>
|
524
526
|
</p>
|
525
|
-
<div class="note"
|
527
|
+
<div class="note">
|
526
528
|
<h3 class="title">Note</h3>
|
527
529
|
<p>The attributes set with this function will be applied
|
528
530
|
and merged with any other attributes previously effected by way
|
@@ -546,7 +548,7 @@ to the label after the markup string is parsed.</p>
|
|
546
548
|
</tr>
|
547
549
|
<tr>
|
548
550
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
549
|
-
<td>a <span class="type">PangoAttrList</span>
|
551
|
+
<td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>
|
550
552
|
</td>
|
551
553
|
</tr>
|
552
554
|
</tbody>
|
@@ -558,7 +560,7 @@ to the label after the markup string is parsed.</p>
|
|
558
560
|
<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
561
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
560
562
|
<p>
|
561
|
-
Parses <em class="parameter"><code>str</code></em> which is marked up with the Pango text markup language
|
563
|
+
Parses <em class="parameter"><code>str</code></em> which is marked up with the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>, setting the
|
562
564
|
label's text and attribute list based on the parse results. If the <em class="parameter"><code>str</code></em> is
|
563
565
|
external data, you may need to escape it with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or
|
564
566
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>:
|
@@ -597,7 +599,7 @@ external data, you may need to escape it with <a href="/home/kou/work/ruby/ruby-
|
|
597
599
|
</tr>
|
598
600
|
<tr>
|
599
601
|
<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>
|
602
|
+
<td>a markup string (see <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
601
603
|
</tr>
|
602
604
|
</tbody>
|
603
605
|
</table></div>
|
@@ -609,7 +611,7 @@ external data, you may need to escape it with <a href="/home/kou/work/ruby/ruby-
|
|
609
611
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
610
612
|
<p>
|
611
613
|
Parses <em class="parameter"><code>str</code></em> which is marked up with the
|
612
|
-
Pango text markup language
|
614
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>,
|
613
615
|
setting the label's text and attribute list based on the parse results.
|
614
616
|
If characters in <em class="parameter"><code>str</code></em> are preceded by an underscore, they are underlined
|
615
617
|
indicating that they represent a keyboard accelerator called a mnemonic.
|
@@ -632,7 +634,7 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
632
634
|
<tr>
|
633
635
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
634
636
|
<td>a markup string (see
|
635
|
-
Pango markup format)</td>
|
637
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
636
638
|
</tr>
|
637
639
|
</tbody>
|
638
640
|
</table></div>
|
@@ -701,7 +703,7 @@ effect on labels containing only a single line.
|
|
701
703
|
<div class="refsect2">
|
702
704
|
<a name="gtk-label-set-ellipsize"></a><h3>gtk_label_set_ellipsize ()</h3>
|
703
705
|
<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>
|
706
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);</pre>
|
705
707
|
<p>
|
706
708
|
Sets the mode used to ellipsize (add an ellipsis: "...") to the text
|
707
709
|
if there is not enough space to render the entire string.
|
@@ -719,7 +721,7 @@ if there is not enough space to render the entire string.
|
|
719
721
|
</tr>
|
720
722
|
<tr>
|
721
723
|
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
722
|
-
<td>a <span class="type">PangoEllipsizeMode</span>
|
724
|
+
<td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>
|
723
725
|
</td>
|
724
726
|
</tr>
|
725
727
|
</tbody>
|
@@ -819,10 +821,10 @@ set the label's width using <a class="link" href="GtkWidget.html#gtk-widget-set-
|
|
819
821
|
<div class="refsect2">
|
820
822
|
<a name="gtk-label-set-line-wrap-mode"></a><h3>gtk_label_set_line_wrap_mode ()</h3>
|
821
823
|
<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>
|
824
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);</pre>
|
823
825
|
<p>
|
824
826
|
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
|
827
|
+
the line wrapping is done. The default is <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a> which means
|
826
828
|
wrap on word boundaries.
|
827
829
|
</p>
|
828
830
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -846,19 +848,49 @@ wrap on word boundaries.
|
|
846
848
|
</div>
|
847
849
|
<hr>
|
848
850
|
<div class="refsect2">
|
851
|
+
<a name="gtk-label-set-lines"></a><h3>gtk_label_set_lines ()</h3>
|
852
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_lines (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
853
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> lines</code></em>);</pre>
|
854
|
+
<p>
|
855
|
+
Sets the number of lines to which an ellipsized, wrapping label
|
856
|
+
should be limited. This has no effect if the label is not wrapping
|
857
|
+
or ellipsized. Set this to -1 if you don't want to limit the
|
858
|
+
number of lines.
|
859
|
+
</p>
|
860
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
861
|
+
<colgroup>
|
862
|
+
<col align="left" valign="top">
|
863
|
+
<col>
|
864
|
+
</colgroup>
|
865
|
+
<tbody>
|
866
|
+
<tr>
|
867
|
+
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
868
|
+
<td>a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
|
869
|
+
</td>
|
870
|
+
</tr>
|
871
|
+
<tr>
|
872
|
+
<td><p><span class="term"><em class="parameter"><code>lines</code></em> :</span></p></td>
|
873
|
+
<td>the desired number of lines, or -1</td>
|
874
|
+
</tr>
|
875
|
+
</tbody>
|
876
|
+
</table></div>
|
877
|
+
<p class="since">Since 3.10</p>
|
878
|
+
</div>
|
879
|
+
<hr>
|
880
|
+
<div class="refsect2">
|
849
881
|
<a name="gtk-label-get-layout-offsets"></a><h3>gtk_label_get_layout_offsets ()</h3>
|
850
882
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
851
883
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
852
884
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
853
885
|
<p>
|
854
|
-
Obtains the coordinates where the label will draw the <span class="type">PangoLayout</span>
|
886
|
+
Obtains the coordinates where the label will draw the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
855
887
|
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
|
888
|
+
into coordinates inside the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>, e.g. to take some action
|
857
889
|
if some part of the label is clicked. Of course you will need to
|
858
890
|
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
891
|
inside it, since labels are a <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widget. Remember
|
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>.
|
892
|
+
when using the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> functions you need to convert to
|
893
|
+
and from pixels using <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-PIXELS:CAPS"><code class="function">PANGO_PIXELS()</code></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-SCALE:CAPS"><span class="type">PANGO_SCALE</span></a>.
|
862
894
|
</p>
|
863
895
|
<div class="variablelist"><table border="0" class="variablelist">
|
864
896
|
<colgroup>
|
@@ -997,7 +1029,8 @@ and be activated by the mnemonic.
|
|
997
1029
|
<tr>
|
998
1030
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
999
1031
|
<td>The text of the label, with an underscore in front of the
|
1000
|
-
mnemonic character</
|
1032
|
+
mnemonic character. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1033
|
+
</td>
|
1001
1034
|
</tr>
|
1002
1035
|
<tr>
|
1003
1036
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -1143,7 +1176,7 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
1143
1176
|
<hr>
|
1144
1177
|
<div class="refsect2">
|
1145
1178
|
<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>
|
1179
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/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
1180
|
<p>
|
1148
1181
|
Gets the attribute list that was set on the label using
|
1149
1182
|
<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
|
@@ -1200,7 +1233,7 @@ Returns the justification of the label. See <a class="link" href="GtkLabel.html#
|
|
1200
1233
|
<hr>
|
1201
1234
|
<div class="refsect2">
|
1202
1235
|
<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>
|
1236
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/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
1237
|
<p>
|
1205
1238
|
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
1239
|
</p>
|
@@ -1217,7 +1250,7 @@ Returns the ellipsizing position of the label. See <a class="link" href="GtkLabe
|
|
1217
1250
|
</tr>
|
1218
1251
|
<tr>
|
1219
1252
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1220
|
-
<td><span class="type">PangoEllipsizeMode</span></td>
|
1253
|
+
<td><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></td>
|
1221
1254
|
</tr>
|
1222
1255
|
</tbody>
|
1223
1256
|
</table></div>
|
@@ -1308,9 +1341,9 @@ owned by the widget and must not be modified or freed.</td>
|
|
1308
1341
|
<hr>
|
1309
1342
|
<div class="refsect2">
|
1310
1343
|
<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>
|
1344
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/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
1345
|
<p>
|
1313
|
-
Gets the <span class="type">PangoLayout</span> used to display the label.
|
1346
|
+
Gets the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> used to display the label.
|
1314
1347
|
The layout is useful to e.g. convert text positions to
|
1315
1348
|
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
1349
|
The returned layout is owned by the <em class="parameter"><code>label</code></em> so need not be
|
@@ -1330,7 +1363,7 @@ any time, so it should be considered read-only.
|
|
1330
1363
|
</tr>
|
1331
1364
|
<tr>
|
1332
1365
|
<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>
|
1366
|
+
<td>the <a href="/home/mclasen/gnome/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
1367
|
</td>
|
1335
1368
|
</tr>
|
1336
1369
|
</tbody>
|
@@ -1366,7 +1399,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
|
|
1366
1399
|
<hr>
|
1367
1400
|
<div class="refsect2">
|
1368
1401
|
<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>
|
1402
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/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
1403
|
<p>
|
1371
1404
|
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
1405
|
</p>
|
@@ -1392,6 +1425,33 @@ Returns line wrap mode used by the label. See <a class="link" href="GtkLabel.htm
|
|
1392
1425
|
</div>
|
1393
1426
|
<hr>
|
1394
1427
|
<div class="refsect2">
|
1428
|
+
<a name="gtk-label-get-lines"></a><h3>gtk_label_get_lines ()</h3>
|
1429
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_label_get_lines (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1430
|
+
<p>
|
1431
|
+
Gets the number of lines to which an ellipsized, wrapping
|
1432
|
+
label should be limited. See <a class="link" href="GtkLabel.html#gtk-label-set-lines" title="gtk_label_set_lines ()"><code class="function">gtk_label_set_lines()</code></a>.
|
1433
|
+
</p>
|
1434
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1435
|
+
<colgroup>
|
1436
|
+
<col align="left" valign="top">
|
1437
|
+
<col>
|
1438
|
+
</colgroup>
|
1439
|
+
<tbody>
|
1440
|
+
<tr>
|
1441
|
+
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
1442
|
+
<td>a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
|
1443
|
+
</td>
|
1444
|
+
</tr>
|
1445
|
+
<tr>
|
1446
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1447
|
+
<td>The number of lines</td>
|
1448
|
+
</tr>
|
1449
|
+
</tbody>
|
1450
|
+
</table></div>
|
1451
|
+
<p class="since">Since 3.10</p>
|
1452
|
+
</div>
|
1453
|
+
<hr>
|
1454
|
+
<div class="refsect2">
|
1395
1455
|
<a name="gtk-label-get-mnemonic-widget"></a><h3>gtk_label_get_mnemonic_widget ()</h3>
|
1396
1456
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_get_mnemonic_widget (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1397
1457
|
<p>
|
@@ -1821,7 +1881,7 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1821
1881
|
<hr>
|
1822
1882
|
<div class="refsect2">
|
1823
1883
|
<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>
|
1884
|
+
<pre class="programlisting"> "attributes" <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write</pre>
|
1825
1885
|
<p>A list of style attributes to apply to the text of the label.</p>
|
1826
1886
|
</div>
|
1827
1887
|
<hr>
|
@@ -1835,19 +1895,19 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1835
1895
|
<hr>
|
1836
1896
|
<div class="refsect2">
|
1837
1897
|
<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>
|
1898
|
+
<pre class="programlisting"> "ellipsize" <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write</pre>
|
1839
1899
|
<p>
|
1840
1900
|
The preferred place to ellipsize the string, if the label does
|
1841
1901
|
|
1842
1902
|
not have enough room to display the entire string, specified as a
|
1843
1903
|
|
1844
|
-
<span class="type">PangoEllipsizeMode</span>.
|
1904
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>.
|
1845
1905
|
|
1846
1906
|
</p>
|
1847
1907
|
<p>
|
1848
1908
|
Note that setting this property to a value other than
|
1849
1909
|
|
1850
|
-
<code class="literal">PANGO_ELLIPSIZE_NONE</code> has the side-effect that the label requests
|
1910
|
+
<a href="/home/mclasen/gnome/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
|
1851
1911
|
|
1852
1912
|
only enough space to display the ellipsis "...". In particular, this
|
1853
1913
|
|
@@ -1876,6 +1936,20 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
|
|
1876
1936
|
</div>
|
1877
1937
|
<hr>
|
1878
1938
|
<div class="refsect2">
|
1939
|
+
<a name="GtkLabel--lines"></a><h3>The <code class="literal">"lines"</code> property</h3>
|
1940
|
+
<pre class="programlisting"> "lines" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1941
|
+
<p>
|
1942
|
+
The number of lines to which an ellipsized, wrapping label
|
1943
|
+
should be limited. This property has no effect if the
|
1944
|
+
label is not wrapping or ellipsized. Set this property to
|
1945
|
+
-1 if you don't want to limit the number of lines.
|
1946
|
+
</p>
|
1947
|
+
<p>Allowed values: >= -1</p>
|
1948
|
+
<p>Default value: -1</p>
|
1949
|
+
<p class="since">Since 3.10</p>
|
1950
|
+
</div>
|
1951
|
+
<hr>
|
1952
|
+
<div class="refsect2">
|
1879
1953
|
<a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">"max-width-chars"</code> property</h3>
|
1880
1954
|
<pre class="programlisting"> "max-width-chars" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1881
1955
|
<p>
|
@@ -1888,7 +1962,7 @@ See the section on <a class="link" href="GtkLabel.html#label-text-layout" title=
|
|
1888
1962
|
for details of how <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title='The "width-chars" property'><span class="type">"width-chars"</span></a> and <a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title='The "max-width-chars" property'><span class="type">"max-width-chars"</span></a>
|
1889
1963
|
determine the width of ellipsized and wrapped labels.
|
1890
1964
|
</p>
|
1891
|
-
<p>Allowed values: >=
|
1965
|
+
<p>Allowed values: >= -1</p>
|
1892
1966
|
<p>Default value: -1</p>
|
1893
1967
|
<p class="since">Since 2.6</p>
|
1894
1968
|
</div>
|
@@ -1981,7 +2055,7 @@ See the section on <a class="link" href="GtkLabel.html#label-text-layout" title=
|
|
1981
2055
|
for details of how <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title='The "width-chars" property'><span class="type">"width-chars"</span></a> and <a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title='The "max-width-chars" property'><span class="type">"max-width-chars"</span></a>
|
1982
2056
|
determine the width of ellipsized and wrapped labels.
|
1983
2057
|
</p>
|
1984
|
-
<p>Allowed values: >=
|
2058
|
+
<p>Allowed values: >= -1</p>
|
1985
2059
|
<p>Default value: -1</p>
|
1986
2060
|
<p class="since">Since 2.6</p>
|
1987
2061
|
</div>
|
@@ -1995,11 +2069,11 @@ determine the width of ellipsized and wrapped labels.
|
|
1995
2069
|
<hr>
|
1996
2070
|
<div class="refsect2">
|
1997
2071
|
<a name="GtkLabel--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
|
1998
|
-
<pre class="programlisting"> "wrap-mode" <span class="type">PangoWrapMode</span> : Read / Write</pre>
|
2072
|
+
<pre class="programlisting"> "wrap-mode" <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write</pre>
|
1999
2073
|
<p>
|
2000
2074
|
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
|
2001
2075
|
|
2002
|
-
how the line wrapping is done. The default is <code class="literal">PANGO_WRAP_WORD</code>, which
|
2076
|
+
how the line wrapping is done. The default is <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a>, which
|
2003
2077
|
|
2004
2078
|
means wrap on word boundaries.
|
2005
2079
|
</p>
|
@@ -2214,6 +2288,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2214
2288
|
</div>
|
2215
2289
|
<div class="footer">
|
2216
2290
|
<hr>
|
2217
|
-
Generated by GTK-Doc V1.
|
2291
|
+
Generated by GTK-Doc V1.19.1</div>
|
2218
2292
|
</body>
|
2219
2293
|
</html>
|