gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="reference.html" title="API Reference">
|
10
10
|
<link rel="next" href="multihead.html" title="Multi-head Support Overview">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gdk-General.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="General">
|
30
30
|
<a name="gdk-General"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gdk-General.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -46,8 +46,8 @@
|
|
46
46
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
|
47
47
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-parse-args" title="gdk_parse_args ()">gdk_parse_args</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
48
48
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
|
49
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
50
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
49
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gdk-General.html#gdk-get-display-arg-name" title="gdk_get_display_arg_name ()">gdk_get_display_arg_name</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gdk-General.html#gdk-set-locale" title="gdk_set_locale ()">gdk_set_locale</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-set-sm-client-id" title="gdk_set_sm_client_id ()">gdk_set_sm_client_id</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sm_client_id</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-exit" title="gdk_exit ()">gdk_exit</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-notify-startup-complete" title="gdk_notify_startup_complete ()">gdk_notify_startup_complete</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
@@ -56,7 +56,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
56
56
|
const <span class="returnvalue">char</span> * <a class="link" href="gdk-General.html#gdk-get-program-class" title="gdk_get_program_class ()">gdk_get_program_class</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-set-program-class" title="gdk_set_program_class ()">gdk_set_program_class</a> (<em class="parameter"><code>const <span class="type">char</span> *program_class</code></em>);
|
58
58
|
|
59
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
59
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gdk-General.html#gdk-get-display" title="gdk_get_display ()">gdk_get_display</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
60
60
|
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-flush" title="gdk_flush ()">gdk_flush</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
62
62
|
|
@@ -93,16 +93,16 @@ enum <a class="link" href="gdk-General.html#GdkGrabStatus" title=
|
|
93
93
|
#define <a class="link" href="gdk-General.html#GDK-WINDOWING-WIN32:CAPS" title="GDK_WINDOWING_WIN32">GDK_WINDOWING_WIN32</a>
|
94
94
|
</pre>
|
95
95
|
</div>
|
96
|
-
<div class="refsect1">
|
96
|
+
<div class="refsect1" title="Description">
|
97
97
|
<a name="gdk-General.description"></a><h2>Description</h2>
|
98
98
|
<p>
|
99
99
|
This section describes the GDK initialization functions and miscellaneous
|
100
100
|
utility functions.
|
101
101
|
</p>
|
102
102
|
</div>
|
103
|
-
<div class="refsect1">
|
103
|
+
<div class="refsect1" title="Details">
|
104
104
|
<a name="gdk-General.details"></a><h2>Details</h2>
|
105
|
-
<div class="refsect2">
|
105
|
+
<div class="refsect2" title="gdk_init ()">
|
106
106
|
<a name="gdk-init"></a><h3>gdk_init ()</h3>
|
107
107
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_init (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
108
108
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -129,14 +129,14 @@ by GTK+ applications.
|
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
131
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
132
|
-
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
132
|
+
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym> length=argc]</span>
|
133
133
|
</td>
|
134
134
|
</tr>
|
135
135
|
</tbody>
|
136
136
|
</table></div>
|
137
137
|
</div>
|
138
138
|
<hr>
|
139
|
-
<div class="refsect2">
|
139
|
+
<div class="refsect2" title="gdk_init_check ()">
|
140
140
|
<a name="gdk-init-check"></a><h3>gdk_init_check ()</h3>
|
141
141
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_init_check (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
142
142
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -184,19 +184,20 @@ by GTK+ applications.
|
|
184
184
|
</tr>
|
185
185
|
<tr>
|
186
186
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
187
|
-
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
187
|
+
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym> length=argc]</span>
|
188
188
|
</td>
|
189
189
|
</tr>
|
190
190
|
<tr>
|
191
191
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
192
192
|
<td>
|
193
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded
|
193
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded.
|
194
|
+
</td>
|
194
195
|
</tr>
|
195
196
|
</tbody>
|
196
197
|
</table></div>
|
197
198
|
</div>
|
198
199
|
<hr>
|
199
|
-
<div class="refsect2">
|
200
|
+
<div class="refsect2" title="gdk_parse_args ()">
|
200
201
|
<a name="gdk-parse-args"></a><h3>gdk_parse_args ()</h3>
|
201
202
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_parse_args (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
202
203
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -217,20 +218,22 @@ You shouldn't call this function explicitely if you are using
|
|
217
218
|
<tbody>
|
218
219
|
<tr>
|
219
220
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
220
|
-
<td>the number of command line arguments
|
221
|
+
<td>the number of command line arguments.
|
222
|
+
</td>
|
221
223
|
</tr>
|
222
224
|
<tr>
|
223
225
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
224
|
-
<td>the array of command line arguments
|
226
|
+
<td>the array of command line arguments.
|
227
|
+
</td>
|
225
228
|
</tr>
|
226
229
|
</tbody>
|
227
230
|
</table></div>
|
228
231
|
<p class="since">Since 2.2</p>
|
229
232
|
</div>
|
230
233
|
<hr>
|
231
|
-
<div class="refsect2">
|
234
|
+
<div class="refsect2" title="gdk_get_display_arg_name ()">
|
232
235
|
<a name="gdk-get-display-arg-name"></a><h3>gdk_get_display_arg_name ()</h3>
|
233
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
236
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gdk_get_display_arg_name (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
234
237
|
<p>
|
235
238
|
Gets the display name specified in the command line arguments passed
|
236
239
|
to <a class="link" href="gdk-General.html#gdk-init" title="gdk_init ()"><code class="function">gdk_init()</code></a> or <a class="link" href="gdk-General.html#gdk-parse-args" title="gdk_parse_args ()"><code class="function">gdk_parse_args()</code></a>, if any.
|
@@ -239,23 +242,21 @@ to <a class="link" href="gdk-General.html#gdk-init" title="gdk_init ()"><code cl
|
|
239
242
|
<col align="left" valign="top">
|
240
243
|
<tbody><tr>
|
241
244
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
242
|
-
<td>the display name, if specified explicitely, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
243
|
-
this string is owned by GTK+ and must not be modified or freed
|
245
|
+
<td> the display name, if specified explicitely, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
246
|
+
this string is owned by GTK+ and must not be modified or freed.
|
247
|
+
|
248
|
+
</td>
|
244
249
|
</tr></tbody>
|
245
250
|
</table></div>
|
246
251
|
<p class="since">Since 2.2</p>
|
247
252
|
</div>
|
248
253
|
<hr>
|
249
|
-
<div class="refsect2">
|
254
|
+
<div class="refsect2" title="gdk_set_locale ()">
|
250
255
|
<a name="gdk-set-locale"></a><h3>gdk_set_locale ()</h3>
|
251
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
252
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
253
|
-
<h3 class="title">Warning</h3>
|
254
|
-
<p><code class="literal">gdk_set_locale</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a> directly</p>
|
255
|
-
</div>
|
256
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gdk_set_locale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
256
257
|
<p>
|
257
258
|
Initializes the support for internationalization by calling the <code class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a></code>
|
258
|
-
system call. This function is called by <a href="http://library.gnome.org/devel/gtk/unstable/
|
259
|
+
system call. This function is called by <a href="http://library.gnome.org/devel/gtk/unstable/gtk3-General.html#gtk-set-locale"><code class="function">gtk_set_locale()</code></a> and so GTK+
|
259
260
|
applications should use that instead.
|
260
261
|
</p>
|
261
262
|
<p>
|
@@ -285,18 +286,15 @@ locale.
|
|
285
286
|
<col align="left" valign="top">
|
286
287
|
<tbody><tr>
|
287
288
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
288
|
-
<td>the resulting locale
|
289
|
+
<td>the resulting locale.
|
290
|
+
</td>
|
289
291
|
</tr></tbody>
|
290
292
|
</table></div>
|
291
293
|
</div>
|
292
294
|
<hr>
|
293
|
-
<div class="refsect2">
|
295
|
+
<div class="refsect2" title="gdk_set_sm_client_id ()">
|
294
296
|
<a name="gdk-set-sm-client-id"></a><h3>gdk_set_sm_client_id ()</h3>
|
295
297
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_sm_client_id (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sm_client_id</code></em>);</pre>
|
296
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
297
|
-
<h3 class="title">Warning</h3>
|
298
|
-
<p><code class="literal">gdk_set_sm_client_id</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-set-sm-client-id" title="gdk_x11_set_sm_client_id ()"><code class="function">gdk_x11_set_sm_client_id()</code></a> instead</p>
|
299
|
-
</div>
|
300
298
|
<p>
|
301
299
|
Sets the <code class="literal">SM_CLIENT_ID</code> property on the application's leader window so that
|
302
300
|
the window manager can save the application's state using the X11R6 ICCCM
|
@@ -313,15 +311,16 @@ session management and the Inter-Client Communication Conventions Manual
|
|
313
311
|
<tbody><tr>
|
314
312
|
<td><p><span class="term"><em class="parameter"><code>sm_client_id</code></em> :</span></p></td>
|
315
313
|
<td>the client id assigned by the session manager when the
|
316
|
-
connection was opened, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove the property
|
314
|
+
connection was opened, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove the property.
|
315
|
+
</td>
|
317
316
|
</tr></tbody>
|
318
317
|
</table></div>
|
319
318
|
</div>
|
320
319
|
<hr>
|
321
|
-
<div class="refsect2">
|
320
|
+
<div class="refsect2" title="gdk_exit ()">
|
322
321
|
<a name="gdk-exit"></a><h3>gdk_exit ()</h3>
|
323
322
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_exit (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
|
324
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
323
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
325
324
|
<h3 class="title">Warning</h3>
|
326
325
|
<p><code class="literal">gdk_exit</code> is deprecated and should not be used in newly-written code.</p>
|
327
326
|
</div>
|
@@ -338,12 +337,13 @@ of <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Util
|
|
338
337
|
<col align="left" valign="top">
|
339
338
|
<tbody><tr>
|
340
339
|
<td><p><span class="term"><em class="parameter"><code>error_code</code></em> :</span></p></td>
|
341
|
-
<td>the error code to pass to the <code class="function"><code class="function">exit()</code></code> call
|
340
|
+
<td>the error code to pass to the <code class="function"><code class="function">exit()</code></code> call.
|
341
|
+
</td>
|
342
342
|
</tr></tbody>
|
343
343
|
</table></div>
|
344
344
|
</div>
|
345
345
|
<hr>
|
346
|
-
<div class="refsect2">
|
346
|
+
<div class="refsect2" title="gdk_notify_startup_complete ()">
|
347
347
|
<a name="gdk-notify-startup-complete"></a><h3>gdk_notify_startup_complete ()</h3>
|
348
348
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_notify_startup_complete (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
349
349
|
<p>
|
@@ -360,7 +360,7 @@ to disable that feature.
|
|
360
360
|
<p class="since">Since 2.2</p>
|
361
361
|
</div>
|
362
362
|
<hr>
|
363
|
-
<div class="refsect2">
|
363
|
+
<div class="refsect2" title="gdk_notify_startup_complete_with_id ()">
|
364
364
|
<a name="gdk-notify-startup-complete-with-id"></a><h3>gdk_notify_startup_complete_with_id ()</h3>
|
365
365
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_notify_startup_complete_with_id (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *startup_id</code></em>);</pre>
|
366
366
|
<p>
|
@@ -378,13 +378,14 @@ that feature.
|
|
378
378
|
<tbody><tr>
|
379
379
|
<td><p><span class="term"><em class="parameter"><code>startup_id</code></em> :</span></p></td>
|
380
380
|
<td>a startup-notification identifier, for which notification
|
381
|
-
process should be completed
|
381
|
+
process should be completed
|
382
|
+
</td>
|
382
383
|
</tr></tbody>
|
383
384
|
</table></div>
|
384
385
|
<p class="since">Since 2.12</p>
|
385
386
|
</div>
|
386
387
|
<hr>
|
387
|
-
<div class="refsect2">
|
388
|
+
<div class="refsect2" title="gdk_get_program_class ()">
|
388
389
|
<a name="gdk-get-program-class"></a><h3>gdk_get_program_class ()</h3>
|
389
390
|
<pre class="programlisting">const <span class="returnvalue">char</span> * gdk_get_program_class (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
390
391
|
<p>
|
@@ -397,12 +398,13 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Ut
|
|
397
398
|
<col align="left" valign="top">
|
398
399
|
<tbody><tr>
|
399
400
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
400
|
-
<td>the program class
|
401
|
+
<td>the program class.
|
402
|
+
</td>
|
401
403
|
</tr></tbody>
|
402
404
|
</table></div>
|
403
405
|
</div>
|
404
406
|
<hr>
|
405
|
-
<div class="refsect2">
|
407
|
+
<div class="refsect2" title="gdk_set_program_class ()">
|
406
408
|
<a name="gdk-set-program-class"></a><h3>gdk_set_program_class ()</h3>
|
407
409
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_program_class (<em class="parameter"><code>const <span class="type">char</span> *program_class</code></em>);</pre>
|
408
410
|
<p>
|
@@ -414,14 +416,15 @@ toplevel windows; see the ICCCM.
|
|
414
416
|
<col align="left" valign="top">
|
415
417
|
<tbody><tr>
|
416
418
|
<td><p><span class="term"><em class="parameter"><code>program_class</code></em> :</span></p></td>
|
417
|
-
<td>a string
|
419
|
+
<td>a string.
|
420
|
+
</td>
|
418
421
|
</tr></tbody>
|
419
422
|
</table></div>
|
420
423
|
</div>
|
421
424
|
<hr>
|
422
|
-
<div class="refsect2">
|
425
|
+
<div class="refsect2" title="gdk_get_display ()">
|
423
426
|
<a name="gdk-get-display"></a><h3>gdk_get_display ()</h3>
|
424
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
427
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gdk_get_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
425
428
|
<p>
|
426
429
|
Gets the name of the display, which usually comes from the <code class="envar">DISPLAY</code>
|
427
430
|
environment variable or the <code class="option">--display</code> command line option.
|
@@ -430,12 +433,13 @@ environment variable or the <code class="option">--display</code> command line o
|
|
430
433
|
<col align="left" valign="top">
|
431
434
|
<tbody><tr>
|
432
435
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
433
|
-
<td>the name of the display
|
436
|
+
<td>the name of the display.
|
437
|
+
</td>
|
434
438
|
</tr></tbody>
|
435
439
|
</table></div>
|
436
440
|
</div>
|
437
441
|
<hr>
|
438
|
-
<div class="refsect2">
|
442
|
+
<div class="refsect2" title="gdk_flush ()">
|
439
443
|
<a name="gdk-flush"></a><h3>gdk_flush ()</h3>
|
440
444
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_flush (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
441
445
|
<p>
|
@@ -445,7 +449,7 @@ trapping X errors with <a class="link" href="gdk-General.html#gdk-error-trap-pus
|
|
445
449
|
</p>
|
446
450
|
</div>
|
447
451
|
<hr>
|
448
|
-
<div class="refsect2">
|
452
|
+
<div class="refsect2" title="gdk_screen_width ()">
|
449
453
|
<a name="gdk-screen-width"></a><h3>gdk_screen_width ()</h3>
|
450
454
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_width (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
451
455
|
<p>
|
@@ -455,12 +459,13 @@ Returns the width of the default screen in pixels.
|
|
455
459
|
<col align="left" valign="top">
|
456
460
|
<tbody><tr>
|
457
461
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
458
|
-
<td>the width of the default screen in pixels
|
462
|
+
<td> the width of the default screen in pixels.
|
463
|
+
</td>
|
459
464
|
</tr></tbody>
|
460
465
|
</table></div>
|
461
466
|
</div>
|
462
467
|
<hr>
|
463
|
-
<div class="refsect2">
|
468
|
+
<div class="refsect2" title="gdk_screen_height ()">
|
464
469
|
<a name="gdk-screen-height"></a><h3>gdk_screen_height ()</h3>
|
465
470
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_height (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
466
471
|
<p>
|
@@ -470,12 +475,13 @@ Returns the height of the default screen in pixels.
|
|
470
475
|
<col align="left" valign="top">
|
471
476
|
<tbody><tr>
|
472
477
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
473
|
-
<td>the height of the default screen in pixels
|
478
|
+
<td> the height of the default screen in pixels.
|
479
|
+
</td>
|
474
480
|
</tr></tbody>
|
475
481
|
</table></div>
|
476
482
|
</div>
|
477
483
|
<hr>
|
478
|
-
<div class="refsect2">
|
484
|
+
<div class="refsect2" title="gdk_screen_width_mm ()">
|
479
485
|
<a name="gdk-screen-width-mm"></a><h3>gdk_screen_width_mm ()</h3>
|
480
486
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_width_mm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
481
487
|
<p>
|
@@ -486,13 +492,14 @@ Note that on many X servers this value will not be correct.
|
|
486
492
|
<col align="left" valign="top">
|
487
493
|
<tbody><tr>
|
488
494
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
489
|
-
<td>the width of the default screen in millimeters,
|
490
|
-
though it is not always correct
|
495
|
+
<td> the width of the default screen in millimeters,
|
496
|
+
though it is not always correct.
|
497
|
+
</td>
|
491
498
|
</tr></tbody>
|
492
499
|
</table></div>
|
493
500
|
</div>
|
494
501
|
<hr>
|
495
|
-
<div class="refsect2">
|
502
|
+
<div class="refsect2" title="gdk_screen_height_mm ()">
|
496
503
|
<a name="gdk-screen-height-mm"></a><h3>gdk_screen_height_mm ()</h3>
|
497
504
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_height_mm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
498
505
|
<p>
|
@@ -503,13 +510,14 @@ Note that on many X servers this value will not be correct.
|
|
503
510
|
<col align="left" valign="top">
|
504
511
|
<tbody><tr>
|
505
512
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
506
|
-
<td>the height of the default screen in millimeters,
|
507
|
-
though it is not always correct
|
513
|
+
<td> the height of the default screen in millimeters,
|
514
|
+
though it is not always correct.
|
515
|
+
</td>
|
508
516
|
</tr></tbody>
|
509
517
|
</table></div>
|
510
518
|
</div>
|
511
519
|
<hr>
|
512
|
-
<div class="refsect2">
|
520
|
+
<div class="refsect2" title="gdk_pointer_grab ()">
|
513
521
|
<a name="gdk-pointer-grab"></a><h3>gdk_pointer_grab ()</h3>
|
514
522
|
<pre class="programlisting"><a class="link" href="gdk-General.html#GdkGrabStatus" title="enum GdkGrabStatus"><span class="returnvalue">GdkGrabStatus</span></a> gdk_pointer_grab (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
515
523
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> owner_events</code></em>,
|
@@ -541,7 +549,7 @@ It is equivalent to a pointer grab on the window with <em class="parameter"><cod
|
|
541
549
|
</p>
|
542
550
|
<p>
|
543
551
|
If you set up anything at the time you take the grab that needs to be cleaned
|
544
|
-
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="
|
552
|
+
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
545
553
|
are emitted when the grab ends unvoluntarily.
|
546
554
|
</p>
|
547
555
|
<div class="variablelist"><table border="0">
|
@@ -549,7 +557,8 @@ are emitted when the grab ends unvoluntarily.
|
|
549
557
|
<tbody>
|
550
558
|
<tr>
|
551
559
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
552
|
-
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window)
|
560
|
+
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window).
|
561
|
+
</td>
|
553
562
|
</tr>
|
554
563
|
<tr>
|
555
564
|
<td><p><span class="term"><em class="parameter"><code>owner_events</code></em> :</span></p></td>
|
@@ -557,43 +566,49 @@ are emitted when the grab ends unvoluntarily.
|
|
557
566
|
<em class="parameter"><code>window</code></em> and are only reported if selected by <em class="parameter"><code>event_mask</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then pointer
|
558
567
|
events for this application are reported as normal, but pointer events outside
|
559
568
|
this application are reported with respect to <em class="parameter"><code>window</code></em> and only if selected by
|
560
|
-
<em class="parameter"><code>event_mask</code></em>. In either mode, unreported events are discarded
|
569
|
+
<em class="parameter"><code>event_mask</code></em>. In either mode, unreported events are discarded.
|
570
|
+
</td>
|
561
571
|
</tr>
|
562
572
|
<tr>
|
563
573
|
<td><p><span class="term"><em class="parameter"><code>event_mask</code></em> :</span></p></td>
|
564
574
|
<td>specifies the event mask, which is used in accordance with
|
565
575
|
<em class="parameter"><code>owner_events</code></em>. Note that only pointer events (i.e. button and motion events)
|
566
|
-
may be selected
|
576
|
+
may be selected.
|
577
|
+
</td>
|
567
578
|
</tr>
|
568
579
|
<tr>
|
569
580
|
<td><p><span class="term"><em class="parameter"><code>confine_to</code></em> :</span></p></td>
|
570
581
|
<td>If non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the pointer will be confined to this
|
571
582
|
window during the grab. If the pointer is outside <em class="parameter"><code>confine_to</code></em>, it will
|
572
583
|
automatically be moved to the closest edge of <em class="parameter"><code>confine_to</code></em> and enter
|
573
|
-
and leave events will be generated as necessary
|
584
|
+
and leave events will be generated as necessary.
|
585
|
+
</td>
|
574
586
|
</tr>
|
575
587
|
<tr>
|
576
588
|
<td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
|
577
589
|
<td>the cursor to display while the grab is active. If this is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then
|
578
590
|
the normal cursors are used for <em class="parameter"><code>window</code></em> and its descendants, and the cursor
|
579
|
-
for <em class="parameter"><code>window</code></em> is used for all other windows
|
591
|
+
for <em class="parameter"><code>window</code></em> is used for all other windows.
|
592
|
+
</td>
|
580
593
|
</tr>
|
581
594
|
<tr>
|
582
595
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
583
596
|
<td>the timestamp of the event which led to this pointer grab. This usually
|
584
|
-
comes from a <a class="link" href="gdk-Event-Structures.html#GdkEventButton" title="
|
585
|
-
the time isn't known
|
597
|
+
comes from a <a class="link" href="gdk-Event-Structures.html#GdkEventButton" title="GdkEventButton"><span class="type">GdkEventButton</span></a> struct, though <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> can be used if
|
598
|
+
the time isn't known.
|
599
|
+
</td>
|
586
600
|
</tr>
|
587
601
|
<tr>
|
588
602
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
589
603
|
<td>
|
590
|
-
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful
|
604
|
+
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful.
|
605
|
+
</td>
|
591
606
|
</tr>
|
592
607
|
</tbody>
|
593
608
|
</table></div>
|
594
609
|
</div>
|
595
610
|
<hr>
|
596
|
-
<div class="refsect2">
|
611
|
+
<div class="refsect2" title="enum GdkGrabStatus">
|
597
612
|
<a name="GdkGrabStatus"></a><h3>enum GdkGrabStatus</h3>
|
598
613
|
<pre class="programlisting">typedef enum
|
599
614
|
{
|
@@ -642,7 +657,7 @@ success or the reason for the failure of the grab attempt.
|
|
642
657
|
</table></div>
|
643
658
|
</div>
|
644
659
|
<hr>
|
645
|
-
<div class="refsect2">
|
660
|
+
<div class="refsect2" title="gdk_pointer_ungrab ()">
|
646
661
|
<a name="gdk-pointer-ungrab"></a><h3>gdk_pointer_ungrab ()</h3>
|
647
662
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pointer_ungrab (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
648
663
|
<p>
|
@@ -653,13 +668,14 @@ application.
|
|
653
668
|
<col align="left" valign="top">
|
654
669
|
<tbody><tr>
|
655
670
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
656
|
-
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
657
|
-
timestamp is available
|
671
|
+
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
672
|
+
timestamp is available.
|
673
|
+
</td>
|
658
674
|
</tr></tbody>
|
659
675
|
</table></div>
|
660
676
|
</div>
|
661
677
|
<hr>
|
662
|
-
<div class="refsect2">
|
678
|
+
<div class="refsect2" title="gdk_pointer_is_grabbed ()">
|
663
679
|
<a name="gdk-pointer-is-grabbed"></a><h3>gdk_pointer_is_grabbed ()</h3>
|
664
680
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_pointer_is_grabbed (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
665
681
|
<p>
|
@@ -670,21 +686,17 @@ grabbed by this application.
|
|
670
686
|
Note that this does not take the inmplicit pointer grab on button
|
671
687
|
presses into account.
|
672
688
|
</p>
|
673
|
-
<p>
|
674
|
-
</p>
|
675
|
-
<p>
|
676
|
-
</p>
|
677
689
|
<div class="variablelist"><table border="0">
|
678
690
|
<col align="left" valign="top">
|
679
691
|
<tbody><tr>
|
680
692
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
681
|
-
<td>
|
682
|
-
|
693
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pointer is currently grabbed by this application.*
|
694
|
+
</td>
|
683
695
|
</tr></tbody>
|
684
696
|
</table></div>
|
685
697
|
</div>
|
686
698
|
<hr>
|
687
|
-
<div class="refsect2">
|
699
|
+
<div class="refsect2" title="gdk_set_double_click_time ()">
|
688
700
|
<a name="gdk-set-double-click-time"></a><h3>gdk_set_double_click_time ()</h3>
|
689
701
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_double_click_time (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> msec</code></em>);</pre>
|
690
702
|
<p>
|
@@ -698,12 +710,13 @@ global user-configured setting.
|
|
698
710
|
<col align="left" valign="top">
|
699
711
|
<tbody><tr>
|
700
712
|
<td><p><span class="term"><em class="parameter"><code>msec</code></em> :</span></p></td>
|
701
|
-
<td>double click time in milliseconds (thousandths of a second)
|
713
|
+
<td>double click time in milliseconds (thousandths of a second)
|
714
|
+
</td>
|
702
715
|
</tr></tbody>
|
703
716
|
</table></div>
|
704
717
|
</div>
|
705
718
|
<hr>
|
706
|
-
<div class="refsect2">
|
719
|
+
<div class="refsect2" title="gdk_keyboard_grab ()">
|
707
720
|
<a name="gdk-keyboard-grab"></a><h3>gdk_keyboard_grab ()</h3>
|
708
721
|
<pre class="programlisting"><a class="link" href="gdk-General.html#GdkGrabStatus" title="enum GdkGrabStatus"><span class="returnvalue">GdkGrabStatus</span></a> gdk_keyboard_grab (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
709
722
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> owner_events</code></em>,
|
@@ -715,7 +728,7 @@ This overrides any previous keyboard grab by this client.
|
|
715
728
|
</p>
|
716
729
|
<p>
|
717
730
|
If you set up anything at the time you take the grab that needs to be cleaned
|
718
|
-
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="
|
731
|
+
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
719
732
|
are emitted when the grab ends unvoluntarily.
|
720
733
|
</p>
|
721
734
|
<div class="variablelist"><table border="0">
|
@@ -723,7 +736,8 @@ are emitted when the grab ends unvoluntarily.
|
|
723
736
|
<tbody>
|
724
737
|
<tr>
|
725
738
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
726
|
-
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window)
|
739
|
+
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window).
|
740
|
+
</td>
|
727
741
|
</tr>
|
728
742
|
<tr>
|
729
743
|
<td><p><span class="term"><em class="parameter"><code>owner_events</code></em> :</span></p></td>
|
@@ -731,23 +745,26 @@ are emitted when the grab ends unvoluntarily.
|
|
731
745
|
<em class="parameter"><code>window</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then keyboard events for this application are reported as
|
732
746
|
normal, but keyboard events outside this application are reported with respect
|
733
747
|
to <em class="parameter"><code>window</code></em>. Both key press and key release events are always reported,
|
734
|
-
independant of the event mask set by the application
|
748
|
+
independant of the event mask set by the application.
|
749
|
+
</td>
|
735
750
|
</tr>
|
736
751
|
<tr>
|
737
752
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
738
753
|
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no timestamp is
|
739
|
-
available
|
754
|
+
available.
|
755
|
+
</td>
|
740
756
|
</tr>
|
741
757
|
<tr>
|
742
758
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
743
759
|
<td>
|
744
|
-
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful
|
760
|
+
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful.
|
761
|
+
</td>
|
745
762
|
</tr>
|
746
763
|
</tbody>
|
747
764
|
</table></div>
|
748
765
|
</div>
|
749
766
|
<hr>
|
750
|
-
<div class="refsect2">
|
767
|
+
<div class="refsect2" title="gdk_keyboard_ungrab ()">
|
751
768
|
<a name="gdk-keyboard-ungrab"></a><h3>gdk_keyboard_ungrab ()</h3>
|
752
769
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_keyboard_ungrab (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
753
770
|
<p>
|
@@ -759,12 +776,13 @@ application.
|
|
759
776
|
<tbody><tr>
|
760
777
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
761
778
|
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
762
|
-
timestamp is available
|
779
|
+
timestamp is available.
|
780
|
+
</td>
|
763
781
|
</tr></tbody>
|
764
782
|
</table></div>
|
765
783
|
</div>
|
766
784
|
<hr>
|
767
|
-
<div class="refsect2">
|
785
|
+
<div class="refsect2" title="gdk_beep ()">
|
768
786
|
<a name="gdk-beep"></a><h3>gdk_beep ()</h3>
|
769
787
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_beep (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
770
788
|
<p>
|
@@ -772,10 +790,10 @@ Emits a short beep on the default display.
|
|
772
790
|
</p>
|
773
791
|
</div>
|
774
792
|
<hr>
|
775
|
-
<div class="refsect2">
|
793
|
+
<div class="refsect2" title="gdk_get_use_xshm ()">
|
776
794
|
<a name="gdk-get-use-xshm"></a><h3>gdk_get_use_xshm ()</h3>
|
777
795
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_get_use_xshm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
778
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
796
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
779
797
|
<h3 class="title">Warning</h3>
|
780
798
|
<p><code class="literal">gdk_get_use_xshm</code> is deprecated and should not be used in newly-written code.</p>
|
781
799
|
</div>
|
@@ -794,15 +812,16 @@ server are on the same machine and the server supports it.
|
|
794
812
|
<tbody><tr>
|
795
813
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
796
814
|
<td>
|
797
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension will be attempted
|
815
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension will be attempted.
|
816
|
+
</td>
|
798
817
|
</tr></tbody>
|
799
818
|
</table></div>
|
800
819
|
</div>
|
801
820
|
<hr>
|
802
|
-
<div class="refsect2">
|
821
|
+
<div class="refsect2" title="gdk_set_use_xshm ()">
|
803
822
|
<a name="gdk-set-use-xshm"></a><h3>gdk_set_use_xshm ()</h3>
|
804
823
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_use_xshm (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_xshm</code></em>);</pre>
|
805
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
824
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
806
825
|
<h3 class="title">Warning</h3>
|
807
826
|
<p><code class="literal">gdk_set_use_xshm</code> is deprecated and should not be used in newly-written code.</p>
|
808
827
|
</div>
|
@@ -817,12 +836,13 @@ support the extension it may cause warning messages to be output.
|
|
817
836
|
<tbody><tr>
|
818
837
|
<td><p><span class="term"><em class="parameter"><code>use_xshm</code></em> :</span></p></td>
|
819
838
|
<td>
|
820
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension should be attempted
|
839
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension should be attempted.
|
840
|
+
</td>
|
821
841
|
</tr></tbody>
|
822
842
|
</table></div>
|
823
843
|
</div>
|
824
844
|
<hr>
|
825
|
-
<div class="refsect2">
|
845
|
+
<div class="refsect2" title="gdk_error_trap_push ()">
|
826
846
|
<a name="gdk-error-trap-push"></a><h3>gdk_error_trap_push ()</h3>
|
827
847
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_error_trap_push (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
828
848
|
<p>
|
@@ -831,7 +851,7 @@ of exiting the application. It should only be used if it is not possible to
|
|
831
851
|
avoid the X error in any other way.
|
832
852
|
</p>
|
833
853
|
<div class="example">
|
834
|
-
<a name="
|
854
|
+
<a name="id625715"></a><p class="title"><b>Example 1. Trapping an X error</b></p>
|
835
855
|
<div class="example-contents">
|
836
856
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
837
857
|
<tbody>
|
@@ -861,7 +881,7 @@ avoid the X error in any other way.
|
|
861
881
|
<br class="example-break">
|
862
882
|
</div>
|
863
883
|
<hr>
|
864
|
-
<div class="refsect2">
|
884
|
+
<div class="refsect2" title="gdk_error_trap_pop ()">
|
865
885
|
<a name="gdk-error-trap-pop"></a><h3>gdk_error_trap_pop ()</h3>
|
866
886
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_error_trap_pop (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
867
887
|
<p>
|
@@ -871,12 +891,13 @@ Removes the X error trap installed with <a class="link" href="gdk-General.html#g
|
|
871
891
|
<col align="left" valign="top">
|
872
892
|
<tbody><tr>
|
873
893
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
874
|
-
<td>the X error code, or 0 if no error occurred
|
894
|
+
<td>the X error code, or 0 if no error occurred.
|
895
|
+
</td>
|
875
896
|
</tr></tbody>
|
876
897
|
</table></div>
|
877
898
|
</div>
|
878
899
|
<hr>
|
879
|
-
<div class="refsect2">
|
900
|
+
<div class="refsect2" title="GDK_WINDOWING_X11">
|
880
901
|
<a name="GDK-WINDOWING-X11:CAPS"></a><h3>GDK_WINDOWING_X11</h3>
|
881
902
|
<pre class="programlisting">#define GDK_WINDOWING_X11
|
882
903
|
</pre>
|
@@ -885,7 +906,7 @@ This macro is defined if GDK is configured to use the X11 backend.
|
|
885
906
|
</p>
|
886
907
|
</div>
|
887
908
|
<hr>
|
888
|
-
<div class="refsect2">
|
909
|
+
<div class="refsect2" title="GDK_WINDOWING_WIN32">
|
889
910
|
<a name="GDK-WINDOWING-WIN32:CAPS"></a><h3>GDK_WINDOWING_WIN32</h3>
|
890
911
|
<pre class="programlisting">#define GDK_WINDOWING_WIN32
|
891
912
|
</pre>
|
@@ -897,6 +918,6 @@ This macro is defined if GDK is configured to use the Win32 backend.
|
|
897
918
|
</div>
|
898
919
|
<div class="footer">
|
899
920
|
<hr>
|
900
|
-
Generated by GTK-Doc V1.
|
921
|
+
Generated by GTK-Doc V1.15</div>
|
901
922
|
</body>
|
902
923
|
</html>
|