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="AbstractObjects.html" title="Abstract Base Classes">
|
9
9
|
<link rel="prev" href="GtkWidget.html" title="GtkWidget">
|
10
10
|
<link rel="next" href="PlugSocket.html" title="Cross-process Embedding">
|
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">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkIMContext.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GtkIMContext">
|
34
34
|
<a name="GtkIMContext"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,15 +39,15 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkIMContext.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
#include <gtk/gtkimmodule.h>
|
47
47
|
|
48
|
-
|
49
|
-
|
50
|
-
|
48
|
+
<a class="link" href="GtkIMContext.html#GtkIMContext-struct" title="GtkIMContext">GtkIMContext</a>;
|
49
|
+
<a class="link" href="GtkIMContext.html#GtkIMContextClass" title="GtkIMContextClass">GtkIMContextClass</a>;
|
50
|
+
<a class="link" href="GtkIMContext.html#GtkIMContextInfo" title="GtkIMContextInfo">GtkIMContextInfo</a>;
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkIMContext.html#gtk-im-context-set-client-window" title="gtk_im_context_set_client_window ()">gtk_im_context_set_client_window</a> (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkIMContext.html#gtk-im-context-get-preedit-string" title="gtk_im_context_get_preedit_string ()">gtk_im_context_get_preedit_string</a> (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
@@ -75,7 +75,7 @@ struct <a class="link" href="GtkIMContext.html#GtkIMContextInfo" ti
|
|
75
75
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);
|
76
76
|
</pre>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1">
|
78
|
+
<div class="refsect1" title="Object Hierarchy">
|
79
79
|
<a name="GtkIMContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
80
80
|
<pre class="synopsis">
|
81
81
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -84,18 +84,18 @@ struct <a class="link" href="GtkIMContext.html#GtkIMContextInfo" ti
|
|
84
84
|
+----<a class="link" href="GtkIMMulticontext.html" title="GtkIMMulticontext">GtkIMMulticontext</a>
|
85
85
|
</pre>
|
86
86
|
</div>
|
87
|
-
<div class="refsect1">
|
87
|
+
<div class="refsect1" title="Signals">
|
88
88
|
<a name="GtkIMContext.signals"></a><h2>Signals</h2>
|
89
89
|
<pre class="synopsis">
|
90
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'>commit</a>" :
|
91
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-delete-surrounding" title='The "delete-surrounding" signal'>delete-surrounding</a>" :
|
92
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" :
|
93
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-end" title='The "preedit-end" signal'>preedit-end</a>" :
|
94
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-start" title='The "preedit-start" signal'>preedit-start</a>" :
|
95
|
-
"<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'>retrieve-surrounding</a>" :
|
90
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'>commit</a>" : Run Last
|
91
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-delete-surrounding" title='The "delete-surrounding" signal'>delete-surrounding</a>" : Run Last
|
92
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" : Run Last
|
93
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-end" title='The "preedit-end" signal'>preedit-end</a>" : Run Last
|
94
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-preedit-start" title='The "preedit-start" signal'>preedit-start</a>" : Run Last
|
95
|
+
"<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'>retrieve-surrounding</a>" : Run Last
|
96
96
|
</pre>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1">
|
98
|
+
<div class="refsect1" title="Description">
|
99
99
|
<a name="GtkIMContext.description"></a><h2>Description</h2>
|
100
100
|
<p>
|
101
101
|
<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> defines the interface for GTK+ input methods. An input method
|
@@ -179,7 +179,7 @@ Here goes any cleanup code your input method might require on module unload.
|
|
179
179
|
3
|
180
180
|
4
|
181
181
|
5</pre></td>
|
182
|
-
<td class="listing_code"><pre class="programlisting"><span class="type">void</span><span class="normal"> </span><span class="function">im_module_list</span><span class="symbol">(</span><span class="keyword">const</span><span class="normal"> </span><span class="symbol"><</span><span class="usertype">a</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"link"</span><span class="normal"> href</span><span class="symbol">=</span><span class="string">"GtkIMContext.html#GtkIMContextInfo"</span><span class="normal"> title</span><span class="symbol">=</span><span class="string">"
|
182
|
+
<td class="listing_code"><pre class="programlisting"><span class="type">void</span><span class="normal"> </span><span class="function">im_module_list</span><span class="symbol">(</span><span class="keyword">const</span><span class="normal"> </span><span class="symbol"><</span><span class="usertype">a</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"link"</span><span class="normal"> href</span><span class="symbol">=</span><span class="string">"GtkIMContext.html#GtkIMContextInfo"</span><span class="normal"> title</span><span class="symbol">=</span><span class="string">"GtkIMContextInfo"</span><span class="symbol">></span><span class="usertype">GtkIMContextInfo</a></span><span class="normal"> </span><span class="symbol">***</span><span class="normal">contexts</span><span class="symbol">,</span><span class="normal"> </span><span class="type">int</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">n_contexts</span><span class="symbol">)</span>
|
183
183
|
<span class="cbracket">{</span>
|
184
184
|
<span class="normal"> </span><span class="symbol">*</span><span class="normal">contexts </span><span class="symbol">=</span><span class="normal"> info_list</span><span class="symbol">;</span>
|
185
185
|
<span class="normal"> </span><span class="symbol">*</span><span class="normal">n_contexts </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#G-N-ELEMENTS:CAPS">G_N_ELEMENTS</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">info_list</span><span class="symbol">);</span>
|
@@ -192,7 +192,7 @@ Here goes any cleanup code your input method might require on module unload.
|
|
192
192
|
<p>
|
193
193
|
This function returns the list of input methods provided by the module. The
|
194
194
|
example implementation above shows a common solution and simply returns a
|
195
|
-
pointer to statically defined array of <a class="link" href="GtkIMContext.html#GtkIMContextInfo" title="
|
195
|
+
pointer to statically defined array of <a class="link" href="GtkIMContext.html#GtkIMContextInfo" title="GtkIMContextInfo"><span class="type">GtkIMContextInfo</span></a> items for each
|
196
196
|
provided input method.
|
197
197
|
</p>
|
198
198
|
<p>
|
@@ -211,7 +211,7 @@ provided input method.
|
|
211
211
|
<p>
|
212
212
|
This function should return a pointer to a newly created instance of the
|
213
213
|
<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> subclass identified by <em class="parameter"><code>context_id</code></em>. The context ID is the same
|
214
|
-
as specified in the <a class="link" href="GtkIMContext.html#GtkIMContextInfo" title="
|
214
|
+
as specified in the <a class="link" href="GtkIMContext.html#GtkIMContextInfo" title="GtkIMContextInfo"><span class="type">GtkIMContextInfo</span></a> array returned by <code class="function">im_module_list()</code>.
|
215
215
|
</p>
|
216
216
|
<p>
|
217
217
|
After a new loadable input method module has been installed on the system,
|
@@ -220,18 +220,18 @@ regenerated by <a class="link" href="gtk-query-immodules-2.0.html" title="gtk-qu
|
|
220
220
|
in order for the new input method to become available to GTK+ applications.
|
221
221
|
</p>
|
222
222
|
</div>
|
223
|
-
<div class="refsect1">
|
223
|
+
<div class="refsect1" title="Details">
|
224
224
|
<a name="GtkIMContext.details"></a><h2>Details</h2>
|
225
|
-
<div class="refsect2">
|
226
|
-
<a name="GtkIMContext-struct"></a><h3>
|
227
|
-
<pre class="programlisting">struct GtkIMContext;</pre>
|
225
|
+
<div class="refsect2" title="GtkIMContext">
|
226
|
+
<a name="GtkIMContext-struct"></a><h3>GtkIMContext</h3>
|
227
|
+
<pre class="programlisting">typedef struct _GtkIMContext GtkIMContext;</pre>
|
228
228
|
<p>
|
229
229
|
</p>
|
230
230
|
</div>
|
231
231
|
<hr>
|
232
|
-
<div class="refsect2">
|
233
|
-
<a name="GtkIMContextClass"></a><h3>
|
234
|
-
<pre class="programlisting">struct
|
232
|
+
<div class="refsect2" title="GtkIMContextClass">
|
233
|
+
<a name="GtkIMContextClass"></a><h3>GtkIMContextClass</h3>
|
234
|
+
<pre class="programlisting">typedef struct {
|
235
235
|
/* Signals */
|
236
236
|
void (*preedit_start) (GtkIMContext *context);
|
237
237
|
void (*preedit_end) (GtkIMContext *context);
|
@@ -265,126 +265,142 @@ in order for the new input method to become available to GTK+ applications.
|
|
265
265
|
gboolean (*get_surrounding) (GtkIMContext *context,
|
266
266
|
gchar **text,
|
267
267
|
gint *cursor_index);
|
268
|
-
};
|
268
|
+
} GtkIMContextClass;
|
269
269
|
</pre>
|
270
270
|
<div class="variablelist"><table border="0">
|
271
271
|
<col align="left" valign="top">
|
272
272
|
<tbody>
|
273
273
|
<tr>
|
274
274
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.preedit-start"></a>preedit_start</code></em> ()</span></p></td>
|
275
|
-
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-preedit-start" title='The "preedit-start" signal'><span class="type">"preedit-start"</span></a> signal
|
275
|
+
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-preedit-start" title='The "preedit-start" signal'><span class="type">"preedit-start"</span></a> signal.
|
276
|
+
</td>
|
276
277
|
</tr>
|
277
278
|
<tr>
|
278
279
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.preedit-end"></a>preedit_end</code></em> ()</span></p></td>
|
279
|
-
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-preedit-end" title='The "preedit-end" signal'><span class="type">"preedit-end"</span></a> signal
|
280
|
+
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-preedit-end" title='The "preedit-end" signal'><span class="type">"preedit-end"</span></a> signal.
|
281
|
+
</td>
|
280
282
|
</tr>
|
281
283
|
<tr>
|
282
284
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.preedit-changed"></a>preedit_changed</code></em> ()</span></p></td>
|
283
285
|
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-preedit-changed" title='The "preedit-changed" signal'><span class="type">"preedit-changed"</span></a>
|
284
|
-
signal
|
286
|
+
signal.
|
287
|
+
</td>
|
285
288
|
</tr>
|
286
289
|
<tr>
|
287
290
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.commit"></a>commit</code></em> ()</span></p></td>
|
288
|
-
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'><span class="type">"commit"</span></a> signal
|
291
|
+
<td>Default handler of the <a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'><span class="type">"commit"</span></a> signal.
|
292
|
+
</td>
|
289
293
|
</tr>
|
290
294
|
<tr>
|
291
295
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.retrieve-surrounding"></a>retrieve_surrounding</code></em> ()</span></p></td>
|
292
296
|
<td>Default handler of the
|
293
|
-
<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> signal
|
297
|
+
<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> signal.
|
298
|
+
</td>
|
294
299
|
</tr>
|
295
300
|
<tr>
|
296
301
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.delete-surrounding"></a>delete_surrounding</code></em> ()</span></p></td>
|
297
302
|
<td>Default handler of the
|
298
|
-
<a class="link" href="GtkIMContext.html#GtkIMContext-delete-surrounding" title='The "delete-surrounding" signal'><span class="type">"delete-surrounding"</span></a> signal
|
303
|
+
<a class="link" href="GtkIMContext.html#GtkIMContext-delete-surrounding" title='The "delete-surrounding" signal'><span class="type">"delete-surrounding"</span></a> signal.
|
304
|
+
</td>
|
299
305
|
</tr>
|
300
306
|
<tr>
|
301
307
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.set-client-window"></a>set_client_window</code></em> ()</span></p></td>
|
302
308
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-set-client-window" title="gtk_im_context_set_client_window ()"><code class="function">gtk_im_context_set_client_window()</code></a> when the
|
303
|
-
input window where the entered text will appear changes. Override this to
|
304
|
-
keep track of the current input window, for instance for the purpose of
|
305
|
-
positioning a status display of your input method
|
309
|
+
input window where the entered text will appear changes. Override this to
|
310
|
+
keep track of the current input window, for instance for the purpose of
|
311
|
+
positioning a status display of your input method.
|
312
|
+
</td>
|
306
313
|
</tr>
|
307
314
|
<tr>
|
308
315
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.get-preedit-string"></a>get_preedit_string</code></em> ()</span></p></td>
|
309
316
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-get-preedit-string" title="gtk_im_context_get_preedit_string ()"><code class="function">gtk_im_context_get_preedit_string()</code></a> to
|
310
|
-
retrieve the text currently being preedited for display at the cursor
|
311
|
-
position. Any input method which composes complex characters or any
|
312
|
-
other compositions from multiple sequential key presses should override
|
313
|
-
this method to provide feedback
|
317
|
+
retrieve the text currently being preedited for display at the cursor
|
318
|
+
position. Any input method which composes complex characters or any
|
319
|
+
other compositions from multiple sequential key presses should override
|
320
|
+
this method to provide feedback.
|
321
|
+
</td>
|
314
322
|
</tr>
|
315
323
|
<tr>
|
316
324
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.filter-keypress"></a>filter_keypress</code></em> ()</span></p></td>
|
317
325
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-filter-keypress" title="gtk_im_context_filter_keypress ()"><code class="function">gtk_im_context_filter_keypress()</code></a> on every
|
318
|
-
key press or release event. Every non-trivial input method needs to
|
319
|
-
override this in order to implement the mapping from key events to text.
|
320
|
-
A return value of <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates to the caller that the event was
|
321
|
-
consumed by the input method. In that case, the <a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'><span class="type">"commit"</span></a>
|
322
|
-
signal should be emitted upon completion of a key sequence to pass the
|
323
|
-
resulting text back to the input widget. Alternatively, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> may be
|
324
|
-
returned to indicate that the event wasn't handled by the input method.
|
325
|
-
If a builtin mapping exists for the key, it is used to produce a
|
326
|
-
character
|
326
|
+
key press or release event. Every non-trivial input method needs to
|
327
|
+
override this in order to implement the mapping from key events to text.
|
328
|
+
A return value of <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates to the caller that the event was
|
329
|
+
consumed by the input method. In that case, the <a class="link" href="GtkIMContext.html#GtkIMContext-commit" title='The "commit" signal'><span class="type">"commit"</span></a>
|
330
|
+
signal should be emitted upon completion of a key sequence to pass the
|
331
|
+
resulting text back to the input widget. Alternatively, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> may be
|
332
|
+
returned to indicate that the event wasn't handled by the input method.
|
333
|
+
If a builtin mapping exists for the key, it is used to produce a
|
334
|
+
character.
|
335
|
+
</td>
|
327
336
|
</tr>
|
328
337
|
<tr>
|
329
338
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.focus-in"></a>focus_in</code></em> ()</span></p></td>
|
330
339
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-focus-in" title="gtk_im_context_focus_in ()"><code class="function">gtk_im_context_focus_in()</code></a> when the input widget
|
331
|
-
has gained focus. May be overridden to keep track of the current focus
|
340
|
+
has gained focus. May be overridden to keep track of the current focus.
|
341
|
+
</td>
|
332
342
|
</tr>
|
333
343
|
<tr>
|
334
344
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.focus-out"></a>focus_out</code></em> ()</span></p></td>
|
335
345
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-focus-in" title="gtk_im_context_focus_in ()"><code class="function">gtk_im_context_focus_in()</code></a> when the input widget
|
336
|
-
has lost focus. May be overridden to keep track of the current focus
|
346
|
+
has lost focus. May be overridden to keep track of the current focus.
|
347
|
+
</td>
|
337
348
|
</tr>
|
338
349
|
<tr>
|
339
350
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.reset"></a>reset</code></em> ()</span></p></td>
|
340
351
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-reset" title="gtk_im_context_reset ()"><code class="function">gtk_im_context_reset()</code></a> to signal a change such as a
|
341
|
-
change in cursor position. An input method that implements preediting
|
342
|
-
should override this method to clear the preedit state on reset
|
352
|
+
change in cursor position. An input method that implements preediting
|
353
|
+
should override this method to clear the preedit state on reset.
|
354
|
+
</td>
|
343
355
|
</tr>
|
344
356
|
<tr>
|
345
357
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.set-cursor-location"></a>set_cursor_location</code></em> ()</span></p></td>
|
346
358
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-set-cursor-location" title="gtk_im_context_set_cursor_location ()"><code class="function">gtk_im_context_set_cursor_location()</code></a>
|
347
|
-
to inform the input method of the current cursor location relative to
|
348
|
-
the client window. May be overridden to implement the display of popup
|
349
|
-
windows at the cursor position
|
359
|
+
to inform the input method of the current cursor location relative to
|
360
|
+
the client window. May be overridden to implement the display of popup
|
361
|
+
windows at the cursor position.
|
362
|
+
</td>
|
350
363
|
</tr>
|
351
364
|
<tr>
|
352
365
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.set-use-preedit"></a>set_use_preedit</code></em> ()</span></p></td>
|
353
366
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-set-use-preedit" title="gtk_im_context_set_use_preedit ()"><code class="function">gtk_im_context_set_use_preedit()</code></a> to control
|
354
|
-
the use of the preedit string. Override this to display feedback by some
|
355
|
-
other means if turned off
|
367
|
+
the use of the preedit string. Override this to display feedback by some
|
368
|
+
other means if turned off.
|
369
|
+
</td>
|
356
370
|
</tr>
|
357
371
|
<tr>
|
358
372
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.set-surrounding"></a>set_surrounding</code></em> ()</span></p></td>
|
359
373
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-set-surrounding" title="gtk_im_context_set_surrounding ()"><code class="function">gtk_im_context_set_surrounding()</code></a> in response
|
360
|
-
to signal <a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> to update the input
|
361
|
-
method's idea of the context around the cursor. It is not necessary to
|
362
|
-
override this method even with input methods which implement
|
363
|
-
context-dependent behavior. The base implementation is sufficient for
|
364
|
-
<a class="link" href="GtkIMContext.html#gtk-im-context-get-surrounding" title="gtk_im_context_get_surrounding ()"><code class="function">gtk_im_context_get_surrounding()</code></a> to work
|
374
|
+
to signal <a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> to update the input
|
375
|
+
method's idea of the context around the cursor. It is not necessary to
|
376
|
+
override this method even with input methods which implement
|
377
|
+
context-dependent behavior. The base implementation is sufficient for
|
378
|
+
<a class="link" href="GtkIMContext.html#gtk-im-context-get-surrounding" title="gtk_im_context_get_surrounding ()"><code class="function">gtk_im_context_get_surrounding()</code></a> to work.
|
379
|
+
</td>
|
365
380
|
</tr>
|
366
381
|
<tr>
|
367
382
|
<td><p><span class="term"><em class="structfield"><code><a name="GtkIMContextClass.get-surrounding"></a>get_surrounding</code></em> ()</span></p></td>
|
368
383
|
<td>Called via <a class="link" href="GtkIMContext.html#gtk-im-context-get-surrounding" title="gtk_im_context_get_surrounding ()"><code class="function">gtk_im_context_get_surrounding()</code></a> to update
|
369
|
-
the context around the cursor location. It is not necessary to override
|
370
|
-
this method even with input methods which implement context-dependent
|
371
|
-
behavior. The base implementation emits
|
372
|
-
<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> and records the context received
|
373
|
-
by the subsequent invocation of <em class="parameter"><code>get_surrounding</code></em
|
384
|
+
the context around the cursor location. It is not necessary to override
|
385
|
+
this method even with input methods which implement context-dependent
|
386
|
+
behavior. The base implementation emits
|
387
|
+
<a class="link" href="GtkIMContext.html#GtkIMContext-retrieve-surrounding" title='The "retrieve-surrounding" signal'><span class="type">"retrieve-surrounding"</span></a> and records the context received
|
388
|
+
by the subsequent invocation of <em class="parameter"><code>get_surrounding</code></em>.
|
389
|
+
</td>
|
374
390
|
</tr>
|
375
391
|
</tbody>
|
376
392
|
</table></div>
|
377
393
|
</div>
|
378
394
|
<hr>
|
379
|
-
<div class="refsect2">
|
380
|
-
<a name="GtkIMContextInfo"></a><h3>
|
381
|
-
<pre class="programlisting">struct
|
395
|
+
<div class="refsect2" title="GtkIMContextInfo">
|
396
|
+
<a name="GtkIMContextInfo"></a><h3>GtkIMContextInfo</h3>
|
397
|
+
<pre class="programlisting">typedef struct {
|
382
398
|
const gchar *context_id;
|
383
399
|
const gchar *context_name;
|
384
400
|
const gchar *domain;
|
385
401
|
const gchar *domain_dirname;
|
386
402
|
const gchar *default_locales;
|
387
|
-
};
|
403
|
+
} GtkIMContextInfo;
|
388
404
|
</pre>
|
389
405
|
<p>
|
390
406
|
Bookkeeping information about a loadable input method.
|
@@ -394,11 +410,13 @@ Bookkeeping information about a loadable input method.
|
|
394
410
|
<tbody>
|
395
411
|
<tr>
|
396
412
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkIMContextInfo.context-id"></a>context_id</code></em>;</span></p></td>
|
397
|
-
<td>The unique identification string of the input method
|
413
|
+
<td>The unique identification string of the input method.
|
414
|
+
</td>
|
398
415
|
</tr>
|
399
416
|
<tr>
|
400
417
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkIMContextInfo.context-name"></a>context_name</code></em>;</span></p></td>
|
401
|
-
<td>The human-readable name of the input method
|
418
|
+
<td>The human-readable name of the input method.
|
419
|
+
</td>
|
402
420
|
</tr>
|
403
421
|
<tr>
|
404
422
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkIMContextInfo.domain"></a>domain</code></em>;</span></p></td>
|
@@ -413,13 +431,14 @@ Bookkeeping information about a loadable input method.
|
|
413
431
|
<tr>
|
414
432
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkIMContextInfo.default-locales"></a>default_locales</code></em>;</span></p></td>
|
415
433
|
<td>A colon-separated list of locales where this input method
|
416
|
-
should be the default. The asterisk "*" sets the default for all locales
|
434
|
+
should be the default. The asterisk "*" sets the default for all locales.
|
435
|
+
</td>
|
417
436
|
</tr>
|
418
437
|
</tbody>
|
419
438
|
</table></div>
|
420
439
|
</div>
|
421
440
|
<hr>
|
422
|
-
<div class="refsect2">
|
441
|
+
<div class="refsect2" title="gtk_im_context_set_client_window ()">
|
423
442
|
<a name="gtk-im-context-set-client-window"></a><h3>gtk_im_context_set_client_window ()</h3>
|
424
443
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_set_client_window (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
425
444
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
@@ -439,15 +458,15 @@ also be used for purposes internal to the input method.
|
|
439
458
|
</tr>
|
440
459
|
<tr>
|
441
460
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
442
|
-
<td>the client window. This may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate
|
443
|
-
that the previous client window no longer exists. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
461
|
+
<td> the client window. This may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate
|
462
|
+
that the previous client window no longer exists. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
444
463
|
</td>
|
445
464
|
</tr>
|
446
465
|
</tbody>
|
447
466
|
</table></div>
|
448
467
|
</div>
|
449
468
|
<hr>
|
450
|
-
<div class="refsect2">
|
469
|
+
<div class="refsect2" title="gtk_im_context_get_preedit_string ()">
|
451
470
|
<a name="gtk-im-context-get-preedit-string"></a><h3>gtk_im_context_get_preedit_string ()</h3>
|
452
471
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_get_preedit_string (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
453
472
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **str</code></em>,
|
@@ -470,24 +489,27 @@ point.
|
|
470
489
|
<tr>
|
471
490
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
472
491
|
<td>location to store the retrieved string. The
|
473
|
-
string retrieved must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a
|
492
|
+
string retrieved must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
493
|
+
</td>
|
474
494
|
</tr>
|
475
495
|
<tr>
|
476
496
|
<td><p><span class="term"><em class="parameter"><code>attrs</code></em> :</span></p></td>
|
477
497
|
<td>location to store the retrieved attribute list.
|
478
|
-
When you are done with this list, you must
|
479
|
-
unreference it with <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#pango-attr-list-unref"><code class="function">pango_attr_list_unref()</code></a
|
498
|
+
When you are done with this list, you must
|
499
|
+
unreference it with <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#pango-attr-list-unref"><code class="function">pango_attr_list_unref()</code></a>.
|
500
|
+
</td>
|
480
501
|
</tr>
|
481
502
|
<tr>
|
482
503
|
<td><p><span class="term"><em class="parameter"><code>cursor_pos</code></em> :</span></p></td>
|
483
504
|
<td>location to store position of cursor (in characters)
|
484
|
-
within the preedit string
|
505
|
+
within the preedit string.
|
506
|
+
</td>
|
485
507
|
</tr>
|
486
508
|
</tbody>
|
487
509
|
</table></div>
|
488
510
|
</div>
|
489
511
|
<hr>
|
490
|
-
<div class="refsect2">
|
512
|
+
<div class="refsect2" title="gtk_im_context_filter_keypress ()">
|
491
513
|
<a name="gtk-im-context-filter-keypress"></a><h3>gtk_im_context_filter_keypress ()</h3>
|
492
514
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_im_context_filter_keypress (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
493
515
|
<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>);</pre>
|
@@ -506,18 +528,20 @@ should be done for this key event.
|
|
506
528
|
</tr>
|
507
529
|
<tr>
|
508
530
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
509
|
-
<td>the key event
|
531
|
+
<td>the key event
|
532
|
+
</td>
|
510
533
|
</tr>
|
511
534
|
<tr>
|
512
535
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
513
|
-
<td>
|
514
|
-
|
536
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input method handled the key event.
|
537
|
+
|
538
|
+
</td>
|
515
539
|
</tr>
|
516
540
|
</tbody>
|
517
541
|
</table></div>
|
518
542
|
</div>
|
519
543
|
<hr>
|
520
|
-
<div class="refsect2">
|
544
|
+
<div class="refsect2" title="gtk_im_context_focus_in ()">
|
521
545
|
<a name="gtk-im-context-focus-in"></a><h3>gtk_im_context_focus_in ()</h3>
|
522
546
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_focus_in (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>);</pre>
|
523
547
|
<p>
|
@@ -536,7 +560,7 @@ this change.
|
|
536
560
|
</table></div>
|
537
561
|
</div>
|
538
562
|
<hr>
|
539
|
-
<div class="refsect2">
|
563
|
+
<div class="refsect2" title="gtk_im_context_focus_out ()">
|
540
564
|
<a name="gtk-im-context-focus-out"></a><h3>gtk_im_context_focus_out ()</h3>
|
541
565
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_focus_out (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>);</pre>
|
542
566
|
<p>
|
@@ -555,7 +579,7 @@ state to reflect this change.
|
|
555
579
|
</table></div>
|
556
580
|
</div>
|
557
581
|
<hr>
|
558
|
-
<div class="refsect2">
|
582
|
+
<div class="refsect2" title="gtk_im_context_reset ()">
|
559
583
|
<a name="gtk-im-context-reset"></a><h3>gtk_im_context_reset ()</h3>
|
560
584
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_reset (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>);</pre>
|
561
585
|
<p>
|
@@ -573,7 +597,7 @@ method to clear the preedit state.
|
|
573
597
|
</table></div>
|
574
598
|
</div>
|
575
599
|
<hr>
|
576
|
-
<div class="refsect2">
|
600
|
+
<div class="refsect2" title="gtk_im_context_set_cursor_location ()">
|
577
601
|
<a name="gtk-im-context-set-cursor-location"></a><h3>gtk_im_context_set_cursor_location ()</h3>
|
578
602
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_set_cursor_location (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
579
603
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>);</pre>
|
@@ -592,13 +616,14 @@ window.
|
|
592
616
|
</tr>
|
593
617
|
<tr>
|
594
618
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
595
|
-
<td>new location
|
619
|
+
<td>new location
|
620
|
+
</td>
|
596
621
|
</tr>
|
597
622
|
</tbody>
|
598
623
|
</table></div>
|
599
624
|
</div>
|
600
625
|
<hr>
|
601
|
-
<div class="refsect2">
|
626
|
+
<div class="refsect2" title="gtk_im_context_set_use_preedit ()">
|
602
627
|
<a name="gtk-im-context-set-use-preedit"></a><h3>gtk_im_context_set_use_preedit ()</h3>
|
603
628
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_set_use_preedit (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
604
629
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_preedit</code></em>);</pre>
|
@@ -618,13 +643,14 @@ feedback, such as displaying it in a child of the root window.
|
|
618
643
|
</tr>
|
619
644
|
<tr>
|
620
645
|
<td><p><span class="term"><em class="parameter"><code>use_preedit</code></em> :</span></p></td>
|
621
|
-
<td>whether the IM context should use the preedit string
|
646
|
+
<td>whether the IM context should use the preedit string.
|
647
|
+
</td>
|
622
648
|
</tr>
|
623
649
|
</tbody>
|
624
650
|
</table></div>
|
625
651
|
</div>
|
626
652
|
<hr>
|
627
|
-
<div class="refsect2">
|
653
|
+
<div class="refsect2" title="gtk_im_context_set_surrounding ()">
|
628
654
|
<a name="gtk-im-context-set-surrounding"></a><h3>gtk_im_context_set_surrounding ()</h3>
|
629
655
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_im_context_set_surrounding (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
630
656
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
@@ -641,28 +667,31 @@ effect if called at other times.
|
|
641
667
|
<tbody>
|
642
668
|
<tr>
|
643
669
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
644
|
-
<td>a <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>
|
670
|
+
<td>a <a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a>
|
645
671
|
</td>
|
646
672
|
</tr>
|
647
673
|
<tr>
|
648
674
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
649
675
|
<td>text surrounding the insertion point, as UTF-8.
|
650
|
-
the preedit string should not be included within
|
651
|
-
<em class="parameter"><code>text</code></em
|
676
|
+
the preedit string should not be included within
|
677
|
+
<em class="parameter"><code>text</code></em>.
|
678
|
+
</td>
|
652
679
|
</tr>
|
653
680
|
<tr>
|
654
681
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
655
|
-
<td>the length of <em class="parameter"><code>text</code></em>, or -1 if <em class="parameter"><code>text</code></em> is nul-terminated
|
682
|
+
<td>the length of <em class="parameter"><code>text</code></em>, or -1 if <em class="parameter"><code>text</code></em> is nul-terminated
|
683
|
+
</td>
|
656
684
|
</tr>
|
657
685
|
<tr>
|
658
686
|
<td><p><span class="term"><em class="parameter"><code>cursor_index</code></em> :</span></p></td>
|
659
|
-
<td>the byte index of the insertion cursor within <em class="parameter"><code>text</code></em
|
687
|
+
<td>the byte index of the insertion cursor within <em class="parameter"><code>text</code></em>.
|
688
|
+
</td>
|
660
689
|
</tr>
|
661
690
|
</tbody>
|
662
691
|
</table></div>
|
663
692
|
</div>
|
664
693
|
<hr>
|
665
|
-
<div class="refsect2">
|
694
|
+
<div class="refsect2" title="gtk_im_context_get_surrounding ()">
|
666
695
|
<a name="gtk-im-context-get-surrounding"></a><h3>gtk_im_context_get_surrounding ()</h3>
|
667
696
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_im_context_get_surrounding (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
668
697
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **text</code></em>,
|
@@ -693,26 +722,28 @@ methods must be prepared to function without context.
|
|
693
722
|
<tr>
|
694
723
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
695
724
|
<td>location to store a UTF-8 encoded string of text
|
696
|
-
holding context around the insertion point.
|
697
|
-
If the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then you must free
|
698
|
-
the result stored in this location with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a
|
725
|
+
holding context around the insertion point.
|
726
|
+
If the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then you must free
|
727
|
+
the result stored in this location with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
728
|
+
</td>
|
699
729
|
</tr>
|
700
730
|
<tr>
|
701
731
|
<td><p><span class="term"><em class="parameter"><code>cursor_index</code></em> :</span></p></td>
|
702
732
|
<td>location to store byte index of the insertion cursor
|
703
|
-
within <em class="parameter"><code>text</code></em
|
733
|
+
within <em class="parameter"><code>text</code></em>.
|
734
|
+
</td>
|
704
735
|
</tr>
|
705
736
|
<tr>
|
706
737
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
707
|
-
<td>
|
708
|
-
|
709
|
-
|
738
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if surrounding text was provided; in this case
|
739
|
+
you must free the result stored in *text.
|
740
|
+
</td>
|
710
741
|
</tr>
|
711
742
|
</tbody>
|
712
743
|
</table></div>
|
713
744
|
</div>
|
714
745
|
<hr>
|
715
|
-
<div class="refsect2">
|
746
|
+
<div class="refsect2" title="gtk_im_context_delete_surrounding ()">
|
716
747
|
<a name="gtk-im-context-delete-surrounding"></a><h3>gtk_im_context_delete_surrounding ()</h3>
|
717
748
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_im_context_delete_surrounding (<em class="parameter"><code><a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context</code></em>,
|
718
749
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
@@ -748,28 +779,30 @@ not useful for applications.
|
|
748
779
|
<tr>
|
749
780
|
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
750
781
|
<td>offset from cursor position in chars;
|
751
|
-
a negative value means start before the cursor
|
782
|
+
a negative value means start before the cursor.
|
783
|
+
</td>
|
752
784
|
</tr>
|
753
785
|
<tr>
|
754
786
|
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
755
|
-
<td>number of characters to delete
|
787
|
+
<td>number of characters to delete.
|
788
|
+
</td>
|
756
789
|
</tr>
|
757
790
|
<tr>
|
758
791
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
759
|
-
<td>
|
760
|
-
|
792
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled.
|
793
|
+
</td>
|
761
794
|
</tr>
|
762
795
|
</tbody>
|
763
796
|
</table></div>
|
764
797
|
</div>
|
765
798
|
</div>
|
766
|
-
<div class="refsect1">
|
799
|
+
<div class="refsect1" title="Signal Details">
|
767
800
|
<a name="GtkIMContext.signal-details"></a><h2>Signal Details</h2>
|
768
|
-
<div class="refsect2">
|
801
|
+
<div class="refsect2" title='The "commit" signal'>
|
769
802
|
<a name="GtkIMContext-commit"></a><h3>The <code class="literal">"commit"</code> signal</h3>
|
770
803
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
771
804
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str,
|
772
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
805
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
773
806
|
<p>
|
774
807
|
The ::commit signal is emitted when a complete input sequence
|
775
808
|
has been entered by the user. This can be a single character
|
@@ -780,11 +813,13 @@ immediately after a key press or the final result of preediting.
|
|
780
813
|
<tbody>
|
781
814
|
<tr>
|
782
815
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
783
|
-
<td>the object on which the signal is emitted
|
816
|
+
<td>the object on which the signal is emitted
|
817
|
+
</td>
|
784
818
|
</tr>
|
785
819
|
<tr>
|
786
820
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
787
|
-
<td>the completed character(s) entered by the user
|
821
|
+
<td>the completed character(s) entered by the user
|
822
|
+
</td>
|
788
823
|
</tr>
|
789
824
|
<tr>
|
790
825
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -794,12 +829,12 @@ immediately after a key press or the final result of preediting.
|
|
794
829
|
</table></div>
|
795
830
|
</div>
|
796
831
|
<hr>
|
797
|
-
<div class="refsect2">
|
832
|
+
<div class="refsect2" title='The "delete-surrounding" signal'>
|
798
833
|
<a name="GtkIMContext-delete-surrounding"></a><h3>The <code class="literal">"delete-surrounding"</code> signal</h3>
|
799
834
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
800
835
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset,
|
801
836
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars,
|
802
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
837
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
803
838
|
<p>
|
804
839
|
The ::delete-surrounding signal is emitted when the input method
|
805
840
|
needs to delete all or part of the context surrounding the cursor.
|
@@ -809,17 +844,20 @@ needs to delete all or part of the context surrounding the cursor.
|
|
809
844
|
<tbody>
|
810
845
|
<tr>
|
811
846
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
812
|
-
<td>the object on which the signal is emitted
|
847
|
+
<td>the object on which the signal is emitted
|
848
|
+
</td>
|
813
849
|
</tr>
|
814
850
|
<tr>
|
815
851
|
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
816
852
|
<td>the character offset from the cursor position of the text
|
817
|
-
to be deleted. A negative value indicates a position before
|
818
|
-
the cursor
|
853
|
+
to be deleted. A negative value indicates a position before
|
854
|
+
the cursor.
|
855
|
+
</td>
|
819
856
|
</tr>
|
820
857
|
<tr>
|
821
858
|
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
822
|
-
<td>the number of characters to be deleted
|
859
|
+
<td>the number of characters to be deleted
|
860
|
+
</td>
|
823
861
|
</tr>
|
824
862
|
<tr>
|
825
863
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -827,17 +865,17 @@ the cursor.</td>
|
|
827
865
|
</tr>
|
828
866
|
<tr>
|
829
867
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
830
|
-
<td>
|
831
|
-
|
868
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled.
|
869
|
+
</td>
|
832
870
|
</tr>
|
833
871
|
</tbody>
|
834
872
|
</table></div>
|
835
873
|
</div>
|
836
874
|
<hr>
|
837
|
-
<div class="refsect2">
|
875
|
+
<div class="refsect2" title='The "preedit-changed" signal'>
|
838
876
|
<a name="GtkIMContext-preedit-changed"></a><h3>The <code class="literal">"preedit-changed"</code> signal</h3>
|
839
877
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
840
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
878
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
841
879
|
<p>
|
842
880
|
The ::preedit-changed signal is emitted whenever the preedit sequence
|
843
881
|
currently being entered has changed. It is also emitted at the end of
|
@@ -849,7 +887,8 @@ a preedit sequence, in which case
|
|
849
887
|
<tbody>
|
850
888
|
<tr>
|
851
889
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
852
|
-
<td>the object on which the signal is emitted
|
890
|
+
<td>the object on which the signal is emitted
|
891
|
+
</td>
|
853
892
|
</tr>
|
854
893
|
<tr>
|
855
894
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -859,10 +898,10 @@ a preedit sequence, in which case
|
|
859
898
|
</table></div>
|
860
899
|
</div>
|
861
900
|
<hr>
|
862
|
-
<div class="refsect2">
|
901
|
+
<div class="refsect2" title='The "preedit-end" signal'>
|
863
902
|
<a name="GtkIMContext-preedit-end"></a><h3>The <code class="literal">"preedit-end"</code> signal</h3>
|
864
903
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
865
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
904
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
866
905
|
<p>
|
867
906
|
The ::preedit-end signal is emitted when a preediting sequence
|
868
907
|
has been completed or canceled.
|
@@ -872,7 +911,8 @@ has been completed or canceled.
|
|
872
911
|
<tbody>
|
873
912
|
<tr>
|
874
913
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
875
|
-
<td>the object on which the signal is emitted
|
914
|
+
<td>the object on which the signal is emitted
|
915
|
+
</td>
|
876
916
|
</tr>
|
877
917
|
<tr>
|
878
918
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -882,10 +922,10 @@ has been completed or canceled.
|
|
882
922
|
</table></div>
|
883
923
|
</div>
|
884
924
|
<hr>
|
885
|
-
<div class="refsect2">
|
925
|
+
<div class="refsect2" title='The "preedit-start" signal'>
|
886
926
|
<a name="GtkIMContext-preedit-start"></a><h3>The <code class="literal">"preedit-start"</code> signal</h3>
|
887
927
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
888
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
928
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
889
929
|
<p>
|
890
930
|
The ::preedit-start signal is emitted when a new preediting sequence
|
891
931
|
starts.
|
@@ -895,7 +935,8 @@ starts.
|
|
895
935
|
<tbody>
|
896
936
|
<tr>
|
897
937
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
898
|
-
<td>the object on which the signal is emitted
|
938
|
+
<td>the object on which the signal is emitted
|
939
|
+
</td>
|
899
940
|
</tr>
|
900
941
|
<tr>
|
901
942
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -905,10 +946,10 @@ starts.
|
|
905
946
|
</table></div>
|
906
947
|
</div>
|
907
948
|
<hr>
|
908
|
-
<div class="refsect2">
|
949
|
+
<div class="refsect2" title='The "retrieve-surrounding" signal'>
|
909
950
|
<a name="GtkIMContext-retrieve-surrounding"></a><h3>The <code class="literal">"retrieve-surrounding"</code> signal</h3>
|
910
951
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkIMContext.html" title="GtkIMContext"><span class="type">GtkIMContext</span></a> *context,
|
911
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
952
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
912
953
|
<p>
|
913
954
|
The ::retrieve-surrounding signal is emitted when the input method
|
914
955
|
requires the context surrounding the cursor. The callback should set
|
@@ -920,7 +961,8 @@ the input method surrounding context by calling the
|
|
920
961
|
<tbody>
|
921
962
|
<tr>
|
922
963
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
923
|
-
<td>the object on which the signal is emitted
|
964
|
+
<td>the object on which the signal is emitted
|
965
|
+
</td>
|
924
966
|
</tr>
|
925
967
|
<tr>
|
926
968
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -928,8 +970,8 @@ the input method surrounding context by calling the
|
|
928
970
|
</tr>
|
929
971
|
<tr>
|
930
972
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
931
|
-
<td>
|
932
|
-
|
973
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled.
|
974
|
+
</td>
|
933
975
|
</tr>
|
934
976
|
</tbody>
|
935
977
|
</table></div>
|
@@ -938,6 +980,6 @@ the input method surrounding context by calling the
|
|
938
980
|
</div>
|
939
981
|
<div class="footer">
|
940
982
|
<hr>
|
941
|
-
Generated by GTK-Doc V1.
|
983
|
+
Generated by GTK-Doc V1.15</div>
|
942
984
|
</body>
|
943
985
|
</html>
|