gdk3 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -6
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +111 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkframetimings.h +56 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +34 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +104 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +63 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkgradient.h → deprecated/gtkgradient.h} +12 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtksymboliccolor.h → deprecated/gtksymboliccolor.h} +13 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactiongroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactivatable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +5 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +32 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkiconfactory.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +45 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimagemenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextinfo.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +10 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmodules.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradioaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +4 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +3 -20
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +23 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +5 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +6 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoggleaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkuimanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +47 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +6 -4
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +85 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +1 -1
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +4 -4
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +4 -4
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +6 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +56 -56
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +16 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +27 -41
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +7 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +123 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +11 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +103 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +18 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +472 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +338 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +11 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +10 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +299 -165
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +80 -42
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +40 -2
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +11 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -2
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +9 -3
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +102 -0
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +38 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +65 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +100 -63
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +44 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +93 -77
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +52 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +64 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +431 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +122 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +45 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +74 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +47 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +14 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +15 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +22 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +16 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +18 -130
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +23 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +35 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +243 -141
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +56 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +38 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +77 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +42 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +9 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +187 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +51 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +18 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +845 -492
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +107 -112
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +5 -26
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +5 -11
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +3 -18
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +31 -47
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +167 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +166 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +143 -11
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +88 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/{ch24s02.html → ch25s02.html} +146 -138
- data/vendor/local/share/gtk-doc/html/gtk3/{ch26s02.html → ch27s02.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s02.html → ch29s02.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s03.html → ch29s03.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +75 -52
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +42 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +9 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +185 -109
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +76 -76
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +20 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +46 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +26 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +59 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +41 -233
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +21 -295
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +33 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +361 -475
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +78 -62
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +116 -109
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +429 -547
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +7 -4
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -16
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +81 -0
- data/vendor/local/share/man/man1/gtk-launch.1 +2 -4
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -3
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -3
- metadata +71 -91
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/share/gtk-3.0/demo/alphatest.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/apple-red.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/application.c +0 -485
- data/vendor/local/share/gtk-3.0/demo/application.ui +0 -104
- data/vendor/local/share/gtk-3.0/demo/appwindow.c +0 -570
- data/vendor/local/share/gtk-3.0/demo/assistant.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/background.jpg +0 -0
- data/vendor/local/share/gtk-3.0/demo/builder.c +0 -74
- data/vendor/local/share/gtk-3.0/demo/button_box.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/changedisplay.c +0 -654
- data/vendor/local/share/gtk-3.0/demo/clipboard.c +0 -326
- data/vendor/local/share/gtk-3.0/demo/colorsel.c +0 -133
- data/vendor/local/share/gtk-3.0/demo/combobox.c +0 -473
- data/vendor/local/share/gtk-3.0/demo/css_accordion.c +0 -78
- data/vendor/local/share/gtk-3.0/demo/css_accordion.css +0 -52
- data/vendor/local/share/gtk-3.0/demo/css_basics.c +0 -122
- data/vendor/local/share/gtk-3.0/demo/css_basics.css +0 -22
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.css +0 -136
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.css +0 -76
- data/vendor/local/share/gtk-3.0/demo/css_shadows.c +0 -147
- data/vendor/local/share/gtk-3.0/demo/css_shadows.css +0 -44
- data/vendor/local/share/gtk-3.0/demo/cssview.css +0 -41
- data/vendor/local/share/gtk-3.0/demo/demo.ui +0 -266
- data/vendor/local/share/gtk-3.0/demo/dialog.c +0 -175
- data/vendor/local/share/gtk-3.0/demo/drawingarea.c +0 -296
- data/vendor/local/share/gtk-3.0/demo/editable_cells.c +0 -392
- data/vendor/local/share/gtk-3.0/demo/entry_buffer.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/entry_completion.c +0 -98
- data/vendor/local/share/gtk-3.0/demo/expander.c +0 -59
- data/vendor/local/share/gtk-3.0/demo/fancy.css +0 -65
- data/vendor/local/share/gtk-3.0/demo/floppybuddy.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-applets.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-calendar.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-foot.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-directory.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-regular.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gimp.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gmush.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gsame.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnu-keys.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-24.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-48.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-rgb.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/hypertext.c +0 -291
- data/vendor/local/share/gtk-3.0/demo/iconview.c +0 -371
- data/vendor/local/share/gtk-3.0/demo/iconview_edit.c +0 -158
- data/vendor/local/share/gtk-3.0/demo/images.c +0 -472
- data/vendor/local/share/gtk-3.0/demo/infobar.c +0 -109
- data/vendor/local/share/gtk-3.0/demo/links.c +0 -90
- data/vendor/local/share/gtk-3.0/demo/list_store.c +0 -325
- data/vendor/local/share/gtk-3.0/demo/menus.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/menus.ui +0 -107
- data/vendor/local/share/gtk-3.0/demo/offscreen_window.c +0 -615
- data/vendor/local/share/gtk-3.0/demo/offscreen_window2.c +0 -526
- data/vendor/local/share/gtk-3.0/demo/overlay.c +0 -181
- data/vendor/local/share/gtk-3.0/demo/panes.c +0 -205
- data/vendor/local/share/gtk-3.0/demo/pickers.c +0 -89
- data/vendor/local/share/gtk-3.0/demo/pixbufs.c +0 -261
- data/vendor/local/share/gtk-3.0/demo/printing.c +0 -199
- data/vendor/local/share/gtk-3.0/demo/reset.css +0 -68
- data/vendor/local/share/gtk-3.0/demo/rotated_text.c +0 -236
- data/vendor/local/share/gtk-3.0/demo/search_entry.c +0 -322
- data/vendor/local/share/gtk-3.0/demo/sizegroup.c +0 -164
- data/vendor/local/share/gtk-3.0/demo/spinner.c +0 -95
- data/vendor/local/share/gtk-3.0/demo/stock_browser.c +0 -535
- data/vendor/local/share/gtk-3.0/demo/textscroll.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/textview.c +0 -634
- data/vendor/local/share/gtk-3.0/demo/theming.ui +0 -319
- data/vendor/local/share/gtk-3.0/demo/theming_custom_css.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/theming_style_classes.c +0 -58
- data/vendor/local/share/gtk-3.0/demo/toolpalette.c +0 -794
- data/vendor/local/share/gtk-3.0/demo/transparent.c +0 -248
- data/vendor/local/share/gtk-3.0/demo/tree_store.c +0 -450
- data/vendor/local/share/gtk-3.0/demo/ui_manager.c +0 -235
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkWindow</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.78.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="WindowWidgets.html" title="Windows">
|
9
9
|
<link rel="prev" href="GtkMessageDialog.html" title="GtkMessageDialog">
|
10
10
|
<link rel="next" href="GtkWindowGroup.html" title="GtkWindowGroup">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.18
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -76,11 +76,11 @@
|
|
76
76
|
<em class="parameter"><code><span class="type">gint</span> height</code></em>);
|
77
77
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-geometry-hints" title="gtk_window_set_geometry_hints ()">gtk_window_set_geometry_hints</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
78
78
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *geometry_widget</code></em>,
|
79
|
-
<em class="parameter"><code><a href="
|
80
|
-
<em class="parameter"><code><a href="
|
79
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
|
80
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowHints"><span class="type">GdkWindowHints</span></a> geom_mask</code></em>);
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-gravity" title="gtk_window_set_gravity ()">gtk_window_set_gravity</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
82
|
-
<em class="parameter"><code><a href="
|
83
|
-
<a href="
|
82
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> gravity</code></em>);
|
83
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-gravity" title="gtk_window_get_gravity ()">gtk_window_get_gravity</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
84
84
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-position" title="gtk_window_set_position ()">gtk_window_set_position</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
85
85
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a> position</code></em>);
|
86
86
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()">gtk_window_set_transient_for</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
@@ -93,8 +93,8 @@
|
|
93
93
|
(<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
94
94
|
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
|
95
95
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-screen" title="gtk_window_set_screen ()">gtk_window_set_screen</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
96
|
-
<em class="parameter"><code><a href="
|
97
|
-
<a href="
|
96
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
97
|
+
<a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-screen" title="gtk_window_get_screen ()">gtk_window_get_screen</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
98
98
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-is-active" title="gtk_window_is_active ()">gtk_window_is_active</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
99
99
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="gtk_window_has_toplevel_focus ()">gtk_window_has_toplevel_focus</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
100
100
|
<span class="returnvalue">GList</span> * <a class="link" href="GtkWindow.html#gtk-window-list-toplevels" title="gtk_window_list_toplevels ()">gtk_window_list_toplevels</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
@@ -106,11 +106,11 @@
|
|
106
106
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);
|
107
107
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-mnemonic-activate" title="gtk_window_mnemonic_activate ()">gtk_window_mnemonic_activate</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
108
108
|
<em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
|
109
|
-
<em class="parameter"><code><a href="
|
109
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);
|
110
110
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-activate-key" title="gtk_window_activate_key ()">gtk_window_activate_key</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
111
|
-
<em class="parameter"><code><a href="
|
111
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
|
112
112
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-propagate-key-event" title="gtk_window_propagate_key_event ()">gtk_window_propagate_key_event</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
113
|
-
<em class="parameter"><code><a href="
|
113
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
|
114
114
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-focus" title="gtk_window_get_focus ()">gtk_window_get_focus</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
115
115
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-focus" title="gtk_window_set_focus ()">gtk_window_set_focus</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
116
116
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *focus</code></em>);
|
@@ -133,7 +133,7 @@
|
|
133
133
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-keep-below" title="gtk_window_set_keep_below ()">gtk_window_set_keep_below</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
134
134
|
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
|
135
135
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-begin-resize-drag" title="gtk_window_begin_resize_drag ()">gtk_window_begin_resize_drag</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
136
|
-
<em class="parameter"><code><a href="
|
136
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
|
137
137
|
<em class="parameter"><code><span class="type">gint</span> button</code></em>,
|
138
138
|
<em class="parameter"><code><span class="type">gint</span> root_x</code></em>,
|
139
139
|
<em class="parameter"><code><span class="type">gint</span> root_y</code></em>,
|
@@ -148,9 +148,9 @@
|
|
148
148
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_window_set_deletable ()">gtk_window_set_deletable</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
149
149
|
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
|
150
150
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-mnemonic-modifier" title="gtk_window_set_mnemonic_modifier ()">gtk_window_set_mnemonic_modifier</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
151
|
-
<em class="parameter"><code><a href="
|
151
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);
|
152
152
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-type-hint" title="gtk_window_set_type_hint ()">gtk_window_set_type_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
153
|
-
<em class="parameter"><code><a href="
|
153
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);
|
154
154
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-skip-taskbar-hint" title="gtk_window_set_skip_taskbar_hint ()">gtk_window_set_skip_taskbar_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
155
155
|
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
|
156
156
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-skip-pager-hint" title="gtk_window_set_skip_pager_hint ()">gtk_window_set_skip_pager_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
@@ -178,7 +178,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWi
|
|
178
178
|
<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="GtkWindow.html#gtk-window-get-icon" title="gtk_window_get_icon ()">gtk_window_get_icon</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
179
179
|
<span class="returnvalue">GList</span> * <a class="link" href="GtkWindow.html#gtk-window-get-icon-list" title="gtk_window_get_icon_list ()">gtk_window_get_icon_list</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
180
180
|
const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWindow.html#gtk-window-get-icon-name" title="gtk_window_get_icon_name ()">gtk_window_get_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
181
|
-
<a href="
|
181
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-mnemonic-modifier" title="gtk_window_get_mnemonic_modifier ()">gtk_window_get_mnemonic_modifier</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
182
182
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-modal" title="gtk_window_get_modal ()">gtk_window_get_modal</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
183
183
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()">gtk_window_get_position</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
184
184
|
<em class="parameter"><code><span class="type">gint</span> *root_x</code></em>,
|
@@ -190,7 +190,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWi
|
|
190
190
|
const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWindow.html#gtk-window-get-title" title="gtk_window_get_title ()">gtk_window_get_title</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
191
191
|
<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="returnvalue">GtkWindow</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-transient-for" title="gtk_window_get_transient_for ()">gtk_window_get_transient_for</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
192
192
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-attached-to" title="gtk_window_get_attached_to ()">gtk_window_get_attached_to</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
193
|
-
<a href="
|
193
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-type-hint" title="gtk_window_get_type_hint ()">gtk_window_get_type_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
194
194
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-skip-taskbar-hint" title="gtk_window_get_skip_taskbar_hint ()">gtk_window_get_skip_taskbar_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
195
195
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-skip-pager-hint" title="gtk_window_get_skip_pager_hint ()">gtk_window_get_skip_pager_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
196
196
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-urgency-hint" title="gtk_window_get_urgency_hint ()">gtk_window_get_urgency_hint</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
@@ -242,7 +242,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWi
|
|
242
242
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-has-resize-grip" title="gtk_window_get_has_resize_grip ()">gtk_window_get_has_resize_grip</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
243
243
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-resize-grip-is-visible" title="gtk_window_resize_grip_is_visible ()">gtk_window_resize_grip_is_visible</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
244
244
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkWindow.html#gtk-window-get-resize-grip-area" title="gtk_window_get_resize_grip_area ()">gtk_window_get_resize_grip_area</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
245
|
-
<em class="parameter"><code><a href="
|
245
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
|
246
246
|
<a class="link" href="GtkApplication.html" title="GtkApplication"><span class="returnvalue">GtkApplication</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-application" title="gtk_window_get_application ()">gtk_window_get_application</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
247
247
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-application" title="gtk_window_set_application ()">gtk_window_set_application</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
248
248
|
<em class="parameter"><code><a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> *application</code></em>);
|
@@ -285,7 +285,7 @@ GtkWindow implements
|
|
285
285
|
"<a class="link" href="GtkWindow.html#GtkWindow--destroy-with-parent" title='The "destroy-with-parent" property'>destroy-with-parent</a>" <span class="type">gboolean</span> : Read / Write
|
286
286
|
"<a class="link" href="GtkWindow.html#GtkWindow--focus-on-map" title='The "focus-on-map" property'>focus-on-map</a>" <span class="type">gboolean</span> : Read / Write
|
287
287
|
"<a class="link" href="GtkWindow.html#GtkWindow--focus-visible" title='The "focus-visible" property'>focus-visible</a>" <span class="type">gboolean</span> : Read / Write
|
288
|
-
"<a class="link" href="GtkWindow.html#GtkWindow--gravity" title='The "gravity" property'>gravity</a>" <a href="
|
288
|
+
"<a class="link" href="GtkWindow.html#GtkWindow--gravity" title='The "gravity" property'>gravity</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> : Read / Write
|
289
289
|
"<a class="link" href="GtkWindow.html#GtkWindow--has-resize-grip" title='The "has-resize-grip" property'>has-resize-grip</a>" <span class="type">gboolean</span> : Read / Write
|
290
290
|
"<a class="link" href="GtkWindow.html#GtkWindow--has-toplevel-focus" title='The "has-toplevel-focus" property'>has-toplevel-focus</a>" <span class="type">gboolean</span> : Read
|
291
291
|
"<a class="link" href="GtkWindow.html#GtkWindow--hide-titlebar-when-maximized" title='The "hide-titlebar-when-maximized" property'>hide-titlebar-when-maximized</a>" <span class="type">gboolean</span> : Read / Write
|
@@ -294,18 +294,17 @@ GtkWindow implements
|
|
294
294
|
"<a class="link" href="GtkWindow.html#GtkWindow--is-active" title='The "is-active" property'>is-active</a>" <span class="type">gboolean</span> : Read
|
295
295
|
"<a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title='The "mnemonics-visible" property'>mnemonics-visible</a>" <span class="type">gboolean</span> : Read / Write
|
296
296
|
"<a class="link" href="GtkWindow.html#GtkWindow--modal" title='The "modal" property'>modal</a>" <span class="type">gboolean</span> : Read / Write
|
297
|
-
"<a class="link" href="GtkWindow.html#GtkWindow--opacity" title='The "opacity" property'>opacity</a>" <span class="type">gdouble</span> : Read / Write
|
298
297
|
"<a class="link" href="GtkWindow.html#GtkWindow--resizable" title='The "resizable" property'>resizable</a>" <span class="type">gboolean</span> : Read / Write
|
299
298
|
"<a class="link" href="GtkWindow.html#GtkWindow--resize-grip-visible" title='The "resize-grip-visible" property'>resize-grip-visible</a>" <span class="type">gboolean</span> : Read
|
300
299
|
"<a class="link" href="GtkWindow.html#GtkWindow--role" title='The "role" property'>role</a>" <span class="type">gchar</span>* : Read / Write
|
301
|
-
"<a class="link" href="GtkWindow.html#GtkWindow--screen" title='The "screen" property'>screen</a>" <a href="
|
300
|
+
"<a class="link" href="GtkWindow.html#GtkWindow--screen" title='The "screen" property'>screen</a>" <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write
|
302
301
|
"<a class="link" href="GtkWindow.html#GtkWindow--skip-pager-hint" title='The "skip-pager-hint" property'>skip-pager-hint</a>" <span class="type">gboolean</span> : Read / Write
|
303
302
|
"<a class="link" href="GtkWindow.html#GtkWindow--skip-taskbar-hint" title='The "skip-taskbar-hint" property'>skip-taskbar-hint</a>" <span class="type">gboolean</span> : Read / Write
|
304
303
|
"<a class="link" href="GtkWindow.html#GtkWindow--startup-id" title='The "startup-id" property'>startup-id</a>" <span class="type">gchar</span>* : Write
|
305
304
|
"<a class="link" href="GtkWindow.html#GtkWindow--title" title='The "title" property'>title</a>" <span class="type">gchar</span>* : Read / Write
|
306
305
|
"<a class="link" href="GtkWindow.html#GtkWindow--transient-for" title='The "transient-for" property'>transient-for</a>" <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>* : Read / Write / Construct
|
307
306
|
"<a class="link" href="GtkWindow.html#GtkWindow--type" title='The "type" property'>type</a>" <a class="link" href="gtk3-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a> : Read / Write / Construct Only
|
308
|
-
"<a class="link" href="GtkWindow.html#GtkWindow--type-hint" title='The "type-hint" property'>type-hint</a>" <a href="
|
307
|
+
"<a class="link" href="GtkWindow.html#GtkWindow--type-hint" title='The "type-hint" property'>type-hint</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> : Read / Write
|
309
308
|
"<a class="link" href="GtkWindow.html#GtkWindow--urgency-hint" title='The "urgency-hint" property'>urgency-hint</a>" <span class="type">gboolean</span> : Read / Write
|
310
309
|
"<a class="link" href="GtkWindow.html#GtkWindow--window-position" title='The "window-position" property'>window-position</a>" <a class="link" href="gtk3-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a> : Read / Write
|
311
310
|
</pre>
|
@@ -352,7 +351,7 @@ any number of <code class="sgmltag-starttag"><group></code> elements repre
|
|
352
351
|
<a class="link" href="GtkWindow.html#gtk-window-add-accel-group" title="gtk_window_add_accel_group ()"><code class="function">gtk_window_add_accel_group()</code></a>.
|
353
352
|
</p>
|
354
353
|
<div class="example">
|
355
|
-
<a name="
|
354
|
+
<a name="idm140617758286096"></a><p class="title"><b>Example 48. A UI definition fragment with accel groups</b></p>
|
356
355
|
<div class="example-contents">
|
357
356
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
358
357
|
<tbody>
|
@@ -795,13 +794,13 @@ gtk_window_set_geometry_hints.
|
|
795
794
|
<a name="gtk-window-set-geometry-hints"></a><h3>gtk_window_set_geometry_hints ()</h3>
|
796
795
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_geometry_hints (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
797
796
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *geometry_widget</code></em>,
|
798
|
-
<em class="parameter"><code><a href="
|
799
|
-
<em class="parameter"><code><a href="
|
797
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
|
798
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowHints"><span class="type">GdkWindowHints</span></a> geom_mask</code></em>);</pre>
|
800
799
|
<p>
|
801
800
|
This function sets up hints about how a window can be resized by
|
802
801
|
the user. You can set a minimum and maximum size; allowed resize
|
803
802
|
increments (e.g. for xterm, you can only resize by the size of a
|
804
|
-
character); aspect ratios; and more. See the <a href="
|
803
|
+
character); aspect ratios; and more. See the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> struct.
|
805
804
|
</p>
|
806
805
|
<div class="variablelist"><table border="0" class="variablelist">
|
807
806
|
<colgroup>
|
@@ -816,12 +815,12 @@ character); aspect ratios; and more. See the <a href="../gdk3/gdk3-Windows.html#
|
|
816
815
|
</tr>
|
817
816
|
<tr>
|
818
817
|
<td><p><span class="term"><em class="parameter"><code>geometry_widget</code></em> :</span></p></td>
|
819
|
-
<td>widget the geometry hints will be applied to or <a href="/
|
818
|
+
<td>widget the geometry hints will be applied to or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
820
819
|
</td>
|
821
820
|
</tr>
|
822
821
|
<tr>
|
823
822
|
<td><p><span class="term"><em class="parameter"><code>geometry</code></em> :</span></p></td>
|
824
|
-
<td>struct containing geometry information or <a href="/
|
823
|
+
<td>struct containing geometry information or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
825
824
|
</td>
|
826
825
|
</tr>
|
827
826
|
<tr>
|
@@ -835,14 +834,14 @@ character); aspect ratios; and more. See the <a href="../gdk3/gdk3-Windows.html#
|
|
835
834
|
<div class="refsect2">
|
836
835
|
<a name="gtk-window-set-gravity"></a><h3>gtk_window_set_gravity ()</h3>
|
837
836
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
838
|
-
<em class="parameter"><code><a href="
|
837
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> gravity</code></em>);</pre>
|
839
838
|
<p>
|
840
839
|
Window gravity defines the meaning of coordinates passed to
|
841
|
-
<a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="
|
840
|
+
<a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
|
842
841
|
more details.
|
843
842
|
</p>
|
844
843
|
<p>
|
845
|
-
The default window gravity is <a href="
|
844
|
+
The default window gravity is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a> which will
|
846
845
|
typically "do what you mean."
|
847
846
|
</p>
|
848
847
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -866,7 +865,7 @@ typically "do what you mean."
|
|
866
865
|
<hr>
|
867
866
|
<div class="refsect2">
|
868
867
|
<a name="gtk-window-get-gravity"></a><h3>gtk_window_get_gravity ()</h3>
|
869
|
-
<pre class="programlisting"><a href="
|
868
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a> gtk_window_get_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
870
869
|
<p>
|
871
870
|
Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-gravity" title="gtk_window_set_gravity ()"><code class="function">gtk_window_set_gravity()</code></a>.
|
872
871
|
</p>
|
@@ -930,7 +929,7 @@ functions in GTK+ will sometimes call
|
|
930
929
|
<a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()"><code class="function">gtk_window_set_transient_for()</code></a> on your behalf.
|
931
930
|
</p>
|
932
931
|
<p>
|
933
|
-
Passing <a href="/
|
932
|
+
Passing <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>parent</code></em> unsets the current transient window.
|
934
933
|
</p>
|
935
934
|
<p>
|
936
935
|
On Windows, this function puts the child window on top of the parent,
|
@@ -949,7 +948,7 @@ much as the window manager would have done on X.
|
|
949
948
|
</tr>
|
950
949
|
<tr>
|
951
950
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
952
|
-
<td>parent window, or <a href="/
|
951
|
+
<td>parent window, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
953
952
|
</td>
|
954
953
|
</tr>
|
955
954
|
</tbody>
|
@@ -977,7 +976,7 @@ Note that this function should not be confused with
|
|
977
976
|
between two toplevels instead.
|
978
977
|
</p>
|
979
978
|
<p>
|
980
|
-
Passing <a href="/
|
979
|
+
Passing <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>attach_widget</code></em> detaches the window.
|
981
980
|
</p>
|
982
981
|
<div class="variablelist"><table border="0" class="variablelist">
|
983
982
|
<colgroup>
|
@@ -992,7 +991,7 @@ Passing <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk
|
|
992
991
|
</tr>
|
993
992
|
<tr>
|
994
993
|
<td><p><span class="term"><em class="parameter"><code>attach_widget</code></em> :</span></p></td>
|
995
|
-
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>, or <a href="/
|
994
|
+
<td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
996
995
|
</td>
|
997
996
|
</tr>
|
998
997
|
</tbody>
|
@@ -1065,9 +1064,9 @@ support the request, the setting will not have any effect.
|
|
1065
1064
|
<div class="refsect2">
|
1066
1065
|
<a name="gtk-window-set-screen"></a><h3>gtk_window_set_screen ()</h3>
|
1067
1066
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1068
|
-
<em class="parameter"><code><a href="
|
1067
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
1069
1068
|
<p>
|
1070
|
-
Sets the <a href="
|
1069
|
+
Sets the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> where the <em class="parameter"><code>window</code></em> is displayed; if
|
1071
1070
|
the window is already mapped, it will be unmapped, and
|
1072
1071
|
then remapped on the new screen.
|
1073
1072
|
</p>
|
@@ -1083,7 +1082,7 @@ then remapped on the new screen.
|
|
1083
1082
|
</tr>
|
1084
1083
|
<tr>
|
1085
1084
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
1086
|
-
<td>a <a href="
|
1085
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>.</td>
|
1087
1086
|
</tr>
|
1088
1087
|
</tbody>
|
1089
1088
|
</table></div>
|
@@ -1092,9 +1091,9 @@ then remapped on the new screen.
|
|
1092
1091
|
<hr>
|
1093
1092
|
<div class="refsect2">
|
1094
1093
|
<a name="gtk-window-get-screen"></a><h3>gtk_window_get_screen ()</h3>
|
1095
|
-
<pre class="programlisting"><a href="
|
1094
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * gtk_window_get_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1096
1095
|
<p>
|
1097
|
-
Returns the <a href="
|
1096
|
+
Returns the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>window</code></em>.
|
1098
1097
|
</p>
|
1099
1098
|
<div class="variablelist"><table border="0" class="variablelist">
|
1100
1099
|
<colgroup>
|
@@ -1108,7 +1107,7 @@ Returns the <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span>
|
|
1108
1107
|
</tr>
|
1109
1108
|
<tr>
|
1110
1109
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1111
|
-
<td>a <a href="
|
1110
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1112
1111
|
</td>
|
1113
1112
|
</tr>
|
1114
1113
|
</tbody>
|
@@ -1268,7 +1267,7 @@ Removes a mnemonic from this window.
|
|
1268
1267
|
<a name="gtk-window-mnemonic-activate"></a><h3>gtk_window_mnemonic_activate ()</h3>
|
1269
1268
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_window_mnemonic_activate (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1270
1269
|
<em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
|
1271
|
-
<em class="parameter"><code><a href="
|
1270
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
|
1272
1271
|
<p>
|
1273
1272
|
Activates the targets associated with the mnemonic.
|
1274
1273
|
</p>
|
@@ -1303,7 +1302,7 @@ Activates the targets associated with the mnemonic.
|
|
1303
1302
|
<div class="refsect2">
|
1304
1303
|
<a name="gtk-window-activate-key"></a><h3>gtk_window_activate_key ()</h3>
|
1305
1304
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_window_activate_key (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1306
|
-
<em class="parameter"><code><a href="
|
1305
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
1307
1306
|
<p>
|
1308
1307
|
Activates mnemonics and accelerators for this <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. This is normally
|
1309
1308
|
called by the default ::key_press_event handler for toplevel windows,
|
@@ -1323,7 +1322,7 @@ overriding the standard key handling for a toplevel window.
|
|
1323
1322
|
</tr>
|
1324
1323
|
<tr>
|
1325
1324
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1326
|
-
<td>a <a href="
|
1325
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a>
|
1327
1326
|
</td>
|
1328
1327
|
</tr>
|
1329
1328
|
<tr>
|
@@ -1339,7 +1338,7 @@ overriding the standard key handling for a toplevel window.
|
|
1339
1338
|
<div class="refsect2">
|
1340
1339
|
<a name="gtk-window-propagate-key-event"></a><h3>gtk_window_propagate_key_event ()</h3>
|
1341
1340
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_window_propagate_key_event (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1342
|
-
<em class="parameter"><code><a href="
|
1341
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
1343
1342
|
<p>
|
1344
1343
|
Propagate a key press or release event to the focus widget and
|
1345
1344
|
up the focus container chain until a widget handles <em class="parameter"><code>event</code></em>.
|
@@ -1361,7 +1360,7 @@ overriding the standard key handling for a toplevel window.
|
|
1361
1360
|
</tr>
|
1362
1361
|
<tr>
|
1363
1362
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1364
|
-
<td>a <a href="
|
1363
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a>
|
1365
1364
|
</td>
|
1366
1365
|
</tr>
|
1367
1366
|
<tr>
|
@@ -1397,7 +1396,7 @@ not be <code class="literal">TRUE</code> for the widget.
|
|
1397
1396
|
</tr>
|
1398
1397
|
<tr>
|
1399
1398
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1400
|
-
<td>the currently focused widget, or <a href="/
|
1399
|
+
<td>the currently focused widget, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1401
1400
|
</td>
|
1402
1401
|
</tr>
|
1403
1402
|
</tbody>
|
@@ -1410,7 +1409,7 @@ not be <code class="literal">TRUE</code> for the widget.
|
|
1410
1409
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *focus</code></em>);</pre>
|
1411
1410
|
<p>
|
1412
1411
|
If <em class="parameter"><code>focus</code></em> is not the current focus widget, and is focusable, sets
|
1413
|
-
it as the focus widget for the window. If <em class="parameter"><code>focus</code></em> is <a href="/
|
1412
|
+
it as the focus widget for the window. If <em class="parameter"><code>focus</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, unsets
|
1414
1413
|
the focus widget for this window. To set the focus to a particular
|
1415
1414
|
widget in the toplevel, it is usually more convenient to use
|
1416
1415
|
<a class="link" href="GtkWidget.html#gtk-widget-grab-focus" title="gtk_widget_grab_focus ()"><code class="function">gtk_widget_grab_focus()</code></a> instead of this function.
|
@@ -1428,7 +1427,7 @@ widget in the toplevel, it is usually more convenient to use
|
|
1428
1427
|
</tr>
|
1429
1428
|
<tr>
|
1430
1429
|
<td><p><span class="term"><em class="parameter"><code>focus</code></em> :</span></p></td>
|
1431
|
-
<td>widget to be the new focus widget, or <a href="/
|
1430
|
+
<td>widget to be the new focus widget, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset
|
1432
1431
|
any focus widget for the toplevel window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1433
1432
|
</td>
|
1434
1433
|
</tr>
|
@@ -1456,7 +1455,7 @@ for more details.
|
|
1456
1455
|
</tr>
|
1457
1456
|
<tr>
|
1458
1457
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1459
|
-
<td>the default widget, or <a href="/
|
1458
|
+
<td>the default widget, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1460
1459
|
</td>
|
1461
1460
|
</tr>
|
1462
1461
|
</tbody>
|
@@ -1490,7 +1489,7 @@ widget you'd like to make the default.
|
|
1490
1489
|
</tr>
|
1491
1490
|
<tr>
|
1492
1491
|
<td><p><span class="term"><em class="parameter"><code>default_widget</code></em> :</span></p></td>
|
1493
|
-
<td>widget to be the default, or <a href="/
|
1492
|
+
<td>widget to be the default, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the
|
1494
1493
|
default widget for the toplevel. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1495
1494
|
</td>
|
1496
1495
|
</tr>
|
@@ -1899,7 +1898,7 @@ drawing attention to their dialogs.
|
|
1899
1898
|
<div class="refsect2">
|
1900
1899
|
<a name="gtk-window-begin-resize-drag"></a><h3>gtk_window_begin_resize_drag ()</h3>
|
1901
1900
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_begin_resize_drag (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1902
|
-
<em class="parameter"><code><a href="
|
1901
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
|
1903
1902
|
<em class="parameter"><code><span class="type">gint</span> button</code></em>,
|
1904
1903
|
<em class="parameter"><code><span class="type">gint</span> root_x</code></em>,
|
1905
1904
|
<em class="parameter"><code><span class="type">gint</span> root_y</code></em>,
|
@@ -2070,7 +2069,7 @@ policy involved.
|
|
2070
2069
|
<div class="refsect2">
|
2071
2070
|
<a name="gtk-window-set-mnemonic-modifier"></a><h3>gtk_window_set_mnemonic_modifier ()</h3>
|
2072
2071
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2073
|
-
<em class="parameter"><code><a href="
|
2072
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
|
2074
2073
|
<p>
|
2075
2074
|
Sets the mnemonic modifier for this window.
|
2076
2075
|
</p>
|
@@ -2097,7 +2096,7 @@ mnemonics on this window.</td>
|
|
2097
2096
|
<div class="refsect2">
|
2098
2097
|
<a name="gtk-window-set-type-hint"></a><h3>gtk_window_set_type_hint ()</h3>
|
2099
2098
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2100
|
-
<em class="parameter"><code><a href="
|
2099
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);</pre>
|
2101
2100
|
<p>
|
2102
2101
|
By setting the type hint for the window, you allow the window
|
2103
2102
|
manager to decorate and handle the window in a way which is
|
@@ -2478,12 +2477,12 @@ used.
|
|
2478
2477
|
</tr>
|
2479
2478
|
<tr>
|
2480
2479
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2481
|
-
<td>location to store the default width, or <a href="/
|
2480
|
+
<td>location to store the default width, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2482
2481
|
</td>
|
2483
2482
|
</tr>
|
2484
2483
|
<tr>
|
2485
2484
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2486
|
-
<td>location to store the default height, or <a href="/
|
2485
|
+
<td>location to store the default height, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2487
2486
|
</td>
|
2488
2487
|
</tr>
|
2489
2488
|
</tbody>
|
@@ -2623,7 +2622,7 @@ see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_wi
|
|
2623
2622
|
</tr>
|
2624
2623
|
<tr>
|
2625
2624
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2626
|
-
<td>the icon name or <a href="/
|
2625
|
+
<td>the icon name or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has
|
2627
2626
|
no themed icon</td>
|
2628
2627
|
</tr>
|
2629
2628
|
</tbody>
|
@@ -2633,7 +2632,7 @@ no themed icon</td>
|
|
2633
2632
|
<hr>
|
2634
2633
|
<div class="refsect2">
|
2635
2634
|
<a name="gtk-window-get-mnemonic-modifier"></a><h3>gtk_window_get_mnemonic_modifier ()</h3>
|
2636
|
-
<pre class="programlisting"><a href="
|
2635
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> gtk_window_get_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2637
2636
|
<p>
|
2638
2637
|
Returns the mnemonic modifier for this window. See
|
2639
2638
|
<a class="link" href="GtkWindow.html#gtk-window-set-mnemonic-modifier" title="gtk_window_set_mnemonic_modifier ()"><code class="function">gtk_window_set_mnemonic_modifier()</code></a>.
|
@@ -2698,7 +2697,7 @@ window gravity. See <a class="link" href="GtkWindow.html#gtk-window-move" title=
|
|
2698
2697
|
</p>
|
2699
2698
|
<p>
|
2700
2699
|
If you haven't changed the window gravity, its gravity will be
|
2701
|
-
<a href="
|
2700
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>. This means that <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a>
|
2702
2701
|
gets the position of the top-left corner of the window manager
|
2703
2702
|
frame for the window. <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> sets the position of this
|
2704
2703
|
same top-left corner.
|
@@ -2718,7 +2717,7 @@ to result in moving the window slightly. Window managers are
|
|
2718
2717
|
slowly getting better over time.
|
2719
2718
|
</p>
|
2720
2719
|
<p>
|
2721
|
-
If a window has gravity <a href="
|
2720
|
+
If a window has gravity <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-STATIC:CAPS"><span class="type">GDK_GRAVITY_STATIC</span></a> the window manager
|
2722
2721
|
frame is not relevant, and thus <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a> will
|
2723
2722
|
always produce accurate results. However you can't use static
|
2724
2723
|
gravity to do things like place a window in a corner of the screen,
|
@@ -2747,13 +2746,13 @@ the window manager to save your window sizes and positions.
|
|
2747
2746
|
<tr>
|
2748
2747
|
<td><p><span class="term"><em class="parameter"><code>root_x</code></em> :</span></p></td>
|
2749
2748
|
<td>return location for X coordinate of
|
2750
|
-
gravity-determined reference point, or <a href="/
|
2749
|
+
gravity-determined reference point, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2751
2750
|
</td>
|
2752
2751
|
</tr>
|
2753
2752
|
<tr>
|
2754
2753
|
<td><p><span class="term"><em class="parameter"><code>root_y</code></em> :</span></p></td>
|
2755
2754
|
<td>return location for Y coordinate of
|
2756
|
-
gravity-determined reference point, or <a href="/
|
2755
|
+
gravity-determined reference point, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2757
2756
|
</td>
|
2758
2757
|
</tr>
|
2759
2758
|
</tbody>
|
@@ -2780,7 +2779,7 @@ further explanation.
|
|
2780
2779
|
</tr>
|
2781
2780
|
<tr>
|
2782
2781
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2783
|
-
<td>the role of the window if set, or <a href="/
|
2782
|
+
<td>the role of the window if set, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
2784
2783
|
returned is owned by the widget and must not be modified
|
2785
2784
|
or freed.</td>
|
2786
2785
|
</tr>
|
@@ -2799,7 +2798,7 @@ it returns the size GTK+ will suggest to the <a class="link" href="gtk-x11.html#
|
|
2799
2798
|
size (but this is not reliably the same as the size the window
|
2800
2799
|
manager will actually select). The size obtained by
|
2801
2800
|
<a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a> is the last size received in a
|
2802
|
-
<a href="
|
2801
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>, that is, GTK+ uses its locally-stored size,
|
2803
2802
|
rather than querying the X server for the size. As a result, if you
|
2804
2803
|
call <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> then immediately call
|
2805
2804
|
<a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a>, the size won't have taken effect yet. After
|
@@ -2813,7 +2812,7 @@ because the size of the window may change between the time that you
|
|
2813
2812
|
get the size and the time that you perform some action assuming
|
2814
2813
|
that size is the current size. To avoid race conditions, connect to
|
2815
2814
|
"configure-event" on the window and adjust your size-dependent
|
2816
|
-
state to match the size delivered in the <a href="
|
2815
|
+
state to match the size delivered in the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>.
|
2817
2816
|
</p>
|
2818
2817
|
<p>
|
2819
2818
|
Note 2: The returned size does <span class="emphasis"><em>not</em></span> include the
|
@@ -2855,12 +2854,12 @@ handle the details for you.
|
|
2855
2854
|
</tr>
|
2856
2855
|
<tr>
|
2857
2856
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2858
|
-
<td>return location for width, or <a href="/
|
2857
|
+
<td>return location for width, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2859
2858
|
</td>
|
2860
2859
|
</tr>
|
2861
2860
|
<tr>
|
2862
2861
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2863
|
-
<td>return location for height, or <a href="/
|
2862
|
+
<td>return location for height, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2864
2863
|
</td>
|
2865
2864
|
</tr>
|
2866
2865
|
</tbody>
|
@@ -2886,7 +2885,7 @@ Retrieves the title of the window. See <a class="link" href="GtkWindow.html#gtk-
|
|
2886
2885
|
</tr>
|
2887
2886
|
<tr>
|
2888
2887
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2889
|
-
<td>the title of the window, or <a href="/
|
2888
|
+
<td>the title of the window, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has
|
2890
2889
|
been set explicitely. The returned string is owned by the widget
|
2891
2890
|
and must not be modified or freed.</td>
|
2892
2891
|
</tr>
|
@@ -2914,7 +2913,7 @@ Fetches the transient parent for this window. See
|
|
2914
2913
|
</tr>
|
2915
2914
|
<tr>
|
2916
2915
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2917
|
-
<td>the transient parent for this window, or <a href="/
|
2916
|
+
<td>the transient parent for this window, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2918
2917
|
if no transient parent has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2919
2918
|
</td>
|
2920
2919
|
</tr>
|
@@ -2943,7 +2942,7 @@ Fetches the attach widget for this window. See
|
|
2943
2942
|
<tr>
|
2944
2943
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2945
2944
|
<td>the widget where the window is attached,
|
2946
|
-
or <a href="/
|
2945
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window is not attached to any widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2947
2946
|
</td>
|
2948
2947
|
</tr>
|
2949
2948
|
</tbody>
|
@@ -2953,7 +2952,7 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html
|
|
2953
2952
|
<hr>
|
2954
2953
|
<div class="refsect2">
|
2955
2954
|
<a name="gtk-window-get-type-hint"></a><h3>gtk_window_get_type_hint ()</h3>
|
2956
|
-
<pre class="programlisting"><a href="
|
2955
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a> gtk_window_get_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2957
2956
|
<p>
|
2958
2957
|
Gets the type hint for this window. See <a class="link" href="GtkWindow.html#gtk-window-set-type-hint" title="gtk_window_set_type_hint ()"><code class="function">gtk_window_set_type_hint()</code></a>.
|
2959
2958
|
</p>
|
@@ -3117,7 +3116,7 @@ mapped.</td>
|
|
3117
3116
|
<pre class="programlisting"><a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="returnvalue">GtkWindowGroup</span></a> * gtk_window_get_group (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3118
3117
|
<p>
|
3119
3118
|
Returns the group for <em class="parameter"><code>window</code></em> or the default group, if
|
3120
|
-
<em class="parameter"><code>window</code></em> is <a href="/
|
3119
|
+
<em class="parameter"><code>window</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> or if <em class="parameter"><code>window</code></em> does not have an explicit
|
3121
3120
|
window group.
|
3122
3121
|
</p>
|
3123
3122
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -3128,7 +3127,7 @@ window group.
|
|
3128
3127
|
<tbody>
|
3129
3128
|
<tr>
|
3130
3129
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
3131
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, or <a href="/
|
3130
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3132
3131
|
</td>
|
3133
3132
|
</tr>
|
3134
3133
|
<tr>
|
@@ -3214,22 +3213,22 @@ coordinates; and second, which point on the window is positioned at
|
|
3214
3213
|
the reference point.
|
3215
3214
|
</p>
|
3216
3215
|
<p>
|
3217
|
-
By default the gravity is <a href="
|
3216
|
+
By default the gravity is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>, so the reference
|
3218
3217
|
point is simply the <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> supplied to <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. The
|
3219
3218
|
top-left corner of the window decorations (aka window frame or
|
3220
3219
|
border) will be placed at <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>. Therefore, to position a window
|
3221
3220
|
at the top left of the screen, you want to use the default gravity
|
3222
|
-
(which is <a href="
|
3221
|
+
(which is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>) and move the window to 0,0.
|
3223
3222
|
</p>
|
3224
3223
|
<p>
|
3225
3224
|
To position a window at the bottom right corner of the screen, you
|
3226
|
-
would set <a href="
|
3225
|
+
would set <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-SOUTH-EAST:CAPS"><span class="type">GDK_GRAVITY_SOUTH_EAST</span></a>, which means that the reference
|
3227
3226
|
point is at <em class="parameter"><code>x</code></em> + the window width and <em class="parameter"><code>y</code></em> + the window height, and
|
3228
3227
|
the bottom-right corner of the window border will be placed at that
|
3229
3228
|
reference point. So, to place a window in the bottom right corner
|
3230
3229
|
you would first set gravity to south east, then write:
|
3231
|
-
<code class="literal">gtk_window_move (window, <a href="
|
3232
|
-
<a href="
|
3230
|
+
<code class="literal">gtk_window_move (window, <a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-screen-width"><code class="function">gdk_screen_width()</code></a> - window_width,
|
3231
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-screen-height"><code class="function">gdk_screen_height()</code></a> - window_height)</code> (note that this
|
3233
3232
|
example does not take multi-head scenarios into account).
|
3234
3233
|
</p>
|
3235
3234
|
<p>
|
@@ -3281,7 +3280,7 @@ to resize/move the window.
|
|
3281
3280
|
</p>
|
3282
3281
|
<p>
|
3283
3282
|
If <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <code class="literal">TRUE</code>, it will also
|
3284
|
-
set the <a href="
|
3283
|
+
set the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-USER-POS:CAPS"><span class="type">GDK_HINT_USER_POS</span></a> and/or <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-USER-SIZE:CAPS"><span class="type">GDK_HINT_USER_SIZE</span></a> hints
|
3285
3284
|
indicating to the window manager that the size/position of
|
3286
3285
|
the window was user-specified. This causes most window
|
3287
3286
|
managers to honor the geometry.
|
@@ -3352,7 +3351,7 @@ on the window.
|
|
3352
3351
|
<span class="cbracket">{</span>
|
3353
3352
|
<span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">window</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">vbox</span><span class="symbol">;</span>
|
3354
3353
|
<span class="normal"> </span><span class="usertype">GdkGeometry</span><span class="normal"> size_hints </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
|
3355
|
-
<span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> <a href="
|
3354
|
+
<span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS">GDK_GRAVITY_NORTH_WEST</a> </span>
|
3356
3355
|
<span class="normal"> </span><span class="cbracket">}</span><span class="symbol">;</span>
|
3357
3356
|
<span class="normal"> </span>
|
3358
3357
|
<span class="normal"> </span><span class="function"><a href="gtk3-General.html#gtk-init">gtk_init</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">argv</span><span class="symbol">);</span>
|
@@ -3367,7 +3366,7 @@ on the window.
|
|
3367
3366
|
<span class="normal"> </span><span class="function"><a href="GtkWindow.html#gtk-window-set-geometry-hints">gtk_window_set_geometry_hints</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_WINDOW</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">window</span><span class="symbol">),</span>
|
3368
3367
|
<span class="normal"> window</span><span class="symbol">,</span>
|
3369
3368
|
<span class="normal"> </span><span class="symbol">&</span><span class="normal">size_hints</span><span class="symbol">,</span>
|
3370
|
-
<span class="normal"> <a href="
|
3369
|
+
<span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-MIN-SIZE:CAPS">GDK_HINT_MIN_SIZE</a> </span><span class="symbol">|</span><span class="normal"> </span>
|
3371
3370
|
<span class="normal"> GDK_HINT_BASE_SIZE </span><span class="symbol">|</span><span class="normal"> </span>
|
3372
3371
|
<span class="normal"> GDK_HINT_RESIZE_INC</span><span class="symbol">);</span>
|
3373
3372
|
<span class="normal"> </span>
|
@@ -3564,7 +3563,7 @@ had <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_
|
|
3564
3563
|
<p>
|
3565
3564
|
Sets an icon to be used as fallback for windows that haven't
|
3566
3565
|
had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them from a file
|
3567
|
-
on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/
|
3566
|
+
on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
3568
3567
|
</p>
|
3569
3568
|
<div class="variablelist"><table border="0" class="variablelist">
|
3570
3569
|
<colgroup>
|
@@ -3574,12 +3573,12 @@ on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a h
|
|
3574
3573
|
<tbody>
|
3575
3574
|
<tr>
|
3576
3575
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
3577
|
-
<td>location of icon file. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
3576
|
+
<td>location of icon file. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> filename]</span>
|
3578
3577
|
</td>
|
3579
3578
|
</tr>
|
3580
3579
|
<tr>
|
3581
3580
|
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
|
3582
|
-
<td>location to store error, or <a href="/
|
3581
|
+
<td>location to store error, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3583
3582
|
</td>
|
3584
3583
|
</tr>
|
3585
3584
|
<tr>
|
@@ -3654,7 +3653,7 @@ for all windows in your application in one go.
|
|
3654
3653
|
</tr>
|
3655
3654
|
<tr>
|
3656
3655
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
3657
|
-
<td>icon image, or <a href="/
|
3656
|
+
<td>icon image, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3658
3657
|
</td>
|
3659
3658
|
</tr>
|
3660
3659
|
</tbody>
|
@@ -3723,7 +3722,7 @@ set the icon on transient windows.
|
|
3723
3722
|
<em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
|
3724
3723
|
<p>
|
3725
3724
|
Sets the icon for <em class="parameter"><code>window</code></em>.
|
3726
|
-
Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/
|
3725
|
+
Warns on failure if <em class="parameter"><code>err</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
3727
3726
|
</p>
|
3728
3727
|
<p>
|
3729
3728
|
This function is equivalent to calling <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()"><code class="function">gtk_window_set_icon()</code></a>
|
@@ -3742,12 +3741,12 @@ with a pixbuf created by loading the image from <em class="parameter"><code>file
|
|
3742
3741
|
</tr>
|
3743
3742
|
<tr>
|
3744
3743
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
3745
|
-
<td>location of icon file. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
3744
|
+
<td>location of icon file. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> filename]</span>
|
3746
3745
|
</td>
|
3747
3746
|
</tr>
|
3748
3747
|
<tr>
|
3749
3748
|
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
|
3750
|
-
<td>location to store error, or <a href="/
|
3749
|
+
<td>location to store error, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3751
3750
|
</td>
|
3752
3751
|
</tr>
|
3753
3752
|
<tr>
|
@@ -3799,7 +3798,7 @@ property which is mentioned in the ICCCM.
|
|
3799
3798
|
(<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
|
3800
3799
|
<p>
|
3801
3800
|
By default, after showing the first <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, GTK+ calls
|
3802
|
-
<a href="
|
3801
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-notify-startup-complete"><code class="function">gdk_notify_startup_complete()</code></a>. Call this function to disable
|
3803
3802
|
the automatic startup notification. You might do this if your
|
3804
3803
|
first window is a splash screen, and you want to delay notification
|
3805
3804
|
until after your real main window has been shown, for example.
|
@@ -3826,6 +3825,10 @@ showing the main window would automatically result in notification.
|
|
3826
3825
|
<div class="refsect2">
|
3827
3826
|
<a name="gtk-window-get-opacity"></a><h3>gtk_window_get_opacity ()</h3>
|
3828
3827
|
<pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_window_get_opacity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3828
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3829
|
+
<h3 class="title">Warning</h3>
|
3830
|
+
<p><code class="literal">gtk_window_get_opacity</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use gtk_widget_get_opacity instead.</p>
|
3831
|
+
</div>
|
3829
3832
|
<p>
|
3830
3833
|
Fetches the requested opacity for this window. See
|
3831
3834
|
<a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()"><code class="function">gtk_window_set_opacity()</code></a>.
|
@@ -3854,6 +3857,10 @@ Fetches the requested opacity for this window. See
|
|
3854
3857
|
<a name="gtk-window-set-opacity"></a><h3>gtk_window_set_opacity ()</h3>
|
3855
3858
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_opacity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3856
3859
|
<em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);</pre>
|
3860
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3861
|
+
<h3 class="title">Warning</h3>
|
3862
|
+
<p><code class="literal">gtk_window_set_opacity</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use gtk_widget_set_opacity instead.</p>
|
3863
|
+
</div>
|
3857
3864
|
<p>
|
3858
3865
|
Request the windowing system to make <em class="parameter"><code>window</code></em> partially transparent,
|
3859
3866
|
with opacity 0 being fully transparent and 1 fully opaque. (Values
|
@@ -4087,10 +4094,10 @@ Determines whether a resize grip is visible for the specified window.
|
|
4087
4094
|
<div class="refsect2">
|
4088
4095
|
<a name="gtk-window-get-resize-grip-area"></a><h3>gtk_window_get_resize_grip_area ()</h3>
|
4089
4096
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_window_get_resize_grip_area (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
4090
|
-
<em class="parameter"><code><a href="
|
4097
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
|
4091
4098
|
<p>
|
4092
4099
|
If a window has a resize grip, this will retrieve the grip
|
4093
|
-
position, width and height into the specified <a href="
|
4100
|
+
position, width and height into the specified <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a>.
|
4094
4101
|
</p>
|
4095
4102
|
<div class="variablelist"><table border="0" class="variablelist">
|
4096
4103
|
<colgroup>
|
@@ -4105,7 +4112,7 @@ position, width and height into the specified <a href="../gdk3/gdk3-Points-Recta
|
|
4105
4112
|
</tr>
|
4106
4113
|
<tr>
|
4107
4114
|
<td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
|
4108
|
-
<td>a pointer to a <a href="
|
4115
|
+
<td>a pointer to a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> which we should store
|
4109
4116
|
the resize grip area. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
4110
4117
|
</td>
|
4111
4118
|
</tr>
|
@@ -4138,7 +4145,7 @@ Gets the <a class="link" href="GtkApplication.html" title="GtkApplication"><span
|
|
4138
4145
|
</tr>
|
4139
4146
|
<tr>
|
4140
4147
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4141
|
-
<td>a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, or <a href="/
|
4148
|
+
<td>a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
4142
4149
|
</td>
|
4143
4150
|
</tr>
|
4144
4151
|
</tbody>
|
@@ -4170,7 +4177,7 @@ is open.
|
|
4170
4177
|
</tr>
|
4171
4178
|
<tr>
|
4172
4179
|
<td><p><span class="term"><em class="parameter"><code>application</code></em> :</span></p></td>
|
4173
|
-
<td>a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, or <a href="/
|
4180
|
+
<td>a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4174
4181
|
</td>
|
4175
4182
|
</tr>
|
4176
4183
|
</tbody>
|
@@ -4238,7 +4245,7 @@ for a way to keep it alive without windows).
|
|
4238
4245
|
<p>
|
4239
4246
|
Normally, the connection between the application and the window
|
4240
4247
|
will remain until the window is destroyed, but you can explicitly
|
4241
|
-
remove it by setting the ::application property to <a href="/
|
4248
|
+
remove it by setting the ::application property to <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
4242
4249
|
</p>
|
4243
4250
|
<p class="since">Since 3.0</p>
|
4244
4251
|
</div>
|
@@ -4329,9 +4336,9 @@ and should not be set by applications.
|
|
4329
4336
|
<hr>
|
4330
4337
|
<div class="refsect2">
|
4331
4338
|
<a name="GtkWindow--gravity"></a><h3>The <code class="literal">"gravity"</code> property</h3>
|
4332
|
-
<pre class="programlisting"> "gravity" <a href="
|
4339
|
+
<pre class="programlisting"> "gravity" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> : Read / Write</pre>
|
4333
4340
|
<p>
|
4334
|
-
The window gravity of the window. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="
|
4341
|
+
The window gravity of the window. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
|
4335
4342
|
more details about window gravity.
|
4336
4343
|
</p>
|
4337
4344
|
<p>Default value: GDK_GRAVITY_NORTH_WEST</p>
|
@@ -4418,18 +4425,6 @@ and should not be set by applications.
|
|
4418
4425
|
</div>
|
4419
4426
|
<hr>
|
4420
4427
|
<div class="refsect2">
|
4421
|
-
<a name="GtkWindow--opacity"></a><h3>The <code class="literal">"opacity"</code> property</h3>
|
4422
|
-
<pre class="programlisting"> "opacity" <span class="type">gdouble</span> : Read / Write</pre>
|
4423
|
-
<p>
|
4424
|
-
The requested opacity of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()"><code class="function">gtk_window_set_opacity()</code></a> for
|
4425
|
-
more details about window opacity.
|
4426
|
-
</p>
|
4427
|
-
<p>Allowed values: [0,1]</p>
|
4428
|
-
<p>Default value: 1</p>
|
4429
|
-
<p class="since">Since 2.12</p>
|
4430
|
-
</div>
|
4431
|
-
<hr>
|
4432
|
-
<div class="refsect2">
|
4433
4428
|
<a name="GtkWindow--resizable"></a><h3>The <code class="literal">"resizable"</code> property</h3>
|
4434
4429
|
<pre class="programlisting"> "resizable" <span class="type">gboolean</span> : Read / Write</pre>
|
4435
4430
|
<p>If TRUE, users can resize the window.</p>
|
@@ -4455,7 +4450,7 @@ Whether a corner resize grip is currently shown.
|
|
4455
4450
|
<hr>
|
4456
4451
|
<div class="refsect2">
|
4457
4452
|
<a name="GtkWindow--screen"></a><h3>The <code class="literal">"screen"</code> property</h3>
|
4458
|
-
<pre class="programlisting"> "screen" <a href="
|
4453
|
+
<pre class="programlisting"> "screen" <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write</pre>
|
4459
4454
|
<p>The screen where this window will be displayed.</p>
|
4460
4455
|
</div>
|
4461
4456
|
<hr>
|
@@ -4511,7 +4506,7 @@ more details about transient windows.
|
|
4511
4506
|
<hr>
|
4512
4507
|
<div class="refsect2">
|
4513
4508
|
<a name="GtkWindow--type-hint"></a><h3>The <code class="literal">"type-hint"</code> property</h3>
|
4514
|
-
<pre class="programlisting"> "type-hint" <a href="
|
4509
|
+
<pre class="programlisting"> "type-hint" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> : Read / Write</pre>
|
4515
4510
|
<p>Hint to help the desktop environment understand what kind of window this is and how to treat it.</p>
|
4516
4511
|
<p>Default value: GDK_WINDOW_TYPE_HINT_NORMAL</p>
|
4517
4512
|
</div>
|
@@ -4642,6 +4637,6 @@ or mnemonics that are associated with <em class="parameter"><code>window</code><
|
|
4642
4637
|
</div>
|
4643
4638
|
<div class="footer">
|
4644
4639
|
<hr>
|
4645
|
-
Generated by GTK-Doc V1.18
|
4640
|
+
Generated by GTK-Doc V1.18</div>
|
4646
4641
|
</body>
|
4647
4642
|
</html>
|