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="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
10
10
|
<link rel="next" href="gtk-Keyboard-Accelerators.html" title="Accelerator Groups">
|
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="#gtk-General.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Main loop and Events">
|
30
30
|
<a name="gtk-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="gtk-General.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gtk/gtk.h>
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-General.html#gtk-false" title="gtk_false ()">gtk_false</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
73
73
|
|
74
74
|
<span class="returnvalue">void</span> <a class="link" href="gtk-General.html#gtk-grab-add" title="gtk_grab_add ()">gtk_grab_add</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
75
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
75
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="gtk-General.html#gtk-grab-get-current" title="gtk_grab_get_current ()">gtk_grab_get_current</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
76
76
|
<span class="returnvalue">void</span> <a class="link" href="gtk-General.html#gtk-grab-remove" title="gtk_grab_remove ()">gtk_grab_remove</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
77
77
|
|
78
78
|
<span class="returnvalue">void</span> <a class="link" href="gtk-General.html#gtk-init-add" title="gtk_init_add ()">gtk_init_add</a> (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
@@ -135,15 +135,15 @@
|
|
135
135
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);
|
136
136
|
<span class="returnvalue">void</span> <a class="link" href="gtk-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()">gtk_key_snooper_remove</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);
|
137
137
|
|
138
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a
|
138
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a>* <a class="link" href="gtk-General.html#gtk-get-current-event" title="gtk_get_current_event ()">gtk_get_current_event</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
139
139
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="gtk-General.html#gtk-get-current-event-time" title="gtk_get_current_event_time ()">gtk_get_current_event_time</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
140
140
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-General.html#gtk-get-current-event-state" title="gtk_get_current_event_state ()">gtk_get_current_event_state</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);
|
141
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
141
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="gtk-General.html#gtk-get-event-widget" title="gtk_get_event_widget ()">gtk_get_event_widget</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
|
142
142
|
<span class="returnvalue">void</span> <a class="link" href="gtk-General.html#gtk-propagate-event" title="gtk_propagate_event ()">gtk_propagate_event</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
143
143
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
|
144
144
|
</pre>
|
145
145
|
</div>
|
146
|
-
<div class="refsect1">
|
146
|
+
<div class="refsect1" title="Description">
|
147
147
|
<a name="gtk-General.description"></a><h2>Description</h2>
|
148
148
|
<p>
|
149
149
|
Before using GTK+, you need to initialize it; initialization connects
|
@@ -175,7 +175,7 @@ When your callbacks are invoked, you would typically take some action
|
|
175
175
|
to the main loop and await more user input.
|
176
176
|
</p>
|
177
177
|
<div class="example">
|
178
|
-
<a name="
|
178
|
+
<a name="id470330"></a><p class="title"><b>Example 2. Typical <code class="function">main</code> function for a GTK+ application</b></p>
|
179
179
|
<div class="example-contents">
|
180
180
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
181
181
|
<tbody>
|
@@ -228,15 +228,11 @@ though it involves slightly more typing. See <a href="http://library.gnome.org/d
|
|
228
228
|
documentation.
|
229
229
|
</p>
|
230
230
|
</div>
|
231
|
-
<div class="refsect1">
|
231
|
+
<div class="refsect1" title="Details">
|
232
232
|
<a name="gtk-General.details"></a><h2>Details</h2>
|
233
|
-
<div class="refsect2">
|
233
|
+
<div class="refsect2" title="gtk_set_locale ()">
|
234
234
|
<a name="gtk-set-locale"></a><h3>gtk_set_locale ()</h3>
|
235
235
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_set_locale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
236
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
237
|
-
<h3 class="title">Warning</h3>
|
238
|
-
<p><code class="literal">gtk_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>
|
239
|
-
</div>
|
240
236
|
<p>
|
241
237
|
Initializes internationalization support for GTK+. <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>
|
242
238
|
automatically does this, so there is typically no point
|
@@ -259,25 +255,26 @@ locale specific setup of the windowing system used by GDK.
|
|
259
255
|
<col align="left" valign="top">
|
260
256
|
<tbody><tr>
|
261
257
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
262
|
-
<td>a string corresponding to the locale set, typically in the
|
258
|
+
<td> a string corresponding to the locale set, typically in the
|
263
259
|
form lang_COUNTRY, where lang is an ISO-639 language code, and
|
264
260
|
COUNTRY is an ISO-3166 country code. On Unix, this form matches the
|
265
|
-
result of the <a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a>; it is also used on other machines, such as
|
266
|
-
Windows, where the C library returns a different result. The string is
|
267
|
-
owned by GTK+ and should not be modified or freed
|
261
|
+
result of the <a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a>; it is also used on other machines, such as
|
262
|
+
Windows, where the C library returns a different result. The string is
|
263
|
+
owned by GTK+ and should not be modified or freed.
|
264
|
+
</td>
|
268
265
|
</tr></tbody>
|
269
266
|
</table></div>
|
270
267
|
</div>
|
271
268
|
<hr>
|
272
|
-
<div class="refsect2">
|
269
|
+
<div class="refsect2" title="gtk_disable_setlocale ()">
|
273
270
|
<a name="gtk-disable-setlocale"></a><h3>gtk_disable_setlocale ()</h3>
|
274
271
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_disable_setlocale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
275
272
|
<p>
|
276
273
|
Prevents <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>, <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>, <a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> and
|
277
274
|
<a class="link" href="gtk-General.html#gtk-parse-args" title="gtk_parse_args ()"><code class="function">gtk_parse_args()</code></a> from automatically
|
278
|
-
calling <code class="literal">setlocale (LC_ALL, "")</code>. You would
|
279
|
-
want to use this function if you wanted to set the locale for
|
280
|
-
your program to something other than the user's locale, or if
|
275
|
+
calling <code class="literal">setlocale (LC_ALL, "")</code>. You would
|
276
|
+
want to use this function if you wanted to set the locale for
|
277
|
+
your program to something other than the user's locale, or if
|
281
278
|
you wanted to set different values for different locale categories.
|
282
279
|
</p>
|
283
280
|
<p>
|
@@ -285,7 +282,7 @@ Most programs should not need to call this function.
|
|
285
282
|
</p>
|
286
283
|
</div>
|
287
284
|
<hr>
|
288
|
-
<div class="refsect2">
|
285
|
+
<div class="refsect2" title="gtk_get_default_language ()">
|
289
286
|
<a name="gtk-get-default-language"></a><h3>gtk_get_default_language ()</h3>
|
290
287
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="returnvalue">PangoLanguage</span></a> * gtk_get_default_language (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
291
288
|
<p>
|
@@ -303,13 +300,14 @@ that function for details.
|
|
303
300
|
<col align="left" valign="top">
|
304
301
|
<tbody><tr>
|
305
302
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
306
|
-
<td>the default language as a <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, must not be
|
307
|
-
freed
|
303
|
+
<td> the default language as a <a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a>, must not be
|
304
|
+
freed
|
305
|
+
</td>
|
308
306
|
</tr></tbody>
|
309
307
|
</table></div>
|
310
308
|
</div>
|
311
309
|
<hr>
|
312
|
-
<div class="refsect2">
|
310
|
+
<div class="refsect2" title="gtk_parse_args ()">
|
313
311
|
<a name="gtk-parse-args"></a><h3>gtk_parse_args ()</h3>
|
314
312
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_parse_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
|
315
313
|
<em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
|
@@ -323,7 +321,7 @@ Any arguments used by GTK+ or GDK are removed from the array and
|
|
323
321
|
<em class="parameter"><code>argc</code></em> and <em class="parameter"><code>argv</code></em> are updated accordingly.
|
324
322
|
</p>
|
325
323
|
<p>
|
326
|
-
|
324
|
+
You shouldn't call this function explicitely if you are using
|
327
325
|
<a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>, or <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>.
|
328
326
|
</p>
|
329
327
|
<div class="variablelist"><table border="0">
|
@@ -331,60 +329,56 @@ There is no need to call this function explicitely if you are using
|
|
331
329
|
<tbody>
|
332
330
|
<tr>
|
333
331
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
334
|
-
<td>a pointer to the number of command line arguments. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
332
|
+
<td> a pointer to the number of command line arguments. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
335
333
|
</td>
|
336
334
|
</tr>
|
337
335
|
<tr>
|
338
336
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
339
|
-
<td>a pointer to the array of
|
340
|
-
command line arguments. <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>
|
337
|
+
<td> a pointer to the array of command line arguments. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
341
338
|
</td>
|
342
339
|
</tr>
|
343
340
|
<tr>
|
344
341
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
345
|
-
<td>
|
346
|
-
|
342
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
343
|
+
</td>
|
347
344
|
</tr>
|
348
345
|
</tbody>
|
349
346
|
</table></div>
|
350
347
|
</div>
|
351
348
|
<hr>
|
352
|
-
<div class="refsect2">
|
349
|
+
<div class="refsect2" title="gtk_init ()">
|
353
350
|
<a name="gtk-init"></a><h3>gtk_init ()</h3>
|
354
351
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_init (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
|
355
352
|
<em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
|
356
353
|
<p>
|
357
354
|
Call this function before using any other GTK+ functions in your GUI
|
358
355
|
applications. It will initialize everything needed to operate the
|
359
|
-
toolkit and parses some standard command line options.
|
360
|
-
</
|
361
|
-
|
362
|
-
<em class="parameter"><code>argc</code></em> and <em class="parameter"><code>argv</code></em> are adjusted accordingly so your own code will
|
363
|
-
never see those standard arguments.
|
356
|
+
toolkit and parses some standard command line options. <em class="parameter"><code>argc</code></em> and
|
357
|
+
<em class="parameter"><code>argv</code></em> are adjusted accordingly so your own code will
|
358
|
+
never see those standard arguments.
|
364
359
|
</p>
|
365
360
|
<p>
|
366
|
-
Note that there are some alternative ways to initialize GTK+:
|
367
|
-
if you are calling <a class="link" href="gtk-General.html#gtk-parse-args" title="gtk_parse_args ()"><code class="function">gtk_parse_args()</code></a>, <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>,
|
368
|
-
<a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> with
|
369
|
-
the option group returned by <a class="link" href="gtk-General.html#gtk-get-option-group" title="gtk_get_option_group ()"><code class="function">gtk_get_option_group()</code></a>,
|
370
|
-
|
361
|
+
Note that there are some alternative ways to initialize GTK+:
|
362
|
+
if you are calling <a class="link" href="gtk-General.html#gtk-parse-args" title="gtk_parse_args ()"><code class="function">gtk_parse_args()</code></a>, <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a>,
|
363
|
+
<a class="link" href="gtk-General.html#gtk-init-with-args" title="gtk_init_with_args ()"><code class="function">gtk_init_with_args()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-parse"><code class="function">g_option_context_parse()</code></a> with
|
364
|
+
the option group returned by <a class="link" href="gtk-General.html#gtk-get-option-group" title="gtk_get_option_group ()"><code class="function">gtk_get_option_group()</code></a>, you
|
365
|
+
<span class="emphasis"><em>don't</em></span> have to call <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
371
366
|
</p>
|
372
367
|
<p>
|
373
368
|
</p>
|
374
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
369
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
375
370
|
<h3 class="title">Note</h3>
|
376
371
|
<p>
|
377
|
-
This function will terminate your program if it was unable to
|
378
|
-
|
379
|
-
|
380
|
-
call <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a> instead.
|
372
|
+
This function will terminate your program if it was unable to initialize
|
373
|
+
the GUI for some reason. If you want your program to fall back to a
|
374
|
+
textual interface you want to call <a class="link" href="gtk-General.html#gtk-init-check" title="gtk_init_check ()"><code class="function">gtk_init_check()</code></a> instead.
|
381
375
|
</p>
|
382
376
|
</div>
|
383
377
|
<p>
|
384
378
|
</p>
|
385
379
|
<p>
|
386
380
|
</p>
|
387
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
381
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
388
382
|
<h3 class="title">Note</h3>
|
389
383
|
<p>
|
390
384
|
Since 2.18, GTK+ calls <code class="literal">signal (SIGPIPE, SIG_IGN)</code>
|
@@ -397,34 +391,26 @@ similar things.
|
|
397
391
|
</div>
|
398
392
|
<p>
|
399
393
|
</p>
|
400
|
-
<p>
|
401
|
-
</p>
|
402
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
403
|
-
<h3 class="title">Note</h3>
|
404
|
-
<p>
|
405
|
-
</p>
|
406
|
-
</div>
|
407
394
|
<div class="variablelist"><table border="0">
|
408
395
|
<col align="left" valign="top">
|
409
396
|
<tbody>
|
410
397
|
<tr>
|
411
398
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
412
|
-
<td>Address of the <em class="parameter"><code>argc</code></em> parameter of
|
413
|
-
|
399
|
+
<td> Address of the <em class="parameter"><code>argc</code></em> parameter of your
|
400
|
+
<code class="function">main()</code> function. Changed if any arguments were handled. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
414
401
|
</td>
|
415
402
|
</tr>
|
416
403
|
<tr>
|
417
404
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
418
|
-
<td>Address of the
|
419
|
-
<
|
420
|
-
understood by GTK+ are stripped before return. <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>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
405
|
+
<td> Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
|
406
|
+
Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return. <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][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> length=argc]</span>
|
421
407
|
</td>
|
422
408
|
</tr>
|
423
409
|
</tbody>
|
424
410
|
</table></div>
|
425
411
|
</div>
|
426
412
|
<hr>
|
427
|
-
<div class="refsect2">
|
413
|
+
<div class="refsect2" title="gtk_init_check ()">
|
428
414
|
<a name="gtk-init-check"></a><h3>gtk_init_check ()</h3>
|
429
415
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_init_check (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
|
430
416
|
<em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
|
@@ -442,27 +428,27 @@ with the user - for example a curses or command line interface.
|
|
442
428
|
<tbody>
|
443
429
|
<tr>
|
444
430
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
445
|
-
<td>Address of the <em class="parameter"><code>argc</code></em> parameter of your
|
446
|
-
<code class="function">main()</code> function. Changed if any arguments were handled. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
431
|
+
<td> Address of the <em class="parameter"><code>argc</code></em> parameter of your
|
432
|
+
<code class="function">main()</code> function. Changed if any arguments were handled. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
447
433
|
</td>
|
448
434
|
</tr>
|
449
435
|
<tr>
|
450
436
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
451
|
-
<td>Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
|
452
|
-
Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return. <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>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
437
|
+
<td> Address of the <em class="parameter"><code>argv</code></em> parameter of <code class="function">main()</code>.
|
438
|
+
Any parameters understood by <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a> are stripped before return. <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][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> length=argc]</span>
|
453
439
|
</td>
|
454
440
|
</tr>
|
455
441
|
<tr>
|
456
442
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
457
|
-
<td>
|
458
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
459
|
-
|
443
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
|
444
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
445
|
+
</td>
|
460
446
|
</tr>
|
461
447
|
</tbody>
|
462
448
|
</table></div>
|
463
449
|
</div>
|
464
450
|
<hr>
|
465
|
-
<div class="refsect2">
|
451
|
+
<div class="refsect2" title="gtk_init_with_args ()">
|
466
452
|
<a name="gtk-init-with-args"></a><h3>gtk_init_with_args ()</h3>
|
467
453
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_init_with_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
|
468
454
|
<em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
|
@@ -482,47 +468,52 @@ be terminated after writing out the help output.
|
|
482
468
|
<tbody>
|
483
469
|
<tr>
|
484
470
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
485
|
-
<td>a pointer to the number of command line arguments
|
471
|
+
<td>a pointer to the number of command line arguments.
|
472
|
+
</td>
|
486
473
|
</tr>
|
487
474
|
<tr>
|
488
475
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
489
|
-
<td>a pointer to the array of command line arguments
|
476
|
+
<td>a pointer to the array of command line arguments.
|
477
|
+
</td>
|
490
478
|
</tr>
|
491
479
|
<tr>
|
492
480
|
<td><p><span class="term"><em class="parameter"><code>parameter_string</code></em> :</span></p></td>
|
493
481
|
<td>a string which is displayed in
|
494
|
-
the first line of <code class="option">--help</code> output, after
|
495
|
-
<code class="literal"><em class="replaceable"><code>programname</code></em> [OPTION...]</code>
|
482
|
+
the first line of <code class="option">--help</code> output, after
|
483
|
+
<code class="literal"><em class="replaceable"><code>programname</code></em> [OPTION...]</code>
|
496
484
|
</td>
|
497
485
|
</tr>
|
498
486
|
<tr>
|
499
487
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
500
488
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a>s
|
501
|
-
describing the options of your program
|
489
|
+
describing the options of your program
|
490
|
+
</td>
|
502
491
|
</tr>
|
503
492
|
<tr>
|
504
493
|
<td><p><span class="term"><em class="parameter"><code>translation_domain</code></em> :</span></p></td>
|
505
494
|
<td>a translation domain to use for translating
|
506
|
-
the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
|
507
|
-
with <code class="function">gettext()</code>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
495
|
+
the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
|
496
|
+
with <code class="function">gettext()</code>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
508
497
|
</td>
|
509
498
|
</tr>
|
510
499
|
<tr>
|
511
500
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
512
|
-
<td>a return location for errors
|
501
|
+
<td>a return location for errors
|
502
|
+
</td>
|
513
503
|
</tr>
|
514
504
|
<tr>
|
515
505
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
516
|
-
<td>
|
517
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
518
|
-
|
506
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GUI has been successfully initialized,
|
507
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
508
|
+
|
509
|
+
</td>
|
519
510
|
</tr>
|
520
511
|
</tbody>
|
521
512
|
</table></div>
|
522
513
|
<p class="since">Since 2.6</p>
|
523
514
|
</div>
|
524
515
|
<hr>
|
525
|
-
<div class="refsect2">
|
516
|
+
<div class="refsect2" title="gtk_get_option_group ()">
|
526
517
|
<a name="gtk-get-option-group"></a><h3>gtk_get_option_group ()</h3>
|
527
518
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="returnvalue">GOptionGroup</span></a> * gtk_get_option_group (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> open_default_display</code></em>);</pre>
|
528
519
|
<p>
|
@@ -536,23 +527,26 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-opti
|
|
536
527
|
<tbody>
|
537
528
|
<tr>
|
538
529
|
<td><p><span class="term"><em class="parameter"><code>open_default_display</code></em> :</span></p></td>
|
539
|
-
<td>whether to open the default display
|
540
|
-
when parsing the commandline arguments
|
530
|
+
<td>whether to open the default display
|
531
|
+
when parsing the commandline arguments
|
532
|
+
</td>
|
541
533
|
</tr>
|
542
534
|
<tr>
|
543
535
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
544
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
|
545
|
-
by GTK
|
536
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a> for the commandline arguments recognized
|
537
|
+
by GTK+
|
538
|
+
|
539
|
+
</td>
|
546
540
|
</tr>
|
547
541
|
</tbody>
|
548
542
|
</table></div>
|
549
543
|
<p class="since">Since 2.6</p>
|
550
544
|
</div>
|
551
545
|
<hr>
|
552
|
-
<div class="refsect2">
|
546
|
+
<div class="refsect2" title="gtk_exit ()">
|
553
547
|
<a name="gtk-exit"></a><h3>gtk_exit ()</h3>
|
554
548
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_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>
|
555
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
549
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
556
550
|
<h3 class="title">Warning</h3>
|
557
551
|
<p><code class="literal">gtk_exit</code> is deprecated and should not be used in newly-written code. Use the standard <code class="function">exit()</code> function instead.</p>
|
558
552
|
</div>
|
@@ -566,12 +560,13 @@ for GTK+.
|
|
566
560
|
<tbody><tr>
|
567
561
|
<td><p><span class="term"><em class="parameter"><code>error_code</code></em> :</span></p></td>
|
568
562
|
<td>Return value to pass to the caller. This is dependent on the
|
569
|
-
target system but at least on Unix systems <code class="literal">0</code> means success
|
563
|
+
target system but at least on Unix systems <code class="literal">0</code> means success.
|
564
|
+
</td>
|
570
565
|
</tr></tbody>
|
571
566
|
</table></div>
|
572
567
|
</div>
|
573
568
|
<hr>
|
574
|
-
<div class="refsect2">
|
569
|
+
<div class="refsect2" title="gtk_events_pending ()">
|
575
570
|
<a name="gtk-events-pending"></a><h3>gtk_events_pending ()</h3>
|
576
571
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_events_pending (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
577
572
|
<p>
|
@@ -579,7 +574,7 @@ Checks if any events are pending. This can be used to update the GUI
|
|
579
574
|
and invoke timeouts etc. while doing some time intensive computation.
|
580
575
|
</p>
|
581
576
|
<div class="example">
|
582
|
-
<a name="
|
577
|
+
<a name="id487822"></a><p class="title"><b>Example 3. Updating the GUI during a long computation.</b></p>
|
583
578
|
<div class="example-contents">
|
584
579
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
585
580
|
<tbody>
|
@@ -607,12 +602,13 @@ and invoke timeouts etc. while doing some time intensive computation.
|
|
607
602
|
<tbody><tr>
|
608
603
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
609
604
|
<td>
|
610
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any events are pending, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
605
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any events are pending, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
606
|
+
</td>
|
611
607
|
</tr></tbody>
|
612
608
|
</table></div>
|
613
609
|
</div>
|
614
610
|
<hr>
|
615
|
-
<div class="refsect2">
|
611
|
+
<div class="refsect2" title="gtk_main ()">
|
616
612
|
<a name="gtk-main"></a><h3>gtk_main ()</h3>
|
617
613
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_main (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
618
614
|
<p>
|
@@ -622,7 +618,7 @@ of the main loop return.
|
|
622
618
|
</p>
|
623
619
|
</div>
|
624
620
|
<hr>
|
625
|
-
<div class="refsect2">
|
621
|
+
<div class="refsect2" title="gtk_main_level ()">
|
626
622
|
<a name="gtk-main-level"></a><h3>gtk_main_level ()</h3>
|
627
623
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_main_level (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
628
624
|
<p>
|
@@ -633,12 +629,13 @@ when calling <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_qui
|
|
633
629
|
<col align="left" valign="top">
|
634
630
|
<tbody><tr>
|
635
631
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
636
|
-
<td>the nesting level of the current invocation of the main loop
|
632
|
+
<td>the nesting level of the current invocation of the main loop.
|
633
|
+
</td>
|
637
634
|
</tr></tbody>
|
638
635
|
</table></div>
|
639
636
|
</div>
|
640
637
|
<hr>
|
641
|
-
<div class="refsect2">
|
638
|
+
<div class="refsect2" title="gtk_main_quit ()">
|
642
639
|
<a name="gtk-main-quit"></a><h3>gtk_main_quit ()</h3>
|
643
640
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_main_quit (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
644
641
|
<p>
|
@@ -647,7 +644,7 @@ control.
|
|
647
644
|
</p>
|
648
645
|
</div>
|
649
646
|
<hr>
|
650
|
-
<div class="refsect2">
|
647
|
+
<div class="refsect2" title="gtk_main_iteration ()">
|
651
648
|
<a name="gtk-main-iteration"></a><h3>gtk_main_iteration ()</h3>
|
652
649
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_main_iteration (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
653
650
|
<p>
|
@@ -661,12 +658,13 @@ pending with <a class="link" href="gtk-General.html#gtk-events-pending" title="g
|
|
661
658
|
<tbody><tr>
|
662
659
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
663
660
|
<td>
|
664
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop
|
661
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.
|
662
|
+
</td>
|
665
663
|
</tr></tbody>
|
666
664
|
</table></div>
|
667
665
|
</div>
|
668
666
|
<hr>
|
669
|
-
<div class="refsect2">
|
667
|
+
<div class="refsect2" title="gtk_main_iteration_do ()">
|
670
668
|
<a name="gtk-main-iteration-do"></a><h3>gtk_main_iteration_do ()</h3>
|
671
669
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_main_iteration_do (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> blocking</code></em>);</pre>
|
672
670
|
<p>
|
@@ -679,18 +677,20 @@ return or block dependent on the value of <em class="parameter"><code>blocking</
|
|
679
677
|
<tr>
|
680
678
|
<td><p><span class="term"><em class="parameter"><code>blocking</code></em> :</span></p></td>
|
681
679
|
<td>
|
682
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want GTK+ to block if no events are pending
|
680
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if you want GTK+ to block if no events are pending.
|
681
|
+
</td>
|
683
682
|
</tr>
|
684
683
|
<tr>
|
685
684
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
686
685
|
<td>
|
687
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop
|
686
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="gtk-General.html#gtk-main-quit" title="gtk_main_quit ()"><code class="function">gtk_main_quit()</code></a> has been called for the innermost mainloop.
|
687
|
+
</td>
|
688
688
|
</tr>
|
689
689
|
</tbody>
|
690
690
|
</table></div>
|
691
691
|
</div>
|
692
692
|
<hr>
|
693
|
-
<div class="refsect2">
|
693
|
+
<div class="refsect2" title="gtk_main_do_event ()">
|
694
694
|
<a name="gtk-main-do-event"></a><h3>gtk_main_do_event ()</h3>
|
695
695
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_main_do_event (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
696
696
|
<p>
|
@@ -756,12 +756,13 @@ the event:
|
|
756
756
|
<col align="left" valign="top">
|
757
757
|
<tbody><tr>
|
758
758
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
759
|
-
<td>An event to process (normally) passed by GDK
|
759
|
+
<td>An event to process (normally) passed by GDK.
|
760
|
+
</td>
|
760
761
|
</tr></tbody>
|
761
762
|
</table></div>
|
762
763
|
</div>
|
763
764
|
<hr>
|
764
|
-
<div class="refsect2">
|
765
|
+
<div class="refsect2" title="GtkModuleInitFunc ()">
|
765
766
|
<a name="GtkModuleInitFunc"></a><h3>GtkModuleInitFunc ()</h3>
|
766
767
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GtkModuleInitFunc) (<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>,
|
767
768
|
<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>
|
@@ -775,25 +776,35 @@ cleaned from any arguments that GTK+ handles itself.
|
|
775
776
|
<tbody>
|
776
777
|
<tr>
|
777
778
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
778
|
-
<td>Pointer to the number of arguments remaining after <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a
|
779
|
+
<td>Pointer to the number of arguments remaining after <a class="link" href="gtk-General.html#gtk-init" title="gtk_init ()"><code class="function">gtk_init()</code></a>.
|
780
|
+
</td>
|
779
781
|
</tr>
|
780
782
|
<tr>
|
781
783
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
782
|
-
<td>Points to the argument vector
|
784
|
+
<td>Points to the argument vector.
|
785
|
+
</td>
|
783
786
|
</tr>
|
784
787
|
</tbody>
|
785
788
|
</table></div>
|
786
789
|
</div>
|
787
790
|
<hr>
|
788
|
-
<div class="refsect2">
|
791
|
+
<div class="refsect2" title="GtkModuleDisplayInitFunc ()">
|
789
792
|
<a name="GtkModuleDisplayInitFunc"></a><h3>GtkModuleDisplayInitFunc ()</h3>
|
790
793
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GtkModuleDisplayInitFunc) (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkDisplay.html"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
|
791
794
|
<p>
|
792
795
|
</p>
|
796
|
+
<div class="variablelist"><table border="0">
|
797
|
+
<col align="left" valign="top">
|
798
|
+
<tbody><tr>
|
799
|
+
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
800
|
+
<td>
|
801
|
+
</td>
|
802
|
+
</tr></tbody>
|
803
|
+
</table></div>
|
793
804
|
<p class="since">Since 2.2</p>
|
794
805
|
</div>
|
795
806
|
<hr>
|
796
|
-
<div class="refsect2">
|
807
|
+
<div class="refsect2" title="gtk_true ()">
|
797
808
|
<a name="gtk-true"></a><h3>gtk_true ()</h3>
|
798
809
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_true (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
799
810
|
<p>
|
@@ -803,7 +814,7 @@ not do this as the user expects a reaction from clicking the close
|
|
803
814
|
icon of the window...
|
804
815
|
</p>
|
805
816
|
<div class="example">
|
806
|
-
<a name="
|
817
|
+
<a name="id488763"></a><p class="title"><b>Example 4. A persistent window</b></p>
|
807
818
|
<div class="example-contents">
|
808
819
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
809
820
|
<tbody>
|
@@ -856,12 +867,14 @@ icon of the window...
|
|
856
867
|
<col align="left" valign="top">
|
857
868
|
<tbody><tr>
|
858
869
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
859
|
-
<td
|
870
|
+
<td>
|
871
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
872
|
+
</td>
|
860
873
|
</tr></tbody>
|
861
874
|
</table></div>
|
862
875
|
</div>
|
863
876
|
<hr>
|
864
|
-
<div class="refsect2">
|
877
|
+
<div class="refsect2" title="gtk_false ()">
|
865
878
|
<a name="gtk-false"></a><h3>gtk_false ()</h3>
|
866
879
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_false (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
867
880
|
<p>
|
@@ -872,12 +885,14 @@ but always returns <a href="http://library.gnome.org/devel/glib/unstable/glib-St
|
|
872
885
|
<col align="left" valign="top">
|
873
886
|
<tbody><tr>
|
874
887
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
875
|
-
<td
|
888
|
+
<td>
|
889
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
890
|
+
</td>
|
876
891
|
</tr></tbody>
|
877
892
|
</table></div>
|
878
893
|
</div>
|
879
894
|
<hr>
|
880
|
-
<div class="refsect2">
|
895
|
+
<div class="refsect2" title="gtk_grab_add ()">
|
881
896
|
<a name="gtk-grab-add"></a><h3>gtk_grab_add ()</h3>
|
882
897
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_grab_add (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
883
898
|
<p>
|
@@ -893,17 +908,15 @@ widget and this function does nothing.
|
|
893
908
|
<col align="left" valign="top">
|
894
909
|
<tbody><tr>
|
895
910
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
896
|
-
<td>The widget that grabs keyboard and pointer events
|
911
|
+
<td>The widget that grabs keyboard and pointer events.
|
912
|
+
</td>
|
897
913
|
</tr></tbody>
|
898
914
|
</table></div>
|
899
915
|
</div>
|
900
916
|
<hr>
|
901
|
-
<div class="refsect2">
|
917
|
+
<div class="refsect2" title="gtk_grab_get_current ()">
|
902
918
|
<a name="gtk-grab-get-current"></a><h3>gtk_grab_get_current ()</h3>
|
903
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
904
|
-
<p>
|
905
|
-
Queries the current grab of the default window group.
|
906
|
-
</p>
|
919
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_grab_get_current (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
907
920
|
<p>
|
908
921
|
Queries the current grab of the default window group.
|
909
922
|
</p>
|
@@ -911,14 +924,13 @@ Queries the current grab of the default window group.
|
|
911
924
|
<col align="left" valign="top">
|
912
925
|
<tbody><tr>
|
913
926
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
914
|
-
<td>The widget which currently
|
915
|
-
has the grab or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no grab is active. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
927
|
+
<td>The widget which currently has the grab or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no grab is active.
|
916
928
|
</td>
|
917
929
|
</tr></tbody>
|
918
930
|
</table></div>
|
919
931
|
</div>
|
920
932
|
<hr>
|
921
|
-
<div class="refsect2">
|
933
|
+
<div class="refsect2" title="gtk_grab_remove ()">
|
922
934
|
<a name="gtk-grab-remove"></a><h3>gtk_grab_remove ()</h3>
|
923
935
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_grab_remove (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
924
936
|
<p>
|
@@ -932,19 +944,16 @@ If <em class="parameter"><code>widget</code></em> does not have the grab, this f
|
|
932
944
|
<col align="left" valign="top">
|
933
945
|
<tbody><tr>
|
934
946
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
935
|
-
<td>The widget which gives up the grab
|
947
|
+
<td>The widget which gives up the grab.
|
948
|
+
</td>
|
936
949
|
</tr></tbody>
|
937
950
|
</table></div>
|
938
951
|
</div>
|
939
952
|
<hr>
|
940
|
-
<div class="refsect2">
|
953
|
+
<div class="refsect2" title="gtk_init_add ()">
|
941
954
|
<a name="gtk-init-add"></a><h3>gtk_init_add ()</h3>
|
942
955
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_init_add (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
943
956
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
944
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
945
|
-
<h3 class="title">Warning</h3>
|
946
|
-
<p><code class="literal">gtk_init_add</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
947
|
-
</div>
|
948
957
|
<p>
|
949
958
|
Registers a function to be called when the mainloop is started.
|
950
959
|
</p>
|
@@ -953,24 +962,22 @@ Registers a function to be called when the mainloop is started.
|
|
953
962
|
<tbody>
|
954
963
|
<tr>
|
955
964
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
956
|
-
<td>Function to invoke when <a class="link" href="gtk-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a> is called next
|
965
|
+
<td>Function to invoke when <a class="link" href="gtk-General.html#gtk-main" title="gtk_main ()"><code class="function">gtk_main()</code></a> is called next.
|
966
|
+
</td>
|
957
967
|
</tr>
|
958
968
|
<tr>
|
959
969
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
960
|
-
<td>Data to pass to that function
|
970
|
+
<td>Data to pass to that function.
|
971
|
+
</td>
|
961
972
|
</tr>
|
962
973
|
</tbody>
|
963
974
|
</table></div>
|
964
975
|
</div>
|
965
976
|
<hr>
|
966
|
-
<div class="refsect2">
|
977
|
+
<div class="refsect2" title="gtk_quit_add_destroy ()">
|
967
978
|
<a name="gtk-quit-add-destroy"></a><h3>gtk_quit_add_destroy ()</h3>
|
968
979
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_add_destroy (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
|
969
980
|
<em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>);</pre>
|
970
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
971
|
-
<h3 class="title">Warning</h3>
|
972
|
-
<p><code class="literal">gtk_quit_add_destroy</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
973
|
-
</div>
|
974
981
|
<p>
|
975
982
|
Trigger destruction of <em class="parameter"><code>object</code></em> in case the mainloop at level <em class="parameter"><code>main_level</code></em>
|
976
983
|
is quit.
|
@@ -980,25 +987,23 @@ is quit.
|
|
980
987
|
<tbody>
|
981
988
|
<tr>
|
982
989
|
<td><p><span class="term"><em class="parameter"><code>main_level</code></em> :</span></p></td>
|
983
|
-
<td>Level of the mainloop which shall trigger the destruction
|
990
|
+
<td>Level of the mainloop which shall trigger the destruction.
|
991
|
+
</td>
|
984
992
|
</tr>
|
985
993
|
<tr>
|
986
994
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
987
|
-
<td>Object to be destroyed
|
995
|
+
<td>Object to be destroyed.
|
996
|
+
</td>
|
988
997
|
</tr>
|
989
998
|
</tbody>
|
990
999
|
</table></div>
|
991
1000
|
</div>
|
992
1001
|
<hr>
|
993
|
-
<div class="refsect2">
|
1002
|
+
<div class="refsect2" title="gtk_quit_add ()">
|
994
1003
|
<a name="gtk-quit-add"></a><h3>gtk_quit_add ()</h3>
|
995
1004
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_quit_add (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
|
996
1005
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
997
1006
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
998
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
999
|
-
<h3 class="title">Warning</h3>
|
1000
|
-
<p><code class="literal">gtk_quit_add</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
1001
|
-
</div>
|
1002
1007
|
<p>
|
1003
1008
|
Registers a function to be called when an instance of the mainloop is left.
|
1004
1009
|
</p>
|
@@ -1008,38 +1013,38 @@ Registers a function to be called when an instance of the mainloop is left.
|
|
1008
1013
|
<tr>
|
1009
1014
|
<td><p><span class="term"><em class="parameter"><code>main_level</code></em> :</span></p></td>
|
1010
1015
|
<td>Level at which termination the function shall be called. You
|
1011
|
-
can pass 0 here to have the function run at the termination of the current
|
1012
|
-
mainloop
|
1016
|
+
can pass 0 here to have the function run at the termination of the current
|
1017
|
+
mainloop.
|
1018
|
+
</td>
|
1013
1019
|
</tr>
|
1014
1020
|
<tr>
|
1015
1021
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1016
|
-
<td>The function to call. This should return 0 to be removed from the
|
1017
|
-
list of quit handlers. Otherwise the function might be called again
|
1022
|
+
<td>The function to call. This should return 0 to be removed from the
|
1023
|
+
list of quit handlers. Otherwise the function might be called again.
|
1024
|
+
</td>
|
1018
1025
|
</tr>
|
1019
1026
|
<tr>
|
1020
1027
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1021
|
-
<td>Pointer to pass when calling <em class="parameter"><code>function</code></em
|
1028
|
+
<td>Pointer to pass when calling <em class="parameter"><code>function</code></em>.
|
1029
|
+
</td>
|
1022
1030
|
</tr>
|
1023
1031
|
<tr>
|
1024
1032
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1025
1033
|
<td>A handle for this quit handler (you need this for <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
|
1026
|
-
or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em
|
1034
|
+
or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.
|
1035
|
+
</td>
|
1027
1036
|
</tr>
|
1028
1037
|
</tbody>
|
1029
1038
|
</table></div>
|
1030
1039
|
</div>
|
1031
1040
|
<hr>
|
1032
|
-
<div class="refsect2">
|
1041
|
+
<div class="refsect2" title="gtk_quit_add_full ()">
|
1033
1042
|
<a name="gtk-quit-add-full"></a><h3>gtk_quit_add_full ()</h3>
|
1034
1043
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_quit_add_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> main_level</code></em>,
|
1035
1044
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1036
1045
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
1037
1046
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
1038
1047
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1039
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1040
|
-
<h3 class="title">Warning</h3>
|
1041
|
-
<p><code class="literal">gtk_quit_add_full</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
1042
|
-
</div>
|
1043
1048
|
<p>
|
1044
1049
|
Registers a function to be called when an instance of the mainloop is left.
|
1045
1050
|
In comparison to <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a> this function adds the possibility to
|
@@ -1057,43 +1062,45 @@ used by GTK+ wrappers for languages other than C.
|
|
1057
1062
|
<tr>
|
1058
1063
|
<td><p><span class="term"><em class="parameter"><code>main_level</code></em> :</span></p></td>
|
1059
1064
|
<td>Level at which termination the function shall be called. You
|
1060
|
-
can pass 0 here to have the function run at the termination of the current
|
1061
|
-
mainloop
|
1065
|
+
can pass 0 here to have the function run at the termination of the current
|
1066
|
+
mainloop.
|
1067
|
+
</td>
|
1062
1068
|
</tr>
|
1063
1069
|
<tr>
|
1064
1070
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1065
|
-
<td>The function to call. This should return 0 to be removed from the
|
1066
|
-
list of quit handlers. Otherwise the function might be called again
|
1071
|
+
<td>The function to call. This should return 0 to be removed from the
|
1072
|
+
list of quit handlers. Otherwise the function might be called again.
|
1073
|
+
</td>
|
1067
1074
|
</tr>
|
1068
1075
|
<tr>
|
1069
1076
|
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
1070
|
-
<td>The marshaller to be used. If this is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>function</code></em> is
|
1071
|
-
ignored
|
1077
|
+
<td>The marshaller to be used. If this is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>function</code></em> is
|
1078
|
+
ignored.
|
1079
|
+
</td>
|
1072
1080
|
</tr>
|
1073
1081
|
<tr>
|
1074
1082
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1075
|
-
<td>Pointer to pass when calling <em class="parameter"><code>function</code></em
|
1083
|
+
<td>Pointer to pass when calling <em class="parameter"><code>function</code></em>.
|
1084
|
+
</td>
|
1076
1085
|
</tr>
|
1077
1086
|
<tr>
|
1078
1087
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
1079
|
-
<td>Function to call to destruct <em class="parameter"><code>data</code></em>. Gets <em class="parameter"><code>data</code></em> as argument
|
1088
|
+
<td>Function to call to destruct <em class="parameter"><code>data</code></em>. Gets <em class="parameter"><code>data</code></em> as argument.
|
1089
|
+
</td>
|
1080
1090
|
</tr>
|
1081
1091
|
<tr>
|
1082
1092
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1083
1093
|
<td>A handle for this quit handler (you need this for <a class="link" href="gtk-General.html#gtk-quit-remove" title="gtk_quit_remove ()"><code class="function">gtk_quit_remove()</code></a>)
|
1084
|
-
or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em
|
1094
|
+
or 0 if you passed a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> pointer in <em class="parameter"><code>function</code></em>.
|
1095
|
+
</td>
|
1085
1096
|
</tr>
|
1086
1097
|
</tbody>
|
1087
1098
|
</table></div>
|
1088
1099
|
</div>
|
1089
1100
|
<hr>
|
1090
|
-
<div class="refsect2">
|
1101
|
+
<div class="refsect2" title="gtk_quit_remove ()">
|
1091
1102
|
<a name="gtk-quit-remove"></a><h3>gtk_quit_remove ()</h3>
|
1092
1103
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> quit_handler_id</code></em>);</pre>
|
1093
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1094
|
-
<h3 class="title">Warning</h3>
|
1095
|
-
<p><code class="literal">gtk_quit_remove</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
1096
|
-
</div>
|
1097
1104
|
<p>
|
1098
1105
|
Removes a quit handler by its identifier.
|
1099
1106
|
</p>
|
@@ -1101,18 +1108,15 @@ Removes a quit handler by its identifier.
|
|
1101
1108
|
<col align="left" valign="top">
|
1102
1109
|
<tbody><tr>
|
1103
1110
|
<td><p><span class="term"><em class="parameter"><code>quit_handler_id</code></em> :</span></p></td>
|
1104
|
-
<td>Identifier for the handler returned when installing it
|
1111
|
+
<td>Identifier for the handler returned when installing it.
|
1112
|
+
</td>
|
1105
1113
|
</tr></tbody>
|
1106
1114
|
</table></div>
|
1107
1115
|
</div>
|
1108
1116
|
<hr>
|
1109
|
-
<div class="refsect2">
|
1117
|
+
<div class="refsect2" title="gtk_quit_remove_by_data ()">
|
1110
1118
|
<a name="gtk-quit-remove-by-data"></a><h3>gtk_quit_remove_by_data ()</h3>
|
1111
1119
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_quit_remove_by_data (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1112
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1113
|
-
<h3 class="title">Warning</h3>
|
1114
|
-
<p><code class="literal">gtk_quit_remove_by_data</code> is deprecated and should not be used in newly-written code. This function is going to be removed in GTK+ 3.0</p>
|
1115
|
-
</div>
|
1116
1120
|
<p>
|
1117
1121
|
Removes a quit handler identified by its <em class="parameter"><code>data</code></em> field.
|
1118
1122
|
</p>
|
@@ -1120,19 +1124,20 @@ Removes a quit handler identified by its <em class="parameter"><code>data</code>
|
|
1120
1124
|
<col align="left" valign="top">
|
1121
1125
|
<tbody><tr>
|
1122
1126
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1123
|
-
<td>The pointer passed as <em class="parameter"><code>data</code></em> to <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a> or <a class="link" href="gtk-General.html#gtk-quit-add-full" title="gtk_quit_add_full ()"><code class="function">gtk_quit_add_full()</code></a
|
1127
|
+
<td>The pointer passed as <em class="parameter"><code>data</code></em> to <a class="link" href="gtk-General.html#gtk-quit-add" title="gtk_quit_add ()"><code class="function">gtk_quit_add()</code></a> or <a class="link" href="gtk-General.html#gtk-quit-add-full" title="gtk_quit_add_full ()"><code class="function">gtk_quit_add_full()</code></a>.
|
1128
|
+
</td>
|
1124
1129
|
</tr></tbody>
|
1125
1130
|
</table></div>
|
1126
1131
|
</div>
|
1127
1132
|
<hr>
|
1128
|
-
<div class="refsect2">
|
1133
|
+
<div class="refsect2" title="gtk_timeout_add_full ()">
|
1129
1134
|
<a name="gtk-timeout-add-full"></a><h3>gtk_timeout_add_full ()</h3>
|
1130
1135
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_timeout_add_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
|
1131
1136
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1132
1137
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
1133
1138
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
1134
1139
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1135
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1140
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1136
1141
|
<h3 class="title">Warning</h3>
|
1137
1142
|
<p><code class="literal">gtk_timeout_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-timeout-add-full"><code class="function">g_timeout_add_full()</code></a> instead.</p>
|
1138
1143
|
</div>
|
@@ -1146,39 +1151,45 @@ point the timeout is destroyed and will not be called again.
|
|
1146
1151
|
<tbody>
|
1147
1152
|
<tr>
|
1148
1153
|
<td><p><span class="term"><em class="parameter"><code>interval</code></em> :</span></p></td>
|
1149
|
-
<td>The time between calls to the function, in milliseconds
|
1150
|
-
(1/1000ths of a second.)
|
1154
|
+
<td>The time between calls to the function, in milliseconds
|
1155
|
+
(1/1000ths of a second.)
|
1156
|
+
</td>
|
1151
1157
|
</tr>
|
1152
1158
|
<tr>
|
1153
1159
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1154
|
-
<td>The function to call periodically
|
1160
|
+
<td>The function to call periodically.
|
1161
|
+
</td>
|
1155
1162
|
</tr>
|
1156
1163
|
<tr>
|
1157
1164
|
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
1158
|
-
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)
|
1165
|
+
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
|
1166
|
+
</td>
|
1159
1167
|
</tr>
|
1160
1168
|
<tr>
|
1161
1169
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1162
|
-
<td>The data to pass to the function
|
1170
|
+
<td>The data to pass to the function.
|
1171
|
+
</td>
|
1163
1172
|
</tr>
|
1164
1173
|
<tr>
|
1165
1174
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
1166
|
-
<td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1175
|
+
<td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1176
|
+
</td>
|
1167
1177
|
</tr>
|
1168
1178
|
<tr>
|
1169
1179
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1170
|
-
<td>A unique id for the event source
|
1180
|
+
<td>A unique id for the event source.
|
1181
|
+
</td>
|
1171
1182
|
</tr>
|
1172
1183
|
</tbody>
|
1173
1184
|
</table></div>
|
1174
1185
|
</div>
|
1175
1186
|
<hr>
|
1176
|
-
<div class="refsect2">
|
1187
|
+
<div class="refsect2" title="gtk_timeout_add ()">
|
1177
1188
|
<a name="gtk-timeout-add"></a><h3>gtk_timeout_add ()</h3>
|
1178
1189
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_timeout_add (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> interval</code></em>,
|
1179
1190
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1180
1191
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1181
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1192
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1182
1193
|
<h3 class="title">Warning</h3>
|
1183
1194
|
<p><code class="literal">gtk_timeout_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-timeout-add"><code class="function">g_timeout_add()</code></a> instead.</p>
|
1184
1195
|
</div>
|
@@ -1192,29 +1203,33 @@ point the timeout is destroyed and will not be called again.
|
|
1192
1203
|
<tbody>
|
1193
1204
|
<tr>
|
1194
1205
|
<td><p><span class="term"><em class="parameter"><code>interval</code></em> :</span></p></td>
|
1195
|
-
<td>The time between calls to the function, in milliseconds
|
1196
|
-
(1/1000ths of a second.)
|
1206
|
+
<td>The time between calls to the function, in milliseconds
|
1207
|
+
(1/1000ths of a second.)
|
1208
|
+
</td>
|
1197
1209
|
</tr>
|
1198
1210
|
<tr>
|
1199
1211
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1200
|
-
<td>The function to call periodically
|
1212
|
+
<td>The function to call periodically.
|
1213
|
+
</td>
|
1201
1214
|
</tr>
|
1202
1215
|
<tr>
|
1203
1216
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1204
|
-
<td>The data to pass to the function
|
1217
|
+
<td>The data to pass to the function.
|
1218
|
+
</td>
|
1205
1219
|
</tr>
|
1206
1220
|
<tr>
|
1207
1221
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1208
|
-
<td>A unique id for the event source
|
1222
|
+
<td>A unique id for the event source.
|
1223
|
+
</td>
|
1209
1224
|
</tr>
|
1210
1225
|
</tbody>
|
1211
1226
|
</table></div>
|
1212
1227
|
</div>
|
1213
1228
|
<hr>
|
1214
|
-
<div class="refsect2">
|
1229
|
+
<div class="refsect2" title="gtk_timeout_remove ()">
|
1215
1230
|
<a name="gtk-timeout-remove"></a><h3>gtk_timeout_remove ()</h3>
|
1216
1231
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_timeout_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> timeout_handler_id</code></em>);</pre>
|
1217
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1232
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1218
1233
|
<h3 class="title">Warning</h3>
|
1219
1234
|
<p><code class="literal">gtk_timeout_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
|
1220
1235
|
</div>
|
@@ -1225,16 +1240,17 @@ Removes the given timeout destroying all information about it.
|
|
1225
1240
|
<col align="left" valign="top">
|
1226
1241
|
<tbody><tr>
|
1227
1242
|
<td><p><span class="term"><em class="parameter"><code>timeout_handler_id</code></em> :</span></p></td>
|
1228
|
-
<td>The identifier returned when installing the timeout
|
1243
|
+
<td>The identifier returned when installing the timeout.
|
1244
|
+
</td>
|
1229
1245
|
</tr></tbody>
|
1230
1246
|
</table></div>
|
1231
1247
|
</div>
|
1232
1248
|
<hr>
|
1233
|
-
<div class="refsect2">
|
1249
|
+
<div class="refsect2" title="gtk_idle_add ()">
|
1234
1250
|
<a name="gtk-idle-add"></a><h3>gtk_idle_add ()</h3>
|
1235
1251
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1236
1252
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1237
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1253
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1238
1254
|
<h3 class="title">Warning</h3>
|
1239
1255
|
<p><code class="literal">gtk_idle_add</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add"><code class="function">g_idle_add()</code></a> instead.</p>
|
1240
1256
|
</div>
|
@@ -1248,26 +1264,29 @@ higher priority are to be processed. The default priority is
|
|
1248
1264
|
<tbody>
|
1249
1265
|
<tr>
|
1250
1266
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1251
|
-
<td>The function to call
|
1267
|
+
<td>The function to call.
|
1268
|
+
</td>
|
1252
1269
|
</tr>
|
1253
1270
|
<tr>
|
1254
1271
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1255
|
-
<td>The information to pass to the function
|
1272
|
+
<td>The information to pass to the function.
|
1273
|
+
</td>
|
1256
1274
|
</tr>
|
1257
1275
|
<tr>
|
1258
1276
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1259
|
-
<td>a unique handle for this registration
|
1277
|
+
<td>a unique handle for this registration.
|
1278
|
+
</td>
|
1260
1279
|
</tr>
|
1261
1280
|
</tbody>
|
1262
1281
|
</table></div>
|
1263
1282
|
</div>
|
1264
1283
|
<hr>
|
1265
|
-
<div class="refsect2">
|
1284
|
+
<div class="refsect2" title="gtk_idle_add_priority ()">
|
1266
1285
|
<a name="gtk-idle-add-priority"></a><h3>gtk_idle_add_priority ()</h3>
|
1267
1286
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add_priority (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
|
1268
1287
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1269
1288
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1270
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1289
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1271
1290
|
<h3 class="title">Warning</h3>
|
1272
1291
|
<p><code class="literal">gtk_idle_add_priority</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
|
1273
1292
|
</div>
|
@@ -1283,32 +1302,36 @@ priority different from <a class="link" href="gtk-General.html#GTK-PRIORITY-DEFA
|
|
1283
1302
|
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
|
1284
1303
|
<td>The priority which should not be above <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
|
1285
1304
|
Note that you will interfere with GTK+ if you use a priority above
|
1286
|
-
<a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a
|
1305
|
+
<a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.
|
1306
|
+
</td>
|
1287
1307
|
</tr>
|
1288
1308
|
<tr>
|
1289
1309
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1290
|
-
<td>The function to call
|
1310
|
+
<td>The function to call.
|
1311
|
+
</td>
|
1291
1312
|
</tr>
|
1292
1313
|
<tr>
|
1293
1314
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1294
|
-
<td>Data to pass to that function
|
1315
|
+
<td>Data to pass to that function.
|
1316
|
+
</td>
|
1295
1317
|
</tr>
|
1296
1318
|
<tr>
|
1297
1319
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1298
|
-
<td>A unique id for the event source
|
1320
|
+
<td>A unique id for the event source.
|
1321
|
+
</td>
|
1299
1322
|
</tr>
|
1300
1323
|
</tbody>
|
1301
1324
|
</table></div>
|
1302
1325
|
</div>
|
1303
1326
|
<hr>
|
1304
|
-
<div class="refsect2">
|
1327
|
+
<div class="refsect2" title="gtk_idle_add_full ()">
|
1305
1328
|
<a name="gtk-idle-add-full"></a><h3>gtk_idle_add_full ()</h3>
|
1306
1329
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_idle_add_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>,
|
1307
1330
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkFunction" title="GtkFunction ()"><span class="type">GtkFunction</span></a> function</code></em>,
|
1308
1331
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
1309
1332
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
1310
1333
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1311
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1334
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1312
1335
|
<h3 class="title">Warning</h3>
|
1313
1336
|
<p><code class="literal">gtk_idle_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-add-full"><code class="function">g_idle_add_full()</code></a> instead.</p>
|
1314
1337
|
</div>
|
@@ -1324,36 +1347,42 @@ priority different from <a class="link" href="gtk-General.html#GTK-PRIORITY-DEFA
|
|
1324
1347
|
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
|
1325
1348
|
<td>The priority which should not be above <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"><code class="literal">G_PRIORITY_HIGH_IDLE</code></a>.
|
1326
1349
|
Note that you will interfere with GTK+ if you use a priority above
|
1327
|
-
<a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a
|
1350
|
+
<a class="link" href="gtk-General.html#GTK-PRIORITY-RESIZE:CAPS" title="GTK_PRIORITY_RESIZE"><code class="literal">GTK_PRIORITY_RESIZE</code></a>.
|
1351
|
+
</td>
|
1328
1352
|
</tr>
|
1329
1353
|
<tr>
|
1330
1354
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1331
|
-
<td>The function to call
|
1355
|
+
<td>The function to call.
|
1356
|
+
</td>
|
1332
1357
|
</tr>
|
1333
1358
|
<tr>
|
1334
1359
|
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
1335
|
-
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)
|
1360
|
+
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
|
1361
|
+
</td>
|
1336
1362
|
</tr>
|
1337
1363
|
<tr>
|
1338
1364
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1339
|
-
<td>Data to pass to that function
|
1365
|
+
<td>Data to pass to that function.
|
1366
|
+
</td>
|
1340
1367
|
</tr>
|
1341
1368
|
<tr>
|
1342
1369
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
1343
|
-
<td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1370
|
+
<td>Function to call when the timeout is destroyed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1371
|
+
</td>
|
1344
1372
|
</tr>
|
1345
1373
|
<tr>
|
1346
1374
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1347
|
-
<td>A unique id for the event source
|
1375
|
+
<td>A unique id for the event source.
|
1376
|
+
</td>
|
1348
1377
|
</tr>
|
1349
1378
|
</tbody>
|
1350
1379
|
</table></div>
|
1351
1380
|
</div>
|
1352
1381
|
<hr>
|
1353
|
-
<div class="refsect2">
|
1382
|
+
<div class="refsect2" title="gtk_idle_remove ()">
|
1354
1383
|
<a name="gtk-idle-remove"></a><h3>gtk_idle_remove ()</h3>
|
1355
1384
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> idle_handler_id</code></em>);</pre>
|
1356
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1385
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1357
1386
|
<h3 class="title">Warning</h3>
|
1358
1387
|
<p><code class="literal">gtk_idle_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
|
1359
1388
|
</div>
|
@@ -1364,15 +1393,16 @@ Removes the idle function with the given id.
|
|
1364
1393
|
<col align="left" valign="top">
|
1365
1394
|
<tbody><tr>
|
1366
1395
|
<td><p><span class="term"><em class="parameter"><code>idle_handler_id</code></em> :</span></p></td>
|
1367
|
-
<td>Identifies the idle function to remove
|
1396
|
+
<td>Identifies the idle function to remove.
|
1397
|
+
</td>
|
1368
1398
|
</tr></tbody>
|
1369
1399
|
</table></div>
|
1370
1400
|
</div>
|
1371
1401
|
<hr>
|
1372
|
-
<div class="refsect2">
|
1402
|
+
<div class="refsect2" title="gtk_idle_remove_by_data ()">
|
1373
1403
|
<a name="gtk-idle-remove-by-data"></a><h3>gtk_idle_remove_by_data ()</h3>
|
1374
1404
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_idle_remove_by_data (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
1375
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1405
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1376
1406
|
<h3 class="title">Warning</h3>
|
1377
1407
|
<p><code class="literal">gtk_idle_remove_by_data</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-idle-remove-by-data"><code class="function">g_idle_remove_by_data()</code></a> instead.</p>
|
1378
1408
|
</div>
|
@@ -1383,12 +1413,13 @@ Removes the idle function identified by the user data.
|
|
1383
1413
|
<col align="left" valign="top">
|
1384
1414
|
<tbody><tr>
|
1385
1415
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1386
|
-
<td>remove the idle function which was registered with this user data
|
1416
|
+
<td>remove the idle function which was registered with this user data.
|
1417
|
+
</td>
|
1387
1418
|
</tr></tbody>
|
1388
1419
|
</table></div>
|
1389
1420
|
</div>
|
1390
1421
|
<hr>
|
1391
|
-
<div class="refsect2">
|
1422
|
+
<div class="refsect2" title="gtk_input_add_full ()">
|
1392
1423
|
<a name="gtk-input-add-full"></a><h3>gtk_input_add_full ()</h3>
|
1393
1424
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_input_add_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
1394
1425
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Input.html#GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
@@ -1396,7 +1427,7 @@ Removes the idle function identified by the user data.
|
|
1396
1427
|
<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()"><span class="type">GtkCallbackMarshal</span></a> marshal</code></em>,
|
1397
1428
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
1398
1429
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
1399
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1430
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1400
1431
|
<h3 class="title">Warning</h3>
|
1401
1432
|
<p><code class="literal">gtk_input_add_full</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> instead.</p>
|
1402
1433
|
</div>
|
@@ -1409,41 +1440,48 @@ on a file descriptor.
|
|
1409
1440
|
<tbody>
|
1410
1441
|
<tr>
|
1411
1442
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
1412
|
-
<td>a file descriptor
|
1443
|
+
<td>a file descriptor.
|
1444
|
+
</td>
|
1413
1445
|
</tr>
|
1414
1446
|
<tr>
|
1415
1447
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
1416
|
-
<td>the condition
|
1448
|
+
<td>the condition.
|
1449
|
+
</td>
|
1417
1450
|
</tr>
|
1418
1451
|
<tr>
|
1419
1452
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
1420
|
-
<td>The function to call
|
1453
|
+
<td>The function to call.
|
1454
|
+
</td>
|
1421
1455
|
</tr>
|
1422
1456
|
<tr>
|
1423
1457
|
<td><p><span class="term"><em class="parameter"><code>marshal</code></em> :</span></p></td>
|
1424
|
-
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>)
|
1458
|
+
<td>The marshaller to use instead of the function (if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>).
|
1459
|
+
</td>
|
1425
1460
|
</tr>
|
1426
1461
|
<tr>
|
1427
1462
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1428
|
-
<td>callback data passed to <em class="parameter"><code>function</code></em
|
1463
|
+
<td>callback data passed to <em class="parameter"><code>function</code></em>.
|
1464
|
+
</td>
|
1429
1465
|
</tr>
|
1430
1466
|
<tr>
|
1431
1467
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
1432
1468
|
<td>callback function to call with <em class="parameter"><code>data</code></em> when the input
|
1433
|
-
handler is removed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1469
|
+
handler is removed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1470
|
+
</td>
|
1434
1471
|
</tr>
|
1435
1472
|
<tr>
|
1436
1473
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1437
|
-
<td>A unique id for the event source; to be used with <a class="link" href="gtk-General.html#gtk-input-remove" title="gtk_input_remove ()"><code class="function">gtk_input_remove()</code></a
|
1474
|
+
<td>A unique id for the event source; to be used with <a class="link" href="gtk-General.html#gtk-input-remove" title="gtk_input_remove ()"><code class="function">gtk_input_remove()</code></a>.
|
1475
|
+
</td>
|
1438
1476
|
</tr>
|
1439
1477
|
</tbody>
|
1440
1478
|
</table></div>
|
1441
1479
|
</div>
|
1442
1480
|
<hr>
|
1443
|
-
<div class="refsect2">
|
1481
|
+
<div class="refsect2" title="gtk_input_remove ()">
|
1444
1482
|
<a name="gtk-input-remove"></a><h3>gtk_input_remove ()</h3>
|
1445
1483
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_input_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> input_handler_id</code></em>);</pre>
|
1446
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1484
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1447
1485
|
<h3 class="title">Warning</h3>
|
1448
1486
|
<p><code class="literal">gtk_input_remove</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-source-remove"><code class="function">g_source_remove()</code></a> instead.</p>
|
1449
1487
|
</div>
|
@@ -1454,16 +1492,17 @@ Removes the function with the given id.
|
|
1454
1492
|
<col align="left" valign="top">
|
1455
1493
|
<tbody><tr>
|
1456
1494
|
<td><p><span class="term"><em class="parameter"><code>input_handler_id</code></em> :</span></p></td>
|
1457
|
-
<td>Identifies the function to remove
|
1495
|
+
<td>Identifies the function to remove.
|
1496
|
+
</td>
|
1458
1497
|
</tr></tbody>
|
1459
1498
|
</table></div>
|
1460
1499
|
</div>
|
1461
1500
|
<hr>
|
1462
|
-
<div class="refsect2">
|
1501
|
+
<div class="refsect2" title="GTK_PRIORITY_REDRAW">
|
1463
1502
|
<a name="GTK-PRIORITY-REDRAW:CAPS"></a><h3>GTK_PRIORITY_REDRAW</h3>
|
1464
1503
|
<pre class="programlisting">#define GTK_PRIORITY_REDRAW (G_PRIORITY_HIGH_IDLE + 20)
|
1465
1504
|
</pre>
|
1466
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1505
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1467
1506
|
<h3 class="title">Warning</h3>
|
1468
1507
|
<p><code class="literal">GTK_PRIORITY_REDRAW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Events.html#GDK-PRIORITY-REDRAW:CAPS"><code class="literal">GDK_PRIORITY_REDRAW</code></a> instead.</p>
|
1469
1508
|
</div>
|
@@ -1475,7 +1514,7 @@ it again).
|
|
1475
1514
|
</p>
|
1476
1515
|
</div>
|
1477
1516
|
<hr>
|
1478
|
-
<div class="refsect2">
|
1517
|
+
<div class="refsect2" title="GTK_PRIORITY_RESIZE">
|
1479
1518
|
<a name="GTK-PRIORITY-RESIZE:CAPS"></a><h3>GTK_PRIORITY_RESIZE</h3>
|
1480
1519
|
<pre class="programlisting">#define GTK_PRIORITY_RESIZE (G_PRIORITY_HIGH_IDLE + 10)
|
1481
1520
|
</pre>
|
@@ -1486,11 +1525,11 @@ GTK+ to compute the sizes of widgets. This priority is higher than
|
|
1486
1525
|
</p>
|
1487
1526
|
</div>
|
1488
1527
|
<hr>
|
1489
|
-
<div class="refsect2">
|
1528
|
+
<div class="refsect2" title="GTK_PRIORITY_HIGH">
|
1490
1529
|
<a name="GTK-PRIORITY-HIGH:CAPS"></a><h3>GTK_PRIORITY_HIGH</h3>
|
1491
1530
|
<pre class="programlisting">#define GTK_PRIORITY_HIGH G_PRIORITY_HIGH
|
1492
1531
|
</pre>
|
1493
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1532
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1494
1533
|
<h3 class="title">Warning</h3>
|
1495
1534
|
<p><code class="literal">GTK_PRIORITY_HIGH</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a> instead.</p>
|
1496
1535
|
</div>
|
@@ -1501,11 +1540,11 @@ inside the toolkit.
|
|
1501
1540
|
</p>
|
1502
1541
|
</div>
|
1503
1542
|
<hr>
|
1504
|
-
<div class="refsect2">
|
1543
|
+
<div class="refsect2" title="GTK_PRIORITY_INTERNAL">
|
1505
1544
|
<a name="GTK-PRIORITY-INTERNAL:CAPS"></a><h3>GTK_PRIORITY_INTERNAL</h3>
|
1506
1545
|
<pre class="programlisting">#define GTK_PRIORITY_INTERNAL GTK_PRIORITY_REDRAW
|
1507
1546
|
</pre>
|
1508
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1547
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1509
1548
|
<h3 class="title">Warning</h3>
|
1510
1549
|
<p><code class="literal">GTK_PRIORITY_INTERNAL</code> is deprecated and should not be used in newly-written code.</p>
|
1511
1550
|
</div>
|
@@ -1514,11 +1553,11 @@ This priority is for GTK+ internal stuff. Don't use it in your applications.
|
|
1514
1553
|
</p>
|
1515
1554
|
</div>
|
1516
1555
|
<hr>
|
1517
|
-
<div class="refsect2">
|
1556
|
+
<div class="refsect2" title="GTK_PRIORITY_DEFAULT">
|
1518
1557
|
<a name="GTK-PRIORITY-DEFAULT:CAPS"></a><h3>GTK_PRIORITY_DEFAULT</h3>
|
1519
1558
|
<pre class="programlisting">#define GTK_PRIORITY_DEFAULT G_PRIORITY_DEFAULT_IDLE
|
1520
1559
|
</pre>
|
1521
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1560
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1522
1561
|
<h3 class="title">Warning</h3>
|
1523
1562
|
<p><code class="literal">GTK_PRIORITY_DEFAULT</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS"><code class="literal">G_PRIORITY_DEFAULT_IDLE</code></a> instead.</p>
|
1524
1563
|
</div>
|
@@ -1527,11 +1566,11 @@ Default priority for idle functions.
|
|
1527
1566
|
</p>
|
1528
1567
|
</div>
|
1529
1568
|
<hr>
|
1530
|
-
<div class="refsect2">
|
1569
|
+
<div class="refsect2" title="GTK_PRIORITY_LOW">
|
1531
1570
|
<a name="GTK-PRIORITY-LOW:CAPS"></a><h3>GTK_PRIORITY_LOW</h3>
|
1532
1571
|
<pre class="programlisting">#define GTK_PRIORITY_LOW G_PRIORITY_LOW
|
1533
1572
|
</pre>
|
1534
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1573
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1535
1574
|
<h3 class="title">Warning</h3>
|
1536
1575
|
<p><code class="literal">GTK_PRIORITY_LOW</code> has been deprecated since version 2.4 and should not be used in newly-written code. This macro is deprecated. You should use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a> instead.</p>
|
1537
1576
|
</div>
|
@@ -1540,7 +1579,7 @@ Priority for very unimportant background tasks.
|
|
1540
1579
|
</p>
|
1541
1580
|
</div>
|
1542
1581
|
<hr>
|
1543
|
-
<div class="refsect2">
|
1582
|
+
<div class="refsect2" title="gtk_key_snooper_install ()">
|
1544
1583
|
<a name="gtk-key-snooper-install"></a><h3>gtk_key_snooper_install ()</h3>
|
1545
1584
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_key_snooper_install (<em class="parameter"><code><a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a> snooper</code></em>,
|
1546
1585
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> func_data</code></em>);</pre>
|
@@ -1553,21 +1592,24 @@ before delivering them normally.
|
|
1553
1592
|
<tbody>
|
1554
1593
|
<tr>
|
1555
1594
|
<td><p><span class="term"><em class="parameter"><code>snooper</code></em> :</span></p></td>
|
1556
|
-
<td>a <a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a
|
1595
|
+
<td>a <a class="link" href="gtk-General.html#GtkKeySnoopFunc" title="GtkKeySnoopFunc ()"><span class="type">GtkKeySnoopFunc</span></a>.
|
1596
|
+
</td>
|
1557
1597
|
</tr>
|
1558
1598
|
<tr>
|
1559
1599
|
<td><p><span class="term"><em class="parameter"><code>func_data</code></em> :</span></p></td>
|
1560
|
-
<td>data to pass to <em class="parameter"><code>snooper</code></em
|
1600
|
+
<td>data to pass to <em class="parameter"><code>snooper</code></em>.
|
1601
|
+
</td>
|
1561
1602
|
</tr>
|
1562
1603
|
<tr>
|
1563
1604
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1564
|
-
<td>a unique id for this key snooper for use with <a class="link" href="gtk-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()"><code class="function">gtk_key_snooper_remove()</code></a
|
1605
|
+
<td>a unique id for this key snooper for use with <a class="link" href="gtk-General.html#gtk-key-snooper-remove" title="gtk_key_snooper_remove ()"><code class="function">gtk_key_snooper_remove()</code></a>.
|
1606
|
+
</td>
|
1565
1607
|
</tr>
|
1566
1608
|
</tbody>
|
1567
1609
|
</table></div>
|
1568
1610
|
</div>
|
1569
1611
|
<hr>
|
1570
|
-
<div class="refsect2">
|
1612
|
+
<div class="refsect2" title="GtkKeySnoopFunc ()">
|
1571
1613
|
<a name="GtkKeySnoopFunc"></a><h3>GtkKeySnoopFunc ()</h3>
|
1572
1614
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkKeySnoopFunc) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *grab_widget</code></em>,
|
1573
1615
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>,
|
@@ -1581,26 +1623,30 @@ They can be used to implement custom key event handling.
|
|
1581
1623
|
<tbody>
|
1582
1624
|
<tr>
|
1583
1625
|
<td><p><span class="term"><em class="parameter"><code>grab_widget</code></em> :</span></p></td>
|
1584
|
-
<td>the widget to which the event will be delivered
|
1626
|
+
<td>the widget to which the event will be delivered.
|
1627
|
+
</td>
|
1585
1628
|
</tr>
|
1586
1629
|
<tr>
|
1587
1630
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1588
|
-
<td>the key event
|
1631
|
+
<td>the key event.
|
1632
|
+
</td>
|
1589
1633
|
</tr>
|
1590
1634
|
<tr>
|
1591
1635
|
<td><p><span class="term"><em class="parameter"><code>func_data</code></em> :</span></p></td>
|
1592
|
-
<td>the <em class="parameter"><code>func_data</code></em> supplied to <a class="link" href="gtk-General.html#gtk-key-snooper-install" title="gtk_key_snooper_install ()"><code class="function">gtk_key_snooper_install()</code></a
|
1636
|
+
<td>the <em class="parameter"><code>func_data</code></em> supplied to <a class="link" href="gtk-General.html#gtk-key-snooper-install" title="gtk_key_snooper_install ()"><code class="function">gtk_key_snooper_install()</code></a>.
|
1637
|
+
</td>
|
1593
1638
|
</tr>
|
1594
1639
|
<tr>
|
1595
1640
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1596
1641
|
<td>
|
1597
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop further processing of <em class="parameter"><code>event</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue
|
1642
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop further processing of <em class="parameter"><code>event</code></em>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to continue.
|
1643
|
+
</td>
|
1598
1644
|
</tr>
|
1599
1645
|
</tbody>
|
1600
1646
|
</table></div>
|
1601
1647
|
</div>
|
1602
1648
|
<hr>
|
1603
|
-
<div class="refsect2">
|
1649
|
+
<div class="refsect2" title="gtk_key_snooper_remove ()">
|
1604
1650
|
<a name="gtk-key-snooper-remove"></a><h3>gtk_key_snooper_remove ()</h3>
|
1605
1651
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_key_snooper_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> snooper_handler_id</code></em>);</pre>
|
1606
1652
|
<p>
|
@@ -1610,14 +1656,15 @@ Removes the key snooper function with the given id.
|
|
1610
1656
|
<col align="left" valign="top">
|
1611
1657
|
<tbody><tr>
|
1612
1658
|
<td><p><span class="term"><em class="parameter"><code>snooper_handler_id</code></em> :</span></p></td>
|
1613
|
-
<td>Identifies the key snooper to remove
|
1659
|
+
<td>Identifies the key snooper to remove.
|
1660
|
+
</td>
|
1614
1661
|
</tr></tbody>
|
1615
1662
|
</table></div>
|
1616
1663
|
</div>
|
1617
1664
|
<hr>
|
1618
|
-
<div class="refsect2">
|
1665
|
+
<div class="refsect2" title="gtk_get_current_event ()">
|
1619
1666
|
<a name="gtk-get-current-event"></a><h3>gtk_get_current_event ()</h3>
|
1620
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a
|
1667
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="returnvalue">GdkEvent</span></a>* gtk_get_current_event (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1621
1668
|
<p>
|
1622
1669
|
Obtains a copy of the event currently being processed by GTK+. For
|
1623
1670
|
example, if you get a "clicked" signal from <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, the current
|
@@ -1629,14 +1676,13 @@ If there is no current event, the function returns <a href="http://library.gnome
|
|
1629
1676
|
<col align="left" valign="top">
|
1630
1677
|
<tbody><tr>
|
1631
1678
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1632
|
-
<td>a copy of the current event, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
|
1633
|
-
current event. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1679
|
+
<td> a copy of the current event, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no current event.
|
1634
1680
|
</td>
|
1635
1681
|
</tr></tbody>
|
1636
1682
|
</table></div>
|
1637
1683
|
</div>
|
1638
1684
|
<hr>
|
1639
|
-
<div class="refsect2">
|
1685
|
+
<div class="refsect2" title="gtk_get_current_event_time ()">
|
1640
1686
|
<a name="gtk-get-current-event-time"></a><h3>gtk_get_current_event_time ()</h3>
|
1641
1687
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> gtk_get_current_event_time (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1642
1688
|
<p>
|
@@ -1647,12 +1693,13 @@ timestamp, otherwise return <a href="http://library.gnome.org/devel/gdk/unstable
|
|
1647
1693
|
<col align="left" valign="top">
|
1648
1694
|
<tbody><tr>
|
1649
1695
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1650
|
-
<td>the timestamp from the current event, or <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a
|
1696
|
+
<td> the timestamp from the current event, or <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Events.html#GDK-CURRENT-TIME:CAPS"><code class="literal">GDK_CURRENT_TIME</code></a>.
|
1697
|
+
</td>
|
1651
1698
|
</tr></tbody>
|
1652
1699
|
</table></div>
|
1653
1700
|
</div>
|
1654
1701
|
<hr>
|
1655
|
-
<div class="refsect2">
|
1702
|
+
<div class="refsect2" title="gtk_get_current_event_state ()">
|
1656
1703
|
<a name="gtk-get-current-event-state"></a><h3>gtk_get_current_event_state ()</h3>
|
1657
1704
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_get_current_event_state (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
|
1658
1705
|
<p>
|
@@ -1665,20 +1712,21 @@ that state field in <em class="parameter"><code>state</code></em> and return <a
|
|
1665
1712
|
<tbody>
|
1666
1713
|
<tr>
|
1667
1714
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
1668
|
-
<td>a location to store the state of the current event
|
1715
|
+
<td>a location to store the state of the current event
|
1716
|
+
</td>
|
1669
1717
|
</tr>
|
1670
1718
|
<tr>
|
1671
1719
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1672
|
-
<td>
|
1673
|
-
|
1720
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was a current event and it had a state field
|
1721
|
+
</td>
|
1674
1722
|
</tr>
|
1675
1723
|
</tbody>
|
1676
1724
|
</table></div>
|
1677
1725
|
</div>
|
1678
1726
|
<hr>
|
1679
|
-
<div class="refsect2">
|
1727
|
+
<div class="refsect2" title="gtk_get_event_widget ()">
|
1680
1728
|
<a name="gtk-get-event-widget"></a><h3>gtk_get_event_widget ()</h3>
|
1681
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
1729
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_get_event_widget (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
1682
1730
|
<p>
|
1683
1731
|
If <em class="parameter"><code>event</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the event was not associated with any widget,
|
1684
1732
|
returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, otherwise returns the widget that received the event
|
@@ -1694,15 +1742,14 @@ originally.
|
|
1694
1742
|
</tr>
|
1695
1743
|
<tr>
|
1696
1744
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1697
|
-
<td>the widget that originally
|
1698
|
-
received <em class="parameter"><code>event</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.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>
|
1745
|
+
<td> the widget that originally received <em class="parameter"><code>event</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1699
1746
|
</td>
|
1700
1747
|
</tr>
|
1701
1748
|
</tbody>
|
1702
1749
|
</table></div>
|
1703
1750
|
</div>
|
1704
1751
|
<hr>
|
1705
|
-
<div class="refsect2">
|
1752
|
+
<div class="refsect2" title="gtk_propagate_event ()">
|
1706
1753
|
<a name="gtk-propagate-event"></a><h3>gtk_propagate_event ()</h3>
|
1707
1754
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_propagate_event (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1708
1755
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
@@ -1735,13 +1782,14 @@ example, use <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.ht
|
|
1735
1782
|
</tr>
|
1736
1783
|
<tr>
|
1737
1784
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1738
|
-
<td>an event
|
1785
|
+
<td>an event
|
1786
|
+
</td>
|
1739
1787
|
</tr>
|
1740
1788
|
</tbody>
|
1741
1789
|
</table></div>
|
1742
1790
|
</div>
|
1743
1791
|
</div>
|
1744
|
-
<div class="refsect1">
|
1792
|
+
<div class="refsect1" title="See Also">
|
1745
1793
|
<a name="gtk-General.see-also"></a><h2>See Also</h2>
|
1746
1794
|
<p>
|
1747
1795
|
See the GLib manual, especially <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GMainLoop"><span class="type">GMainLoop</span></a> and signal-related
|
@@ -1751,6 +1799,6 @@ functions such as <a href="http://library.gnome.org/devel/gobject/unstable/gobje
|
|
1751
1799
|
</div>
|
1752
1800
|
<div class="footer">
|
1753
1801
|
<hr>
|
1754
|
-
Generated by GTK-Doc V1.
|
1802
|
+
Generated by GTK-Doc V1.15</div>
|
1755
1803
|
</body>
|
1756
1804
|
</html>
|