gdk3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +6 -2
- data/ext/gdk3/extconf.rb +4 -1
- data/ext/gdk3/gdk3.def +2 -2
- data/ext/gdk3/rbgdk.c +5 -51
- data/ext/gdk3/rbgdk3.h +6 -4
- data/ext/gdk3/rbgdk3conversions.h +5 -2
- data/ext/gdk3/rbgdk3private.h +1 -6
- data/ext/gdk3/rbgdkcairo.c +0 -4
- data/ext/gdk3/rbgdkdevice.c +60 -4
- data/ext/gdk3/rbgdkdevicemanager.c +39 -0
- data/ext/gdk3/rbgdkdisplay.c +8 -63
- data/ext/gdk3/rbgdkevent.c +644 -396
- data/ext/gdk3/rbgdkwindow.c +29 -32
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/lib/gdk3/deprecated.rb +13 -1
- data/test/test-gdk-event.rb +598 -0
- data/test/test-gdk-rgba.rb +2 -2
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +13 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +17 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +40 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +35 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +38 -37
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +50 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +22 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms-compat.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeysyms.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +25 -9
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +4 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkprivate.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +8 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +33 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +9 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +53 -23
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +21 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -65
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +182 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32misc.h +113 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h +55 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkaction.h → deprecated/gtkaction.h} +43 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkactiongroup.h → deprecated/gtkactiongroup.h} +31 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkactivatable.h → deprecated/gtkactivatable.h} +10 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkiconfactory.h → deprecated/gtkiconfactory.h} +43 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkimagemenuitem.h → deprecated/gtkimagemenuitem.h} +12 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkradioaction.h → deprecated/gtkradioaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtkrecentaction.h → deprecated/gtkrecentaction.h} +6 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkstock.h → deprecated/gtkstock.h} +333 -106
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +20 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/{gtktoggleaction.h → deprecated/gtktoggleaction.h} +8 -1
- data/vendor/local/include/gtk-3.0/gtk/{gtkuimanager.h → deprecated/gtkuimanager.h} +21 -2
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +17 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +22 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +43 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +16 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +36 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +69 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +28 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +29 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +64 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkheaderbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +76 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +37 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +232 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +45 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +26 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +125 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +34 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +29 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +33 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +38 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrevealer.h +82 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +19 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchbar.h +95 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +52 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizerequest.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +25 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +105 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +65 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +35 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +122 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextdisplay.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +106 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +48 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +15 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +18 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +68 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +12 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +24 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +94 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +53 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +123 -108
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +365 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +30 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +119 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +2 -2
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +2639 -2145
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +21620 -16038
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +8 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +25 -0
- data/vendor/local/share/gtk-3.0/gtkbuilder.rng +19 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +43 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +17 -20
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +9 -9
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +114 -18
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +26 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +14 -16
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +58 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +39 -51
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +27 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +148 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +10 -13
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +41 -17
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +36 -28
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +187 -58
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +159 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +119 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +33 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +70 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +93 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +18 -21
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +59 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +15 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +13 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +14 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +40 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +425 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +363 -106
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +264 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +38 -2
- data/vendor/local/share/gtk-doc/html/gdk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -6
- data/vendor/local/share/gtk-doc/html/gdk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +12 -9
- data/vendor/local/share/gtk-doc/html/gdk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gdk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +38 -11
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +347 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +158 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +58 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +82 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +91 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +341 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +82 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +36 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +43 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +42 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +121 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +67 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +37 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +34 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +229 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +503 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +15 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +19 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +451 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +25 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +64 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +80 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +102 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +146 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +60 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +50 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +51 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +983 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +50 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +53 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +36 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +437 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +514 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +57 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +191 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +708 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +32 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +108 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +230 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +28 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +42 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +67 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +84 -133
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +76 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +32 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +49 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +20 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +23 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +114 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1137 -138
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +113 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +35 -20
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +14 -11
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/aboutdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/accel-label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +41 -59
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +41 -44
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +666 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +27 -30
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +1825 -224
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +917 -112
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/appchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/assistant.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +157 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +1773 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +20 -14
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +232 -156
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch24s02.html} +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch26s02.html} +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch28s02.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch28s03.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/check-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/color-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/colorchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/combo-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/drawing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/exampleapp.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/file-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/filechooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/font-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontchooser.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/frame.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app1.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app2.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app3.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app4.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app6.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app7.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app8.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/getting-started-app9.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/grid-packing.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +20 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +147 -965
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +27 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +26 -49
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +20 -23
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +32 -56
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +26 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkPlug.html +303 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSocket.html +273 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +45 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +568 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +40 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +248 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +6347 -6099
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +139 -118
- data/vendor/local/share/gtk-doc/html/gtk3/headerbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/hello-world.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/icon-view.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/image.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +248 -209
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +5994 -5707
- data/vendor/local/share/gtk-doc/html/gtk3/info-bar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/label.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/levelbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/link-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-and-tree.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/list-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/lock-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menu-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/menubar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/messagedialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/multiline-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/notebook.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pagesetupdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/panes.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/placessidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +75 -0
- data/vendor/local/share/gtk-doc/html/gtk3/printdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/progressbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/radio-group.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/recentchooserdialog.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scales.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrollbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/scrolledwindow.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/search-entry.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/separator.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinbutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/spinner.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stack.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/stackswitcher.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/statusbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtk3/switch.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/toggle-button.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolbar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/toolpalette.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/volumebutton.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window-default.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/window.png +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- metadata +86 -39
- data/vendor/local/lib/gdk-win32-3.0.def +0 -539
- data/vendor/local/lib/gtk-win32-3.0.def +0 -3875
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +0 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +0 -388
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +0 -362
- data/vendor/local/share/gtk-doc/html/gtk3/colorsel.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/fontsel.png +0 -0
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkVolumeButton</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkVolumeButton</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
|
9
9
|
<link rel="prev" href="GtkScaleButton.html" title="GtkScaleButton">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="GtkLockButton.html" title="GtkLockButton">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ButtonWidgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkSwitch.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkVolumeButton.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkVolumeButton.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#GtkVolumeButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
24
|
|
|
32
25
|
<a href="#GtkVolumeButton.properties" class="shortcut">Properties</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="ButtonWidgets.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="GtkScaleButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="GtkLockButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="GtkVolumeButton"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -130,6 +127,6 @@ be used.
|
|
130
127
|
</div>
|
131
128
|
<div class="footer">
|
132
129
|
<hr>
|
133
|
-
Generated by GTK-Doc V1.
|
130
|
+
Generated by GTK-Doc V1.19.1</div>
|
134
131
|
</body>
|
135
132
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkWidget</title>
|
5
|
+
<title>GTK+ 3 Reference Manual: GtkWidget</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="AbstractObjects.html" title="Abstract Base Classes">
|
10
10
|
<link rel="next" href="GtkContainer.html" title="GtkContainer">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="AbstractObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="GtkContainer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#GtkWidget.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#GtkWidget.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -36,8 +29,12 @@
|
|
36
29
|
<a href="#GtkWidget.style-properties" class="shortcut">Style Properties</a>
|
37
30
|
|
|
38
31
|
<a href="#GtkWidget.signals" class="shortcut">Signals</a>
|
39
|
-
</td
|
40
|
-
|
32
|
+
</td>
|
33
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
34
|
+
<td><a accesskey="u" href="AbstractObjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
35
|
+
<td><a accesskey="p" href="AbstractObjects.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
36
|
+
<td><a accesskey="n" href="GtkContainer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
37
|
+
</tr></table>
|
41
38
|
<div class="refentry">
|
42
39
|
<a name="GtkWidget"></a><div class="titlepage"></div>
|
43
40
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -77,11 +74,12 @@ enum <a class="link" href="GtkWidget.html#GtkWidgetHelpType" titl
|
|
77
74
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-realize" title="gtk_widget_realize ()">gtk_widget_realize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
78
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-unrealize" title="gtk_widget_unrealize ()">gtk_widget_unrealize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
79
76
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-draw" title="gtk_widget_draw ()">gtk_widget_draw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
80
|
-
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>);
|
77
|
+
<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>);
|
81
78
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-draw" title="gtk_widget_queue_draw ()">gtk_widget_queue_draw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
82
79
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-resize" title="gtk_widget_queue_resize ()">gtk_widget_queue_resize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
83
80
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-resize-no-redraw" title="gtk_widget_queue_resize_no_redraw ()">gtk_widget_queue_resize_no_redraw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
84
81
|
<a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-frame-clock" title="gtk_widget_get_frame_clock ()">gtk_widget_get_frame_clock</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
82
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-scale-factor" title="gtk_widget_get_scale_factor ()">gtk_widget_get_scale_factor</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
85
83
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkWidget.html#GtkTickCallback" title="GtkTickCallback ()">*GtkTickCallback</a>) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
86
84
|
<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>,
|
87
85
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
@@ -97,6 +95,10 @@ enum <a class="link" href="GtkWidget.html#GtkWidgetHelpType" titl
|
|
97
95
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);
|
98
96
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-size-allocate" title="gtk_widget_size_allocate ()">gtk_widget_size_allocate</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
99
97
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAllocation" title="GtkAllocation"><span class="type">GtkAllocation</span></a> *allocation</code></em>);
|
98
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-size-allocate-with-baseline" title="gtk_widget_size_allocate_with_baseline ()">gtk_widget_size_allocate_with_baseline</a>
|
99
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
100
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAllocation" title="GtkAllocation"><span class="type">GtkAllocation</span></a> *allocation</code></em>,
|
101
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> baseline</code></em>);
|
100
102
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-add-accelerator" title="gtk_widget_add_accelerator ()">gtk_widget_add_accelerator</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
101
103
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_signal</code></em>,
|
102
104
|
<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
|
@@ -185,10 +187,10 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
185
187
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-default-direction" title="gtk_widget_set_default_direction ()">gtk_widget_set_default_direction</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> dir</code></em>);
|
186
188
|
<a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="returnvalue">GtkTextDirection</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-default-direction" title="gtk_widget_get_default_direction ()">gtk_widget_get_default_direction</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
187
189
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-shape-combine-region" title="gtk_widget_shape_combine_region ()">gtk_widget_shape_combine_region</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
188
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);
|
190
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
|
189
191
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-input-shape-combine-region" title="gtk_widget_input_shape_combine_region ()">gtk_widget_input_shape_combine_region</a>
|
190
192
|
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
191
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);
|
193
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
|
192
194
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-path" title="gtk_widget_path ()">gtk_widget_path</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
193
195
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *path_length</code></em>,
|
194
196
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path</code></em>,
|
@@ -206,7 +208,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
206
208
|
<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>,
|
207
209
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
208
210
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-font" title="gtk_widget_override_font ()">gtk_widget_override_font</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
209
|
-
<em class="parameter"><code>const <span class="type">PangoFontDescription</span> *font_desc</code></em>);
|
211
|
+
<em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);
|
210
212
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-symbolic-color" title="gtk_widget_override_symbolic_color ()">gtk_widget_override_symbolic_color</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
211
213
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
212
214
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
|
@@ -229,13 +231,13 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
229
231
|
<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>,
|
230
232
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
231
233
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-font" title="gtk_widget_modify_font ()">gtk_widget_modify_font</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
232
|
-
<em class="parameter"><code><span class="type">PangoFontDescription</span> *font_desc</code></em>);
|
234
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);
|
233
235
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_widget_modify_cursor ()">gtk_widget_modify_cursor</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
234
236
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
|
235
237
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);
|
236
|
-
<span class="returnvalue">PangoContext</span> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()">gtk_widget_create_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
237
|
-
<span class="returnvalue">PangoContext</span> * <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()">gtk_widget_get_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
238
|
-
<span class="returnvalue">PangoLayout</span> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-layout" title="gtk_widget_create_pango_layout ()">gtk_widget_create_pango_layout</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
238
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()">gtk_widget_create_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
239
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()">gtk_widget_get_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
240
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-layout" title="gtk_widget_create_pango_layout ()">gtk_widget_create_pango_layout</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
239
241
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);
|
240
242
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-render-icon" title="gtk_widget_render_icon ()">gtk_widget_render_icon</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
241
243
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
@@ -252,7 +254,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
252
254
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
253
255
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
|
254
256
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-draw-region" title="gtk_widget_queue_draw_region ()">gtk_widget_queue_draw_region</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
255
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);
|
257
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
|
256
258
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-app-paintable" title="gtk_widget_set_app_paintable ()">gtk_widget_set_app_paintable</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
257
259
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> app_paintable</code></em>);
|
258
260
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-double-buffered" title="gtk_widget_set_double_buffered ()">gtk_widget_set_double_buffered</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -276,8 +278,8 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
276
278
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html#GParamSpec"><span class="returnvalue">GParamSpec</span></a> ** <a class="link" href="GtkWidget.html#gtk-widget-class-list-style-properties" title="gtk_widget_class_list_style_properties ()">gtk_widget_class_list_style_properties</a>
|
277
279
|
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *klass</code></em>,
|
278
280
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *n_properties</code></em>);
|
279
|
-
<span class="returnvalue">cairo_region_t</span> * <a class="link" href="GtkWidget.html#gtk-widget-region-intersect" title="gtk_widget_region_intersect ()">gtk_widget_region_intersect</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
280
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);
|
281
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-region-intersect" title="gtk_widget_region_intersect ()">gtk_widget_region_intersect</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
282
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
|
281
283
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkWidget.html#gtk-widget-send-expose" title="gtk_widget_send_expose ()">gtk_widget_send_expose</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
282
284
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
|
283
285
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-widget-send-focus-change" title="gtk_widget_send_focus_change ()">gtk_widget_send_focus_change</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -352,9 +354,9 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
352
354
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
353
355
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-unregister-window" title="gtk_widget_unregister_window ()">gtk_widget_unregister_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
354
356
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
355
|
-
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-cairo-should-draw-window" title="gtk_cairo_should_draw_window ()">gtk_cairo_should_draw_window</a> (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
357
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-cairo-should-draw-window" title="gtk_cairo_should_draw_window ()">gtk_cairo_should_draw_window</a> (<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>,
|
356
358
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
357
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-cairo-transform-to-window" title="gtk_cairo_transform_to_window ()">gtk_cairo_transform_to_window</a> (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
359
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-cairo-transform-to-window" title="gtk_cairo_transform_to_window ()">gtk_cairo_transform_to_window</a> (<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>,
|
358
360
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
359
361
|
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
360
362
|
<span class="returnvalue">int</span> <a class="link" href="GtkWidget.html#gtk-widget-get-allocated-width" title="gtk_widget_get_allocated_width ()">gtk_widget_get_allocated_width</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
@@ -363,6 +365,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
|
|
363
365
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAllocation" title="GtkAllocation"><span class="type">GtkAllocation</span></a> *allocation</code></em>);
|
364
366
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-allocation" title="gtk_widget_set_allocation ()">gtk_widget_set_allocation</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
365
367
|
<em class="parameter"><code>const <a class="link" href="GtkWidget.html#GtkAllocation" title="GtkAllocation"><span class="type">GtkAllocation</span></a> *allocation</code></em>);
|
368
|
+
<span class="returnvalue">int</span> <a class="link" href="GtkWidget.html#gtk-widget-get-allocated-baseline" title="gtk_widget_get_allocated_baseline ()">gtk_widget_get_allocated_baseline</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
366
369
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-app-paintable" title="gtk_widget_get_app_paintable ()">gtk_widget_get_app_paintable</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
367
370
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-can-default" title="gtk_widget_get_can_default ()">gtk_widget_get_can_default</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
368
371
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-can-default" title="gtk_widget_set_can_default ()">gtk_widget_set_can_default</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -447,6 +450,13 @@ struct <a class="link" href="GtkWidget.html#GtkRequestedSize" title
|
|
447
450
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
|
448
451
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *minimum_width</code></em>,
|
449
452
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *natural_width</code></em>);
|
453
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-preferred-height-and-baseline-for-width" title="gtk_widget_get_preferred_height_and_baseline_for_width ()">gtk_widget_get_preferred_height_and_baseline_for_width</a>
|
454
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
455
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
456
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *minimum_height</code></em>,
|
457
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *natural_height</code></em>,
|
458
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *minimum_baseline</code></em>,
|
459
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *natural_baseline</code></em>);
|
450
460
|
<a class="link" href="GtkWidget.html#GtkSizeRequestMode" title="enum GtkSizeRequestMode"><span class="returnvalue">GtkSizeRequestMode</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-request-mode" title="gtk_widget_get_request_mode ()">gtk_widget_get_request_mode</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
451
461
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-preferred-size" title="gtk_widget_get_preferred_size ()">gtk_widget_get_preferred_size</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
452
462
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *minimum_size</code></em>,
|
@@ -460,6 +470,7 @@ enum <a class="link" href="GtkWidget.html#GtkAlign" title="enum G
|
|
460
470
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-halign" title="gtk_widget_set_halign ()">gtk_widget_set_halign</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
461
471
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="type">GtkAlign</span></a> align</code></em>);
|
462
472
|
<a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="returnvalue">GtkAlign</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-valign" title="gtk_widget_get_valign ()">gtk_widget_get_valign</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
473
|
+
<a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="returnvalue">GtkAlign</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-valign-with-baseline" title="gtk_widget_get_valign_with_baseline ()">gtk_widget_get_valign_with_baseline</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
463
474
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-valign" title="gtk_widget_set_valign ()">gtk_widget_set_valign</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
464
475
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="type">GtkAlign</span></a> align</code></em>);
|
465
476
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-margin-left" title="gtk_widget_get_margin_left ()">gtk_widget_get_margin_left</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
@@ -490,6 +501,43 @@ enum <a class="link" href="GtkWidget.html#GtkAlign" title="enum G
|
|
490
501
|
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-compute-expand" title="gtk_widget_queue_compute_expand ()">gtk_widget_queue_compute_expand</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
491
502
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWidget.html#gtk-widget-compute-expand" title="gtk_widget_compute_expand ()">gtk_widget_compute_expand</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
492
503
|
<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>);
|
504
|
+
|
505
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-init-template" title="gtk_widget_init_template ()">gtk_widget_init_template</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
506
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()">gtk_widget_class_set_template</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
507
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> *template_bytes</code></em>);
|
508
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-set-template-from-resource" title="gtk_widget_class_set_template_from_resource ()">gtk_widget_class_set_template_from_resource</a>
|
509
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
510
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *resource_name</code></em>);
|
511
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-template-child" title="gtk_widget_get_template_child ()">gtk_widget_get_template_child</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
512
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
513
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
|
514
|
+
#define <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child" title="gtk_widget_class_bind_template_child()">gtk_widget_class_bind_template_child</a>(widget_class,
|
515
|
+
TypeName,
|
516
|
+
member_name)
|
517
|
+
#define <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-internal" title="gtk_widget_class_bind_template_child_internal()">gtk_widget_class_bind_template_child_internal</a>(widget_class,
|
518
|
+
TypeName,
|
519
|
+
member_name)
|
520
|
+
#define <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-private" title="gtk_widget_class_bind_template_child_private()">gtk_widget_class_bind_template_child_private</a>(widget_class,
|
521
|
+
TypeName,
|
522
|
+
member_name)
|
523
|
+
#define <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-internal-private" title="gtk_widget_class_bind_template_child_internal_private()">gtk_widget_class_bind_template_child_internal_private</a>(widget_class,
|
524
|
+
TypeName,
|
525
|
+
member_name)
|
526
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-full" title="gtk_widget_class_bind_template_child_full ()">gtk_widget_class_bind_template_child_full</a>
|
527
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
528
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
529
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> internal_child</code></em>,
|
530
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> struct_offset</code></em>);
|
531
|
+
#define <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-callback" title="gtk_widget_class_bind_template_callback()">gtk_widget_class_bind_template_callback</a>(widget_class,
|
532
|
+
callback)
|
533
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-callback-full" title="gtk_widget_class_bind_template_callback_full ()">gtk_widget_class_bind_template_callback_full</a>
|
534
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
535
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *callback_name</code></em>,
|
536
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback_symbol</code></em>);
|
537
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-set-connect-func" title="gtk_widget_class_set_connect_func ()">gtk_widget_class_set_connect_func</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
538
|
+
<em class="parameter"><code><a class="link" href="GtkBuilder.html#GtkBuilderConnectFunc" title="GtkBuilderConnectFunc ()"><span class="type">GtkBuilderConnectFunc</span></a> connect_func</code></em>,
|
539
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> connect_data</code></em>,
|
540
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> connect_data_destroy</code></em>);
|
493
541
|
</pre>
|
494
542
|
</div>
|
495
543
|
<div class="refsect1">
|
@@ -558,6 +606,7 @@ GtkWidget implements
|
|
558
606
|
"<a class="link" href="GtkWidget.html#GtkWidget--opacity" title='The "opacity" property'>opacity</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
559
607
|
"<a class="link" href="GtkWidget.html#GtkWidget--parent" title='The "parent" property'>parent</a>" <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>* : Read / Write
|
560
608
|
"<a class="link" href="GtkWidget.html#GtkWidget--receives-default" title='The "receives-default" property'>receives-default</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
609
|
+
"<a class="link" href="GtkWidget.html#GtkWidget--scale-factor" title='The "scale-factor" property'>scale-factor</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
561
610
|
"<a class="link" href="GtkWidget.html#GtkWidget--sensitive" title='The "sensitive" property'>sensitive</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
562
611
|
"<a class="link" href="GtkWidget.html#GtkWidget--style" title='The "style" property'>style</a>" <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a>* : Read / Write
|
563
612
|
"<a class="link" href="GtkWidget.html#GtkWidget--tooltip-markup" title='The "tooltip-markup" property'>tooltip-markup</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
@@ -694,6 +743,7 @@ of five virtual methods:
|
|
694
743
|
<li class="listitem"><a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height"><code class="function">GtkWidgetClass.get_preferred_height()</code></a></li>
|
695
744
|
<li class="listitem"><a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height-for-width"><code class="function">GtkWidgetClass.get_preferred_height_for_width()</code></a></li>
|
696
745
|
<li class="listitem"><a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-width-for-height"><code class="function">GtkWidgetClass.get_preferred_width_for_height()</code></a></li>
|
746
|
+
<li class="listitem"><a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height-and-baseline-for-width"><code class="function">GtkWidgetClass.get_preferred_height_and_baseline_for_width()</code></a></li>
|
697
747
|
</ul></div>
|
698
748
|
<p>
|
699
749
|
</p>
|
@@ -817,7 +867,7 @@ may need to know its natural size. In these cases, the widget should
|
|
817
867
|
be careful to call its virtual methods directly, like this:
|
818
868
|
</p>
|
819
869
|
<div class="example">
|
820
|
-
<a name="id-1.
|
870
|
+
<a name="id-1.3.19.2.10.3.1.14.1"></a><p class="title"><b>Example 67. Widget calling its own size request method.</b></p>
|
821
871
|
<div class="example-contents">
|
822
872
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
823
873
|
<tbody>
|
@@ -851,6 +901,30 @@ container, you <span class="emphasis"><em>must</em></span> use the wrapper APIs.
|
|
851
901
|
Otherwise, you would not properly consider widget margins,
|
852
902
|
<a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a>, and so forth.
|
853
903
|
</p>
|
904
|
+
<p>
|
905
|
+
Since 3.10 Gtk+ also supports baseline vertical alignment of widgets. This
|
906
|
+
means that widgets are positioned such that the typographical baseline of
|
907
|
+
widgets in the same row are aligned. This happens if a widget supports baselines,
|
908
|
+
has a vertical alignment of <a class="link" href="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"><code class="literal">GTK_ALIGN_BASELINE</code></a>, and is inside a container
|
909
|
+
that supports baselines and has a natural "row" that it aligns to the baseline,
|
910
|
+
or a baseline assigned to it by the grandparent.
|
911
|
+
</p>
|
912
|
+
<p>
|
913
|
+
Baseline alignment support for a widget is done by the <a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height-and-baseline-for-width"><code class="function">GtkWidgetClass.get_preferred_height_and_baseline_for_width()</code></a>
|
914
|
+
virtual function. It allows you to report a baseline in combination with the
|
915
|
+
minimum and natural height. If there is no baseline you can return -1 to indicate
|
916
|
+
this. The default implementation of this virtual function calls into the
|
917
|
+
<a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height"><code class="function">GtkWidgetClass.get_preferred_height()</code></a> and <a class="link" href="GtkWidget.html#GtkWidgetClass.get-preferred-height-for-width"><code class="function">GtkWidgetClass.get_preferred_height_for_width()</code></a>,
|
918
|
+
so if baselines are not supported it doesn't need to be implemented.
|
919
|
+
</p>
|
920
|
+
<p>
|
921
|
+
If a widget ends up baseline aligned it will be allocated all the space in the parent
|
922
|
+
as if it was <a class="link" href="GtkWidget.html#GTK-ALIGN-FILL:CAPS"><code class="literal">GTK_ALIGN_FILL</code></a>, but the selected baseline can be found via <a class="link" href="GtkWidget.html#gtk-widget-get-allocated-baseline" title="gtk_widget_get_allocated_baseline ()"><code class="function">gtk_widget_get_allocated_baseline()</code></a>.
|
923
|
+
If this has a value other than -1 you need to align the widget such that the baseline
|
924
|
+
appears at the position.
|
925
|
+
</p>
|
926
|
+
<p>
|
927
|
+
</p>
|
854
928
|
</div>
|
855
929
|
<p>
|
856
930
|
</p>
|
@@ -885,7 +959,7 @@ custom <accelerator> element, which has attributes named key,
|
|
885
959
|
modifiers and signal and allows to specify accelerators.
|
886
960
|
</p>
|
887
961
|
<div class="example">
|
888
|
-
<a name="id-1.
|
962
|
+
<a name="id-1.3.19.2.10.3.3.3"></a><p class="title"><b>Example 68. A UI definition fragment specifying an accelerator</b></p>
|
889
963
|
<div class="example-contents">
|
890
964
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
891
965
|
<tbody>
|
@@ -909,7 +983,7 @@ Properties on the accessible implementation of an object can be set by accessing
|
|
909
983
|
internal child "accessible" of a <span class="structname">GtkWidget</span>.
|
910
984
|
</p>
|
911
985
|
<div class="example">
|
912
|
-
<a name="id-1.
|
986
|
+
<a name="id-1.3.19.2.10.3.3.5"></a><p class="title"><b>Example 69. A UI definition fragment specifying an accessible</b></p>
|
913
987
|
<div class="example-contents">
|
914
988
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
915
989
|
<tbody>
|
@@ -953,7 +1027,7 @@ Finally, GtkWidget allows style information such as style classes to
|
|
953
1027
|
be associated with widgets, using the custom <style> element:
|
954
1028
|
</p>
|
955
1029
|
<div class="example">
|
956
|
-
<a name="id-1.
|
1030
|
+
<a name="id-1.3.19.2.10.3.3.6.1"></a><p class="title"><b>Example 70. A UI definition fragment specifying an style class</b></p>
|
957
1031
|
<div class="example-contents">
|
958
1032
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
959
1033
|
<tbody>
|
@@ -975,6 +1049,97 @@ be associated with widgets, using the custom <style> element:
|
|
975
1049
|
</table>
|
976
1050
|
</div>
|
977
1051
|
|
1052
|
+
</div>
|
1053
|
+
<p><br class="example-break">
|
1054
|
+
</p>
|
1055
|
+
</div>
|
1056
|
+
<p>
|
1057
|
+
</p>
|
1058
|
+
<hr>
|
1059
|
+
<div class="refsect2">
|
1060
|
+
<a name="GtkWidget-BUILDER-TEMPLATES"></a><h3>Building composite widgets from template XML</h3>
|
1061
|
+
<p>
|
1062
|
+
GtkWidget exposes some facilities to automate the proceedure
|
1063
|
+
of creating composite widgets using <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> interface description
|
1064
|
+
language.
|
1065
|
+
</p>
|
1066
|
+
<p>
|
1067
|
+
To create composite widgets with <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> XML, one must associate
|
1068
|
+
the interface description with the widget class at class initialization
|
1069
|
+
time using <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>.
|
1070
|
+
</p>
|
1071
|
+
<p>
|
1072
|
+
The interface description semantics expected in composite template descriptions
|
1073
|
+
is slightly different from regulare <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> XML.
|
1074
|
+
</p>
|
1075
|
+
<p>
|
1076
|
+
Unlike regular interface descriptions, <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a> will expect a
|
1077
|
+
<template> tag as a direct child of the toplevel <interface>
|
1078
|
+
tag. The <template> tag must specify the "class" attribute which
|
1079
|
+
must be the type name of the widget. Optionally, the "parent" attribute
|
1080
|
+
may be specified to specify the direct parent type of the widget type, this
|
1081
|
+
is ignored by the GtkBuilder but required for Glade to introspect what kind
|
1082
|
+
of properties and internal children exist for a given type when the actual
|
1083
|
+
type does not exist.
|
1084
|
+
</p>
|
1085
|
+
<p>
|
1086
|
+
The XML which is contained inside the <template> tag behaves as if
|
1087
|
+
it were added to the <object> tag defining <em class="parameter"><code>widget</code></em> itself. You may set
|
1088
|
+
properties on <em class="parameter"><code>widget</code></em> by inserting <property> tags into the <template>
|
1089
|
+
tag, and also add <child> tags to add children and extend <em class="parameter"><code>widget</code></em> in the
|
1090
|
+
normal way you would with <object> tags.
|
1091
|
+
</p>
|
1092
|
+
<p>
|
1093
|
+
Additionally, <object> tags can also be added before and
|
1094
|
+
after the initial <template> tag in the normal way, allowing
|
1095
|
+
one to define auxilary objects which might be referenced by other
|
1096
|
+
widgets declared as children of the <template> tag.
|
1097
|
+
</p>
|
1098
|
+
<p>
|
1099
|
+
</p>
|
1100
|
+
<div class="example">
|
1101
|
+
<a name="id-1.3.19.2.10.3.4.8.1"></a><p class="title"><b>Example 71. A GtkBuilder Template Definition</b></p>
|
1102
|
+
<div class="example-contents">
|
1103
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
1104
|
+
<tbody>
|
1105
|
+
<tr>
|
1106
|
+
<td class="listing_lines" align="right"><pre>1
|
1107
|
+
2
|
1108
|
+
3
|
1109
|
+
4
|
1110
|
+
5
|
1111
|
+
6
|
1112
|
+
7
|
1113
|
+
8
|
1114
|
+
9
|
1115
|
+
10
|
1116
|
+
11
|
1117
|
+
12
|
1118
|
+
13
|
1119
|
+
14
|
1120
|
+
15
|
1121
|
+
16</pre></td>
|
1122
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol"><</span><span class="normal">interface</span><span class="symbol">></span>
|
1123
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">template</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"FooWidget"</span><span class="normal"> parent</span><span class="symbol">=</span><span class="string">"GtkBox"</span><span class="symbol">></span>
|
1124
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"orientation"</span><span class="symbol">></span><span class="normal"><a href="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS">GTK_ORIENTATION_HORIZONTAL</a></span><span class="symbol"></</span><span class="normal">property</span><span class="symbol">></span>
|
1125
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"spacing"</span><span class="symbol">></span><span class="number">4</span><span class="symbol"></</span><span class="normal">property</span><span class="symbol">></span>
|
1126
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span>
|
1127
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkButton"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"hello_button"</span><span class="symbol">></span>
|
1128
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"label"</span><span class="symbol">></span><span class="usertype">Hello</span><span class="normal"> World</span><span class="symbol"></</span><span class="normal">property</span><span class="symbol">></span>
|
1129
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">object</span><span class="symbol">></span>
|
1130
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">child</span><span class="symbol">></span>
|
1131
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="normal">child</span><span class="symbol">></span>
|
1132
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkButton"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"goodbye_button"</span><span class="symbol">></span>
|
1133
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"label"</span><span class="symbol">></span><span class="usertype">Goodbye</span><span class="normal"> World</span><span class="symbol"></</span><span class="normal">property</span><span class="symbol">></span>
|
1134
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">object</span><span class="symbol">></span>
|
1135
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">child</span><span class="symbol">></span>
|
1136
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">template</span><span class="symbol">></span>
|
1137
|
+
<span class="symbol"></</span><span class="normal">interface</span><span class="symbol">></span></pre></td>
|
1138
|
+
</tr>
|
1139
|
+
</tbody>
|
1140
|
+
</table>
|
1141
|
+
</div>
|
1142
|
+
|
978
1143
|
</div>
|
979
1144
|
<p><br class="example-break">
|
980
1145
|
</p>
|
@@ -1214,6 +1379,20 @@ be associated with widgets, using the custom <style> element:
|
|
1214
1379
|
|
1215
1380
|
gboolean (* touch_event) (GtkWidget *widget,
|
1216
1381
|
GdkEventTouch *event);
|
1382
|
+
|
1383
|
+
void (* get_preferred_height_and_baseline_for_width) (GtkWidget *widget,
|
1384
|
+
gint width,
|
1385
|
+
gint *minimum_height,
|
1386
|
+
gint *natural_height,
|
1387
|
+
gint *minimum_baseline,
|
1388
|
+
gint *natural_baseline);
|
1389
|
+
void (* adjust_baseline_request)(GtkWidget *widget,
|
1390
|
+
gint *minimum_baseline,
|
1391
|
+
gint *natural_baseline);
|
1392
|
+
void (* adjust_baseline_allocation) (GtkWidget *widget,
|
1393
|
+
gint *baseline);
|
1394
|
+
void (*queue_draw_region) (GtkWidget *widget,
|
1395
|
+
const cairo_region_t *region);
|
1217
1396
|
};
|
1218
1397
|
</pre>
|
1219
1398
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -1608,6 +1787,22 @@ based on natural size.</td>
|
|
1608
1787
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkWidgetClass.touch-event"></a>touch_event</code></em> ()</span></p></td>
|
1609
1788
|
<td></td>
|
1610
1789
|
</tr>
|
1790
|
+
<tr>
|
1791
|
+
<td><p><span class="term"><em class="structfield"><code><a name="GtkWidgetClass.get-preferred-height-and-baseline-for-width"></a>get_preferred_height_and_baseline_for_width</code></em> ()</span></p></td>
|
1792
|
+
<td></td>
|
1793
|
+
</tr>
|
1794
|
+
<tr>
|
1795
|
+
<td><p><span class="term"><em class="structfield"><code><a name="GtkWidgetClass.adjust-baseline-request"></a>adjust_baseline_request</code></em> ()</span></p></td>
|
1796
|
+
<td></td>
|
1797
|
+
</tr>
|
1798
|
+
<tr>
|
1799
|
+
<td><p><span class="term"><em class="structfield"><code><a name="GtkWidgetClass.adjust-baseline-allocation"></a>adjust_baseline_allocation</code></em> ()</span></p></td>
|
1800
|
+
<td></td>
|
1801
|
+
</tr>
|
1802
|
+
<tr>
|
1803
|
+
<td><p><span class="term"><em class="structfield"><code><a name="GtkWidgetClass.queue-draw-region"></a>queue_draw_region</code></em> ()</span></p></td>
|
1804
|
+
<td></td>
|
1805
|
+
</tr>
|
1611
1806
|
</tbody>
|
1612
1807
|
</table></div>
|
1613
1808
|
</div>
|
@@ -2073,7 +2268,7 @@ associated with the widget, such as <em class="parameter"><code>widget->windo
|
|
2073
2268
|
<div class="refsect2">
|
2074
2269
|
<a name="gtk-widget-draw"></a><h3>gtk_widget_draw ()</h3>
|
2075
2270
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_draw (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2076
|
-
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>);</pre>
|
2271
|
+
<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>);</pre>
|
2077
2272
|
<p>
|
2078
2273
|
Draws <em class="parameter"><code>widget</code></em> to <em class="parameter"><code>cr</code></em>. The top left corner of the widget will be
|
2079
2274
|
drawn to the currently set origin point of <em class="parameter"><code>cr</code></em>.
|
@@ -2081,18 +2276,18 @@ drawn to the currently set origin point of <em class="parameter"><code>cr</code>
|
|
2081
2276
|
<p>
|
2082
2277
|
You should pass a cairo context as <em class="parameter"><code>cr</code></em> argument that is in an
|
2083
2278
|
original state. Otherwise the resulting drawing is undefined. For
|
2084
|
-
example changing the operator using <code class="function">cairo_set_operator()</code> or the
|
2085
|
-
line width using <code class="function">cairo_set_line_width()</code> might have unwanted side
|
2279
|
+
example changing the operator using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-operator"><code class="function">cairo_set_operator()</code></a> or the
|
2280
|
+
line width using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-width"><code class="function">cairo_set_line_width()</code></a> might have unwanted side
|
2086
2281
|
effects.
|
2087
2282
|
You may however change the context's transform matrix - like with
|
2088
|
-
<code class="function">cairo_scale()</code>, <code class="function">cairo_translate()</code> or <code class="function">cairo_set_matrix()</code> and clip
|
2089
|
-
region with <code class="function">cairo_clip()</code> prior to calling this function. Also, it
|
2090
|
-
is fine to modify the context with <code class="function">cairo_save()</code> and
|
2091
|
-
<code class="function">cairo_push_group()</code> prior to calling this function.
|
2283
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-scale"><code class="function">cairo_scale()</code></a>, <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-translate"><code class="function">cairo_translate()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-set-matrix"><code class="function">cairo_set_matrix()</code></a> and clip
|
2284
|
+
region with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-clip"><code class="function">cairo_clip()</code></a> prior to calling this function. Also, it
|
2285
|
+
is fine to modify the context with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a> and
|
2286
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-push-group"><code class="function">cairo_push_group()</code></a> prior to calling this function.
|
2092
2287
|
</p>
|
2093
2288
|
<p>
|
2094
2289
|
</p>
|
2095
|
-
<div class="note"
|
2290
|
+
<div class="note">
|
2096
2291
|
<h3 class="title">Note</h3>
|
2097
2292
|
<p>Special purpose widgets may contain special code for
|
2098
2293
|
rendering to the screen and might appear differently on screen
|
@@ -2152,7 +2347,7 @@ queues a resize to ensure there's enough space for the new text.
|
|
2152
2347
|
</p>
|
2153
2348
|
<p>
|
2154
2349
|
</p>
|
2155
|
-
<div class="note"
|
2350
|
+
<div class="note">
|
2156
2351
|
<h3 class="title">Note</h3>
|
2157
2352
|
<p>You cannot call <a class="link" href="GtkWidget.html#gtk-widget-queue-resize" title="gtk_widget_queue_resize ()"><code class="function">gtk_widget_queue_resize()</code></a> on a widget
|
2158
2353
|
from inside its implementation of the GtkWidgetClass::size_allocate
|
@@ -2246,6 +2441,11 @@ Unrealized widgets do not have a frame clock.
|
|
2246
2441
|
</div>
|
2247
2442
|
<hr>
|
2248
2443
|
<div class="refsect2">
|
2444
|
+
<a name="gtk-widget-get-scale-factor"></a><h3>gtk_widget_get_scale_factor ()</h3>
|
2445
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_widget_get_scale_factor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
2446
|
+
</div>
|
2447
|
+
<hr>
|
2448
|
+
<div class="refsect2">
|
2249
2449
|
<a name="GtkTickCallback"></a><h3>GtkTickCallback ()</h3>
|
2250
2450
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkTickCallback) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2251
2451
|
<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>,
|
@@ -2289,10 +2489,10 @@ Callback type for adding a function to update animations. See <a class="link" hr
|
|
2289
2489
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
2290
2490
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
|
2291
2491
|
<p>
|
2292
|
-
Queues
|
2492
|
+
Queues an animation frame update and adds a callback to be called
|
2293
2493
|
before each frame. Until the tick callback is removed, it will be
|
2294
2494
|
called frequently (usually at the frame rate of the output device
|
2295
|
-
or as quickly as the application
|
2495
|
+
or as quickly as the application can be repainted, whichever is
|
2296
2496
|
slower). For this reason, is most suitable for handling graphics
|
2297
2497
|
that change every frame or every few frames. The tick callback does
|
2298
2498
|
not automatically imply a relayout or repaint. If you want a
|
@@ -2380,7 +2580,7 @@ Removes a tick callback previously registered with
|
|
2380
2580
|
<a name="gtk-widget-size-request"></a><h3>gtk_widget_size_request ()</h3>
|
2381
2581
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_size_request (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2382
2582
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);</pre>
|
2383
|
-
<div class="warning"
|
2583
|
+
<div class="warning">
|
2384
2584
|
<h3 class="title">Warning</h3>
|
2385
2585
|
<p><code class="literal">gtk_widget_size_request</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-get-preferred-size" title="gtk_widget_get_preferred_size ()"><code class="function">gtk_widget_get_preferred_size()</code></a> instead.</p>
|
2386
2586
|
</div>
|
@@ -2424,7 +2624,7 @@ a widget will actually be allocated.
|
|
2424
2624
|
<a name="gtk-widget-get-child-requisition"></a><h3>gtk_widget_get_child_requisition ()</h3>
|
2425
2625
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_get_child_requisition (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2426
2626
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);</pre>
|
2427
|
-
<div class="warning"
|
2627
|
+
<div class="warning">
|
2428
2628
|
<h3 class="title">Warning</h3>
|
2429
2629
|
<p><code class="literal">gtk_widget_get_child_requisition</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-get-preferred-size" title="gtk_widget_get_preferred_size ()"><code class="function">gtk_widget_get_preferred_size()</code></a> instead.</p>
|
2430
2630
|
</div>
|
@@ -2485,6 +2685,53 @@ method on the child will be used to adjust the allocation. Standard
|
|
2485
2685
|
adjustments include removing the widget's margins, and applying the
|
2486
2686
|
widget's <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "halign" property'><span class="type">"halign"</span></a> and <a class="link" href="GtkWidget.html#GtkWidget--valign" title='The "valign" property'><span class="type">"valign"</span></a> properties.
|
2487
2687
|
</p>
|
2688
|
+
<p>
|
2689
|
+
For baseline support in containers you need to use <a class="link" href="GtkWidget.html#gtk-widget-size-allocate-with-baseline" title="gtk_widget_size_allocate_with_baseline ()"><code class="function">gtk_widget_size_allocate_with_baseline()</code></a>
|
2690
|
+
instead.
|
2691
|
+
</p>
|
2692
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2693
|
+
<colgroup>
|
2694
|
+
<col align="left" valign="top">
|
2695
|
+
<col>
|
2696
|
+
</colgroup>
|
2697
|
+
<tbody>
|
2698
|
+
<tr>
|
2699
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2700
|
+
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
2701
|
+
</td>
|
2702
|
+
</tr>
|
2703
|
+
<tr>
|
2704
|
+
<td><p><span class="term"><em class="parameter"><code>allocation</code></em> :</span></p></td>
|
2705
|
+
<td>position and size to be allocated to <em class="parameter"><code>widget</code></em>
|
2706
|
+
</td>
|
2707
|
+
</tr>
|
2708
|
+
</tbody>
|
2709
|
+
</table></div>
|
2710
|
+
</div>
|
2711
|
+
<hr>
|
2712
|
+
<div class="refsect2">
|
2713
|
+
<a name="gtk-widget-size-allocate-with-baseline"></a><h3>gtk_widget_size_allocate_with_baseline ()</h3>
|
2714
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_size_allocate_with_baseline
|
2715
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2716
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkAllocation" title="GtkAllocation"><span class="type">GtkAllocation</span></a> *allocation</code></em>,
|
2717
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> baseline</code></em>);</pre>
|
2718
|
+
<p>
|
2719
|
+
This function is only used by <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a> subclasses, to assign a size,
|
2720
|
+
position and (optionally) baseline to their child widgets.
|
2721
|
+
</p>
|
2722
|
+
<p>
|
2723
|
+
In this function, the allocation and baseline may be adjusted. It
|
2724
|
+
will be forced to a 1x1 minimum size, and the
|
2725
|
+
adjust_size_allocation virtual and adjust_baseline_allocation
|
2726
|
+
methods on the child will be used to adjust the allocation and
|
2727
|
+
baseline. Standard adjustments include removing the widget's
|
2728
|
+
margins, and applying the widget's <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "halign" property'><span class="type">"halign"</span></a> and
|
2729
|
+
<a class="link" href="GtkWidget.html#GtkWidget--valign" title='The "valign" property'><span class="type">"valign"</span></a> properties.
|
2730
|
+
</p>
|
2731
|
+
<p>
|
2732
|
+
If the child widget does not have a valign of <a class="link" href="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"><code class="literal">GTK_ALIGN_BASELINE</code></a> the
|
2733
|
+
baseline argument is ignored and -1 is used instead.
|
2734
|
+
</p>
|
2488
2735
|
<div class="variablelist"><table border="0" class="variablelist">
|
2489
2736
|
<colgroup>
|
2490
2737
|
<col align="left" valign="top">
|
@@ -2501,8 +2748,13 @@ widget's <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "hal
|
|
2501
2748
|
<td>position and size to be allocated to <em class="parameter"><code>widget</code></em>
|
2502
2749
|
</td>
|
2503
2750
|
</tr>
|
2751
|
+
<tr>
|
2752
|
+
<td><p><span class="term"><em class="parameter"><code>baseline</code></em> :</span></p></td>
|
2753
|
+
<td>The baseline of the child, or -1</td>
|
2754
|
+
</tr>
|
2504
2755
|
</tbody>
|
2505
2756
|
</table></div>
|
2757
|
+
<p class="since">Since 3.10</p>
|
2506
2758
|
</div>
|
2507
2759
|
<hr>
|
2508
2760
|
<div class="refsect2">
|
@@ -3010,7 +3262,7 @@ should not be modified or freed</td>
|
|
3010
3262
|
<a name="gtk-widget-set-state"></a><h3>gtk_widget_set_state ()</h3>
|
3011
3263
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_state (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3012
3264
|
<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>);</pre>
|
3013
|
-
<div class="warning"
|
3265
|
+
<div class="warning">
|
3014
3266
|
<h3 class="title">Warning</h3>
|
3015
3267
|
<p><code class="literal">gtk_widget_set_state</code> is deprecated and should not be used in newly-written code. 3.0. Use <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> instead.</p>
|
3016
3268
|
</div>
|
@@ -3114,7 +3366,7 @@ widgets.
|
|
3114
3366
|
</p>
|
3115
3367
|
<p>
|
3116
3368
|
</p>
|
3117
|
-
<div class="note"
|
3369
|
+
<div class="note">
|
3118
3370
|
<h3 class="title">Note</h3>
|
3119
3371
|
<p>
|
3120
3372
|
For GtkWindow classes, this needs to be called before the
|
@@ -3458,8 +3710,8 @@ would return
|
|
3458
3710
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget</code></em> wasn't inside a toplevel window, and if the
|
3459
3711
|
window was inside a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>-derived widget which was in turn
|
3460
3712
|
inside the toplevel <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. While the second case may
|
3461
|
-
seem unlikely, it actually happens when a <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a> is embedded
|
3462
|
-
inside a <a class="link" href="GtkSocket.html" title="GtkSocket"><span class="type">GtkSocket</span></a> within the same application.
|
3713
|
+
seem unlikely, it actually happens when a <a class="link" href="gtk3-GtkPlug.html#GtkPlug" title="struct GtkPlug"><span class="type">GtkPlug</span></a> is embedded
|
3714
|
+
inside a <a class="link" href="gtk3-GtkSocket.html#GtkSocket" title="struct GtkSocket"><span class="type">GtkSocket</span></a> within the same application.
|
3463
3715
|
</p>
|
3464
3716
|
<p>
|
3465
3717
|
To reliably find the toplevel <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, use
|
@@ -3612,7 +3864,7 @@ so you should call this function before <em class="parameter"><code>widget</code
|
|
3612
3864
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_get_pointer (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3613
3865
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
3614
3866
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
3615
|
-
<div class="warning"
|
3867
|
+
<div class="warning">
|
3616
3868
|
<h3 class="title">Warning</h3>
|
3617
3869
|
<p><code class="literal">gtk_widget_get_pointer</code> has been deprecated since version 3.4 and should not be used in newly-written code. Use <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-get-device-position"><code class="function">gdk_window_get_device_position()</code></a> instead.</p>
|
3618
3870
|
</div>
|
@@ -3778,7 +4030,7 @@ is received.
|
|
3778
4030
|
<a name="gtk-widget-set-style"></a><h3>gtk_widget_set_style ()</h3>
|
3779
4031
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3780
4032
|
<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
3781
|
-
<div class="warning"
|
4033
|
+
<div class="warning">
|
3782
4034
|
<h3 class="title">Warning</h3>
|
3783
4035
|
<p><code class="literal">gtk_widget_set_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead</p>
|
3784
4036
|
</div>
|
@@ -3811,7 +4063,7 @@ the default style. <span class="annotation">[<acronym title="NULL is ok, both fo
|
|
3811
4063
|
<div class="refsect2">
|
3812
4064
|
<a name="gtk-widget-ensure-style"></a><h3>gtk_widget_ensure_style ()</h3>
|
3813
4065
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_ensure_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
3814
|
-
<div class="warning"
|
4066
|
+
<div class="warning">
|
3815
4067
|
<h3 class="title">Warning</h3>
|
3816
4068
|
<p><code class="literal">gtk_widget_ensure_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead</p>
|
3817
4069
|
</div>
|
@@ -3839,7 +4091,7 @@ widgets are guaranteed to have a style already.
|
|
3839
4091
|
<div class="refsect2">
|
3840
4092
|
<a name="gtk-widget-get-style"></a><h3>gtk_widget_get_style ()</h3>
|
3841
4093
|
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="returnvalue">GtkStyle</span></a> * gtk_widget_get_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
3842
|
-
<div class="warning"
|
4094
|
+
<div class="warning">
|
3843
4095
|
<h3 class="title">Warning</h3>
|
3844
4096
|
<p><code class="literal">gtk_widget_get_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead</p>
|
3845
4097
|
</div>
|
@@ -3869,7 +4121,7 @@ Simply an accessor function that returns <em class="parameter"><code>widget->
|
|
3869
4121
|
<div class="refsect2">
|
3870
4122
|
<a name="gtk-widget-reset-rc-styles"></a><h3>gtk_widget_reset_rc_styles ()</h3>
|
3871
4123
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_reset_rc_styles (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
3872
|
-
<div class="warning"
|
4124
|
+
<div class="warning">
|
3873
4125
|
<h3 class="title">Warning</h3>
|
3874
4126
|
<p><code class="literal">gtk_widget_reset_rc_styles</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead, and <a class="link" href="GtkWidget.html#gtk-widget-reset-style" title="gtk_widget_reset_style ()"><code class="function">gtk_widget_reset_style()</code></a></p>
|
3875
4127
|
</div>
|
@@ -3896,7 +4148,7 @@ This function is not useful for applications.
|
|
3896
4148
|
<div class="refsect2">
|
3897
4149
|
<a name="gtk-widget-get-default-style"></a><h3>gtk_widget_get_default_style ()</h3>
|
3898
4150
|
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="returnvalue">GtkStyle</span></a> * gtk_widget_get_default_style (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3899
|
-
<div class="warning"
|
4151
|
+
<div class="warning">
|
3900
4152
|
<h3 class="title">Warning</h3>
|
3901
4153
|
<p><code class="literal">gtk_widget_get_default_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead, and
|
3902
4154
|
<a class="link" href="GtkCssProvider.html#gtk-css-provider-get-default" title="gtk_css_provider_get_default ()"><code class="function">gtk_css_provider_get_default()</code></a> to obtain a <a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a>
|
@@ -4055,7 +4307,7 @@ Obtains the current default reading direction. See
|
|
4055
4307
|
<div class="refsect2">
|
4056
4308
|
<a name="gtk-widget-shape-combine-region"></a><h3>gtk_widget_shape_combine_region ()</h3>
|
4057
4309
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_shape_combine_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4058
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
4310
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
4059
4311
|
<p>
|
4060
4312
|
Sets a shape for this widget's GDK window. This allows for
|
4061
4313
|
transparent windows etc., see <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-shape-combine-region"><code class="function">gdk_window_shape_combine_region()</code></a>
|
@@ -4086,7 +4338,7 @@ for more information.
|
|
4086
4338
|
<a name="gtk-widget-input-shape-combine-region"></a><h3>gtk_widget_input_shape_combine_region ()</h3>
|
4087
4339
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_input_shape_combine_region
|
4088
4340
|
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4089
|
-
<em class="parameter"><code><span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
4341
|
+
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
4090
4342
|
<p>
|
4091
4343
|
Sets an input shape for this widget's GDK window. This allows for
|
4092
4344
|
windows which react to mouse click in a nonrectangular region, see
|
@@ -4119,7 +4371,7 @@ windows which react to mouse click in a nonrectangular region, see
|
|
4119
4371
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *path_length</code></em>,
|
4120
4372
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path</code></em>,
|
4121
4373
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path_reversed</code></em>);</pre>
|
4122
|
-
<div class="warning"
|
4374
|
+
<div class="warning">
|
4123
4375
|
<h3 class="title">Warning</h3>
|
4124
4376
|
<p><code class="literal">gtk_widget_path</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-get-path" title="gtk_widget_get_path ()"><code class="function">gtk_widget_get_path()</code></a> instead</p>
|
4125
4377
|
</div>
|
@@ -4176,7 +4428,7 @@ path string, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/loca
|
|
4176
4428
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *path_length</code></em>,
|
4177
4429
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path</code></em>,
|
4178
4430
|
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path_reversed</code></em>);</pre>
|
4179
|
-
<div class="warning"
|
4431
|
+
<div class="warning">
|
4180
4432
|
<h3 class="title">Warning</h3>
|
4181
4433
|
<p><code class="literal">gtk_widget_class_path</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-get-path" title="gtk_widget_get_path ()"><code class="function">gtk_widget_get_path()</code></a> instead</p>
|
4182
4434
|
</div>
|
@@ -4220,6 +4472,10 @@ class path as an allocated string, or <a href="/home/kou/work/ruby/ruby-gnome2.w
|
|
4220
4472
|
<div class="refsect2">
|
4221
4473
|
<a name="gtk-widget-get-composite-name"></a><h3>gtk_widget_get_composite_name ()</h3>
|
4222
4474
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_widget_get_composite_name (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
4475
|
+
<div class="warning">
|
4476
|
+
<h3 class="title">Warning</h3>
|
4477
|
+
<p><code class="literal">gtk_widget_get_composite_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>, or don't use this API at all.</p>
|
4478
|
+
</div>
|
4223
4479
|
<p>
|
4224
4480
|
Obtains the composite name of a widget.
|
4225
4481
|
</p>
|
@@ -4296,7 +4552,7 @@ All other style values are left untouched.
|
|
4296
4552
|
</p>
|
4297
4553
|
<p>
|
4298
4554
|
</p>
|
4299
|
-
<div class="note"
|
4555
|
+
<div class="note">
|
4300
4556
|
<h3 class="title">Note</h3>
|
4301
4557
|
<p>
|
4302
4558
|
This API is mostly meant as a quick way for applications to
|
@@ -4315,7 +4571,7 @@ this theming may fully overridden by the user's theme.
|
|
4315
4571
|
</div>
|
4316
4572
|
<p>
|
4317
4573
|
</p>
|
4318
|
-
<div class="note"
|
4574
|
+
<div class="note">
|
4319
4575
|
<h3 class="title">Note</h3>
|
4320
4576
|
<p>
|
4321
4577
|
Note that for complex widgets this may bring in undesired
|
@@ -4356,7 +4612,7 @@ of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-co
|
|
4356
4612
|
<div class="refsect2">
|
4357
4613
|
<a name="gtk-widget-override-font"></a><h3>gtk_widget_override_font ()</h3>
|
4358
4614
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_font (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4359
|
-
<em class="parameter"><code>const <span class="type">PangoFontDescription</span> *font_desc</code></em>);</pre>
|
4615
|
+
<em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);</pre>
|
4360
4616
|
<p>
|
4361
4617
|
Sets the font to use for a widget. All other style values are
|
4362
4618
|
left untouched. See <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a>.
|
@@ -4472,7 +4728,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" tit
|
|
4472
4728
|
<a name="gtk-widget-modify-style"></a><h3>gtk_widget_modify_style ()</h3>
|
4473
4729
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4474
4730
|
<em class="parameter"><code><a class="link" href="gtk3-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>);</pre>
|
4475
|
-
<div class="warning"
|
4731
|
+
<div class="warning">
|
4476
4732
|
<h3 class="title">Warning</h3>
|
4477
4733
|
<p><code class="literal">gtk_widget_modify_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> with a custom <a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> instead</p>
|
4478
4734
|
</div>
|
@@ -4520,7 +4776,7 @@ effect with the initial modifications.
|
|
4520
4776
|
<div class="refsect2">
|
4521
4777
|
<a name="gtk-widget-get-modifier-style"></a><h3>gtk_widget_get_modifier_style ()</h3>
|
4522
4778
|
<pre class="programlisting"><a class="link" href="gtk3-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * gtk_widget_get_modifier_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
4523
|
-
<div class="warning"
|
4779
|
+
<div class="warning">
|
4524
4780
|
<h3 class="title">Warning</h3>
|
4525
4781
|
<p><code class="literal">gtk_widget_get_modifier_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> with a custom <a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> instead</p>
|
4526
4782
|
</div>
|
@@ -4567,7 +4823,7 @@ pointer to value this around, you must add a refcount using
|
|
4567
4823
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_fg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4568
4824
|
<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>,
|
4569
4825
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
4570
|
-
<div class="warning"
|
4826
|
+
<div class="warning">
|
4571
4827
|
<h3 class="title">Warning</h3>
|
4572
4828
|
<p><code class="literal">gtk_widget_modify_fg</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
|
4573
4829
|
</div>
|
@@ -4609,7 +4865,7 @@ of <a class="link" href="GtkWidget.html#gtk-widget-modify-fg" title="gtk_widget_
|
|
4609
4865
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_bg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4610
4866
|
<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>,
|
4611
4867
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
4612
|
-
<div class="warning"
|
4868
|
+
<div class="warning">
|
4613
4869
|
<h3 class="title">Warning</h3>
|
4614
4870
|
<p><code class="literal">gtk_widget_modify_bg</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
|
4615
4871
|
</div>
|
@@ -4622,7 +4878,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
|
|
4622
4878
|
</p>
|
4623
4879
|
<p>
|
4624
4880
|
</p>
|
4625
|
-
<div class="note"
|
4881
|
+
<div class="note">
|
4626
4882
|
<h3 class="title">Note</h3>
|
4627
4883
|
<p>
|
4628
4884
|
Note that "no window" widgets (which have the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><code class="literal">GTK_NO_WINDOW</code></a>
|
@@ -4670,7 +4926,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-bg" title="gt
|
|
4670
4926
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_text (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4671
4927
|
<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>,
|
4672
4928
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
4673
|
-
<div class="warning"
|
4929
|
+
<div class="warning">
|
4674
4930
|
<h3 class="title">Warning</h3>
|
4675
4931
|
<p><code class="literal">gtk_widget_modify_text</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
|
4676
4932
|
</div>
|
@@ -4715,7 +4971,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-text" title="
|
|
4715
4971
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_base (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4716
4972
|
<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>,
|
4717
4973
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
|
4718
|
-
<div class="warning"
|
4974
|
+
<div class="warning">
|
4719
4975
|
<h3 class="title">Warning</h3>
|
4720
4976
|
<p><code class="literal">gtk_widget_modify_base</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
|
4721
4977
|
</div>
|
@@ -4728,7 +4984,7 @@ and <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="typ
|
|
4728
4984
|
</p>
|
4729
4985
|
<p>
|
4730
4986
|
</p>
|
4731
|
-
<div class="note"
|
4987
|
+
<div class="note">
|
4732
4988
|
<h3 class="title">Note</h3>
|
4733
4989
|
<p>
|
4734
4990
|
Note that "no window" widgets (which have the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><code class="literal">GTK_NO_WINDOW</code></a>
|
@@ -4774,8 +5030,8 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-base" title="
|
|
4774
5030
|
<div class="refsect2">
|
4775
5031
|
<a name="gtk-widget-modify-font"></a><h3>gtk_widget_modify_font ()</h3>
|
4776
5032
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_font (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4777
|
-
<em class="parameter"><code><span class="type">PangoFontDescription</span> *font_desc</code></em>);</pre>
|
4778
|
-
<div class="warning"
|
5033
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);</pre>
|
5034
|
+
<div class="warning">
|
4779
5035
|
<h3 class="title">Warning</h3>
|
4780
5036
|
<p><code class="literal">gtk_widget_modify_font</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-font" title="gtk_widget_override_font ()"><code class="function">gtk_widget_override_font()</code></a> instead</p>
|
4781
5037
|
</div>
|
@@ -4812,7 +5068,7 @@ to undo the effect of previous calls to <a class="link" href="GtkWidget.html#gtk
|
|
4812
5068
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4813
5069
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
|
4814
5070
|
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);</pre>
|
4815
|
-
<div class="warning"
|
5071
|
+
<div class="warning">
|
4816
5072
|
<h3 class="title">Warning</h3>
|
4817
5073
|
<p><code class="literal">gtk_widget_modify_cursor</code> is deprecated and should not be used in newly-written code. 3.0. Use <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()"><code class="function">gtk_widget_override_cursor()</code></a> instead.</p>
|
4818
5074
|
</div>
|
@@ -4855,9 +5111,9 @@ of <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_wid
|
|
4855
5111
|
<hr>
|
4856
5112
|
<div class="refsect2">
|
4857
5113
|
<a name="gtk-widget-create-pango-context"></a><h3>gtk_widget_create_pango_context ()</h3>
|
4858
|
-
<pre class="programlisting"><span class="returnvalue">PangoContext</span> * gtk_widget_create_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5114
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * gtk_widget_create_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
4859
5115
|
<p>
|
4860
|
-
Creates a new <span class="type">PangoContext</span> with the appropriate font map,
|
5116
|
+
Creates a new <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with the appropriate font map,
|
4861
5117
|
font description, and base direction for drawing text for
|
4862
5118
|
this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()"><code class="function">gtk_widget_get_pango_context()</code></a>.
|
4863
5119
|
</p>
|
@@ -4874,7 +5130,7 @@ this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-
|
|
4874
5130
|
</tr>
|
4875
5131
|
<tr>
|
4876
5132
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4877
|
-
<td>the new <span class="type">PangoContext</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
5133
|
+
<td>the new <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
4878
5134
|
</td>
|
4879
5135
|
</tr>
|
4880
5136
|
</tbody>
|
@@ -4883,9 +5139,9 @@ this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-
|
|
4883
5139
|
<hr>
|
4884
5140
|
<div class="refsect2">
|
4885
5141
|
<a name="gtk-widget-get-pango-context"></a><h3>gtk_widget_get_pango_context ()</h3>
|
4886
|
-
<pre class="programlisting"><span class="returnvalue">PangoContext</span> * gtk_widget_get_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5142
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * gtk_widget_get_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
4887
5143
|
<p>
|
4888
|
-
Gets a <span class="type">PangoContext</span> with the appropriate font map, font description,
|
5144
|
+
Gets a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with the appropriate font map, font description,
|
4889
5145
|
and base direction for this widget. Unlike the context returned
|
4890
5146
|
by <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()"><code class="function">gtk_widget_create_pango_context()</code></a>, this context is owned by
|
4891
5147
|
the widget (it can be used until the screen for the widget changes
|
@@ -4906,7 +5162,7 @@ by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" titl
|
|
4906
5162
|
</tr>
|
4907
5163
|
<tr>
|
4908
5164
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4909
|
-
<td>the <span class="type">PangoContext</span> for the widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
5165
|
+
<td>the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
4910
5166
|
</td>
|
4911
5167
|
</tr>
|
4912
5168
|
</tbody>
|
@@ -4915,16 +5171,16 @@ by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" titl
|
|
4915
5171
|
<hr>
|
4916
5172
|
<div class="refsect2">
|
4917
5173
|
<a name="gtk-widget-create-pango-layout"></a><h3>gtk_widget_create_pango_layout ()</h3>
|
4918
|
-
<pre class="programlisting"><span class="returnvalue">PangoLayout</span> * gtk_widget_create_pango_layout (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5174
|
+
<pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_widget_create_pango_layout (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
4919
5175
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
4920
5176
|
<p>
|
4921
|
-
Creates a new <span class="type">PangoLayout</span> with the appropriate font map,
|
5177
|
+
Creates a new <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> with the appropriate font map,
|
4922
5178
|
font description, and base direction for drawing text for
|
4923
5179
|
this widget.
|
4924
5180
|
</p>
|
4925
5181
|
<p>
|
4926
|
-
If you keep a <span class="type">PangoLayout</span> created in this way around, you need
|
4927
|
-
to re-create it when the widget <span class="type">PangoContext</span> is replaced.
|
5182
|
+
If you keep a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> created in this way around, you need
|
5183
|
+
to re-create it when the widget <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> is replaced.
|
4928
5184
|
This can be tracked by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" title='The "screen-changed" signal'><span class="type">"screen-changed"</span></a> signal
|
4929
5185
|
on the widget.
|
4930
5186
|
</p>
|
@@ -4945,7 +5201,7 @@ on the widget.
|
|
4945
5201
|
</tr>
|
4946
5202
|
<tr>
|
4947
5203
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4948
|
-
<td>the new <span class="type">PangoLayout</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
5204
|
+
<td>the new <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
4949
5205
|
</td>
|
4950
5206
|
</tr>
|
4951
5207
|
</tbody>
|
@@ -4958,7 +5214,7 @@ on the widget.
|
|
4958
5214
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
4959
5215
|
<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>,
|
4960
5216
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *detail</code></em>);</pre>
|
4961
|
-
<div class="warning"
|
5217
|
+
<div class="warning">
|
4962
5218
|
<h3 class="title">Warning</h3>
|
4963
5219
|
<p><code class="literal">gtk_widget_render_icon</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-render-icon-pixbuf" title="gtk_widget_render_icon_pixbuf ()"><code class="function">gtk_widget_render_icon_pixbuf()</code></a> instead.</p>
|
4964
5220
|
</div>
|
@@ -5018,6 +5274,10 @@ stock ID wasn't known. <span class="annotation">[<acronym title="Free data after
|
|
5018
5274
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_widget_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5019
5275
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
5020
5276
|
<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>);</pre>
|
5277
|
+
<div class="warning">
|
5278
|
+
<h3 class="title">Warning</h3>
|
5279
|
+
<p><code class="literal">gtk_widget_render_icon_pixbuf</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a class="link" href="GtkIconTheme.html#gtk-icon-theme-load-icon" title="gtk_icon_theme_load_icon ()"><code class="function">gtk_icon_theme_load_icon()</code></a> instead.</p>
|
5280
|
+
</div>
|
5021
5281
|
<p>
|
5022
5282
|
A convenience function that uses the theme engine and style
|
5023
5283
|
settings for <em class="parameter"><code>widget</code></em> to look up <em class="parameter"><code>stock_id</code></em> and render it to
|
@@ -5066,6 +5326,10 @@ stock ID wasn't known. <span class="annotation">[<acronym title="Free data after
|
|
5066
5326
|
<div class="refsect2">
|
5067
5327
|
<a name="gtk-widget-pop-composite-child"></a><h3>gtk_widget_pop_composite_child ()</h3>
|
5068
5328
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_pop_composite_child (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
5329
|
+
<div class="warning">
|
5330
|
+
<h3 class="title">Warning</h3>
|
5331
|
+
<p><code class="literal">gtk_widget_pop_composite_child</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>, or don't use this API at all.</p>
|
5332
|
+
</div>
|
5069
5333
|
<p>
|
5070
5334
|
Cancels the effect of a previous call to <a class="link" href="GtkWidget.html#gtk-widget-push-composite-child" title="gtk_widget_push_composite_child ()"><code class="function">gtk_widget_push_composite_child()</code></a>.
|
5071
5335
|
</p>
|
@@ -5074,6 +5338,11 @@ Cancels the effect of a previous call to <a class="link" href="GtkWidget.html#gt
|
|
5074
5338
|
<div class="refsect2">
|
5075
5339
|
<a name="gtk-widget-push-composite-child"></a><h3>gtk_widget_push_composite_child ()</h3>
|
5076
5340
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_push_composite_child (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
5341
|
+
<div class="warning">
|
5342
|
+
<h3 class="title">Warning</h3>
|
5343
|
+
<p><code class="literal">gtk_widget_push_composite_child</code> has been deprecated since version 3.10 and should not be used in newly-written code. This API never really worked well and was mostly unused, now
|
5344
|
+
we have a more complete mechanism for composite children, see <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>.</p>
|
5345
|
+
</div>
|
5077
5346
|
<p>
|
5078
5347
|
Makes all newly-created widgets as composite children until
|
5079
5348
|
the corresponding <a class="link" href="GtkWidget.html#gtk-widget-pop-composite-child" title="gtk_widget_pop_composite_child ()"><code class="function">gtk_widget_pop_composite_child()</code></a> call.
|
@@ -5167,14 +5436,14 @@ defined as <em class="parameter"><code>widget->window</code></em> coordinates
|
|
5167
5436
|
<div class="refsect2">
|
5168
5437
|
<a name="gtk-widget-queue-draw-region"></a><h3>gtk_widget_queue_draw_region ()</h3>
|
5169
5438
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_queue_draw_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5170
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
5439
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
5171
5440
|
<p>
|
5172
|
-
Invalidates the
|
5173
|
-
|
5174
|
-
|
5175
|
-
|
5176
|
-
|
5177
|
-
|
5441
|
+
Invalidates the area of <em class="parameter"><code>widget</code></em> defined by <em class="parameter"><code>region</code></em> by calling
|
5442
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a> on the widget's window and all its
|
5443
|
+
child windows. Once the main loop becomes idle (after the current
|
5444
|
+
batch of events has been processed, roughly), the window will
|
5445
|
+
receive expose events for the union of all regions that have been
|
5446
|
+
invalidated.
|
5178
5447
|
</p>
|
5179
5448
|
<p>
|
5180
5449
|
Normally you would only use this function in widget
|
@@ -5266,6 +5535,10 @@ expose events, since even the clearing to the background color or
|
|
5266
5535
|
pixmap will not happen automatically (as it is done in
|
5267
5536
|
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a>).
|
5268
5537
|
</p>
|
5538
|
+
<p>
|
5539
|
+
Since 3.10 this function only works for widgets with native
|
5540
|
+
windows.
|
5541
|
+
</p>
|
5269
5542
|
<div class="variablelist"><table border="0" class="variablelist">
|
5270
5543
|
<colgroup>
|
5271
5544
|
<col align="left" valign="top">
|
@@ -5332,6 +5605,10 @@ new portion of the widget will be redrawn.</td>
|
|
5332
5605
|
<a name="gtk-widget-set-composite-name"></a><h3>gtk_widget_set_composite_name ()</h3>
|
5333
5606
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_composite_name (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5334
5607
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
5608
|
+
<div class="warning">
|
5609
|
+
<h3 class="title">Warning</h3>
|
5610
|
+
<p><code class="literal">gtk_widget_set_composite_name</code> has been deprecated since version 3.10 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>, or don't use this API at all.</p>
|
5611
|
+
</div>
|
5335
5612
|
<p>
|
5336
5613
|
Sets a widgets composite name. The widget must be
|
5337
5614
|
a composite child of its parent; see <a class="link" href="GtkWidget.html#gtk-widget-push-composite-child" title="gtk_widget_push_composite_child ()"><code class="function">gtk_widget_push_composite_child()</code></a>.
|
@@ -5506,7 +5783,8 @@ Returns all style properties of a widget class.
|
|
5506
5783
|
</tr>
|
5507
5784
|
<tr>
|
5508
5785
|
<td><p><span class="term"><em class="parameter"><code>n_properties</code></em> :</span></p></td>
|
5509
|
-
<td>location to return the number of style properties found</
|
5786
|
+
<td>location to return the number of style properties found. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
5787
|
+
</td>
|
5510
5788
|
</tr>
|
5511
5789
|
<tr>
|
5512
5790
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -5522,11 +5800,11 @@ freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/sha
|
|
5522
5800
|
<hr>
|
5523
5801
|
<div class="refsect2">
|
5524
5802
|
<a name="gtk-widget-region-intersect"></a><h3>gtk_widget_region_intersect ()</h3>
|
5525
|
-
<pre class="programlisting"><span class="returnvalue">cairo_region_t</span> * gtk_widget_region_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5526
|
-
<em class="parameter"><code>const <span class="type">cairo_region_t</span> *region</code></em>);</pre>
|
5803
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gtk_widget_region_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
5804
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
|
5527
5805
|
<p>
|
5528
5806
|
Computes the intersection of a <em class="parameter"><code>widget</code></em>'s area and <em class="parameter"><code>region</code></em>, returning
|
5529
|
-
the intersection. The result may be empty, use <code class="function">cairo_region_is_empty()</code> to
|
5807
|
+
the intersection. The result may be empty, use <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-is-empty"><code class="function">cairo_region_is_empty()</code></a> to
|
5530
5808
|
check.
|
5531
5809
|
</p>
|
5532
5810
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -5542,7 +5820,7 @@ check.
|
|
5542
5820
|
</tr>
|
5543
5821
|
<tr>
|
5544
5822
|
<td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
|
5545
|
-
<td>a <span class="type">cairo_region_t</span>, in the same coordinate system as
|
5823
|
+
<td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>, in the same coordinate system as
|
5546
5824
|
<em class="parameter"><code>widget->allocation</code></em>. That is, relative to <em class="parameter"><code>widget->window</code></em>
|
5547
5825
|
for <code class="literal">NO_WINDOW</code> widgets; relative to the parent window
|
5548
5826
|
of <em class="parameter"><code>widget->window</code></em> for widgets with their own window.</td>
|
@@ -5778,7 +6056,7 @@ for <em class="parameter"><code>first_property_name</code></em>.</td>
|
|
5778
6056
|
<div class="refsect2">
|
5779
6057
|
<a name="gtk-widget-style-attach"></a><h3>gtk_widget_style_attach ()</h3>
|
5780
6058
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_style_attach (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
5781
|
-
<div class="warning"
|
6059
|
+
<div class="warning">
|
5782
6060
|
<h3 class="title">Warning</h3>
|
5783
6061
|
<p><code class="literal">gtk_widget_style_attach</code> is deprecated and should not be used in newly-written code. 3.0. This step is unnecessary with <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>.</p>
|
5784
6062
|
</div>
|
@@ -6725,11 +7003,7 @@ navigation outside the widget, e.g. by calling
|
|
6725
7003
|
<p>
|
6726
7004
|
The default ::keynav-failed handler returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for
|
6727
7005
|
<a class="link" href="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-FORWARD:CAPS"><code class="literal">GTK_DIR_TAB_FORWARD</code></a> and <a class="link" href="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-BACKWARD:CAPS"><code class="literal">GTK_DIR_TAB_BACKWARD</code></a>. For the other
|
6728
|
-
values of <a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a
|
6729
|
-
<a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-cursor-only" title='The "gtk-keynav-cursor-only" property'><span class="type">"gtk-keynav-cursor-only"</span></a> setting and returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
6730
|
-
if the setting is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. This way the entire user interface
|
6731
|
-
becomes cursor-navigatable on input devices such as mobile phones
|
6732
|
-
which only have cursor keys but no tab key.
|
7006
|
+
values of <a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> it returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
6733
7007
|
</p>
|
6734
7008
|
<p>
|
6735
7009
|
Whenever the default handler returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it also calls
|
@@ -6803,7 +7077,7 @@ returned string with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor
|
|
6803
7077
|
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *markup</code></em>);</pre>
|
6804
7078
|
<p>
|
6805
7079
|
Sets <em class="parameter"><code>markup</code></em> as the contents of the tooltip, which is marked up with
|
6806
|
-
the Pango text markup language
|
7080
|
+
the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
|
6807
7081
|
</p>
|
6808
7082
|
<p>
|
6809
7083
|
This function will take care of setting <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a> to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
@@ -7070,7 +7344,7 @@ Returns the widget's window if it is realized, <a href="/home/kou/work/ruby/ruby
|
|
7070
7344
|
<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>
|
7071
7345
|
<p>
|
7072
7346
|
Registers a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> with the widget and sets it up so that
|
7073
|
-
the widget
|
7347
|
+
the widget receives events for it. Call <a class="link" href="GtkWidget.html#gtk-widget-unregister-window" title="gtk_widget_unregister_window ()"><code class="function">gtk_widget_unregister_window()</code></a>
|
7074
7348
|
when destroying the window.
|
7075
7349
|
</p>
|
7076
7350
|
<p>
|
@@ -7132,7 +7406,7 @@ no longer used by the widget, such as when you destroy it.
|
|
7132
7406
|
<hr>
|
7133
7407
|
<div class="refsect2">
|
7134
7408
|
<a name="gtk-cairo-should-draw-window"></a><h3>gtk_cairo_should_draw_window ()</h3>
|
7135
|
-
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cairo_should_draw_window (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
7409
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_cairo_should_draw_window (<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>,
|
7136
7410
|
<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>
|
7137
7411
|
<p>
|
7138
7412
|
This function is supposed to be called in <a class="link" href="GtkWidget.html#GtkWidget-draw" title='The "draw" signal'><span class="type">"draw"</span></a>
|
@@ -7172,7 +7446,7 @@ window.</td>
|
|
7172
7446
|
<hr>
|
7173
7447
|
<div class="refsect2">
|
7174
7448
|
<a name="gtk-cairo-transform-to-window"></a><h3>gtk_cairo_transform_to_window ()</h3>
|
7175
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cairo_transform_to_window (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
7449
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_cairo_transform_to_window (<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>,
|
7176
7450
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
7177
7451
|
<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>
|
7178
7452
|
<p>
|
@@ -7345,6 +7619,34 @@ allocation.
|
|
7345
7619
|
</div>
|
7346
7620
|
<hr>
|
7347
7621
|
<div class="refsect2">
|
7622
|
+
<a name="gtk-widget-get-allocated-baseline"></a><h3>gtk_widget_get_allocated_baseline ()</h3>
|
7623
|
+
<pre class="programlisting"><span class="returnvalue">int</span> gtk_widget_get_allocated_baseline (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
7624
|
+
<p>
|
7625
|
+
Returns the baseline that has currently been allocated to <em class="parameter"><code>widget</code></em>.
|
7626
|
+
This function is intended to be used when implementing handlers
|
7627
|
+
for the <a class="link" href="GtkWidget.html#GtkWidget-draw" title='The "draw" signal'><span class="type">"draw"</span></a> function, and when allocating child
|
7628
|
+
widgets in <a class="link" href="GtkWidget.html#GtkWidget-size-allocate" title='The "size-allocate" signal'><span class="type">"size_allocate"</span></a>.
|
7629
|
+
</p>
|
7630
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
7631
|
+
<colgroup>
|
7632
|
+
<col align="left" valign="top">
|
7633
|
+
<col>
|
7634
|
+
</colgroup>
|
7635
|
+
<tbody>
|
7636
|
+
<tr>
|
7637
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
7638
|
+
<td>the widget to query</td>
|
7639
|
+
</tr>
|
7640
|
+
<tr>
|
7641
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
7642
|
+
<td>the baseline of the <em class="parameter"><code>widget</code></em>, or -1 if none</td>
|
7643
|
+
</tr>
|
7644
|
+
</tbody>
|
7645
|
+
</table></div>
|
7646
|
+
<p class="since">Since 3.10</p>
|
7647
|
+
</div>
|
7648
|
+
<hr>
|
7649
|
+
<div class="refsect2">
|
7348
7650
|
<a name="gtk-widget-get-app-paintable"></a><h3>gtk_widget_get_app_paintable ()</h3>
|
7349
7651
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_widget_get_app_paintable (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
7350
7652
|
<p>
|
@@ -7647,7 +7949,7 @@ it is sensitive itself and also its parent widget is sensitive
|
|
7647
7949
|
<div class="refsect2">
|
7648
7950
|
<a name="gtk-widget-get-state"></a><h3>gtk_widget_get_state ()</h3>
|
7649
7951
|
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="returnvalue">GtkStateType</span></a> gtk_widget_get_state (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
7650
|
-
<div class="warning"
|
7952
|
+
<div class="warning">
|
7651
7953
|
<h3 class="title">Warning</h3>
|
7652
7954
|
<p><code class="literal">gtk_widget_get_state</code> is deprecated and should not be used in newly-written code. 3.0. Use <a class="link" href="GtkWidget.html#gtk-widget-get-state-flags" title="gtk_widget_get_state_flags ()"><code class="function">gtk_widget_get_state_flags()</code></a> instead.</p>
|
7653
7955
|
</div>
|
@@ -8005,7 +8307,7 @@ See also <a class="link" href="gtk3-General.html#gtk-grab-add" title="gtk_grab_a
|
|
8005
8307
|
<div class="refsect2">
|
8006
8308
|
<a name="gtk-widget-has-rc-style"></a><h3>gtk_widget_has_rc_style ()</h3>
|
8007
8309
|
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_widget_has_rc_style (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
8008
|
-
<div class="warning"
|
8310
|
+
<div class="warning">
|
8009
8311
|
<h3 class="title">Warning</h3>
|
8010
8312
|
<p><code class="literal">gtk_widget_has_rc_style</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> instead</p>
|
8011
8313
|
</div>
|
@@ -8070,7 +8372,7 @@ Determines whether <em class="parameter"><code>widget</code></em> is a toplevel
|
|
8070
8372
|
</p>
|
8071
8373
|
<p>
|
8072
8374
|
Currently only <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> and <a class="link" href="GtkInvisible.html" title="GtkInvisible"><span class="type">GtkInvisible</span></a> (and out-of-process
|
8073
|
-
<a href="GtkPlug.html"><span class="type">GtkPlugs</span></a>) are toplevel widgets. Toplevel widgets have no parent
|
8375
|
+
<a href="gtk3-GtkPlug.html#GtkPlug"><span class="type">GtkPlugs</span></a>) are toplevel widgets. Toplevel widgets have no parent
|
8074
8376
|
widget.
|
8075
8377
|
</p>
|
8076
8378
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -8112,7 +8414,7 @@ widget's <code class="function">init()</code> function.
|
|
8112
8414
|
</p>
|
8113
8415
|
<p>
|
8114
8416
|
</p>
|
8115
|
-
<div class="note"
|
8417
|
+
<div class="note">
|
8116
8418
|
<h3 class="title">Note</h3>
|
8117
8419
|
<p>This function does not add any reference to <em class="parameter"><code>window</code></em>.</p>
|
8118
8420
|
</div>
|
@@ -8385,7 +8687,7 @@ Whether the widget is mapped.
|
|
8385
8687
|
<a name="gtk-widget-get-requisition"></a><h3>gtk_widget_get_requisition ()</h3>
|
8386
8688
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_get_requisition (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
8387
8689
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);</pre>
|
8388
|
-
<div class="warning"
|
8690
|
+
<div class="warning">
|
8389
8691
|
<h3 class="title">Warning</h3>
|
8390
8692
|
<p><code class="literal">gtk_widget_get_requisition</code> has been deprecated since version 3.0 and should not be used in newly-written code. The <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> cache on the widget was
|
8391
8693
|
removed, If you need to cache sizes across requests and allocations,
|
@@ -8508,6 +8810,10 @@ Inserts <em class="parameter"><code>group</code></em> into <em class="parameter"
|
|
8508
8810
|
setting their 'action-name' to
|
8509
8811
|
<em class="parameter"><code>prefix</code></em>.<em class="replaceable"><code>action-name</code></em>.
|
8510
8812
|
</p>
|
8813
|
+
<p>
|
8814
|
+
If <em class="parameter"><code>group</code></em> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, a previously inserted group for <em class="parameter"><code>name</code></em> is removed
|
8815
|
+
from <em class="parameter"><code>widget</code></em>.
|
8816
|
+
</p>
|
8511
8817
|
<div class="variablelist"><table border="0" class="variablelist">
|
8512
8818
|
<colgroup>
|
8513
8819
|
<col align="left" valign="top">
|
@@ -8526,7 +8832,7 @@ setting their 'action-name' to
|
|
8526
8832
|
</tr>
|
8527
8833
|
<tr>
|
8528
8834
|
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
|
8529
|
-
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html"><span class="type">GActionGroup</span></a>
|
8835
|
+
<td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GActionGroup.html"><span class="type">GActionGroup</span></a>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
8530
8836
|
</td>
|
8531
8837
|
</tr>
|
8532
8838
|
</tbody>
|
@@ -8828,7 +9134,7 @@ Retrieves a widget's initial minimum and natural height.
|
|
8828
9134
|
</p>
|
8829
9135
|
<p>
|
8830
9136
|
</p>
|
8831
|
-
<div class="note"
|
9137
|
+
<div class="note">
|
8832
9138
|
<h3 class="title">Note</h3>
|
8833
9139
|
<p>This call is specific to width-for-height requests.</p>
|
8834
9140
|
</div>
|
@@ -8876,7 +9182,7 @@ Retrieves a widget's initial minimum and natural width.
|
|
8876
9182
|
</p>
|
8877
9183
|
<p>
|
8878
9184
|
</p>
|
8879
|
-
<div class="note"
|
9185
|
+
<div class="note">
|
8880
9186
|
<h3 class="title">Note</h3>
|
8881
9187
|
<p>This call is specific to height-for-width
|
8882
9188
|
requests.</p>
|
@@ -9010,6 +9316,66 @@ returned by the widget itself.
|
|
9010
9316
|
</div>
|
9011
9317
|
<hr>
|
9012
9318
|
<div class="refsect2">
|
9319
|
+
<a name="gtk-widget-get-preferred-height-and-baseline-for-width"></a><h3>gtk_widget_get_preferred_height_and_baseline_for_width ()</h3>
|
9320
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_get_preferred_height_and_baseline_for_width
|
9321
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
9322
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
9323
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *minimum_height</code></em>,
|
9324
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *natural_height</code></em>,
|
9325
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *minimum_baseline</code></em>,
|
9326
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *natural_baseline</code></em>);</pre>
|
9327
|
+
<p>
|
9328
|
+
Retrieves a widget's minimum and natural height and the corresponding baselines if it would be given
|
9329
|
+
the specified <em class="parameter"><code>width</code></em>, or the default height if <em class="parameter"><code>width</code></em> is -1. The baselines may be -1 which means
|
9330
|
+
that no baseline is requested for this widget.
|
9331
|
+
</p>
|
9332
|
+
<p>
|
9333
|
+
The returned request will be modified by the
|
9334
|
+
GtkWidgetClass::adjust_size_request and GtkWidgetClass::adjust_baseline_request virtual methods
|
9335
|
+
and by any <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a>s that have been applied. That is, the returned request
|
9336
|
+
is the one that should be used for layout, not necessarily the one
|
9337
|
+
returned by the widget itself.
|
9338
|
+
</p>
|
9339
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
9340
|
+
<colgroup>
|
9341
|
+
<col align="left" valign="top">
|
9342
|
+
<col>
|
9343
|
+
</colgroup>
|
9344
|
+
<tbody>
|
9345
|
+
<tr>
|
9346
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
9347
|
+
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> instance</td>
|
9348
|
+
</tr>
|
9349
|
+
<tr>
|
9350
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
9351
|
+
<td>the width which is available for allocation, or -1 if none</td>
|
9352
|
+
</tr>
|
9353
|
+
<tr>
|
9354
|
+
<td><p><span class="term"><em class="parameter"><code>minimum_height</code></em> :</span></p></td>
|
9355
|
+
<td>location for storing the minimum height, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
9356
|
+
</td>
|
9357
|
+
</tr>
|
9358
|
+
<tr>
|
9359
|
+
<td><p><span class="term"><em class="parameter"><code>natural_height</code></em> :</span></p></td>
|
9360
|
+
<td>location for storing the natural height, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
9361
|
+
</td>
|
9362
|
+
</tr>
|
9363
|
+
<tr>
|
9364
|
+
<td><p><span class="term"><em class="parameter"><code>minimum_baseline</code></em> :</span></p></td>
|
9365
|
+
<td>location for storing the baseline for the minimum height, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
9366
|
+
</td>
|
9367
|
+
</tr>
|
9368
|
+
<tr>
|
9369
|
+
<td><p><span class="term"><em class="parameter"><code>natural_baseline</code></em> :</span></p></td>
|
9370
|
+
<td>location for storing the baseline for the natural height, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
9371
|
+
</td>
|
9372
|
+
</tr>
|
9373
|
+
</tbody>
|
9374
|
+
</table></div>
|
9375
|
+
<p class="since">Since 3.10</p>
|
9376
|
+
</div>
|
9377
|
+
<hr>
|
9378
|
+
<div class="refsect2">
|
9013
9379
|
<a name="gtk-widget-get-request-mode"></a><h3>gtk_widget_get_request_mode ()</h3>
|
9014
9380
|
<pre class="programlisting"><a class="link" href="GtkWidget.html#GtkSizeRequestMode" title="enum GtkSizeRequestMode"><span class="returnvalue">GtkSizeRequestMode</span></a> gtk_widget_get_request_mode (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
9015
9381
|
<p>
|
@@ -9018,7 +9384,7 @@ or a width-for-height layout.
|
|
9018
9384
|
</p>
|
9019
9385
|
<p>
|
9020
9386
|
</p>
|
9021
|
-
<div class="note"
|
9387
|
+
<div class="note">
|
9022
9388
|
<h3 class="title">Note</h3>
|
9023
9389
|
<p><a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a> widgets generally propagate the preference of
|
9024
9390
|
their child, container widgets need to request something either in
|
@@ -9063,7 +9429,7 @@ free-form containers such as GtkLayout.
|
|
9063
9429
|
</p>
|
9064
9430
|
<p>
|
9065
9431
|
</p>
|
9066
|
-
<div class="note"
|
9432
|
+
<div class="note">
|
9067
9433
|
<h3 class="title">Note</h3>
|
9068
9434
|
<p>Handle with care. Note that the natural height of a height-for-width
|
9069
9435
|
widget will generally be a smaller size than the minimum height, since the required
|
@@ -9072,6 +9438,10 @@ the minimum width.</p>
|
|
9072
9438
|
</div>
|
9073
9439
|
<p>
|
9074
9440
|
</p>
|
9441
|
+
<p>
|
9442
|
+
Use <code class="function">gtk_widget_get_preferred_size_and_baseline()</code> if you want to support
|
9443
|
+
baseline alignment.
|
9444
|
+
</p>
|
9075
9445
|
<div class="variablelist"><table border="0" class="variablelist">
|
9076
9446
|
<colgroup>
|
9077
9447
|
<col align="left" valign="top">
|
@@ -9146,7 +9516,8 @@ to <em class="parameter"><code>sizes</code></em>.</td>
|
|
9146
9516
|
GTK_ALIGN_FILL,
|
9147
9517
|
GTK_ALIGN_START,
|
9148
9518
|
GTK_ALIGN_END,
|
9149
|
-
GTK_ALIGN_CENTER
|
9519
|
+
GTK_ALIGN_CENTER,
|
9520
|
+
GTK_ALIGN_BASELINE
|
9150
9521
|
} GtkAlign;
|
9151
9522
|
</pre>
|
9152
9523
|
<p>
|
@@ -9165,6 +9536,11 @@ positioned to one side of the space.
|
|
9165
9536
|
Note that in horizontal context <em class="parameter"><code>GTK_ALIGN_START</code></em> and <em class="parameter"><code>GTK_ALIGN_END</code></em>
|
9166
9537
|
are interpreted relative to text direction.
|
9167
9538
|
</p>
|
9539
|
+
<p>
|
9540
|
+
GTK_ALIGN_BASELINE support for it is optional for containers and widgets, and
|
9541
|
+
it is only supported for vertical alignment. When its not supported by
|
9542
|
+
a child or a container it is treated as <em class="parameter"><code>GTK_ALIGN_FILL</code></em>.
|
9543
|
+
</p>
|
9168
9544
|
<div class="variablelist"><table border="0" class="variablelist">
|
9169
9545
|
<colgroup>
|
9170
9546
|
<col align="left" valign="top">
|
@@ -9195,6 +9571,11 @@ are interpreted relative to text direction.
|
|
9195
9571
|
allocation
|
9196
9572
|
</td>
|
9197
9573
|
</tr>
|
9574
|
+
<tr>
|
9575
|
+
<td><p><a name="GTK-ALIGN-BASELINE:CAPS"></a><span class="term"><code class="literal">GTK_ALIGN_BASELINE</code></span></p></td>
|
9576
|
+
<td>align the widget according to the baseline. Since 3.10.
|
9577
|
+
</td>
|
9578
|
+
</tr>
|
9198
9579
|
</tbody>
|
9199
9580
|
</table></div>
|
9200
9581
|
</div>
|
@@ -9205,6 +9586,12 @@ are interpreted relative to text direction.
|
|
9205
9586
|
<p>
|
9206
9587
|
Gets the value of the <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "halign" property'><span class="type">"halign"</span></a> property.
|
9207
9588
|
</p>
|
9589
|
+
<p>
|
9590
|
+
For backwards compatibility reasons this method will never return
|
9591
|
+
<a class="link" href="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"><code class="literal">GTK_ALIGN_BASELINE</code></a>, but instead it will convert it to
|
9592
|
+
<a class="link" href="GtkWidget.html#GTK-ALIGN-FILL:CAPS"><code class="literal">GTK_ALIGN_FILL</code></a>. Baselines are not supported for horizontal
|
9593
|
+
alignment.
|
9594
|
+
</p>
|
9208
9595
|
<div class="variablelist"><table border="0" class="variablelist">
|
9209
9596
|
<colgroup>
|
9210
9597
|
<col align="left" valign="top">
|
@@ -9258,6 +9645,38 @@ See the <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "hali
|
|
9258
9645
|
<p>
|
9259
9646
|
Gets the value of the <a class="link" href="GtkWidget.html#GtkWidget--valign" title='The "valign" property'><span class="type">"valign"</span></a> property.
|
9260
9647
|
</p>
|
9648
|
+
<p>
|
9649
|
+
For backwards compatibility reasons this method will never return
|
9650
|
+
<a class="link" href="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"><code class="literal">GTK_ALIGN_BASELINE</code></a>, but instead it will convert it to
|
9651
|
+
<a class="link" href="GtkWidget.html#GTK-ALIGN-FILL:CAPS"><code class="literal">GTK_ALIGN_FILL</code></a>. If your widget want to support baseline aligned
|
9652
|
+
children it must use <a class="link" href="GtkWidget.html#gtk-widget-get-valign-with-baseline" title="gtk_widget_get_valign_with_baseline ()"><code class="function">gtk_widget_get_valign_with_baseline()</code></a>.
|
9653
|
+
</p>
|
9654
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
9655
|
+
<colgroup>
|
9656
|
+
<col align="left" valign="top">
|
9657
|
+
<col>
|
9658
|
+
</colgroup>
|
9659
|
+
<tbody>
|
9660
|
+
<tr>
|
9661
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
9662
|
+
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
9663
|
+
</td>
|
9664
|
+
</tr>
|
9665
|
+
<tr>
|
9666
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
9667
|
+
<td>the vertical alignment of <em class="parameter"><code>widget</code></em>, ignoring baseline alignment</td>
|
9668
|
+
</tr>
|
9669
|
+
</tbody>
|
9670
|
+
</table></div>
|
9671
|
+
</div>
|
9672
|
+
<hr>
|
9673
|
+
<div class="refsect2">
|
9674
|
+
<a name="gtk-widget-get-valign-with-baseline"></a><h3>gtk_widget_get_valign_with_baseline ()</h3>
|
9675
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="returnvalue">GtkAlign</span></a> gtk_widget_get_valign_with_baseline (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
9676
|
+
<p>
|
9677
|
+
Gets the value of the <a class="link" href="GtkWidget.html#GtkWidget--valign" title='The "valign" property'><span class="type">"valign"</span></a> property, including
|
9678
|
+
<a class="link" href="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"><code class="literal">GTK_ALIGN_BASELINE</code></a>.
|
9679
|
+
</p>
|
9261
9680
|
<div class="variablelist"><table border="0" class="variablelist">
|
9262
9681
|
<colgroup>
|
9263
9682
|
<col align="left" valign="top">
|
@@ -9276,6 +9695,7 @@ Gets the value of the <a class="link" href="GtkWidget.html#GtkWidget--valign" ti
|
|
9276
9695
|
</tr>
|
9277
9696
|
</tbody>
|
9278
9697
|
</table></div>
|
9698
|
+
<p class="since">Since 3.10</p>
|
9279
9699
|
</div>
|
9280
9700
|
<hr>
|
9281
9701
|
<div class="refsect2">
|
@@ -9872,19 +10292,533 @@ the widget may expand if some of its children do.
|
|
9872
10292
|
</tbody>
|
9873
10293
|
</table></div>
|
9874
10294
|
</div>
|
9875
|
-
|
9876
|
-
<div class="refsect1">
|
9877
|
-
<a name="GtkWidget.property-details"></a><h2>Property Details</h2>
|
10295
|
+
<hr>
|
9878
10296
|
<div class="refsect2">
|
9879
|
-
<a name="
|
9880
|
-
<pre class="programlisting"
|
9881
|
-
<p>
|
9882
|
-
|
10297
|
+
<a name="gtk-widget-init-template"></a><h3>gtk_widget_init_template ()</h3>
|
10298
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_init_template (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
10299
|
+
<p>
|
10300
|
+
Creates and initializes child widgets defined in templates. This
|
10301
|
+
function must be called in the instance initializer for any
|
10302
|
+
class which assigned itself a template using <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>
|
10303
|
+
</p>
|
10304
|
+
<p>
|
10305
|
+
It is important to call this function in the instance initializer
|
10306
|
+
of a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> subclass and not in <code class="function">GObject.constructed()</code> or
|
10307
|
+
<code class="function">GObject.constructor()</code> for two reasons.
|
10308
|
+
</p>
|
10309
|
+
<p>
|
10310
|
+
One reason is that generally derived widgets will assume that parent
|
10311
|
+
class composite widgets have been created in their instance
|
10312
|
+
initializers.
|
10313
|
+
</p>
|
10314
|
+
<p>
|
10315
|
+
Another reason is that when calling <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a> on a widget with
|
10316
|
+
composite templates, it's important to build the composite widgets
|
10317
|
+
before the construct properties are set. Properties passed to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-new"><code class="function">g_object_new()</code></a>
|
10318
|
+
should take precedence over properties set in the private template XML.
|
10319
|
+
</p>
|
10320
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10321
|
+
<colgroup>
|
10322
|
+
<col align="left" valign="top">
|
10323
|
+
<col>
|
10324
|
+
</colgroup>
|
10325
|
+
<tbody><tr>
|
10326
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
10327
|
+
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
10328
|
+
</td>
|
10329
|
+
</tr></tbody>
|
10330
|
+
</table></div>
|
10331
|
+
<p class="since">Since 3.10</p>
|
9883
10332
|
</div>
|
9884
10333
|
<hr>
|
9885
10334
|
<div class="refsect2">
|
9886
|
-
<a name="
|
9887
|
-
<pre class="programlisting">
|
10335
|
+
<a name="gtk-widget-class-set-template"></a><h3>gtk_widget_class_set_template ()</h3>
|
10336
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_set_template (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
10337
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> *template_bytes</code></em>);</pre>
|
10338
|
+
<p>
|
10339
|
+
This should be called at class initialization time to specify
|
10340
|
+
the GtkBuilder XML to be used to extend a widget.
|
10341
|
+
</p>
|
10342
|
+
<p>
|
10343
|
+
For convenience, <a class="link" href="GtkWidget.html#gtk-widget-class-set-template-from-resource" title="gtk_widget_class_set_template_from_resource ()"><code class="function">gtk_widget_class_set_template_from_resource()</code></a> is also provided.
|
10344
|
+
</p>
|
10345
|
+
<p>
|
10346
|
+
</p>
|
10347
|
+
<div class="note">
|
10348
|
+
<h3 class="title">Note</h3>
|
10349
|
+
<p>Any class that installs templates must call <a class="link" href="GtkWidget.html#gtk-widget-init-template" title="gtk_widget_init_template ()"><code class="function">gtk_widget_init_template()</code></a>
|
10350
|
+
in the widget's instance initializer</p>
|
10351
|
+
</div>
|
10352
|
+
<p>
|
10353
|
+
</p>
|
10354
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10355
|
+
<colgroup>
|
10356
|
+
<col align="left" valign="top">
|
10357
|
+
<col>
|
10358
|
+
</colgroup>
|
10359
|
+
<tbody>
|
10360
|
+
<tr>
|
10361
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10362
|
+
<td>A <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10363
|
+
</td>
|
10364
|
+
</tr>
|
10365
|
+
<tr>
|
10366
|
+
<td><p><span class="term"><em class="parameter"><code>template_bytes</code></em> :</span></p></td>
|
10367
|
+
<td>A <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> holding the <a class="link" href="GtkBuilder.html" title="GtkBuilder"><span class="type">GtkBuilder</span></a> XML</td>
|
10368
|
+
</tr>
|
10369
|
+
</tbody>
|
10370
|
+
</table></div>
|
10371
|
+
<p class="since">Since 3.10</p>
|
10372
|
+
</div>
|
10373
|
+
<hr>
|
10374
|
+
<div class="refsect2">
|
10375
|
+
<a name="gtk-widget-class-set-template-from-resource"></a><h3>gtk_widget_class_set_template_from_resource ()</h3>
|
10376
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_set_template_from_resource
|
10377
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
10378
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *resource_name</code></em>);</pre>
|
10379
|
+
<p>
|
10380
|
+
A convenience function to call <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a>.
|
10381
|
+
</p>
|
10382
|
+
<p>
|
10383
|
+
</p>
|
10384
|
+
<div class="note">
|
10385
|
+
<h3 class="title">Note</h3>
|
10386
|
+
<p>Any class that installs templates must call <a class="link" href="GtkWidget.html#gtk-widget-init-template" title="gtk_widget_init_template ()"><code class="function">gtk_widget_init_template()</code></a>
|
10387
|
+
in the widget's instance initializer</p>
|
10388
|
+
</div>
|
10389
|
+
<p>
|
10390
|
+
</p>
|
10391
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10392
|
+
<colgroup>
|
10393
|
+
<col align="left" valign="top">
|
10394
|
+
<col>
|
10395
|
+
</colgroup>
|
10396
|
+
<tbody>
|
10397
|
+
<tr>
|
10398
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10399
|
+
<td>A <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10400
|
+
</td>
|
10401
|
+
</tr>
|
10402
|
+
<tr>
|
10403
|
+
<td><p><span class="term"><em class="parameter"><code>resource_name</code></em> :</span></p></td>
|
10404
|
+
<td>The name of the resource to load the template from</td>
|
10405
|
+
</tr>
|
10406
|
+
</tbody>
|
10407
|
+
</table></div>
|
10408
|
+
<p class="since">Since 3.10</p>
|
10409
|
+
</div>
|
10410
|
+
<hr>
|
10411
|
+
<div class="refsect2">
|
10412
|
+
<a name="gtk-widget-get-template-child"></a><h3>gtk_widget_get_template_child ()</h3>
|
10413
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * gtk_widget_get_template_child (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
10414
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
10415
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
10416
|
+
<p>
|
10417
|
+
Fetch an object build from the template XML for <em class="parameter"><code>widget_type</code></em> in this <em class="parameter"><code>widget</code></em> instance.
|
10418
|
+
</p>
|
10419
|
+
<p>
|
10420
|
+
This will only report children which were previously declared with <code class="function">gtk_widget_class_bind_template_child_private_full()</code> or one of its variants.
|
10421
|
+
</p>
|
10422
|
+
<p>
|
10423
|
+
This function is only meant to be called for code which is private to the <em class="parameter"><code>widget_type</code></em> which
|
10424
|
+
declared the child and is meant for language bindings which cannot easily make use
|
10425
|
+
of the GObject structure offsets.
|
10426
|
+
</p>
|
10427
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10428
|
+
<colgroup>
|
10429
|
+
<col align="left" valign="top">
|
10430
|
+
<col>
|
10431
|
+
</colgroup>
|
10432
|
+
<tbody>
|
10433
|
+
<tr>
|
10434
|
+
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
10435
|
+
<td>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
10436
|
+
</td>
|
10437
|
+
</tr>
|
10438
|
+
<tr>
|
10439
|
+
<td><p><span class="term"><em class="parameter"><code>widget_type</code></em> :</span></p></td>
|
10440
|
+
<td>The <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> to get a template child for</td>
|
10441
|
+
</tr>
|
10442
|
+
<tr>
|
10443
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
10444
|
+
<td>The "id" of the child defined in the template XML</td>
|
10445
|
+
</tr>
|
10446
|
+
<tr>
|
10447
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
10448
|
+
<td>The object built in the template XML with the id <em class="parameter"><code>name</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
10449
|
+
</td>
|
10450
|
+
</tr>
|
10451
|
+
</tbody>
|
10452
|
+
</table></div>
|
10453
|
+
</div>
|
10454
|
+
<hr>
|
10455
|
+
<div class="refsect2">
|
10456
|
+
<a name="gtk-widget-class-bind-template-child"></a><h3>gtk_widget_class_bind_template_child()</h3>
|
10457
|
+
<pre class="programlisting">#define gtk_widget_class_bind_template_child(widget_class, TypeName, member_name)</pre>
|
10458
|
+
<p>
|
10459
|
+
Binds a child widget defined in a template to the <em class="parameter"><code>widget_class</code></em>.
|
10460
|
+
</p>
|
10461
|
+
<p>
|
10462
|
+
This macro is a convenience wrapper around the
|
10463
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-full" title="gtk_widget_class_bind_template_child_full ()"><code class="function">gtk_widget_class_bind_template_child_full()</code></a> function.
|
10464
|
+
</p>
|
10465
|
+
<p>
|
10466
|
+
This macro will use the offset of the <em class="parameter"><code>member_name</code></em> inside the <em class="parameter"><code>TypeName</code></em>
|
10467
|
+
instance structure.
|
10468
|
+
</p>
|
10469
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10470
|
+
<colgroup>
|
10471
|
+
<col align="left" valign="top">
|
10472
|
+
<col>
|
10473
|
+
</colgroup>
|
10474
|
+
<tbody>
|
10475
|
+
<tr>
|
10476
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10477
|
+
<td>a <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10478
|
+
</td>
|
10479
|
+
</tr>
|
10480
|
+
<tr>
|
10481
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
10482
|
+
<td>the type name of this widget</td>
|
10483
|
+
</tr>
|
10484
|
+
<tr>
|
10485
|
+
<td><p><span class="term"><em class="parameter"><code>member_name</code></em> :</span></p></td>
|
10486
|
+
<td>name of the instance member in the instance struct for <em class="parameter"><code>data_type</code></em>
|
10487
|
+
</td>
|
10488
|
+
</tr>
|
10489
|
+
</tbody>
|
10490
|
+
</table></div>
|
10491
|
+
<p class="since">Since 3.10</p>
|
10492
|
+
</div>
|
10493
|
+
<hr>
|
10494
|
+
<div class="refsect2">
|
10495
|
+
<a name="gtk-widget-class-bind-template-child-internal"></a><h3>gtk_widget_class_bind_template_child_internal()</h3>
|
10496
|
+
<pre class="programlisting">#define gtk_widget_class_bind_template_child_internal(widget_class, TypeName, member_name)</pre>
|
10497
|
+
<p>
|
10498
|
+
Binds a child widget defined in a template to the <em class="parameter"><code>widget_class</code></em>, and
|
10499
|
+
also makes it available as an internal child in GtkBuilder, under the
|
10500
|
+
name <em class="parameter"><code>member_name</code></em>.
|
10501
|
+
</p>
|
10502
|
+
<p>
|
10503
|
+
This macro is a convenience wrapper around the
|
10504
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-full" title="gtk_widget_class_bind_template_child_full ()"><code class="function">gtk_widget_class_bind_template_child_full()</code></a> function.
|
10505
|
+
</p>
|
10506
|
+
<p>
|
10507
|
+
This macro will use the offset of the <em class="parameter"><code>member_name</code></em> inside the <em class="parameter"><code>TypeName</code></em>
|
10508
|
+
instance structure.
|
10509
|
+
</p>
|
10510
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10511
|
+
<colgroup>
|
10512
|
+
<col align="left" valign="top">
|
10513
|
+
<col>
|
10514
|
+
</colgroup>
|
10515
|
+
<tbody>
|
10516
|
+
<tr>
|
10517
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10518
|
+
<td>a <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10519
|
+
</td>
|
10520
|
+
</tr>
|
10521
|
+
<tr>
|
10522
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
10523
|
+
<td>the type name, in CamelCase</td>
|
10524
|
+
</tr>
|
10525
|
+
<tr>
|
10526
|
+
<td><p><span class="term"><em class="parameter"><code>member_name</code></em> :</span></p></td>
|
10527
|
+
<td>name of the instance member in the instance struct for <em class="parameter"><code>data_type</code></em>
|
10528
|
+
</td>
|
10529
|
+
</tr>
|
10530
|
+
</tbody>
|
10531
|
+
</table></div>
|
10532
|
+
<p class="since">Since 3.10</p>
|
10533
|
+
</div>
|
10534
|
+
<hr>
|
10535
|
+
<div class="refsect2">
|
10536
|
+
<a name="gtk-widget-class-bind-template-child-private"></a><h3>gtk_widget_class_bind_template_child_private()</h3>
|
10537
|
+
<pre class="programlisting">#define gtk_widget_class_bind_template_child_private(widget_class, TypeName, member_name)</pre>
|
10538
|
+
<p>
|
10539
|
+
Binds a child widget defined in a template to the <em class="parameter"><code>widget_class</code></em>.
|
10540
|
+
</p>
|
10541
|
+
<p>
|
10542
|
+
This macro is a convenience wrapper around the
|
10543
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-full" title="gtk_widget_class_bind_template_child_full ()"><code class="function">gtk_widget_class_bind_template_child_full()</code></a> function.
|
10544
|
+
</p>
|
10545
|
+
<p>
|
10546
|
+
This macro will use the offset of the <em class="parameter"><code>member_name</code></em> inside the <em class="parameter"><code>TypeName</code></em>
|
10547
|
+
private data structure (it uses <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-PRIVATE-OFFSET:CAPS"><code class="function">G_PRIVATE_OFFSET()</code></a>, so the private struct
|
10548
|
+
must be added with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-ADD-PRIVATE:CAPS"><code class="function">G_ADD_PRIVATE()</code></a>).
|
10549
|
+
</p>
|
10550
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10551
|
+
<colgroup>
|
10552
|
+
<col align="left" valign="top">
|
10553
|
+
<col>
|
10554
|
+
</colgroup>
|
10555
|
+
<tbody>
|
10556
|
+
<tr>
|
10557
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10558
|
+
<td>a <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10559
|
+
</td>
|
10560
|
+
</tr>
|
10561
|
+
<tr>
|
10562
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
10563
|
+
<td>the type name of this widget</td>
|
10564
|
+
</tr>
|
10565
|
+
<tr>
|
10566
|
+
<td><p><span class="term"><em class="parameter"><code>member_name</code></em> :</span></p></td>
|
10567
|
+
<td>name of the instance private member in the private struct for <em class="parameter"><code>data_type</code></em>
|
10568
|
+
</td>
|
10569
|
+
</tr>
|
10570
|
+
</tbody>
|
10571
|
+
</table></div>
|
10572
|
+
<p class="since">Since 3.10</p>
|
10573
|
+
</div>
|
10574
|
+
<hr>
|
10575
|
+
<div class="refsect2">
|
10576
|
+
<a name="gtk-widget-class-bind-template-child-internal-private"></a><h3>gtk_widget_class_bind_template_child_internal_private()</h3>
|
10577
|
+
<pre class="programlisting">#define gtk_widget_class_bind_template_child_internal_private(widget_class, TypeName, member_name)</pre>
|
10578
|
+
<p>
|
10579
|
+
Binds a child widget defined in a template to the <em class="parameter"><code>widget_class</code></em>, and
|
10580
|
+
also makes it available as an internal child in GtkBuilder, under the
|
10581
|
+
name <em class="parameter"><code>member_name</code></em>.
|
10582
|
+
</p>
|
10583
|
+
<p>
|
10584
|
+
This macro is a convenience wrapper around the
|
10585
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-full" title="gtk_widget_class_bind_template_child_full ()"><code class="function">gtk_widget_class_bind_template_child_full()</code></a> function.
|
10586
|
+
</p>
|
10587
|
+
<p>
|
10588
|
+
This macro will use the offset of the <em class="parameter"><code>member_name</code></em> inside the <em class="parameter"><code>TypeName</code></em>
|
10589
|
+
private data structure.
|
10590
|
+
</p>
|
10591
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10592
|
+
<colgroup>
|
10593
|
+
<col align="left" valign="top">
|
10594
|
+
<col>
|
10595
|
+
</colgroup>
|
10596
|
+
<tbody>
|
10597
|
+
<tr>
|
10598
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10599
|
+
<td>a <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10600
|
+
</td>
|
10601
|
+
</tr>
|
10602
|
+
<tr>
|
10603
|
+
<td><p><span class="term"><em class="parameter"><code>TypeName</code></em> :</span></p></td>
|
10604
|
+
<td>the type name, in CamelCase</td>
|
10605
|
+
</tr>
|
10606
|
+
<tr>
|
10607
|
+
<td><p><span class="term"><em class="parameter"><code>member_name</code></em> :</span></p></td>
|
10608
|
+
<td>name of the instance private member on the private struct for <em class="parameter"><code>data_type</code></em>
|
10609
|
+
</td>
|
10610
|
+
</tr>
|
10611
|
+
</tbody>
|
10612
|
+
</table></div>
|
10613
|
+
<p class="since">Since 3.10</p>
|
10614
|
+
</div>
|
10615
|
+
<hr>
|
10616
|
+
<div class="refsect2">
|
10617
|
+
<a name="gtk-widget-class-bind-template-child-full"></a><h3>gtk_widget_class_bind_template_child_full ()</h3>
|
10618
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_bind_template_child_full
|
10619
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
10620
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
10621
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> internal_child</code></em>,
|
10622
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gssize"><span class="type">gssize</span></a> struct_offset</code></em>);</pre>
|
10623
|
+
<p>
|
10624
|
+
Automatically assign an object declared in the class template XML to be set to a location
|
10625
|
+
on a freshly built instance's private data, or alternatively accessible via <code class="function">gtk_widget_get_automated_child()</code>.
|
10626
|
+
</p>
|
10627
|
+
<p>
|
10628
|
+
The struct can point either into the public instance, then you should use G_STRUCT_OFFSET(WidgetType, member)
|
10629
|
+
for <em class="parameter"><code>struct_offset</code></em>, or in the private struct, then you should use G_PRIVATE_OFFSET(WidgetType, member).
|
10630
|
+
</p>
|
10631
|
+
<p>
|
10632
|
+
An explicit strong reference will be held automatically for the duration of your
|
10633
|
+
instance's life cycle, it will be released automatically when <code class="function">GObjectClass.dispose()</code> runs
|
10634
|
+
on your instance and if a <em class="parameter"><code>struct_offset</code></em> that is >= 0 is specified, then the automatic location
|
10635
|
+
in your instance private data will be set to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. You can however access an automated child
|
10636
|
+
pointer the first time your classes <code class="function">GObjectClass.dispose()</code> runs, or alternatively in
|
10637
|
+
<a class="link" href="GtkWidget.html#GtkWidgetClass.destroy"><code class="function">GtkWidgetClass.destroy()</code></a>.
|
10638
|
+
</p>
|
10639
|
+
<p>
|
10640
|
+
If <em class="parameter"><code>internal_child</code></em> is specified, <a class="link" href="GtkBuildable.html#GtkBuildableIface.get-internal-child"><code class="function">GtkBuildableIface.get_internal_child()</code></a> will be automatically
|
10641
|
+
implemented by the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> class so there is no need to implement it manually.
|
10642
|
+
</p>
|
10643
|
+
<p>
|
10644
|
+
The wrapper macros <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child" title="gtk_widget_class_bind_template_child()"><code class="function">gtk_widget_class_bind_template_child()</code></a>, <a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-internal" title="gtk_widget_class_bind_template_child_internal()"><code class="function">gtk_widget_class_bind_template_child_internal()</code></a>,
|
10645
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-child-private" title="gtk_widget_class_bind_template_child_private()"><code class="function">gtk_widget_class_bind_template_child_private()</code></a> and <code class="function">gtk_widget_class_bind_private_template_child_internal()</code>
|
10646
|
+
might be more convenient to use.
|
10647
|
+
</p>
|
10648
|
+
<p>
|
10649
|
+
</p>
|
10650
|
+
<div class="note">
|
10651
|
+
<h3 class="title">Note</h3>
|
10652
|
+
<p>This must be called from a composite widget classes class
|
10653
|
+
initializer after calling <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a></p>
|
10654
|
+
</div>
|
10655
|
+
<p>
|
10656
|
+
</p>
|
10657
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10658
|
+
<colgroup>
|
10659
|
+
<col align="left" valign="top">
|
10660
|
+
<col>
|
10661
|
+
</colgroup>
|
10662
|
+
<tbody>
|
10663
|
+
<tr>
|
10664
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10665
|
+
<td>A <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10666
|
+
</td>
|
10667
|
+
</tr>
|
10668
|
+
<tr>
|
10669
|
+
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
10670
|
+
<td>The "id" of the child defined in the template XML</td>
|
10671
|
+
</tr>
|
10672
|
+
<tr>
|
10673
|
+
<td><p><span class="term"><em class="parameter"><code>internal_child</code></em> :</span></p></td>
|
10674
|
+
<td>Whether the child should be accessible as an "internal-child"
|
10675
|
+
when this class is used in GtkBuilder XML</td>
|
10676
|
+
</tr>
|
10677
|
+
<tr>
|
10678
|
+
<td><p><span class="term"><em class="parameter"><code>struct_offset</code></em> :</span></p></td>
|
10679
|
+
<td>The structure offset into the composite widget's instance public or private structure
|
10680
|
+
where the automated child pointer should be set, or -1 to not assign the pointer.</td>
|
10681
|
+
</tr>
|
10682
|
+
</tbody>
|
10683
|
+
</table></div>
|
10684
|
+
<p class="since">Since 3.10</p>
|
10685
|
+
</div>
|
10686
|
+
<hr>
|
10687
|
+
<div class="refsect2">
|
10688
|
+
<a name="gtk-widget-class-bind-template-callback"></a><h3>gtk_widget_class_bind_template_callback()</h3>
|
10689
|
+
<pre class="programlisting">#define gtk_widget_class_bind_template_callback(widget_class, callback)</pre>
|
10690
|
+
<p>
|
10691
|
+
Binds a callback function defined in a template to the <em class="parameter"><code>widget_class</code></em>.
|
10692
|
+
</p>
|
10693
|
+
<p>
|
10694
|
+
This macro is a convenience wrapper around the
|
10695
|
+
<a class="link" href="GtkWidget.html#gtk-widget-class-bind-template-callback-full" title="gtk_widget_class_bind_template_callback_full ()"><code class="function">gtk_widget_class_bind_template_callback_full()</code></a> function.
|
10696
|
+
</p>
|
10697
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10698
|
+
<colgroup>
|
10699
|
+
<col align="left" valign="top">
|
10700
|
+
<col>
|
10701
|
+
</colgroup>
|
10702
|
+
<tbody>
|
10703
|
+
<tr>
|
10704
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10705
|
+
<td>a <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10706
|
+
</td>
|
10707
|
+
</tr>
|
10708
|
+
<tr>
|
10709
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
10710
|
+
<td>the callback symbol</td>
|
10711
|
+
</tr>
|
10712
|
+
</tbody>
|
10713
|
+
</table></div>
|
10714
|
+
<p class="since">Since 3.10</p>
|
10715
|
+
</div>
|
10716
|
+
<hr>
|
10717
|
+
<div class="refsect2">
|
10718
|
+
<a name="gtk-widget-class-bind-template-callback-full"></a><h3>gtk_widget_class_bind_template_callback_full ()</h3>
|
10719
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_bind_template_callback_full
|
10720
|
+
(<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
10721
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *callback_name</code></em>,
|
10722
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> callback_symbol</code></em>);</pre>
|
10723
|
+
<p>
|
10724
|
+
Declares a <em class="parameter"><code>callback_symbol</code></em> to handle <em class="parameter"><code>callback_name</code></em> from the template XML
|
10725
|
+
defined for <em class="parameter"><code>widget_type</code></em>. See <a class="link" href="GtkBuilder.html#gtk-builder-add-callback-symbol" title="gtk_builder_add_callback_symbol ()"><code class="function">gtk_builder_add_callback_symbol()</code></a>.
|
10726
|
+
</p>
|
10727
|
+
<p>
|
10728
|
+
</p>
|
10729
|
+
<div class="note">
|
10730
|
+
<h3 class="title">Note</h3>
|
10731
|
+
<p>This must be called from a composite widget classes class
|
10732
|
+
initializer after calling <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a></p>
|
10733
|
+
</div>
|
10734
|
+
<p>
|
10735
|
+
</p>
|
10736
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10737
|
+
<colgroup>
|
10738
|
+
<col align="left" valign="top">
|
10739
|
+
<col>
|
10740
|
+
</colgroup>
|
10741
|
+
<tbody>
|
10742
|
+
<tr>
|
10743
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10744
|
+
<td>A <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10745
|
+
</td>
|
10746
|
+
</tr>
|
10747
|
+
<tr>
|
10748
|
+
<td><p><span class="term"><em class="parameter"><code>callback_name</code></em> :</span></p></td>
|
10749
|
+
<td>The name of the callback as expected in the template XML</td>
|
10750
|
+
</tr>
|
10751
|
+
<tr>
|
10752
|
+
<td><p><span class="term"><em class="parameter"><code>callback_symbol</code></em> :</span></p></td>
|
10753
|
+
<td>The callback symbol. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
|
10754
|
+
</td>
|
10755
|
+
</tr>
|
10756
|
+
</tbody>
|
10757
|
+
</table></div>
|
10758
|
+
<p class="since">Since 3.10</p>
|
10759
|
+
</div>
|
10760
|
+
<hr>
|
10761
|
+
<div class="refsect2">
|
10762
|
+
<a name="gtk-widget-class-set-connect-func"></a><h3>gtk_widget_class_set_connect_func ()</h3>
|
10763
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_set_connect_func (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
|
10764
|
+
<em class="parameter"><code><a class="link" href="GtkBuilder.html#GtkBuilderConnectFunc" title="GtkBuilderConnectFunc ()"><span class="type">GtkBuilderConnectFunc</span></a> connect_func</code></em>,
|
10765
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> connect_data</code></em>,
|
10766
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> connect_data_destroy</code></em>);</pre>
|
10767
|
+
<p>
|
10768
|
+
For use in lanuage bindings, this will override the default <a class="link" href="GtkBuilder.html#GtkBuilderConnectFunc" title="GtkBuilderConnectFunc ()"><span class="type">GtkBuilderConnectFunc</span></a> to be
|
10769
|
+
used when parsing GtkBuilder xml from this class's template data.
|
10770
|
+
</p>
|
10771
|
+
<p>
|
10772
|
+
</p>
|
10773
|
+
<div class="note">
|
10774
|
+
<h3 class="title">Note</h3>
|
10775
|
+
<p>This must be called from a composite widget classes class
|
10776
|
+
initializer after calling <a class="link" href="GtkWidget.html#gtk-widget-class-set-template" title="gtk_widget_class_set_template ()"><code class="function">gtk_widget_class_set_template()</code></a></p>
|
10777
|
+
</div>
|
10778
|
+
<p>
|
10779
|
+
</p>
|
10780
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
10781
|
+
<colgroup>
|
10782
|
+
<col align="left" valign="top">
|
10783
|
+
<col>
|
10784
|
+
</colgroup>
|
10785
|
+
<tbody>
|
10786
|
+
<tr>
|
10787
|
+
<td><p><span class="term"><em class="parameter"><code>widget_class</code></em> :</span></p></td>
|
10788
|
+
<td>A <a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a>
|
10789
|
+
</td>
|
10790
|
+
</tr>
|
10791
|
+
<tr>
|
10792
|
+
<td><p><span class="term"><em class="parameter"><code>connect_func</code></em> :</span></p></td>
|
10793
|
+
<td>The <a class="link" href="GtkBuilder.html#GtkBuilderConnectFunc" title="GtkBuilderConnectFunc ()"><span class="type">GtkBuilderConnectFunc</span></a> to use when connecting signals in the class template</td>
|
10794
|
+
</tr>
|
10795
|
+
<tr>
|
10796
|
+
<td><p><span class="term"><em class="parameter"><code>connect_data</code></em> :</span></p></td>
|
10797
|
+
<td>The data to pass to <em class="parameter"><code>connect_func</code></em>
|
10798
|
+
</td>
|
10799
|
+
</tr>
|
10800
|
+
<tr>
|
10801
|
+
<td><p><span class="term"><em class="parameter"><code>connect_data_destroy</code></em> :</span></p></td>
|
10802
|
+
<td>The <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> to free <em class="parameter"><code>connect_data</code></em>, this will only be used at
|
10803
|
+
class finalization time, when no classes of type <em class="parameter"><code>widget_type</code></em> are in use anymore.</td>
|
10804
|
+
</tr>
|
10805
|
+
</tbody>
|
10806
|
+
</table></div>
|
10807
|
+
<p class="since">Since 3.10</p>
|
10808
|
+
</div>
|
10809
|
+
</div>
|
10810
|
+
<div class="refsect1">
|
10811
|
+
<a name="GtkWidget.property-details"></a><h2>Property Details</h2>
|
10812
|
+
<div class="refsect2">
|
10813
|
+
<a name="GtkWidget--app-paintable"></a><h3>The <code class="literal">"app-paintable"</code> property</h3>
|
10814
|
+
<pre class="programlisting"> "app-paintable" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
10815
|
+
<p>Whether the application will paint directly on the widget.</p>
|
10816
|
+
<p>Default value: FALSE</p>
|
10817
|
+
</div>
|
10818
|
+
<hr>
|
10819
|
+
<div class="refsect2">
|
10820
|
+
<a name="GtkWidget--can-default"></a><h3>The <code class="literal">"can-default"</code> property</h3>
|
10821
|
+
<pre class="programlisting"> "can-default" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
9888
10822
|
<p>Whether the widget can be the default widget.</p>
|
9889
10823
|
<p>Default value: FALSE</p>
|
9890
10824
|
</div>
|
@@ -9977,7 +10911,7 @@ property is set to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/l
|
|
9977
10911
|
<a name="GtkWidget--height-request"></a><h3>The <code class="literal">"height-request"</code> property</h3>
|
9978
10912
|
<pre class="programlisting"> "height-request" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
9979
10913
|
<p>Override for height request of the widget, or -1 if natural request should be used.</p>
|
9980
|
-
<p>Allowed values: >=
|
10914
|
+
<p>Allowed values: >= -1</p>
|
9981
10915
|
<p>Default value: -1</p>
|
9982
10916
|
</div>
|
9983
10917
|
<hr>
|
@@ -10106,7 +11040,7 @@ The requested opacity of the widget. See <a class="link" href="GtkWidget.html#gt
|
|
10106
11040
|
more details about window opacity.
|
10107
11041
|
</p>
|
10108
11042
|
<p>
|
10109
|
-
Before 3.8 this was only
|
11043
|
+
Before 3.8 this was only available in GtkWindow
|
10110
11044
|
</p>
|
10111
11045
|
<p>Allowed values: [0,1]</p>
|
10112
11046
|
<p>Default value: 1</p>
|
@@ -10127,6 +11061,18 @@ Before 3.8 this was only availible in GtkWindow
|
|
10127
11061
|
</div>
|
10128
11062
|
<hr>
|
10129
11063
|
<div class="refsect2">
|
11064
|
+
<a name="GtkWidget--scale-factor"></a><h3>The <code class="literal">"scale-factor"</code> property</h3>
|
11065
|
+
<pre class="programlisting"> "scale-factor" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
11066
|
+
<p>
|
11067
|
+
The scale factor of the widget. See <a class="link" href="GtkWidget.html#gtk-widget-get-scale-factor" title="gtk_widget_get_scale_factor ()"><code class="function">gtk_widget_get_scale_factor()</code></a> for
|
11068
|
+
more details about widget scaling.
|
11069
|
+
</p>
|
11070
|
+
<p>Allowed values: >= 1</p>
|
11071
|
+
<p>Default value: 1</p>
|
11072
|
+
<p class="since">Since 3.10</p>
|
11073
|
+
</div>
|
11074
|
+
<hr>
|
11075
|
+
<div class="refsect2">
|
10130
11076
|
<a name="GtkWidget--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
|
10131
11077
|
<pre class="programlisting"> "sensitive" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
10132
11078
|
<p>Whether the widget responds to input.</p>
|
@@ -10144,7 +11090,7 @@ Before 3.8 this was only availible in GtkWindow
|
|
10144
11090
|
<pre class="programlisting"> "tooltip-markup" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
10145
11091
|
<p>
|
10146
11092
|
Sets the text of tooltip to be the given string, which is marked up
|
10147
|
-
with the Pango text markup language
|
11093
|
+
with the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
|
10148
11094
|
Also see <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>.
|
10149
11095
|
</p>
|
10150
11096
|
<p>
|
@@ -10217,7 +11163,7 @@ Whether to use the <a class="link" href="GtkWidget.html#GtkWidget--vexpand" titl
|
|
10217
11163
|
<a name="GtkWidget--width-request"></a><h3>The <code class="literal">"width-request"</code> property</h3>
|
10218
11164
|
<pre class="programlisting"> "width-request" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
10219
11165
|
<p>Override for width request of the widget, or -1 if natural request should be used.</p>
|
10220
|
-
<p>Allowed values: >=
|
11166
|
+
<p>Allowed values: >= -1</p>
|
10221
11167
|
<p>Default value: -1</p>
|
10222
11168
|
</div>
|
10223
11169
|
<hr>
|
@@ -10965,6 +11911,12 @@ If the data was received in response to a <a class="link" href="GtkWidget.html#G
|
|
10965
11911
|
signal is expected to process the received data and then call
|
10966
11912
|
<a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>, setting the <em class="parameter"><code>success</code></em> parameter depending on
|
10967
11913
|
whether the data was processed successfully.
|
11914
|
+
</p>
|
11915
|
+
<p>
|
11916
|
+
Applications must create some means to determine why the signal was emitted
|
11917
|
+
|
11918
|
+
and therefore whether to call <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> or <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>.
|
11919
|
+
|
10968
11920
|
</p>
|
10969
11921
|
<p>
|
10970
11922
|
The handler may inspect the selected action with
|
@@ -11254,7 +12206,14 @@ animation), otherwise it returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/
|
|
11254
12206
|
The ::drag-leave signal is emitted on the drop site when the cursor
|
11255
12207
|
leaves the widget. A typical reason to connect to this signal is to
|
11256
12208
|
undo things done in <a class="link" href="GtkWidget.html#GtkWidget-drag-motion" title='The "drag-motion" signal'><span class="type">"drag-motion"</span></a>, e.g. undo highlighting
|
11257
|
-
with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-unhighlight" title="gtk_drag_unhighlight ()"><code class="function">gtk_drag_unhighlight()</code></a
|
12209
|
+
with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-unhighlight" title="gtk_drag_unhighlight ()"><code class="function">gtk_drag_unhighlight()</code></a>.
|
12210
|
+
</p>
|
12211
|
+
<p>
|
12212
|
+
Likewise, the <a class="link" href="GtkWidget.html#GtkWidget-drag-leave" title='The "drag-leave" signal'><span class="type">"drag-leave"</span></a> signal is also emitted before the
|
12213
|
+
|
12214
|
+
::drag-drop signal, for instance to allow cleaning up of a preview item
|
12215
|
+
|
12216
|
+
created in the <a class="link" href="GtkWidget.html#GtkWidget-drag-motion" title='The "drag-motion" signal'><span class="type">"drag-motion"</span></a> signal handler.
|
11258
12217
|
</p>
|
11259
12218
|
<div class="variablelist"><table border="0" class="variablelist">
|
11260
12219
|
<colgroup>
|
@@ -11499,8 +12458,8 @@ the passed in context and be sized to the values returned by
|
|
11499
12458
|
<p>
|
11500
12459
|
Signal handlers connected to this signal can modify the cairo
|
11501
12460
|
context passed as <em class="parameter"><code>cr</code></em> in any way they like and don't need to
|
11502
|
-
restore it. The signal emission takes care of calling <code class="function">cairo_save()</code>
|
11503
|
-
before and <code class="function">cairo_restore()</code> after invoking the handler.
|
12461
|
+
restore it. The signal emission takes care of calling <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a>
|
12462
|
+
before and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-restore"><code class="function">cairo_restore()</code></a> after invoking the handler.
|
11504
12463
|
</p>
|
11505
12464
|
<p>
|
11506
12465
|
The signal handler will get a <em class="parameter"><code>cr</code></em> with a clip region already set to the
|
@@ -11508,7 +12467,7 @@ widget's dirty region, i.e. to the area that needs repainting. Complicated
|
|
11508
12467
|
widgets that want to avoid redrawing themselves completely can get the full
|
11509
12468
|
extents of the clip region with <a href="http://developer.gnome.org/gdk2/gdk3-Cairo-Interaction.html#gdk-cairo-get-clip-rectangle"><code class="function">gdk_cairo_get_clip_rectangle()</code></a>, or they can
|
11510
12469
|
get a finer-grained representation of the dirty region with
|
11511
|
-
<code class="function">cairo_copy_clip_rectangle_list()</code>.
|
12470
|
+
<a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list"><code class="function">cairo_copy_clip_rectangle_list()</code></a>.
|
11512
12471
|
</p>
|
11513
12472
|
<div class="variablelist"><table border="0" class="variablelist">
|
11514
12473
|
<colgroup>
|
@@ -11884,6 +12843,10 @@ if it becomes unshadowed</td>
|
|
11884
12843
|
<a name="GtkWidget-hide"></a><h3>The <code class="literal">"hide"</code> signal</h3>
|
11885
12844
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
11886
12845
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
12846
|
+
<p>
|
12847
|
+
The ::hide signal is emitted when <em class="parameter"><code>widget</code></em> is hidden, for example with
|
12848
|
+
<a class="link" href="GtkWidget.html#gtk-widget-hide" title="gtk_widget_hide ()"><code class="function">gtk_widget_hide()</code></a>.
|
12849
|
+
</p>
|
11887
12850
|
<div class="variablelist"><table border="0" class="variablelist">
|
11888
12851
|
<colgroup>
|
11889
12852
|
<col align="left" valign="top">
|
@@ -12116,6 +13079,18 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
|
|
12116
13079
|
<a name="GtkWidget-map"></a><h3>The <code class="literal">"map"</code> signal</h3>
|
12117
13080
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
12118
13081
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
13082
|
+
<p>
|
13083
|
+
The ::map signal is emitted when <em class="parameter"><code>widget</code></em> is going to be mapped, that is
|
13084
|
+
when the widget is visible (which is controlled with
|
13085
|
+
<a class="link" href="GtkWidget.html#gtk-widget-set-visible" title="gtk_widget_set_visible ()"><code class="function">gtk_widget_set_visible()</code></a>) and all its parents up to the toplevel widget
|
13086
|
+
are also visible. Once the map has occurred, <a class="link" href="GtkWidget.html#GtkWidget-map-event" title='The "map-event" signal'><span class="type">"map-event"</span></a> will
|
13087
|
+
be emitted.
|
13088
|
+
</p>
|
13089
|
+
<p>
|
13090
|
+
The ::map signal can be used to determine whether a widget will be drawn,
|
13091
|
+
for instance it can resume an animation that was stopped during the
|
13092
|
+
emission of <a class="link" href="GtkWidget.html#GtkWidget-unmap" title='The "unmap" signal'><span class="type">"unmap"</span></a>.
|
13093
|
+
</p>
|
12119
13094
|
<div class="variablelist"><table border="0" class="variablelist">
|
12120
13095
|
<colgroup>
|
12121
13096
|
<col align="left" valign="top">
|
@@ -12479,7 +13454,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
|
|
12479
13454
|
<a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip,
|
12480
13455
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
12481
13456
|
<p>
|
12482
|
-
Emitted when <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and the
|
13457
|
+
Emitted when <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a> is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and the hover timeout
|
12483
13458
|
has expired with the cursor hovering "above" <em class="parameter"><code>widget</code></em>; or emitted when <em class="parameter"><code>widget</code></em> got
|
12484
13459
|
focus in keyboard mode.
|
12485
13460
|
</p>
|
@@ -12542,6 +13517,11 @@ been emitted, relative to <em class="parameter"><code>widget</code></em>'s top</
|
|
12542
13517
|
<a name="GtkWidget-realize"></a><h3>The <code class="literal">"realize"</code> signal</h3>
|
12543
13518
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
12544
13519
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
13520
|
+
<p>
|
13521
|
+
The ::realize signal is emitted when <em class="parameter"><code>widget</code></em> is associated with a
|
13522
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, which means that <code class="function">gtk_wiget_realize()</code> has been called or the
|
13523
|
+
widget has been mapped (that is, it is going to be drawn).
|
13524
|
+
</p>
|
12545
13525
|
<div class="variablelist"><table border="0" class="variablelist">
|
12546
13526
|
<colgroup>
|
12547
13527
|
<col align="left" valign="top">
|
@@ -12805,6 +13785,10 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
|
|
12805
13785
|
<a name="GtkWidget-show"></a><h3>The <code class="literal">"show"</code> signal</h3>
|
12806
13786
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
12807
13787
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
13788
|
+
<p>
|
13789
|
+
The ::show signal is emitted when <em class="parameter"><code>widget</code></em> is shown, for example with
|
13790
|
+
<a class="link" href="GtkWidget.html#gtk-widget-show" title="gtk_widget_show ()"><code class="function">gtk_widget_show()</code></a>.
|
13791
|
+
</p>
|
12808
13792
|
<div class="variablelist"><table border="0" class="variablelist">
|
12809
13793
|
<colgroup>
|
12810
13794
|
<col align="left" valign="top">
|
@@ -12880,7 +13864,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
|
|
12880
13864
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
12881
13865
|
<a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state,
|
12882
13866
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
12883
|
-
<div class="warning"
|
13867
|
+
<div class="warning">
|
12884
13868
|
<h3 class="title">Warning</h3>
|
12885
13869
|
<p><code class="literal">GtkWidget::state-changed</code> is deprecated and should not be used in newly-written code. 3.0. Use <a class="link" href="GtkWidget.html#GtkWidget-state-flags-changed" title='The "state-flags-changed" signal'><span class="type">"state-flags-changed"</span></a> instead.</p>
|
12886
13870
|
</div>
|
@@ -12947,7 +13931,7 @@ changes, see <a class="link" href="GtkWidget.html#gtk-widget-get-state-flags" ti
|
|
12947
13931
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
12948
13932
|
<a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *previous_style,
|
12949
13933
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
12950
|
-
<div class="warning"
|
13934
|
+
<div class="warning">
|
12951
13935
|
<h3 class="title">Warning</h3>
|
12952
13936
|
<p><code class="literal">GtkWidget::style-set</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-style-updated" title='The "style-updated" signal'><span class="type">"style-updated"</span></a> signal</p>
|
12953
13937
|
</div>
|
@@ -13024,6 +14008,15 @@ of a widget is changed. Note that style-modifying functions like
|
|
13024
14008
|
<a name="GtkWidget-unmap"></a><h3>The <code class="literal">"unmap"</code> signal</h3>
|
13025
14009
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
13026
14010
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
14011
|
+
<p>
|
14012
|
+
The ::unmap signal is emitted when <em class="parameter"><code>widget</code></em> is going to be unmapped, which
|
14013
|
+
means that either it or any of its parents up to the toplevel widget have
|
14014
|
+
been set as hidden.
|
14015
|
+
</p>
|
14016
|
+
<p>
|
14017
|
+
As ::unmap indicates that a widget will not be shown any longer, it can be
|
14018
|
+
used to, for example, stop an animation on the widget.
|
14019
|
+
</p>
|
13027
14020
|
<div class="variablelist"><table border="0" class="variablelist">
|
13028
14021
|
<colgroup>
|
13029
14022
|
<col align="left" valign="top">
|
@@ -13089,6 +14082,12 @@ automatically for all new windows.
|
|
13089
14082
|
<a name="GtkWidget-unrealize"></a><h3>The <code class="literal">"unrealize"</code> signal</h3>
|
13090
14083
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
13091
14084
|
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
14085
|
+
<p>
|
14086
|
+
The ::unrealize signal is emitted when the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with
|
14087
|
+
<em class="parameter"><code>widget</code></em> is destroyed, which means that <a class="link" href="GtkWidget.html#gtk-widget-unrealize" title="gtk_widget_unrealize ()"><code class="function">gtk_widget_unrealize()</code></a> has been
|
14088
|
+
called or the widget has been unmapped (that is, it is going to be
|
14089
|
+
hidden).
|
14090
|
+
</p>
|
13092
14091
|
<div class="variablelist"><table border="0" class="variablelist">
|
13093
14092
|
<colgroup>
|
13094
14093
|
<col align="left" valign="top">
|
@@ -13197,6 +14196,6 @@ event. <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/g
|
|
13197
14196
|
</div>
|
13198
14197
|
<div class="footer">
|
13199
14198
|
<hr>
|
13200
|
-
Generated by GTK-Doc V1.
|
14199
|
+
Generated by GTK-Doc V1.19.1</div>
|
13201
14200
|
</body>
|
13202
14201
|
</html>
|