gdk3 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -6
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +111 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkframetimings.h +56 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +34 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +104 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +63 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkgradient.h → deprecated/gtkgradient.h} +12 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtksymboliccolor.h → deprecated/gtksymboliccolor.h} +13 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactiongroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactivatable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +5 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +32 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkiconfactory.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +45 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimagemenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextinfo.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +10 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmodules.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradioaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +4 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +3 -20
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +23 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +5 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +6 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoggleaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkuimanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +47 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +6 -4
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +85 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +1 -1
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +4 -4
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +4 -4
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +6 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +56 -56
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +16 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +27 -41
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +7 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +123 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +11 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +103 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +18 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +472 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +338 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +11 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +10 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +299 -165
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +80 -42
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +40 -2
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +11 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -2
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +9 -3
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +102 -0
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +38 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +65 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +100 -63
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +44 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +93 -77
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +52 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +64 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +431 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +122 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +45 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +74 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +47 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +14 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +15 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +22 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +16 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +18 -130
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +23 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +35 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +243 -141
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +56 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +38 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +77 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +42 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +9 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +187 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +51 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +18 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +845 -492
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +107 -112
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +5 -26
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +5 -11
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +3 -18
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +31 -47
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +167 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +166 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +143 -11
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +88 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/{ch24s02.html → ch25s02.html} +146 -138
- data/vendor/local/share/gtk-doc/html/gtk3/{ch26s02.html → ch27s02.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s02.html → ch29s02.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s03.html → ch29s03.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +75 -52
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +42 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +9 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +185 -109
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +76 -76
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +20 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +46 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +26 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +59 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +41 -233
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +21 -295
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +33 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +361 -475
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +78 -62
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +116 -109
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +429 -547
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +7 -4
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -16
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +81 -0
- data/vendor/local/share/man/man1/gtk-launch.1 +2 -4
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -3
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -3
- metadata +71 -91
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/share/gtk-3.0/demo/alphatest.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/apple-red.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/application.c +0 -485
- data/vendor/local/share/gtk-3.0/demo/application.ui +0 -104
- data/vendor/local/share/gtk-3.0/demo/appwindow.c +0 -570
- data/vendor/local/share/gtk-3.0/demo/assistant.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/background.jpg +0 -0
- data/vendor/local/share/gtk-3.0/demo/builder.c +0 -74
- data/vendor/local/share/gtk-3.0/demo/button_box.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/changedisplay.c +0 -654
- data/vendor/local/share/gtk-3.0/demo/clipboard.c +0 -326
- data/vendor/local/share/gtk-3.0/demo/colorsel.c +0 -133
- data/vendor/local/share/gtk-3.0/demo/combobox.c +0 -473
- data/vendor/local/share/gtk-3.0/demo/css_accordion.c +0 -78
- data/vendor/local/share/gtk-3.0/demo/css_accordion.css +0 -52
- data/vendor/local/share/gtk-3.0/demo/css_basics.c +0 -122
- data/vendor/local/share/gtk-3.0/demo/css_basics.css +0 -22
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.css +0 -136
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.css +0 -76
- data/vendor/local/share/gtk-3.0/demo/css_shadows.c +0 -147
- data/vendor/local/share/gtk-3.0/demo/css_shadows.css +0 -44
- data/vendor/local/share/gtk-3.0/demo/cssview.css +0 -41
- data/vendor/local/share/gtk-3.0/demo/demo.ui +0 -266
- data/vendor/local/share/gtk-3.0/demo/dialog.c +0 -175
- data/vendor/local/share/gtk-3.0/demo/drawingarea.c +0 -296
- data/vendor/local/share/gtk-3.0/demo/editable_cells.c +0 -392
- data/vendor/local/share/gtk-3.0/demo/entry_buffer.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/entry_completion.c +0 -98
- data/vendor/local/share/gtk-3.0/demo/expander.c +0 -59
- data/vendor/local/share/gtk-3.0/demo/fancy.css +0 -65
- data/vendor/local/share/gtk-3.0/demo/floppybuddy.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-applets.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-calendar.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-foot.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-directory.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-regular.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gimp.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gmush.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gsame.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnu-keys.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-24.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-48.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-rgb.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/hypertext.c +0 -291
- data/vendor/local/share/gtk-3.0/demo/iconview.c +0 -371
- data/vendor/local/share/gtk-3.0/demo/iconview_edit.c +0 -158
- data/vendor/local/share/gtk-3.0/demo/images.c +0 -472
- data/vendor/local/share/gtk-3.0/demo/infobar.c +0 -109
- data/vendor/local/share/gtk-3.0/demo/links.c +0 -90
- data/vendor/local/share/gtk-3.0/demo/list_store.c +0 -325
- data/vendor/local/share/gtk-3.0/demo/menus.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/menus.ui +0 -107
- data/vendor/local/share/gtk-3.0/demo/offscreen_window.c +0 -615
- data/vendor/local/share/gtk-3.0/demo/offscreen_window2.c +0 -526
- data/vendor/local/share/gtk-3.0/demo/overlay.c +0 -181
- data/vendor/local/share/gtk-3.0/demo/panes.c +0 -205
- data/vendor/local/share/gtk-3.0/demo/pickers.c +0 -89
- data/vendor/local/share/gtk-3.0/demo/pixbufs.c +0 -261
- data/vendor/local/share/gtk-3.0/demo/printing.c +0 -199
- data/vendor/local/share/gtk-3.0/demo/reset.css +0 -68
- data/vendor/local/share/gtk-3.0/demo/rotated_text.c +0 -236
- data/vendor/local/share/gtk-3.0/demo/search_entry.c +0 -322
- data/vendor/local/share/gtk-3.0/demo/sizegroup.c +0 -164
- data/vendor/local/share/gtk-3.0/demo/spinner.c +0 -95
- data/vendor/local/share/gtk-3.0/demo/stock_browser.c +0 -535
- data/vendor/local/share/gtk-3.0/demo/textscroll.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/textview.c +0 -634
- data/vendor/local/share/gtk-3.0/demo/theming.ui +0 -319
- data/vendor/local/share/gtk-3.0/demo/theming_custom_css.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/theming_style_classes.c +0 -58
- data/vendor/local/share/gtk-3.0/demo/toolpalette.c +0 -794
- data/vendor/local/share/gtk-3.0/demo/transparent.c +0 -248
- data/vendor/local/share/gtk-3.0/demo/tree_store.c +0 -450
- data/vendor/local/share/gtk-3.0/demo/ui_manager.c +0 -235
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkStyleContext</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.78.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="theming.html" title="Part III. Theming in GTK+">
|
9
9
|
<link rel="prev" href="theming.html" title="Part III. Theming in GTK+">
|
10
10
|
<link rel="next" href="GtkCssProvider.html" title="GtkCssProvider">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.18
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -114,6 +114,7 @@
|
|
114
114
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-OSD:CAPS" title="GTK_STYLE_CLASS_OSD">GTK_STYLE_CLASS_OSD</a>
|
115
115
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-LEVEL-BAR:CAPS" title="GTK_STYLE_CLASS_LEVEL_BAR">GTK_STYLE_CLASS_LEVEL_BAR</a>
|
116
116
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-CURSOR-HANDLE:CAPS" title="GTK_STYLE_CLASS_CURSOR_HANDLE">GTK_STYLE_CLASS_CURSOR_HANDLE</a>
|
117
|
+
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-CLASS-INSERTION-CURSOR:CAPS" title="GTK_STYLE_CLASS_INSERTION_CURSOR">GTK_STYLE_CLASS_INSERTION_CURSOR</a>
|
117
118
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN:CAPS" title="GTK_STYLE_REGION_COLUMN">GTK_STYLE_REGION_COLUMN</a>
|
118
119
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN-HEADER:CAPS" title="GTK_STYLE_REGION_COLUMN_HEADER">GTK_STYLE_REGION_COLUMN_HEADER</a>
|
119
120
|
#define <a class="link" href="GtkStyleContext.html#GTK-STYLE-REGION-ROW:CAPS" title="GTK_STYLE_REGION_ROW">GTK_STYLE_REGION_ROW</a>
|
@@ -125,7 +126,7 @@
|
|
125
126
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
126
127
|
<em class="parameter"><code><span class="type">guint</span> priority</code></em>);
|
127
128
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-add-provider-for-screen" title="gtk_style_context_add_provider_for_screen ()">gtk_style_context_add_provider_for_screen</a>
|
128
|
-
(<em class="parameter"><code><a href="
|
129
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
129
130
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
130
131
|
<em class="parameter"><code><span class="type">guint</span> priority</code></em>);
|
131
132
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get" title="gtk_style_context_get ()">gtk_style_context_get</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
@@ -140,7 +141,8 @@ const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWid
|
|
140
141
|
<em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>,
|
141
142
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
142
143
|
<em class="parameter"><code><span class="type">GValue</span> *value</code></em>);
|
143
|
-
<a href="
|
144
|
+
<a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="GtkStyleContext.html#gtk-style-context-get-screen" title="gtk_style_context_get_screen ()">gtk_style_context_get_screen</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
145
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * <a class="link" href="GtkStyleContext.html#gtk-style-context-get-frame-clock" title="gtk_style_context_get_frame_clock ()">gtk_style_context_get_frame_clock</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
144
146
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="returnvalue">GtkStateFlags</span></a> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-state" title="gtk_style_context_get_state ()">gtk_style_context_get_state</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
145
147
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-style" title="gtk_style_context_get_style ()">gtk_style_context_get_style</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
146
148
|
<em class="parameter"><code>...</code></em>);
|
@@ -157,14 +159,14 @@ const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWid
|
|
157
159
|
<em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>);
|
158
160
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-color" title="gtk_style_context_get_color ()">gtk_style_context_get_color</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
159
161
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
160
|
-
<em class="parameter"><code><a href="
|
162
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
161
163
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-background-color" title="gtk_style_context_get_background_color ()">gtk_style_context_get_background_color</a>
|
162
164
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
163
165
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
164
|
-
<em class="parameter"><code><a href="
|
166
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
165
167
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-border-color" title="gtk_style_context_get_border_color ()">gtk_style_context_get_border_color</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
166
168
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
167
|
-
<em class="parameter"><code><a href="
|
169
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
168
170
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-border" title="gtk_style_context_get_border ()">gtk_style_context_get_border</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
169
171
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
170
172
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);
|
@@ -174,7 +176,7 @@ const <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWid
|
|
174
176
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-get-margin" title="gtk_style_context_get_margin ()">gtk_style_context_get_margin</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
175
177
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
176
178
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *margin</code></em>);
|
177
|
-
const <span class="returnvalue">PangoFontDescription</span> * <a class="link" href="GtkStyleContext.html#gtk-style-context-get-font" title="gtk_style_context_get_font ()">gtk_style_context_get_font</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
179
|
+
const <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * <a class="link" href="GtkStyleContext.html#gtk-style-context-get-font" title="gtk_style_context_get_font ()">gtk_style_context_get_font</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
178
180
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>);
|
179
181
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-invalidate" title="gtk_style_context_invalidate ()">gtk_style_context_invalidate</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
180
182
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-state-is-running" title="gtk_style_context_state_is_running ()">gtk_style_context_state_is_running</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
@@ -182,12 +184,12 @@ const <span class="returnvalue">PangoFontDescription</span> * <a class="link" hr
|
|
182
184
|
<em class="parameter"><code><span class="type">gdouble</span> *progress</code></em>);
|
183
185
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-lookup-color" title="gtk_style_context_lookup_color ()">gtk_style_context_lookup_color</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
184
186
|
<em class="parameter"><code>const <span class="type">gchar</span> *color_name</code></em>,
|
185
|
-
<em class="parameter"><code><a href="
|
187
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
186
188
|
<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a> * <a class="link" href="GtkStyleContext.html#gtk-style-context-lookup-icon-set" title="gtk_style_context_lookup_icon_set ()">gtk_style_context_lookup_icon_set</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
187
189
|
<em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>);
|
188
190
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()">gtk_style_context_notify_state_change</a>
|
189
191
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
190
|
-
<em class="parameter"><code><a href="
|
192
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
191
193
|
<em class="parameter"><code><span class="type">gpointer</span> region_id</code></em>,
|
192
194
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
193
195
|
<em class="parameter"><code><span class="type">gboolean</span> state_value</code></em>);
|
@@ -199,17 +201,17 @@ const <span class="returnvalue">PangoFontDescription</span> * <a class="link" hr
|
|
199
201
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-cancel-animations" title="gtk_style_context_cancel_animations ()">gtk_style_context_cancel_animations</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
200
202
|
<em class="parameter"><code><span class="type">gpointer</span> region_id</code></em>);
|
201
203
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-scroll-animations" title="gtk_style_context_scroll_animations ()">gtk_style_context_scroll_animations</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
202
|
-
<em class="parameter"><code><a href="
|
204
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
203
205
|
<em class="parameter"><code><span class="type">gint</span> dx</code></em>,
|
204
206
|
<em class="parameter"><code><span class="type">gint</span> dy</code></em>);
|
205
207
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-remove-provider" title="gtk_style_context_remove_provider ()">gtk_style_context_remove_provider</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
206
208
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>);
|
207
209
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-remove-provider-for-screen" title="gtk_style_context_remove_provider_for_screen ()">gtk_style_context_remove_provider_for_screen</a>
|
208
|
-
(<em class="parameter"><code><a href="
|
210
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
209
211
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>);
|
210
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-reset-widgets" title="gtk_style_context_reset_widgets ()">gtk_style_context_reset_widgets</a> (<em class="parameter"><code><a href="
|
212
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-reset-widgets" title="gtk_style_context_reset_widgets ()">gtk_style_context_reset_widgets</a> (<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
211
213
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-set-background" title="gtk_style_context_set_background ()">gtk_style_context_set_background</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
212
|
-
<em class="parameter"><code><a href="
|
214
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
213
215
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-restore" title="gtk_style_context_restore ()">gtk_style_context_restore</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
214
216
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gtk_style_context_save ()">gtk_style_context_save</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
215
217
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-set-direction" title="gtk_style_context_set_direction ()">gtk_style_context_set_direction</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
@@ -238,7 +240,9 @@ const <span class="returnvalue">PangoFontDescription</span> * <a class="link" hr
|
|
238
240
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> *flags_return</code></em>);
|
239
241
|
<span class="returnvalue">GList</span> * <a class="link" href="GtkStyleContext.html#gtk-style-context-list-regions" title="gtk_style_context_list_regions ()">gtk_style_context_list_regions</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);
|
240
242
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-set-screen" title="gtk_style_context_set_screen ()">gtk_style_context_set_screen</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
241
|
-
<em class="parameter"><code><a href="
|
243
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
244
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-set-frame-clock" title="gtk_style_context_set_frame_clock ()">gtk_style_context_set_frame_clock</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
245
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>);
|
242
246
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-style-context-set-state" title="gtk_style_context_set_state ()">gtk_style_context_set_state</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
243
247
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> flags</code></em>);
|
244
248
|
|
@@ -248,50 +252,50 @@ struct <a class="link" href="GtkStyleContext.html#GtkBorder-struct"
|
|
248
252
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-border-free" title="gtk_border_free ()">gtk_border_free</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);
|
249
253
|
|
250
254
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-arrow" title="gtk_render_arrow ()">gtk_render_arrow</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
251
|
-
<em class="parameter"><code><a href="/
|
255
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
252
256
|
<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>,
|
253
257
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
254
258
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
255
259
|
<em class="parameter"><code><span class="type">gdouble</span> size</code></em>);
|
256
260
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()">gtk_render_background</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
257
|
-
<em class="parameter"><code><a href="/
|
261
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
258
262
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
259
263
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
260
264
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
261
265
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
262
266
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-check" title="gtk_render_check ()">gtk_render_check</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
263
|
-
<em class="parameter"><code><a href="/
|
267
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
264
268
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
265
269
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
266
270
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
267
271
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
268
272
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-expander" title="gtk_render_expander ()">gtk_render_expander</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
269
|
-
<em class="parameter"><code><a href="/
|
273
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
270
274
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
271
275
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
272
276
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
273
277
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
274
278
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-extension" title="gtk_render_extension ()">gtk_render_extension</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
275
|
-
<em class="parameter"><code><a href="/
|
279
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
276
280
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
277
281
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
278
282
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
279
283
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>,
|
280
284
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>);
|
281
285
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-focus" title="gtk_render_focus ()">gtk_render_focus</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
282
|
-
<em class="parameter"><code><a href="/
|
286
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
283
287
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
284
288
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
285
289
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
286
290
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
287
291
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-frame" title="gtk_render_frame ()">gtk_render_frame</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
288
|
-
<em class="parameter"><code><a href="/
|
292
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
289
293
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
290
294
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
291
295
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
292
296
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
293
297
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-frame-gap" title="gtk_render_frame_gap ()">gtk_render_frame_gap</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
294
|
-
<em class="parameter"><code><a href="/
|
298
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
295
299
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
296
300
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
297
301
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -300,37 +304,37 @@ struct <a class="link" href="GtkStyleContext.html#GtkBorder-struct"
|
|
300
304
|
<em class="parameter"><code><span class="type">gdouble</span> xy0_gap</code></em>,
|
301
305
|
<em class="parameter"><code><span class="type">gdouble</span> xy1_gap</code></em>);
|
302
306
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-handle" title="gtk_render_handle ()">gtk_render_handle</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
303
|
-
<em class="parameter"><code><a href="/
|
307
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
304
308
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
305
309
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
306
310
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
307
311
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
308
312
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-layout" title="gtk_render_layout ()">gtk_render_layout</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
309
|
-
<em class="parameter"><code><a href="/
|
313
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
310
314
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
311
315
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
312
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>);
|
316
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);
|
313
317
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-line" title="gtk_render_line ()">gtk_render_line</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
314
|
-
<em class="parameter"><code><a href="/
|
318
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
315
319
|
<em class="parameter"><code><span class="type">gdouble</span> x0</code></em>,
|
316
320
|
<em class="parameter"><code><span class="type">gdouble</span> y0</code></em>,
|
317
321
|
<em class="parameter"><code><span class="type">gdouble</span> x1</code></em>,
|
318
322
|
<em class="parameter"><code><span class="type">gdouble</span> y1</code></em>);
|
319
323
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-option" title="gtk_render_option ()">gtk_render_option</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
320
|
-
<em class="parameter"><code><a href="/
|
324
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
321
325
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
322
326
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
323
327
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
324
328
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>);
|
325
329
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-slider" title="gtk_render_slider ()">gtk_render_slider</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
326
|
-
<em class="parameter"><code><a href="/
|
330
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
327
331
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
328
332
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
329
333
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
330
334
|
<em class="parameter"><code><span class="type">gdouble</span> height</code></em>,
|
331
335
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);
|
332
336
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-activity" title="gtk_render_activity ()">gtk_render_activity</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
333
|
-
<em class="parameter"><code><a href="/
|
337
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
334
338
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
335
339
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
336
340
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -339,17 +343,17 @@ struct <a class="link" href="GtkStyleContext.html#GtkBorder-struct"
|
|
339
343
|
<em class="parameter"><code>const <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
340
344
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);
|
341
345
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-icon" title="gtk_render_icon ()">gtk_render_icon</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
342
|
-
<em class="parameter"><code><a href="/
|
346
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
343
347
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
344
348
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
345
349
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>);
|
346
350
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyleContext.html#gtk-render-insertion-cursor" title="gtk_render_insertion_cursor ()">gtk_render_insertion_cursor</a> (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
347
|
-
<em class="parameter"><code><a href="/
|
351
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
348
352
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
349
353
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
350
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
354
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
351
355
|
<em class="parameter"><code><span class="type">int</span> index</code></em>,
|
352
|
-
<em class="parameter"><code><span class="type">PangoDirection</span> direction</code></em>);
|
356
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);
|
353
357
|
</pre>
|
354
358
|
</div>
|
355
359
|
<div class="refsect1">
|
@@ -367,8 +371,9 @@ struct <a class="link" href="GtkStyleContext.html#GtkBorder-struct"
|
|
367
371
|
<a name="GtkStyleContext.properties"></a><h2>Properties</h2>
|
368
372
|
<pre class="synopsis">
|
369
373
|
"<a class="link" href="GtkStyleContext.html#GtkStyleContext--direction" title='The "direction" property'>direction</a>" <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> : Read / Write
|
374
|
+
"<a class="link" href="GtkStyleContext.html#GtkStyleContext--paint-clock" title='The "paint-clock" property'>paint-clock</a>" <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>* : Read / Write
|
370
375
|
"<a class="link" href="GtkStyleContext.html#GtkStyleContext--parent" title='The "parent" property'>parent</a>" <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>* : Read / Write
|
371
|
-
"<a class="link" href="GtkStyleContext.html#GtkStyleContext--screen" title='The "screen" property'>screen</a>" <a href="
|
376
|
+
"<a class="link" href="GtkStyleContext.html#GtkStyleContext--screen" title='The "screen" property'>screen</a>" <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write
|
372
377
|
</pre>
|
373
378
|
</div>
|
374
379
|
<div class="refsect1">
|
@@ -394,7 +399,7 @@ combination of all providers' information in priority order.
|
|
394
399
|
<p>
|
395
400
|
For GTK+ widgets, any <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned by
|
396
401
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a> will already have a <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>, a
|
397
|
-
<a href="
|
402
|
+
<a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> and RTL/LTR information set. The style context will be also
|
398
403
|
updated automatically if any of these settings change on the widget.
|
399
404
|
</p>
|
400
405
|
<p>
|
@@ -417,7 +422,7 @@ setting.
|
|
417
422
|
</p>
|
418
423
|
<p>
|
419
424
|
For simple widgets where state changes affect the whole widget area,
|
420
|
-
calling <a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a> with a <a href="/
|
425
|
+
calling <a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a> with a <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> region
|
421
426
|
is sufficient to trigger the transition animation. And GTK+ already
|
422
427
|
does that when <a class="link" href="GtkWidget.html#gtk-widget-set-state" title="gtk_widget_set_state ()"><code class="function">gtk_widget_set_state()</code></a> or <a class="link" href="GtkWidget.html#gtk-widget-set-state-flags" title="gtk_widget_set_state_flags ()"><code class="function">gtk_widget_set_state_flags()</code></a>
|
423
428
|
are called.
|
@@ -433,7 +438,7 @@ For simple widgets with a fixed set of animatable regions, using an
|
|
433
438
|
enumeration works well:
|
434
439
|
</p>
|
435
440
|
<div class="example">
|
436
|
-
<a name="
|
441
|
+
<a name="idm140617767939232"></a><p class="title"><b>Example 9. Using an enumeration to identify animatable regions</b></p>
|
437
442
|
<div class="example-contents">
|
438
443
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
439
444
|
<tbody>
|
@@ -503,7 +508,7 @@ each animatable region. Using pointers to internal structs is one way
|
|
503
508
|
to achieve this:
|
504
509
|
</p>
|
505
510
|
<div class="example">
|
506
|
-
<a name="
|
511
|
+
<a name="idm140617767936288"></a><p class="title"><b>Example 10. Using struct pointers to identify animatable regions</b></p>
|
507
512
|
<div class="example-contents">
|
508
513
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
509
514
|
<tbody>
|
@@ -537,7 +542,7 @@ The widget also needs to notify the style context about a state change
|
|
537
542
|
for a given animatable region so the animation is triggered.
|
538
543
|
</p>
|
539
544
|
<div class="example">
|
540
|
-
<a name="
|
545
|
+
<a name="idm140617767933632"></a><p class="title"><b>Example 11. Triggering a state change animation on a region</b></p>
|
541
546
|
<div class="example-contents">
|
542
547
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
543
548
|
<tbody>
|
@@ -581,7 +586,7 @@ for a given animatable region so the animation is triggered.
|
|
581
586
|
|
582
587
|
</div>
|
583
588
|
<br class="example-break"><p>
|
584
|
-
<a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a> accepts <a href="/
|
589
|
+
<a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a> accepts <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> region IDs as a
|
585
590
|
special value, in this case, the whole widget area will be updated
|
586
591
|
by the animation.
|
587
592
|
</p>
|
@@ -731,7 +736,7 @@ which loads the theming engine module from the standard paths.
|
|
731
736
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BACKGROUND_COLOR "background-color"
|
732
737
|
</pre>
|
733
738
|
<p>
|
734
|
-
A property holding the background color of rendered elements as a <a href="
|
739
|
+
A property holding the background color of rendered elements as a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.
|
735
740
|
</p>
|
736
741
|
</div>
|
737
742
|
<hr>
|
@@ -740,7 +745,7 @@ A property holding the background color of rendered elements as a <a href="../gd
|
|
740
745
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_COLOR "color"
|
741
746
|
</pre>
|
742
747
|
<p>
|
743
|
-
A property holding the foreground color of rendered elements as a <a href="
|
748
|
+
A property holding the foreground color of rendered elements as a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.
|
744
749
|
</p>
|
745
750
|
</div>
|
746
751
|
<hr>
|
@@ -750,7 +755,7 @@ A property holding the foreground color of rendered elements as a <a href="../gd
|
|
750
755
|
</pre>
|
751
756
|
<p>
|
752
757
|
A property holding the font properties used when rendering text
|
753
|
-
as a <span class="type">PangoFontDescription</span>.
|
758
|
+
as a <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>.
|
754
759
|
</p>
|
755
760
|
</div>
|
756
761
|
<hr>
|
@@ -818,7 +823,7 @@ A property holding the element's border style as a <a class="link" href="gtk3-St
|
|
818
823
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BORDER_COLOR "border-color"
|
819
824
|
</pre>
|
820
825
|
<p>
|
821
|
-
A property holding the element's border color as a <a href="
|
826
|
+
A property holding the element's border color as a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.
|
822
827
|
</p>
|
823
828
|
</div>
|
824
829
|
<hr>
|
@@ -827,7 +832,7 @@ A property holding the element's border color as a <a href="../gdk3/gdk3-RGBA-Co
|
|
827
832
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BACKGROUND_IMAGE "background-image"
|
828
833
|
</pre>
|
829
834
|
<p>
|
830
|
-
A property holding the element's background as a <a href="/
|
835
|
+
A property holding the element's background as a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a>.
|
831
836
|
</p>
|
832
837
|
</div>
|
833
838
|
<hr>
|
@@ -1528,6 +1533,16 @@ text selection.
|
|
1528
1533
|
</div>
|
1529
1534
|
<hr>
|
1530
1535
|
<div class="refsect2">
|
1536
|
+
<a name="GTK-STYLE-CLASS-INSERTION-CURSOR:CAPS"></a><h3>GTK_STYLE_CLASS_INSERTION_CURSOR</h3>
|
1537
|
+
<pre class="programlisting">#define GTK_STYLE_CLASS_INSERTION_CURSOR "insertion-cursor"
|
1538
|
+
</pre>
|
1539
|
+
<p>
|
1540
|
+
A CSS class used when rendering a drag handle for
|
1541
|
+
the insertion cursor position.
|
1542
|
+
</p>
|
1543
|
+
</div>
|
1544
|
+
<hr>
|
1545
|
+
<div class="refsect2">
|
1531
1546
|
<a name="GTK-STYLE-REGION-COLUMN:CAPS"></a><h3>GTK_STYLE_REGION_COLUMN</h3>
|
1532
1547
|
<pre class="programlisting">#define GTK_STYLE_REGION_COLUMN "column"
|
1533
1548
|
</pre>
|
@@ -1654,7 +1669,7 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
|
|
1654
1669
|
<div class="refsect2">
|
1655
1670
|
<a name="gtk-style-context-add-provider-for-screen"></a><h3>gtk_style_context_add_provider_for_screen ()</h3>
|
1656
1671
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_add_provider_for_screen
|
1657
|
-
(<em class="parameter"><code><a href="
|
1672
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
1658
1673
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
1659
1674
|
<em class="parameter"><code><span class="type">guint</span> priority</code></em>);</pre>
|
1660
1675
|
<p>
|
@@ -1683,7 +1698,7 @@ over another added through this function.</p>
|
|
1683
1698
|
<tbody>
|
1684
1699
|
<tr>
|
1685
1700
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
1686
|
-
<td>a <a href="
|
1701
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
1687
1702
|
</td>
|
1688
1703
|
</tr>
|
1689
1704
|
<tr>
|
@@ -1731,7 +1746,7 @@ given state.
|
|
1731
1746
|
</tr>
|
1732
1747
|
<tr>
|
1733
1748
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1734
|
-
<td>property name /return value pairs, followed by <a href="/
|
1749
|
+
<td>property name /return value pairs, followed by <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1735
1750
|
</td>
|
1736
1751
|
</tr>
|
1737
1752
|
</tbody>
|
@@ -1742,6 +1757,12 @@ given state.
|
|
1742
1757
|
<div class="refsect2">
|
1743
1758
|
<a name="gtk-style-context-get-direction"></a><h3>gtk_style_context_get_direction ()</h3>
|
1744
1759
|
<pre class="programlisting"><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="returnvalue">GtkTextDirection</span></a> gtk_style_context_get_direction (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1760
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1761
|
+
<h3 class="title">Warning</h3>
|
1762
|
+
<p><code class="literal">gtk_style_context_get_direction</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html#gtk-style-context-get-state" title="gtk_style_context_get_state ()"><code class="function">gtk_style_context_get_state()</code></a> and
|
1763
|
+
check for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-LTR:CAPS"><span class="type">GTK_STATE_FLAG_DIR_LTR</span></a> and
|
1764
|
+
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-RTL:CAPS"><span class="type">GTK_STATE_FLAG_DIR_RTL</span></a> instead.</p>
|
1765
|
+
</div>
|
1745
1766
|
<p>
|
1746
1767
|
Returns the widget direction used for rendering.
|
1747
1768
|
</p>
|
@@ -1812,7 +1833,7 @@ See that function for details.
|
|
1812
1833
|
</tr>
|
1813
1834
|
<tr>
|
1814
1835
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1815
|
-
<td>the parent context or <a href="/
|
1836
|
+
<td>the parent context or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1816
1837
|
</td>
|
1817
1838
|
</tr>
|
1818
1839
|
</tbody>
|
@@ -1891,9 +1912,35 @@ to free any allocated memory.
|
|
1891
1912
|
<hr>
|
1892
1913
|
<div class="refsect2">
|
1893
1914
|
<a name="gtk-style-context-get-screen"></a><h3>gtk_style_context_get_screen ()</h3>
|
1894
|
-
<pre class="programlisting"><a href="
|
1915
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * gtk_style_context_get_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1916
|
+
<p>
|
1917
|
+
Returns the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> to which <em class="parameter"><code>context</code></em> is attached.
|
1918
|
+
</p>
|
1919
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1920
|
+
<colgroup>
|
1921
|
+
<col align="left" valign="top">
|
1922
|
+
<col>
|
1923
|
+
</colgroup>
|
1924
|
+
<tbody>
|
1925
|
+
<tr>
|
1926
|
+
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1927
|
+
<td>a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>
|
1928
|
+
</td>
|
1929
|
+
</tr>
|
1930
|
+
<tr>
|
1931
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1932
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1933
|
+
</td>
|
1934
|
+
</tr>
|
1935
|
+
</tbody>
|
1936
|
+
</table></div>
|
1937
|
+
</div>
|
1938
|
+
<hr>
|
1939
|
+
<div class="refsect2">
|
1940
|
+
<a name="gtk-style-context-get-frame-clock"></a><h3>gtk_style_context_get_frame_clock ()</h3>
|
1941
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1895
1942
|
<p>
|
1896
|
-
Returns the <a href="
|
1943
|
+
Returns the <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> to which <em class="parameter"><code>context</code></em> is attached.
|
1897
1944
|
</p>
|
1898
1945
|
<div class="variablelist"><table border="0" class="variablelist">
|
1899
1946
|
<colgroup>
|
@@ -1908,11 +1955,13 @@ Returns the <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span>
|
|
1908
1955
|
</tr>
|
1909
1956
|
<tr>
|
1910
1957
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1911
|
-
<td>a <a href="
|
1958
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1959
|
+
if <em class="parameter"><code>context</code></em> does not have an attached frame clock. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1912
1960
|
</td>
|
1913
1961
|
</tr>
|
1914
1962
|
</tbody>
|
1915
1963
|
</table></div>
|
1964
|
+
<p class="since">Since 3.8</p>
|
1916
1965
|
</div>
|
1917
1966
|
<hr>
|
1918
1967
|
<div class="refsect2">
|
@@ -1962,7 +2011,7 @@ current style.
|
|
1962
2011
|
</tr>
|
1963
2012
|
<tr>
|
1964
2013
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1965
|
-
<td>property name /return value pairs, followed by <a href="/
|
2014
|
+
<td>property name /return value pairs, followed by <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1966
2015
|
</td>
|
1967
2016
|
</tr>
|
1968
2017
|
</tbody>
|
@@ -2027,7 +2076,7 @@ current style.
|
|
2027
2076
|
</tr>
|
2028
2077
|
<tr>
|
2029
2078
|
<td><p><span class="term"><em class="parameter"><code>args</code></em> :</span></p></td>
|
2030
|
-
<td>va_list of property name/return location pairs, followed by <a href="/
|
2079
|
+
<td>va_list of property name/return location pairs, followed by <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2031
2080
|
</td>
|
2032
2081
|
</tr>
|
2033
2082
|
</tbody>
|
@@ -2060,7 +2109,7 @@ Retrieves several style property values from <em class="parameter"><code>context
|
|
2060
2109
|
</tr>
|
2061
2110
|
<tr>
|
2062
2111
|
<td><p><span class="term"><em class="parameter"><code>args</code></em> :</span></p></td>
|
2063
|
-
<td>va_list of property name/return location pairs, followed by <a href="/
|
2112
|
+
<td>va_list of property name/return location pairs, followed by <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2064
2113
|
</td>
|
2065
2114
|
</tr>
|
2066
2115
|
</tbody>
|
@@ -2078,7 +2127,7 @@ current <em class="parameter"><code>context</code></em>. Note that the state to
|
|
2078
2127
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-state" title="gtk_style_context_get_state ()"><code class="function">gtk_style_context_get_state()</code></a>.
|
2079
2128
|
</p>
|
2080
2129
|
<p>
|
2081
|
-
If the location is not available, <a href="/
|
2130
|
+
If the location is not available, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned. The
|
2082
2131
|
location might not be available for various reasons, such as the
|
2083
2132
|
property being overridden, <em class="parameter"><code>property</code></em> not naming a supported CSS
|
2084
2133
|
property or tracking of definitions being disabled for performance
|
@@ -2086,7 +2135,7 @@ reasons.
|
|
2086
2135
|
</p>
|
2087
2136
|
<p>
|
2088
2137
|
Shorthand CSS properties cannot be queried for a location and will
|
2089
|
-
always return <a href="/
|
2138
|
+
always return <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2090
2139
|
</p>
|
2091
2140
|
<div class="variablelist"><table border="0" class="variablelist">
|
2092
2141
|
<colgroup>
|
@@ -2106,7 +2155,7 @@ always return <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-libo
|
|
2106
2155
|
<tr>
|
2107
2156
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2108
2157
|
<td>
|
2109
|
-
<a href="/
|
2158
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> or the section where value was defined</td>
|
2110
2159
|
</tr>
|
2111
2160
|
</tbody>
|
2112
2161
|
</table></div>
|
@@ -2116,7 +2165,7 @@ always return <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-libo
|
|
2116
2165
|
<a name="gtk-style-context-get-color"></a><h3>gtk_style_context_get_color ()</h3>
|
2117
2166
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2118
2167
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
2119
|
-
<em class="parameter"><code><a href="
|
2168
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2120
2169
|
<p>
|
2121
2170
|
Gets the foreground color for a given state.
|
2122
2171
|
</p>
|
@@ -2150,7 +2199,7 @@ Gets the foreground color for a given state.
|
|
2150
2199
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_get_background_color
|
2151
2200
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2152
2201
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
2153
|
-
<em class="parameter"><code><a href="
|
2202
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2154
2203
|
<p>
|
2155
2204
|
Gets the background color for a given state.
|
2156
2205
|
</p>
|
@@ -2183,7 +2232,7 @@ Gets the background color for a given state.
|
|
2183
2232
|
<a name="gtk-style-context-get-border-color"></a><h3>gtk_style_context_get_border_color ()</h3>
|
2184
2233
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_get_border_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2185
2234
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
2186
|
-
<em class="parameter"><code><a href="
|
2235
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2187
2236
|
<p>
|
2188
2237
|
Gets the border color for a given state.
|
2189
2238
|
</p>
|
@@ -2316,8 +2365,13 @@ See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-MARGIN:CAPS" t
|
|
2316
2365
|
<hr>
|
2317
2366
|
<div class="refsect2">
|
2318
2367
|
<a name="gtk-style-context-get-font"></a><h3>gtk_style_context_get_font ()</h3>
|
2319
|
-
<pre class="programlisting">const <span class="returnvalue">PangoFontDescription</span> * gtk_style_context_get_font (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2368
|
+
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> * gtk_style_context_get_font (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2320
2369
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>);</pre>
|
2370
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2371
|
+
<h3 class="title">Warning</h3>
|
2372
|
+
<p><code class="literal">gtk_style_context_get_font</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html#gtk-style-context-get" title="gtk_style_context_get ()"><code class="function">gtk_style_context_get()</code></a> for "font" or
|
2373
|
+
subproperties instead.</p>
|
2374
|
+
</div>
|
2321
2375
|
<p>
|
2322
2376
|
Returns the font description for a given state. The returned
|
2323
2377
|
object is const and will remain valid until the
|
@@ -2340,7 +2394,7 @@ object is const and will remain valid until the
|
|
2340
2394
|
</tr>
|
2341
2395
|
<tr>
|
2342
2396
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2343
|
-
<td>the <span class="type">PangoFontDescription</span> for the given
|
2397
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> for the given
|
2344
2398
|
state. This object is owned by GTK+ and should not be
|
2345
2399
|
freed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2346
2400
|
</td>
|
@@ -2389,7 +2443,7 @@ Returns <code class="literal">TRUE</code> if there is a transition animation run
|
|
2389
2443
|
current region (see <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>).
|
2390
2444
|
</p>
|
2391
2445
|
<p>
|
2392
|
-
If <em class="parameter"><code>progress</code></em> is not <a href="/
|
2446
|
+
If <em class="parameter"><code>progress</code></em> is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, the animation progress will be returned
|
2393
2447
|
there, 0.0 means the state is closest to being unset, while 1.0 means
|
2394
2448
|
it's closest to being set. This means transition animation will
|
2395
2449
|
run from 0 to 1 when <em class="parameter"><code>state</code></em> is being set and from 1 to 0 when
|
@@ -2429,7 +2483,7 @@ it's being unset.
|
|
2429
2483
|
<a name="gtk-style-context-lookup-color"></a><h3>gtk_style_context_lookup_color ()</h3>
|
2430
2484
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2431
2485
|
<em class="parameter"><code>const <span class="type">gchar</span> *color_name</code></em>,
|
2432
|
-
<em class="parameter"><code><a href="
|
2486
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2433
2487
|
<p>
|
2434
2488
|
Looks up and resolves a color name in the <em class="parameter"><code>context</code></em> color map.
|
2435
2489
|
</p>
|
@@ -2469,7 +2523,7 @@ Looks up and resolves a color name in the <em class="parameter"><code>context</c
|
|
2469
2523
|
<p>
|
2470
2524
|
Looks up <em class="parameter"><code>stock_id</code></em> in the icon factories associated to <em class="parameter"><code>context</code></em> and
|
2471
2525
|
the default icon factory, returning an icon set if found, otherwise
|
2472
|
-
<a href="/
|
2526
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2473
2527
|
</p>
|
2474
2528
|
<div class="variablelist"><table border="0" class="variablelist">
|
2475
2529
|
<colgroup>
|
@@ -2488,7 +2542,7 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2488
2542
|
</tr>
|
2489
2543
|
<tr>
|
2490
2544
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2491
|
-
<td>The looked up <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><code class="literal">GtkIconSet</code></a>, or <a href="/
|
2545
|
+
<td>The looked up <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><code class="literal">GtkIconSet</code></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2492
2546
|
</td>
|
2493
2547
|
</tr>
|
2494
2548
|
</tbody>
|
@@ -2499,7 +2553,7 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2499
2553
|
<a name="gtk-style-context-notify-state-change"></a><h3>gtk_style_context_notify_state_change ()</h3>
|
2500
2554
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_notify_state_change
|
2501
2555
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2502
|
-
<em class="parameter"><code><a href="
|
2556
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2503
2557
|
<em class="parameter"><code><span class="type">gpointer</span> region_id</code></em>,
|
2504
2558
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
2505
2559
|
<em class="parameter"><code><span class="type">gboolean</span> state_value</code></em>);</pre>
|
@@ -2519,7 +2573,7 @@ as the animation runs, so make sure it is the same window that is being
|
|
2519
2573
|
rendered on by the gtk_render_*() functions.
|
2520
2574
|
</p>
|
2521
2575
|
<p>
|
2522
|
-
If <em class="parameter"><code>region_id</code></em> is <a href="/
|
2576
|
+
If <em class="parameter"><code>region_id</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, all rendered elements using <em class="parameter"><code>context</code></em> will be
|
2523
2577
|
affected by this state transition.
|
2524
2578
|
</p>
|
2525
2579
|
<p>
|
@@ -2572,12 +2626,12 @@ is why the style places the transition under the :hover pseudo-class.
|
|
2572
2626
|
</tr>
|
2573
2627
|
<tr>
|
2574
2628
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2575
|
-
<td>a <a href="
|
2629
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
|
2576
2630
|
</td>
|
2577
2631
|
</tr>
|
2578
2632
|
<tr>
|
2579
2633
|
<td><p><span class="term"><em class="parameter"><code>region_id</code></em> :</span></p></td>
|
2580
|
-
<td>animatable region to notify on, or <a href="/
|
2634
|
+
<td>animatable region to notify on, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2581
2635
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2582
2636
|
</td>
|
2583
2637
|
</tr>
|
@@ -2676,7 +2730,7 @@ Stops all running animations for <em class="parameter"><code>region_id</code></e
|
|
2676
2730
|
regions underneath.
|
2677
2731
|
</p>
|
2678
2732
|
<p>
|
2679
|
-
A <a href="/
|
2733
|
+
A <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>region_id</code></em> will stop all ongoing animations in <em class="parameter"><code>context</code></em>,
|
2680
2734
|
when dealing with a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> obtained through
|
2681
2735
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, this is normally done for you
|
2682
2736
|
in all circumstances you would expect all widget to be stopped,
|
@@ -2696,7 +2750,7 @@ animatable regions.
|
|
2696
2750
|
</tr>
|
2697
2751
|
<tr>
|
2698
2752
|
<td><p><span class="term"><em class="parameter"><code>region_id</code></em> :</span></p></td>
|
2699
|
-
<td>animatable region to stop, or <a href="/
|
2753
|
+
<td>animatable region to stop, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
2700
2754
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2701
2755
|
</td>
|
2702
2756
|
</tr>
|
@@ -2708,7 +2762,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2708
2762
|
<div class="refsect2">
|
2709
2763
|
<a name="gtk-style-context-scroll-animations"></a><h3>gtk_style_context_scroll_animations ()</h3>
|
2710
2764
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_scroll_animations (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2711
|
-
<em class="parameter"><code><a href="
|
2765
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2712
2766
|
<em class="parameter"><code><span class="type">gint</span> dx</code></em>,
|
2713
2767
|
<em class="parameter"><code><span class="type">gint</span> dy</code></em>);</pre>
|
2714
2768
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -2716,7 +2770,7 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2716
2770
|
<p><code class="literal">gtk_style_context_scroll_animations</code> has been deprecated since version 3.6 and should not be used in newly-written code. This function does nothing.</p>
|
2717
2771
|
</div>
|
2718
2772
|
<p>
|
2719
|
-
This function is analogous to <a href="
|
2773
|
+
This function is analogous to <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-scroll"><code class="function">gdk_window_scroll()</code></a>, and
|
2720
2774
|
should be called together with it so the invalidation
|
2721
2775
|
areas for any ongoing animation are scrolled together
|
2722
2776
|
with it.
|
@@ -2734,7 +2788,7 @@ with it.
|
|
2734
2788
|
</tr>
|
2735
2789
|
<tr>
|
2736
2790
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2737
|
-
<td>a <a href="
|
2791
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> used previously in
|
2738
2792
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a>
|
2739
2793
|
</td>
|
2740
2794
|
</tr>
|
@@ -2782,7 +2836,7 @@ Removes <em class="parameter"><code>provider</code></em> from the style provider
|
|
2782
2836
|
<div class="refsect2">
|
2783
2837
|
<a name="gtk-style-context-remove-provider-for-screen"></a><h3>gtk_style_context_remove_provider_for_screen ()</h3>
|
2784
2838
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_remove_provider_for_screen
|
2785
|
-
(<em class="parameter"><code><a href="
|
2839
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
2786
2840
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>);</pre>
|
2787
2841
|
<p>
|
2788
2842
|
Removes <em class="parameter"><code>provider</code></em> from the global style providers list in <em class="parameter"><code>screen</code></em>.
|
@@ -2795,7 +2849,7 @@ Removes <em class="parameter"><code>provider</code></em> from the global style p
|
|
2795
2849
|
<tbody>
|
2796
2850
|
<tr>
|
2797
2851
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
2798
|
-
<td>a <a href="
|
2852
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
2799
2853
|
</td>
|
2800
2854
|
</tr>
|
2801
2855
|
<tr>
|
@@ -2810,10 +2864,10 @@ Removes <em class="parameter"><code>provider</code></em> from the global style p
|
|
2810
2864
|
<hr>
|
2811
2865
|
<div class="refsect2">
|
2812
2866
|
<a name="gtk-style-context-reset-widgets"></a><h3>gtk_style_context_reset_widgets ()</h3>
|
2813
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_reset_widgets (<em class="parameter"><code><a href="
|
2867
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_reset_widgets (<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
2814
2868
|
<p>
|
2815
2869
|
This function recomputes the styles for all widgets under a particular
|
2816
|
-
<a href="
|
2870
|
+
<a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>. This is useful when some global parameter has changed that
|
2817
2871
|
affects the appearance of all widgets, because when a widget gets a new
|
2818
2872
|
style, it will both redraw and recompute any cached information about
|
2819
2873
|
its appearance. As an example, it is used when the color scheme changes
|
@@ -2826,7 +2880,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2826
2880
|
</colgroup>
|
2827
2881
|
<tbody><tr>
|
2828
2882
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
2829
|
-
<td>a <a href="
|
2883
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
2830
2884
|
</td>
|
2831
2885
|
</tr></tbody>
|
2832
2886
|
</table></div>
|
@@ -2836,7 +2890,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2836
2890
|
<div class="refsect2">
|
2837
2891
|
<a name="gtk-style-context-set-background"></a><h3>gtk_style_context_set_background ()</h3>
|
2838
2892
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_set_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2839
|
-
<em class="parameter"><code><a href="
|
2893
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2840
2894
|
<p>
|
2841
2895
|
Sets the background of <em class="parameter"><code>window</code></em> to the background pattern or
|
2842
2896
|
color specified in <em class="parameter"><code>context</code></em> for its current state.
|
@@ -2854,7 +2908,7 @@ color specified in <em class="parameter"><code>context</code></em> for its curre
|
|
2854
2908
|
</tr>
|
2855
2909
|
<tr>
|
2856
2910
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2857
|
-
<td>a <a href="
|
2911
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
|
2858
2912
|
</td>
|
2859
2913
|
</tr>
|
2860
2914
|
</tbody>
|
@@ -2911,6 +2965,12 @@ go through <a class="link" href="GtkStyleContext.html#gtk-style-context-restore"
|
|
2911
2965
|
<a name="gtk-style-context-set-direction"></a><h3>gtk_style_context_set_direction ()</h3>
|
2912
2966
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_set_direction (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2913
2967
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>);</pre>
|
2968
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2969
|
+
<h3 class="title">Warning</h3>
|
2970
|
+
<p><code class="literal">gtk_style_context_set_direction</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html#gtk-style-context-set-state" title="gtk_style_context_set_state ()"><code class="function">gtk_style_context_set_state()</code></a> with
|
2971
|
+
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-LTR:CAPS"><span class="type">GTK_STATE_FLAG_DIR_LTR</span></a> and <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-RTL:CAPS"><span class="type">GTK_STATE_FLAG_DIR_RTL</span></a>
|
2972
|
+
instead.</p>
|
2973
|
+
</div>
|
2914
2974
|
<p>
|
2915
2975
|
Sets the reading direction for rendering purposes.
|
2916
2976
|
</p>
|
@@ -3005,7 +3065,7 @@ If you are using a <a class="link" href="GtkStyleContext.html" title="GtkStyleCo
|
|
3005
3065
|
</tr>
|
3006
3066
|
<tr>
|
3007
3067
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
3008
|
-
<td>the new parent or <a href="/
|
3068
|
+
<td>the new parent or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3009
3069
|
</td>
|
3010
3070
|
</tr>
|
3011
3071
|
</tbody>
|
@@ -3288,7 +3348,7 @@ Removes a region from <em class="parameter"><code>context</code></em>.
|
|
3288
3348
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkRegionFlags" title="enum GtkRegionFlags"><span class="type">GtkRegionFlags</span></a> *flags_return</code></em>);</pre>
|
3289
3349
|
<p>
|
3290
3350
|
Returns <code class="literal">TRUE</code> if <em class="parameter"><code>context</code></em> has the region defined.
|
3291
|
-
If <em class="parameter"><code>flags_return</code></em> is not <a href="/
|
3351
|
+
If <em class="parameter"><code>flags_return</code></em> is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, it is set to the flags
|
3292
3352
|
affecting the region.
|
3293
3353
|
</p>
|
3294
3354
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -3354,7 +3414,7 @@ itself with <code class="function">g_list_free()</code> when you are done with i
|
|
3354
3414
|
<div class="refsect2">
|
3355
3415
|
<a name="gtk-style-context-set-screen"></a><h3>gtk_style_context_set_screen ()</h3>
|
3356
3416
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_set_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3357
|
-
<em class="parameter"><code><a href="
|
3417
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
3358
3418
|
<p>
|
3359
3419
|
Attaches <em class="parameter"><code>context</code></em> to the given screen.
|
3360
3420
|
</p>
|
@@ -3380,7 +3440,7 @@ call this yourself.
|
|
3380
3440
|
</tr>
|
3381
3441
|
<tr>
|
3382
3442
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
3383
|
-
<td>a <a href="
|
3443
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
3384
3444
|
</td>
|
3385
3445
|
</tr>
|
3386
3446
|
</tbody>
|
@@ -3389,6 +3449,42 @@ call this yourself.
|
|
3389
3449
|
</div>
|
3390
3450
|
<hr>
|
3391
3451
|
<div class="refsect2">
|
3452
|
+
<a name="gtk-style-context-set-frame-clock"></a><h3>gtk_style_context_set_frame_clock ()</h3>
|
3453
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_set_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3454
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>);</pre>
|
3455
|
+
<p>
|
3456
|
+
Attaches <em class="parameter"><code>context</code></em> to the given frame clock.
|
3457
|
+
</p>
|
3458
|
+
<p>
|
3459
|
+
The frame clock is used for the timing of animations.
|
3460
|
+
</p>
|
3461
|
+
<p>
|
3462
|
+
If you are using a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned from
|
3463
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, you do not need to
|
3464
|
+
call this yourself.
|
3465
|
+
</p>
|
3466
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3467
|
+
<colgroup>
|
3468
|
+
<col align="left" valign="top">
|
3469
|
+
<col>
|
3470
|
+
</colgroup>
|
3471
|
+
<tbody>
|
3472
|
+
<tr>
|
3473
|
+
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
3474
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>
|
3475
|
+
</td>
|
3476
|
+
</tr>
|
3477
|
+
<tr>
|
3478
|
+
<td><p><span class="term"><em class="parameter"><code>frame_clock</code></em> :</span></p></td>
|
3479
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>
|
3480
|
+
</td>
|
3481
|
+
</tr>
|
3482
|
+
</tbody>
|
3483
|
+
</table></div>
|
3484
|
+
<p class="since">Since 3.8</p>
|
3485
|
+
</div>
|
3486
|
+
<hr>
|
3487
|
+
<div class="refsect2">
|
3392
3488
|
<a name="gtk-style-context-set-state"></a><h3>gtk_style_context_set_state ()</h3>
|
3393
3489
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_context_set_state (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3394
3490
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> flags</code></em>);</pre>
|
@@ -3522,7 +3618,7 @@ Frees a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type"
|
|
3522
3618
|
<div class="refsect2">
|
3523
3619
|
<a name="gtk-render-arrow"></a><h3>gtk_render_arrow ()</h3>
|
3524
3620
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3525
|
-
<em class="parameter"><code><a href="/
|
3621
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3526
3622
|
<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>,
|
3527
3623
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3528
3624
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
@@ -3533,7 +3629,7 @@ Renders an arrow pointing to <em class="parameter"><code>angle</code></em>.
|
|
3533
3629
|
<p>
|
3534
3630
|
</p>
|
3535
3631
|
<div class="example">
|
3536
|
-
<a name="
|
3632
|
+
<a name="idm140617766277104"></a><p class="title"><b>Example 12. Typical arrow rendering at 0, 1⁄2 π, π and 3⁄2 π</b></p>
|
3537
3633
|
<div class="example-contents"><img src="arrows.png"></div>
|
3538
3634
|
</div>
|
3539
3635
|
<p><br class="example-break">
|
@@ -3551,7 +3647,7 @@ Renders an arrow pointing to <em class="parameter"><code>angle</code></em>.
|
|
3551
3647
|
</tr>
|
3552
3648
|
<tr>
|
3553
3649
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3554
|
-
<td>a <a href="/
|
3650
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3555
3651
|
</td>
|
3556
3652
|
</tr>
|
3557
3653
|
<tr>
|
@@ -3578,7 +3674,7 @@ Renders an arrow pointing to <em class="parameter"><code>angle</code></em>.
|
|
3578
3674
|
<div class="refsect2">
|
3579
3675
|
<a name="gtk-render-background"></a><h3>gtk_render_background ()</h3>
|
3580
3676
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3581
|
-
<em class="parameter"><code><a href="/
|
3677
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3582
3678
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3583
3679
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3584
3680
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3589,7 +3685,7 @@ Renders the background of an element.
|
|
3589
3685
|
<p>
|
3590
3686
|
</p>
|
3591
3687
|
<div class="example">
|
3592
|
-
<a name="
|
3688
|
+
<a name="idm140617766244768"></a><p class="title"><b>Example 13. Typical background rendering, showing the effect of
|
3593
3689
|
<em class="parameter"><code>background-image</code></em>,
|
3594
3690
|
<em class="parameter"><code>border-width</code></em> and
|
3595
3691
|
<em class="parameter"><code>border-radius</code></em></b></p>
|
@@ -3610,7 +3706,7 @@ Renders the background of an element.
|
|
3610
3706
|
</tr>
|
3611
3707
|
<tr>
|
3612
3708
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3613
|
-
<td>a <a href="/
|
3709
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3614
3710
|
</td>
|
3615
3711
|
</tr>
|
3616
3712
|
<tr>
|
@@ -3637,7 +3733,7 @@ Renders the background of an element.
|
|
3637
3733
|
<div class="refsect2">
|
3638
3734
|
<a name="gtk-render-check"></a><h3>gtk_render_check ()</h3>
|
3639
3735
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_check (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3640
|
-
<em class="parameter"><code><a href="/
|
3736
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3641
3737
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3642
3738
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3643
3739
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3653,7 +3749,7 @@ should be marked as undefined.
|
|
3653
3749
|
<p>
|
3654
3750
|
</p>
|
3655
3751
|
<div class="example">
|
3656
|
-
<a name="
|
3752
|
+
<a name="idm140617766207408"></a><p class="title"><b>Example 14. Typical checkmark rendering</b></p>
|
3657
3753
|
<div class="example-contents"><img src="checks.png"></div>
|
3658
3754
|
</div>
|
3659
3755
|
<p><br class="example-break">
|
@@ -3671,7 +3767,7 @@ should be marked as undefined.
|
|
3671
3767
|
</tr>
|
3672
3768
|
<tr>
|
3673
3769
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3674
|
-
<td>a <a href="/
|
3770
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3675
3771
|
</td>
|
3676
3772
|
</tr>
|
3677
3773
|
<tr>
|
@@ -3698,7 +3794,7 @@ should be marked as undefined.
|
|
3698
3794
|
<div class="refsect2">
|
3699
3795
|
<a name="gtk-render-expander"></a><h3>gtk_render_expander ()</h3>
|
3700
3796
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_expander (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3701
|
-
<em class="parameter"><code><a href="/
|
3797
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3702
3798
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3703
3799
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3704
3800
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3711,7 +3807,7 @@ determines whether the expander is collapsed or expanded.
|
|
3711
3807
|
<p>
|
3712
3808
|
</p>
|
3713
3809
|
<div class="example">
|
3714
|
-
<a name="
|
3810
|
+
<a name="idm140617766169936"></a><p class="title"><b>Example 15. Typical expander rendering</b></p>
|
3715
3811
|
<div class="example-contents"><img src="expanders.png"></div>
|
3716
3812
|
</div>
|
3717
3813
|
<p><br class="example-break">
|
@@ -3729,7 +3825,7 @@ determines whether the expander is collapsed or expanded.
|
|
3729
3825
|
</tr>
|
3730
3826
|
<tr>
|
3731
3827
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3732
|
-
<td>a <a href="/
|
3828
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3733
3829
|
</td>
|
3734
3830
|
</tr>
|
3735
3831
|
<tr>
|
@@ -3756,7 +3852,7 @@ determines whether the expander is collapsed or expanded.
|
|
3756
3852
|
<div class="refsect2">
|
3757
3853
|
<a name="gtk-render-extension"></a><h3>gtk_render_extension ()</h3>
|
3758
3854
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_extension (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3759
|
-
<em class="parameter"><code><a href="/
|
3855
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3760
3856
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3761
3857
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3762
3858
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3770,7 +3866,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>.
|
|
3770
3866
|
<p>
|
3771
3867
|
</p>
|
3772
3868
|
<div class="example">
|
3773
|
-
<a name="
|
3869
|
+
<a name="idm140617766132128"></a><p class="title"><b>Example 16. Typical extension rendering</b></p>
|
3774
3870
|
<div class="example-contents"><img src="extensions.png"></div>
|
3775
3871
|
</div>
|
3776
3872
|
<p><br class="example-break">
|
@@ -3788,7 +3884,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>.
|
|
3788
3884
|
</tr>
|
3789
3885
|
<tr>
|
3790
3886
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3791
|
-
<td>a <a href="/
|
3887
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3792
3888
|
</td>
|
3793
3889
|
</tr>
|
3794
3890
|
<tr>
|
@@ -3819,7 +3915,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>.
|
|
3819
3915
|
<div class="refsect2">
|
3820
3916
|
<a name="gtk-render-focus"></a><h3>gtk_render_focus ()</h3>
|
3821
3917
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_focus (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3822
|
-
<em class="parameter"><code><a href="/
|
3918
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3823
3919
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3824
3920
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3825
3921
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3828,7 +3924,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>.
|
|
3828
3924
|
Renders a focus indicator on the rectangle determined by <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>, <em class="parameter"><code>width</code></em>, <em class="parameter"><code>height</code></em>.
|
3829
3925
|
</p>
|
3830
3926
|
<div class="example">
|
3831
|
-
<a name="
|
3927
|
+
<a name="idm140617766096256"></a><p class="title"><b>Example 17. Typical focus rendering</b></p>
|
3832
3928
|
<div class="example-contents"><img src="focus.png"></div>
|
3833
3929
|
</div>
|
3834
3930
|
<p><br class="example-break">
|
@@ -3846,7 +3942,7 @@ Renders a focus indicator on the rectangle determined by <em class="parameter"><
|
|
3846
3942
|
</tr>
|
3847
3943
|
<tr>
|
3848
3944
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3849
|
-
<td>a <a href="/
|
3945
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3850
3946
|
</td>
|
3851
3947
|
</tr>
|
3852
3948
|
<tr>
|
@@ -3873,7 +3969,7 @@ Renders a focus indicator on the rectangle determined by <em class="parameter"><
|
|
3873
3969
|
<div class="refsect2">
|
3874
3970
|
<a name="gtk-render-frame"></a><h3>gtk_render_frame ()</h3>
|
3875
3971
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_frame (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3876
|
-
<em class="parameter"><code><a href="/
|
3972
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3877
3973
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3878
3974
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3879
3975
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3884,7 +3980,7 @@ Renders a frame around the rectangle defined by <em class="parameter"><code>x</c
|
|
3884
3980
|
<p>
|
3885
3981
|
</p>
|
3886
3982
|
<div class="example">
|
3887
|
-
<a name="
|
3983
|
+
<a name="idm140617766061824"></a><p class="title"><b>Example 18. Examples of frame rendering, showing the effect of
|
3888
3984
|
<em class="parameter"><code>border-image</code></em>,
|
3889
3985
|
<em class="parameter"><code>border-color</code></em>,
|
3890
3986
|
<em class="parameter"><code>border-width</code></em>,
|
@@ -3907,7 +4003,7 @@ junctions</b></p>
|
|
3907
4003
|
</tr>
|
3908
4004
|
<tr>
|
3909
4005
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3910
|
-
<td>a <a href="/
|
4006
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3911
4007
|
</td>
|
3912
4008
|
</tr>
|
3913
4009
|
<tr>
|
@@ -3934,7 +4030,7 @@ junctions</b></p>
|
|
3934
4030
|
<div class="refsect2">
|
3935
4031
|
<a name="gtk-render-frame-gap"></a><h3>gtk_render_frame_gap ()</h3>
|
3936
4032
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_frame_gap (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3937
|
-
<em class="parameter"><code><a href="/
|
4033
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
3938
4034
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
3939
4035
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
3940
4036
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -3951,7 +4047,7 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
3951
4047
|
<p>
|
3952
4048
|
</p>
|
3953
4049
|
<div class="example">
|
3954
|
-
<a name="
|
4050
|
+
<a name="idm140617766012272"></a><p class="title"><b>Example 19. Typical rendering of a frame with a gap</b></p>
|
3955
4051
|
<div class="example-contents"><img src="frame-gap.png"></div>
|
3956
4052
|
</div>
|
3957
4053
|
<p><br class="example-break">
|
@@ -3969,7 +4065,7 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
3969
4065
|
</tr>
|
3970
4066
|
<tr>
|
3971
4067
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
3972
|
-
<td>a <a href="/
|
4068
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
3973
4069
|
</td>
|
3974
4070
|
</tr>
|
3975
4071
|
<tr>
|
@@ -4008,7 +4104,7 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
4008
4104
|
<div class="refsect2">
|
4009
4105
|
<a name="gtk-render-handle"></a><h3>gtk_render_handle ()</h3>
|
4010
4106
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_handle (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4011
|
-
<em class="parameter"><code><a href="/
|
4107
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4012
4108
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4013
4109
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4014
4110
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -4021,7 +4117,7 @@ determined by <em class="parameter"><code>x</code></em>, <em class="parameter"><
|
|
4021
4117
|
<p>
|
4022
4118
|
</p>
|
4023
4119
|
<div class="example">
|
4024
|
-
<a name="
|
4120
|
+
<a name="idm140617765967760"></a><p class="title"><b>Example 20. Handles rendered for the paned and grip classes</b></p>
|
4025
4121
|
<div class="example-contents"><img src="handles.png"></div>
|
4026
4122
|
</div>
|
4027
4123
|
<p><br class="example-break">
|
@@ -4039,7 +4135,7 @@ determined by <em class="parameter"><code>x</code></em>, <em class="parameter"><
|
|
4039
4135
|
</tr>
|
4040
4136
|
<tr>
|
4041
4137
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4042
|
-
<td>a <a href="/
|
4138
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4043
4139
|
</td>
|
4044
4140
|
</tr>
|
4045
4141
|
<tr>
|
@@ -4066,10 +4162,10 @@ determined by <em class="parameter"><code>x</code></em>, <em class="parameter"><
|
|
4066
4162
|
<div class="refsect2">
|
4067
4163
|
<a name="gtk-render-layout"></a><h3>gtk_render_layout ()</h3>
|
4068
4164
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4069
|
-
<em class="parameter"><code><a href="/
|
4165
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4070
4166
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4071
4167
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4072
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>);</pre>
|
4168
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
4073
4169
|
<p>
|
4074
4170
|
Renders <em class="parameter"><code>layout</code></em> on the coordinates <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>
|
4075
4171
|
</p>
|
@@ -4086,7 +4182,7 @@ Renders <em class="parameter"><code>layout</code></em> on the coordinates <em cl
|
|
4086
4182
|
</tr>
|
4087
4183
|
<tr>
|
4088
4184
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4089
|
-
<td>a <a href="/
|
4185
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4090
4186
|
</td>
|
4091
4187
|
</tr>
|
4092
4188
|
<tr>
|
@@ -4099,7 +4195,7 @@ Renders <em class="parameter"><code>layout</code></em> on the coordinates <em cl
|
|
4099
4195
|
</tr>
|
4100
4196
|
<tr>
|
4101
4197
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
4102
|
-
<td>the <span class="type">PangoLayout</span> to render</td>
|
4198
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> to render</td>
|
4103
4199
|
</tr>
|
4104
4200
|
</tbody>
|
4105
4201
|
</table></div>
|
@@ -4109,7 +4205,7 @@ Renders <em class="parameter"><code>layout</code></em> on the coordinates <em cl
|
|
4109
4205
|
<div class="refsect2">
|
4110
4206
|
<a name="gtk-render-line"></a><h3>gtk_render_line ()</h3>
|
4111
4207
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_line (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4112
|
-
<em class="parameter"><code><a href="/
|
4208
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4113
4209
|
<em class="parameter"><code><span class="type">gdouble</span> x0</code></em>,
|
4114
4210
|
<em class="parameter"><code><span class="type">gdouble</span> y0</code></em>,
|
4115
4211
|
<em class="parameter"><code><span class="type">gdouble</span> x1</code></em>,
|
@@ -4130,7 +4226,7 @@ Renders a line from (x0, y0) to (x1, y1).
|
|
4130
4226
|
</tr>
|
4131
4227
|
<tr>
|
4132
4228
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4133
|
-
<td>a <a href="/
|
4229
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4134
4230
|
</td>
|
4135
4231
|
</tr>
|
4136
4232
|
<tr>
|
@@ -4157,7 +4253,7 @@ Renders a line from (x0, y0) to (x1, y1).
|
|
4157
4253
|
<div class="refsect2">
|
4158
4254
|
<a name="gtk-render-option"></a><h3>gtk_render_option ()</h3>
|
4159
4255
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_option (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4160
|
-
<em class="parameter"><code><a href="/
|
4256
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4161
4257
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4162
4258
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4163
4259
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -4170,7 +4266,7 @@ state will determine whether the option is on or off, and
|
|
4170
4266
|
<p>
|
4171
4267
|
</p>
|
4172
4268
|
<div class="example">
|
4173
|
-
<a name="
|
4269
|
+
<a name="idm140617765875712"></a><p class="title"><b>Example 21. Typical option mark rendering</b></p>
|
4174
4270
|
<div class="example-contents"><img src="options.png"></div>
|
4175
4271
|
</div>
|
4176
4272
|
<p><br class="example-break">
|
@@ -4188,7 +4284,7 @@ state will determine whether the option is on or off, and
|
|
4188
4284
|
</tr>
|
4189
4285
|
<tr>
|
4190
4286
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4191
|
-
<td>a <a href="/
|
4287
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4192
4288
|
</td>
|
4193
4289
|
</tr>
|
4194
4290
|
<tr>
|
@@ -4215,7 +4311,7 @@ state will determine whether the option is on or off, and
|
|
4215
4311
|
<div class="refsect2">
|
4216
4312
|
<a name="gtk-render-slider"></a><h3>gtk_render_slider ()</h3>
|
4217
4313
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_slider (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4218
|
-
<em class="parameter"><code><a href="/
|
4314
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4219
4315
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4220
4316
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4221
4317
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -4229,7 +4325,7 @@ or horizontal.
|
|
4229
4325
|
<p>
|
4230
4326
|
</p>
|
4231
4327
|
<div class="example">
|
4232
|
-
<a name="
|
4328
|
+
<a name="idm140617765837920"></a><p class="title"><b>Example 22. Typical slider rendering</b></p>
|
4233
4329
|
<div class="example-contents"><img src="sliders.png"></div>
|
4234
4330
|
</div>
|
4235
4331
|
<p><br class="example-break">
|
@@ -4247,7 +4343,7 @@ or horizontal.
|
|
4247
4343
|
</tr>
|
4248
4344
|
<tr>
|
4249
4345
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4250
|
-
<td>a <a href="/
|
4346
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4251
4347
|
</td>
|
4252
4348
|
</tr>
|
4253
4349
|
<tr>
|
@@ -4278,7 +4374,7 @@ or horizontal.
|
|
4278
4374
|
<div class="refsect2">
|
4279
4375
|
<a name="gtk-render-activity"></a><h3>gtk_render_activity ()</h3>
|
4280
4376
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_activity (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4281
|
-
<em class="parameter"><code><a href="/
|
4377
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4282
4378
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4283
4379
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4284
4380
|
<em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
|
@@ -4301,7 +4397,7 @@ determines whether there is activity going on.
|
|
4301
4397
|
</tr>
|
4302
4398
|
<tr>
|
4303
4399
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4304
|
-
<td>a <a href="/
|
4400
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4305
4401
|
</td>
|
4306
4402
|
</tr>
|
4307
4403
|
<tr>
|
@@ -4352,7 +4448,7 @@ in a pixbuf.
|
|
4352
4448
|
<tr>
|
4353
4449
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
4354
4450
|
<td>the size to render the icon at. A size of (GtkIconSize) -1
|
4355
|
-
means render at the size of the source and don't scale. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
4451
|
+
means render at the size of the source and don't scale. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> int]</span>
|
4356
4452
|
</td>
|
4357
4453
|
</tr>
|
4358
4454
|
<tr>
|
@@ -4368,7 +4464,7 @@ means render at the size of the source and don't scale. <span class="annotation"
|
|
4368
4464
|
<div class="refsect2">
|
4369
4465
|
<a name="gtk-render-icon"></a><h3>gtk_render_icon ()</h3>
|
4370
4466
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4371
|
-
<em class="parameter"><code><a href="/
|
4467
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4372
4468
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
4373
4469
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4374
4470
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>);</pre>
|
@@ -4388,7 +4484,7 @@ Renders the icon in <em class="parameter"><code>pixbuf</code></em> at the specif
|
|
4388
4484
|
</tr>
|
4389
4485
|
<tr>
|
4390
4486
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4391
|
-
<td>a <a href="/
|
4487
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4392
4488
|
</td>
|
4393
4489
|
</tr>
|
4394
4490
|
<tr>
|
@@ -4413,12 +4509,12 @@ Renders the icon in <em class="parameter"><code>pixbuf</code></em> at the specif
|
|
4413
4509
|
<div class="refsect2">
|
4414
4510
|
<a name="gtk-render-insertion-cursor"></a><h3>gtk_render_insertion_cursor ()</h3>
|
4415
4511
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4416
|
-
<em class="parameter"><code><a href="/
|
4512
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
4417
4513
|
<em class="parameter"><code><span class="type">gdouble</span> x</code></em>,
|
4418
4514
|
<em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
|
4419
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
4515
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
4420
4516
|
<em class="parameter"><code><span class="type">int</span> index</code></em>,
|
4421
|
-
<em class="parameter"><code><span class="type">PangoDirection</span> direction</code></em>);</pre>
|
4517
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);</pre>
|
4422
4518
|
<p>
|
4423
4519
|
Draws a text caret on <em class="parameter"><code>cr</code></em> at the specified index of <em class="parameter"><code>layout</code></em>.
|
4424
4520
|
</p>
|
@@ -4435,7 +4531,7 @@ Draws a text caret on <em class="parameter"><code>cr</code></em> at the specifie
|
|
4435
4531
|
</tr>
|
4436
4532
|
<tr>
|
4437
4533
|
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
4438
|
-
<td>a <a href="/
|
4534
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>
|
4439
4535
|
</td>
|
4440
4536
|
</tr>
|
4441
4537
|
<tr>
|
@@ -4448,16 +4544,16 @@ Draws a text caret on <em class="parameter"><code>cr</code></em> at the specifie
|
|
4448
4544
|
</tr>
|
4449
4545
|
<tr>
|
4450
4546
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
4451
|
-
<td>the <span class="type">PangoLayout</span> of the text</td>
|
4547
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> of the text</td>
|
4452
4548
|
</tr>
|
4453
4549
|
<tr>
|
4454
4550
|
<td><p><span class="term"><em class="parameter"><code>index</code></em> :</span></p></td>
|
4455
|
-
<td>the index in the <span class="type">PangoLayout</span>
|
4551
|
+
<td>the index in the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
4456
4552
|
</td>
|
4457
4553
|
</tr>
|
4458
4554
|
<tr>
|
4459
4555
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
4460
|
-
<td>the <span class="type">PangoDirection</span> of the text</td>
|
4556
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> of the text</td>
|
4461
4557
|
</tr>
|
4462
4558
|
</tbody>
|
4463
4559
|
</table></div>
|
@@ -4474,6 +4570,12 @@ Draws a text caret on <em class="parameter"><code>cr</code></em> at the specifie
|
|
4474
4570
|
</div>
|
4475
4571
|
<hr>
|
4476
4572
|
<div class="refsect2">
|
4573
|
+
<a name="GtkStyleContext--paint-clock"></a><h3>The <code class="literal">"paint-clock"</code> property</h3>
|
4574
|
+
<pre class="programlisting"> "paint-clock" <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>* : Read / Write</pre>
|
4575
|
+
<p>The associated GdkFrameClock.</p>
|
4576
|
+
</div>
|
4577
|
+
<hr>
|
4578
|
+
<div class="refsect2">
|
4477
4579
|
<a name="GtkStyleContext--parent"></a><h3>The <code class="literal">"parent"</code> property</h3>
|
4478
4580
|
<pre class="programlisting"> "parent" <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>* : Read / Write</pre>
|
4479
4581
|
<p>
|
@@ -4485,7 +4587,7 @@ for details.
|
|
4485
4587
|
<hr>
|
4486
4588
|
<div class="refsect2">
|
4487
4589
|
<a name="GtkStyleContext--screen"></a><h3>The <code class="literal">"screen"</code> property</h3>
|
4488
|
-
<pre class="programlisting"> "screen" <a href="
|
4590
|
+
<pre class="programlisting"> "screen" <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write</pre>
|
4489
4591
|
<p>The associated GdkScreen.</p>
|
4490
4592
|
</div>
|
4491
4593
|
</div>
|
@@ -4500,6 +4602,6 @@ for details.
|
|
4500
4602
|
</div>
|
4501
4603
|
<div class="footer">
|
4502
4604
|
<hr>
|
4503
|
-
Generated by GTK-Doc V1.18
|
4605
|
+
Generated by GTK-Doc V1.18</div>
|
4504
4606
|
</body>
|
4505
4607
|
</html>
|