gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Threads.html" title="Threads">
|
10
10
|
<link rel="next" href="gdk-Input-Devices.html" title="Input Devices">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gdk-Input.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Input">
|
30
30
|
<a name="gdk-Input"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gdk-Input.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -57,7 +57,7 @@ enum <a class="link" href="gdk-Input.html#GdkInputCondition" titl
|
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Input.html#gdk-input-remove" title="gdk_input_remove ()">gdk_input_remove</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag</code></em>);
|
58
58
|
</pre>
|
59
59
|
</div>
|
60
|
-
<div class="refsect1">
|
60
|
+
<div class="refsect1" title="Description">
|
61
61
|
<a name="gdk-Input.description"></a><h2>Description</h2>
|
62
62
|
<p>
|
63
63
|
The functions in this section are used to establish
|
@@ -67,16 +67,16 @@ the <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html"
|
|
67
67
|
facility.
|
68
68
|
</p>
|
69
69
|
</div>
|
70
|
-
<div class="refsect1">
|
70
|
+
<div class="refsect1" title="Details">
|
71
71
|
<a name="gdk-Input.details"></a><h2>Details</h2>
|
72
|
-
<div class="refsect2">
|
72
|
+
<div class="refsect2" title="gdk_input_add_full ()">
|
73
73
|
<a name="gdk-input-add-full"></a><h3>gdk_input_add_full ()</h3>
|
74
74
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_input_add_full (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
75
75
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
77
77
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
78
78
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
79
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
79
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
80
80
|
<h3 class="title">Warning</h3>
|
81
81
|
<p><code class="literal">gdk_input_add_full</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> on a <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#GIOChannel"><span class="type">GIOChannel</span></a></p>
|
82
82
|
</div>
|
@@ -89,35 +89,42 @@ a file descriptor.
|
|
89
89
|
<tbody>
|
90
90
|
<tr>
|
91
91
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
92
|
-
<td>a file descriptor
|
92
|
+
<td>a file descriptor.
|
93
|
+
</td>
|
93
94
|
</tr>
|
94
95
|
<tr>
|
95
96
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
96
|
-
<td>the condition
|
97
|
+
<td>the condition.
|
98
|
+
</td>
|
97
99
|
</tr>
|
98
100
|
<tr>
|
99
101
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
100
|
-
<td>the callback function
|
102
|
+
<td>the callback function.
|
103
|
+
</td>
|
101
104
|
</tr>
|
102
105
|
<tr>
|
103
106
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
104
|
-
<td>callback data passed to <em class="parameter"><code>function</code></em
|
107
|
+
<td>callback data passed to <em class="parameter"><code>function</code></em>.
|
108
|
+
</td>
|
105
109
|
</tr>
|
106
110
|
<tr>
|
107
111
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
108
112
|
<td>callback function to call with <em class="parameter"><code>data</code></em> when the input
|
109
|
-
handler is removed
|
113
|
+
handler is removed.
|
114
|
+
</td>
|
110
115
|
</tr>
|
111
116
|
<tr>
|
112
117
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
113
|
-
<td>a tag that can later be used as an argument to
|
114
|
-
<a class="link" href="gdk-Input.html#gdk-input-remove" title="gdk_input_remove ()"><code class="function">gdk_input_remove()</code></a
|
118
|
+
<td> a tag that can later be used as an argument to
|
119
|
+
<a class="link" href="gdk-Input.html#gdk-input-remove" title="gdk_input_remove ()"><code class="function">gdk_input_remove()</code></a>.
|
120
|
+
|
121
|
+
</td>
|
115
122
|
</tr>
|
116
123
|
</tbody>
|
117
124
|
</table></div>
|
118
125
|
</div>
|
119
126
|
<hr>
|
120
|
-
<div class="refsect2">
|
127
|
+
<div class="refsect2" title="enum GdkInputCondition">
|
121
128
|
<a name="GdkInputCondition"></a><h3>enum GdkInputCondition</h3>
|
122
129
|
<pre class="programlisting">typedef enum
|
123
130
|
{
|
@@ -158,7 +165,7 @@ on the file descriptor returns a count of zero.)
|
|
158
165
|
</table></div>
|
159
166
|
</div>
|
160
167
|
<hr>
|
161
|
-
<div class="refsect2">
|
168
|
+
<div class="refsect2" title="GdkInputFunction ()">
|
162
169
|
<a name="GdkInputFunction"></a><h3>GdkInputFunction ()</h3>
|
163
170
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkInputFunction) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
164
171
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
@@ -172,24 +179,27 @@ occurs.
|
|
172
179
|
<tbody>
|
173
180
|
<tr>
|
174
181
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
175
|
-
<td>the user data passed to <a class="link" href="gdk-Input.html#gdk-input-add" title="gdk_input_add ()"><code class="function">gdk_input_add()</code></a> or <a class="link" href="gdk-Input.html#gdk-input-add-full" title="gdk_input_add_full ()"><code class="function">gdk_input_add_full()</code></a
|
182
|
+
<td>the user data passed to <a class="link" href="gdk-Input.html#gdk-input-add" title="gdk_input_add ()"><code class="function">gdk_input_add()</code></a> or <a class="link" href="gdk-Input.html#gdk-input-add-full" title="gdk_input_add_full ()"><code class="function">gdk_input_add_full()</code></a>.
|
183
|
+
</td>
|
176
184
|
</tr>
|
177
185
|
<tr>
|
178
186
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
179
|
-
<td>the source where the condition occurred
|
187
|
+
<td>the source where the condition occurred.
|
188
|
+
</td>
|
180
189
|
</tr>
|
181
190
|
<tr>
|
182
191
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
183
|
-
<td>the triggering condition
|
192
|
+
<td>the triggering condition.
|
193
|
+
</td>
|
184
194
|
</tr>
|
185
195
|
</tbody>
|
186
196
|
</table></div>
|
187
197
|
</div>
|
188
198
|
<hr>
|
189
|
-
<div class="refsect2">
|
199
|
+
<div class="refsect2" title="GdkDestroyNotify ()">
|
190
200
|
<a name="GdkDestroyNotify"></a><h3>GdkDestroyNotify ()</h3>
|
191
201
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkDestroyNotify) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
192
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
202
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
193
203
|
<h3 class="title">Warning</h3>
|
194
204
|
<p><code class="literal">GdkDestroyNotify</code> is deprecated and should not be used in newly-written code.</p>
|
195
205
|
</div>
|
@@ -202,18 +212,19 @@ structure or object that <em class="parameter"><code>data</code></em> points to.
|
|
202
212
|
<col align="left" valign="top">
|
203
213
|
<tbody><tr>
|
204
214
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
205
|
-
<td>the user data
|
215
|
+
<td>the user data.
|
216
|
+
</td>
|
206
217
|
</tr></tbody>
|
207
218
|
</table></div>
|
208
219
|
</div>
|
209
220
|
<hr>
|
210
|
-
<div class="refsect2">
|
221
|
+
<div class="refsect2" title="gdk_input_add ()">
|
211
222
|
<a name="gdk-input-add"></a><h3>gdk_input_add ()</h3>
|
212
223
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_input_add (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
213
224
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
214
225
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
215
226
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
216
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
227
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
217
228
|
<h3 class="title">Warning</h3>
|
218
229
|
<p><code class="literal">gdk_input_add</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#g-io-add-watch"><code class="function">g_io_add_watch()</code></a> on a <a href="http://library.gnome.org/devel/glib/unstable/glib-IO-Channels.html#GIOChannel"><span class="type">GIOChannel</span></a></p>
|
219
230
|
</div>
|
@@ -226,33 +237,39 @@ a file descriptor.
|
|
226
237
|
<tbody>
|
227
238
|
<tr>
|
228
239
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
229
|
-
<td>a file descriptor
|
240
|
+
<td>a file descriptor.
|
241
|
+
</td>
|
230
242
|
</tr>
|
231
243
|
<tr>
|
232
244
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
233
|
-
<td>the condition
|
245
|
+
<td>the condition.
|
246
|
+
</td>
|
234
247
|
</tr>
|
235
248
|
<tr>
|
236
249
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
237
|
-
<td>the callback function
|
250
|
+
<td>the callback function.
|
251
|
+
</td>
|
238
252
|
</tr>
|
239
253
|
<tr>
|
240
254
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
241
|
-
<td>callback data passed to <em class="parameter"><code>function</code></em
|
255
|
+
<td>callback data passed to <em class="parameter"><code>function</code></em>.
|
256
|
+
</td>
|
242
257
|
</tr>
|
243
258
|
<tr>
|
244
259
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
245
|
-
<td>a tag that can later be used as an argument to
|
246
|
-
<a class="link" href="gdk-Input.html#gdk-input-remove" title="gdk_input_remove ()"><code class="function">gdk_input_remove()</code></a
|
260
|
+
<td> a tag that can later be used as an argument to
|
261
|
+
<a class="link" href="gdk-Input.html#gdk-input-remove" title="gdk_input_remove ()"><code class="function">gdk_input_remove()</code></a>.
|
262
|
+
|
263
|
+
</td>
|
247
264
|
</tr>
|
248
265
|
</tbody>
|
249
266
|
</table></div>
|
250
267
|
</div>
|
251
268
|
<hr>
|
252
|
-
<div class="refsect2">
|
269
|
+
<div class="refsect2" title="gdk_input_remove ()">
|
253
270
|
<a name="gdk-input-remove"></a><h3>gdk_input_remove ()</h3>
|
254
271
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_input_remove (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag</code></em>);</pre>
|
255
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
272
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
256
273
|
<h3 class="title">Warning</h3>
|
257
274
|
<p><code class="literal">gdk_input_remove</code> is deprecated and should not be used in newly-written code.</p>
|
258
275
|
</div>
|
@@ -264,12 +281,13 @@ Remove a callback added with <a class="link" href="gdk-Input.html#gdk-input-add"
|
|
264
281
|
<col align="left" valign="top">
|
265
282
|
<tbody><tr>
|
266
283
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
267
|
-
<td>the tag returned when the callback was set up
|
284
|
+
<td>the tag returned when the callback was set up.
|
285
|
+
</td>
|
268
286
|
</tr></tbody>
|
269
287
|
</table></div>
|
270
288
|
</div>
|
271
289
|
</div>
|
272
|
-
<div class="refsect1">
|
290
|
+
<div class="refsect1" title="See Also">
|
273
291
|
<a name="gdk-Input.see-also"></a><h2>See Also</h2>
|
274
292
|
<p>
|
275
293
|
</p>
|
@@ -293,6 +311,6 @@ callbacks.</p></td>
|
|
293
311
|
</div>
|
294
312
|
<div class="footer">
|
295
313
|
<hr>
|
296
|
-
Generated by GTK-Doc V1.
|
314
|
+
Generated by GTK-Doc V1.15</div>
|
297
315
|
</body>
|
298
316
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Event-Structures.html" title="Event Structures">
|
10
10
|
<link rel="next" href="gdk-Selections.html" title="Selections">
|
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="#gdk-Keyboard-Handling.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="Key Values">
|
34
34
|
<a name="gdk-Keyboard-Handling"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,17 +39,17 @@
|
|
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="gdk-Keyboard-Handling.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<a name="GdkKeymap"></a><pre class="synopsis">
|
45
45
|
#include <gdk/gdk.h>
|
46
46
|
|
47
|
-
|
48
|
-
|
49
|
-
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
50
|
-
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
47
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-struct" title="GdkKeymap">GdkKeymap</a>;
|
48
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey">GdkKeymapKey</a>;
|
49
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a>* <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-default" title="gdk_keymap_get_default ()">gdk_keymap_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a>* <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-for-display" title="gdk_keymap_get_for_display ()">gdk_keymap_get_for_display</a> (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);
|
51
51
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-lookup-key" title="gdk_keymap_lookup_key ()">gdk_keymap_lookup_key</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
52
|
-
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
52
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> *key</code></em>);
|
53
53
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-translate-keyboard-state" title="gdk_keymap_translate_keyboard_state ()">gdk_keymap_translate_keyboard_state</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
54
54
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> hardware_keycode</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> state</code></em>,
|
@@ -60,11 +60,11 @@ struct <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKe
|
|
60
60
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *consumed_modifiers</code></em>);
|
61
61
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-entries-for-keyval" title="gdk_keymap_get_entries_for_keyval ()">gdk_keymap_get_entries_for_keyval</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
62
62
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
63
|
-
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
63
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
64
64
|
<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_keys</code></em>);
|
65
65
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-entries-for-keycode" title="gdk_keymap_get_entries_for_keycode ()">gdk_keymap_get_entries_for_keycode</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
66
66
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> hardware_keycode</code></em>,
|
67
|
-
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
67
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
68
68
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> **keyvals</code></em>,
|
69
69
|
<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_entries</code></em>);
|
70
70
|
<a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="returnvalue">PangoDirection</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-direction" title="gdk_keymap_get_direction ()">gdk_keymap_get_direction</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>);
|
@@ -75,7 +75,7 @@ struct <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKe
|
|
75
75
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-map-virtual-modifiers" title="gdk_keymap_map_virtual_modifiers ()">gdk_keymap_map_virtual_modifiers</a> (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);
|
77
77
|
|
78
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
78
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="gdk-Keyboard-Handling.html#gdk-keyval-name" title="gdk_keyval_name ()">gdk_keyval_name</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);
|
79
79
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keyval-from-name" title="gdk_keyval_from_name ()">gdk_keyval_from_name</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *keyval_name</code></em>);
|
80
80
|
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="gdk-Keyboard-Handling.html#gdk-keyval-convert-case" title="gdk_keyval_convert_case ()">gdk_keyval_convert_case</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> symbol</code></em>,
|
@@ -90,27 +90,27 @@ struct <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKe
|
|
90
90
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="gdk-Keyboard-Handling.html#gdk-unicode-to-keyval" title="gdk_unicode_to_keyval ()">gdk_unicode_to_keyval</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);
|
91
91
|
</pre>
|
92
92
|
</div>
|
93
|
-
<div class="refsect1">
|
93
|
+
<div class="refsect1" title="Object Hierarchy">
|
94
94
|
<a name="gdk-Keyboard-Handling.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
95
95
|
<pre class="synopsis">
|
96
96
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
97
97
|
+----GdkKeymap
|
98
98
|
</pre>
|
99
99
|
</div>
|
100
|
-
<div class="refsect1">
|
100
|
+
<div class="refsect1" title="Signals">
|
101
101
|
<a name="gdk-Keyboard-Handling.signals"></a><h2>Signals</h2>
|
102
102
|
<pre class="synopsis">
|
103
|
-
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-direction-changed" title='The "direction-changed" signal'>direction-changed</a>" :
|
104
|
-
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-keys-changed" title='The "keys-changed" signal'>keys-changed</a>" :
|
105
|
-
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-state-changed" title='The "state-changed" signal'>state-changed</a>" :
|
103
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-direction-changed" title='The "direction-changed" signal'>direction-changed</a>" : Run Last
|
104
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-keys-changed" title='The "keys-changed" signal'>keys-changed</a>" : Run Last
|
105
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-state-changed" title='The "state-changed" signal'>state-changed</a>" : Run Last
|
106
106
|
</pre>
|
107
107
|
</div>
|
108
|
-
<div class="refsect1">
|
108
|
+
<div class="refsect1" title="Description">
|
109
109
|
<a name="gdk-Keyboard-Handling.description"></a><h2>Description</h2>
|
110
110
|
<p>
|
111
111
|
Key values are the codes which are sent whenever a key is pressed or released.
|
112
112
|
They appear in the <em class="structfield"><code>keyval</code></em> field of the
|
113
|
-
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="
|
113
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey"><span class="type">GdkEventKey</span></a> structure, which is passed to signal handlers for the
|
114
114
|
"key-press-event" and "key-release-event" signals.
|
115
115
|
The complete list of key values can be found in the <code class="filename"><gdk/gdkkeysyms.h></code>
|
116
116
|
header file. <code class="filename"><gdk/gdkkeysyms.h></code> is not included in <code class="filename"><gdk/gdk.h></code>,
|
@@ -139,7 +139,7 @@ Unicode characters with <a class="link" href="gdk-Keyboard-Handling.html#gdk-key
|
|
139
139
|
One <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> object exists for each user display. <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-default" title="gdk_keymap_get_default ()"><code class="function">gdk_keymap_get_default()</code></a>
|
140
140
|
returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> for the default display; to obtain keymaps for other
|
141
141
|
displays, use <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-for-display" title="gdk_keymap_get_for_display ()"><code class="function">gdk_keymap_get_for_display()</code></a>. A keymap
|
142
|
-
is a mapping from <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
142
|
+
is a mapping from <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> to key values. You can think of a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a>
|
143
143
|
as a representation of a symbol printed on a physical keyboard key. That is, it
|
144
144
|
contains three pieces of information. First, it contains the hardware keycode;
|
145
145
|
this is an identifying number for a physical key. Second, it contains the
|
@@ -149,7 +149,7 @@ with the number "1" on it also has the exclamation point ("!") character on
|
|
149
149
|
it. The level indicates whether to use the "1" or the "!" symbol. The letter
|
150
150
|
keys are considered to have a lowercase letter at level 0, and an uppercase
|
151
151
|
letter at level 1, though only the uppercase letter is printed. Third, the
|
152
|
-
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
152
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> contains a group; groups are not used on standard US keyboards,
|
153
153
|
but are used in many other countries. On a keyboard with groups, there can be 3
|
154
154
|
or 4 symbols printed on a single key. The group indicates movement in a
|
155
155
|
horizontal direction. Usually groups are used for two different languages. In
|
@@ -173,16 +173,16 @@ keyboard state.
|
|
173
173
|
<p>
|
174
174
|
Note that <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-translate-keyboard-state" title="gdk_keymap_translate_keyboard_state ()"><code class="function">gdk_keymap_translate_keyboard_state()</code></a> also returns the keyval, i.e. it
|
175
175
|
goes ahead and performs the keymap lookup in addition to telling you which
|
176
|
-
effective group/level values were used for the lookup. <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="
|
176
|
+
effective group/level values were used for the lookup. <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey"><span class="type">GdkEventKey</span></a> already
|
177
177
|
contains this keyval, however, so you don't normally need to call
|
178
178
|
<a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-translate-keyboard-state" title="gdk_keymap_translate_keyboard_state ()"><code class="function">gdk_keymap_translate_keyboard_state()</code></a> just to get the keyval.
|
179
179
|
</p>
|
180
180
|
</div>
|
181
|
-
<div class="refsect1">
|
181
|
+
<div class="refsect1" title="Details">
|
182
182
|
<a name="gdk-Keyboard-Handling.details"></a><h2>Details</h2>
|
183
|
-
<div class="refsect2">
|
184
|
-
<a name="GdkKeymap-struct"></a><h3>
|
185
|
-
<pre class="programlisting">struct GdkKeymap;</pre>
|
183
|
+
<div class="refsect2" title="GdkKeymap">
|
184
|
+
<a name="GdkKeymap-struct"></a><h3>GdkKeymap</h3>
|
185
|
+
<pre class="programlisting">typedef struct _GdkKeymap GdkKeymap;</pre>
|
186
186
|
<p>
|
187
187
|
A <span class="structname">GdkKeymap</span> defines the translation from keyboard state
|
188
188
|
(including a hardware key, a modifier mask, and active keyboard group)
|
@@ -193,13 +193,13 @@ in the keymap and see what keyval it corresponds to.
|
|
193
193
|
</p>
|
194
194
|
</div>
|
195
195
|
<hr>
|
196
|
-
<div class="refsect2">
|
197
|
-
<a name="GdkKeymapKey"></a><h3>
|
198
|
-
<pre class="programlisting">struct
|
196
|
+
<div class="refsect2" title="GdkKeymapKey">
|
197
|
+
<a name="GdkKeymapKey"></a><h3>GdkKeymapKey</h3>
|
198
|
+
<pre class="programlisting">typedef struct {
|
199
199
|
guint keycode;
|
200
200
|
gint group;
|
201
201
|
gint level;
|
202
|
-
};
|
202
|
+
} GdkKeymapKey;
|
203
203
|
</pre>
|
204
204
|
<p>
|
205
205
|
A <span class="structname">GdkKeymapKey</span> is a hardware key that can
|
@@ -210,31 +210,34 @@ be mapped to a keyval.
|
|
210
210
|
<tbody>
|
211
211
|
<tr>
|
212
212
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkKeymapKey.keycode"></a>keycode</code></em>;</span></p></td>
|
213
|
-
<td>the hardware keycode. This is an identifying number for a
|
214
|
-
physical key
|
213
|
+
<td>the hardware keycode. This is an identifying number for a
|
214
|
+
physical key.
|
215
|
+
</td>
|
215
216
|
</tr>
|
216
217
|
<tr>
|
217
218
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkKeymapKey.group"></a>group</code></em>;</span></p></td>
|
218
|
-
<td>indicates movement in a horizontal direction. Usually groups are used
|
219
|
-
for two different languages. In group 0, a key might have two English
|
220
|
-
characters, and in group 1 it might have two Hebrew characters. The Hebrew
|
221
|
-
characters will be printed on the key next to the English characters
|
219
|
+
<td>indicates movement in a horizontal direction. Usually groups are used
|
220
|
+
for two different languages. In group 0, a key might have two English
|
221
|
+
characters, and in group 1 it might have two Hebrew characters. The Hebrew
|
222
|
+
characters will be printed on the key next to the English characters.
|
223
|
+
</td>
|
222
224
|
</tr>
|
223
225
|
<tr>
|
224
226
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkKeymapKey.level"></a>level</code></em>;</span></p></td>
|
225
|
-
<td>indicates which symbol on the key will be used, in a vertical direction. So on a standard US keyboard, the key with the number "1" on it also has the
|
226
|
-
exclamation point ("!") character on it. The level indicates whether to use
|
227
|
-
the "1" or the "!" symbol. The letter keys are considered to have a lowercase
|
228
|
-
letter at level 0, and an uppercase letter at level 1, though only the
|
229
|
-
uppercase letter is printed
|
227
|
+
<td>indicates which symbol on the key will be used, in a vertical direction. So on a standard US keyboard, the key with the number "1" on it also has the
|
228
|
+
exclamation point ("!") character on it. The level indicates whether to use
|
229
|
+
the "1" or the "!" symbol. The letter keys are considered to have a lowercase
|
230
|
+
letter at level 0, and an uppercase letter at level 1, though only the
|
231
|
+
uppercase letter is printed.
|
232
|
+
</td>
|
230
233
|
</tr>
|
231
234
|
</tbody>
|
232
235
|
</table></div>
|
233
236
|
</div>
|
234
237
|
<hr>
|
235
|
-
<div class="refsect2">
|
238
|
+
<div class="refsect2" title="gdk_keymap_get_default ()">
|
236
239
|
<a name="gdk-keymap-get-default"></a><h3>gdk_keymap_get_default ()</h3>
|
237
|
-
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
240
|
+
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a>* gdk_keymap_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
238
241
|
<p>
|
239
242
|
Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to the default display.
|
240
243
|
</p>
|
@@ -242,14 +245,15 @@ Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span cl
|
|
242
245
|
<col align="left" valign="top">
|
243
246
|
<tbody><tr>
|
244
247
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
245
|
-
<td>the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to the default display
|
248
|
+
<td>the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to the default display.
|
249
|
+
</td>
|
246
250
|
</tr></tbody>
|
247
251
|
</table></div>
|
248
252
|
</div>
|
249
253
|
<hr>
|
250
|
-
<div class="refsect2">
|
254
|
+
<div class="refsect2" title="gdk_keymap_get_for_display ()">
|
251
255
|
<a name="gdk-keymap-get-for-display"></a><h3>gdk_keymap_get_for_display ()</h3>
|
252
|
-
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
256
|
+
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a>* gdk_keymap_get_for_display (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
|
253
257
|
<p>
|
254
258
|
Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to <em class="parameter"><code>display</code></em>.
|
255
259
|
</p>
|
@@ -258,21 +262,23 @@ Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span cl
|
|
258
262
|
<tbody>
|
259
263
|
<tr>
|
260
264
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
261
|
-
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a
|
265
|
+
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>.
|
266
|
+
</td>
|
262
267
|
</tr>
|
263
268
|
<tr>
|
264
269
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
265
|
-
<td>the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to <em class="parameter"><code>display</code></em
|
270
|
+
<td>the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to <em class="parameter"><code>display</code></em>.
|
271
|
+
</td>
|
266
272
|
</tr>
|
267
273
|
</tbody>
|
268
274
|
</table></div>
|
269
275
|
<p class="since">Since 2.2</p>
|
270
276
|
</div>
|
271
277
|
<hr>
|
272
|
-
<div class="refsect2">
|
278
|
+
<div class="refsect2" title="gdk_keymap_lookup_key ()">
|
273
279
|
<a name="gdk-keymap-lookup-key"></a><h3>gdk_keymap_lookup_key ()</h3>
|
274
280
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_keymap_lookup_key (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
275
|
-
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
281
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> *key</code></em>);</pre>
|
276
282
|
<p>
|
277
283
|
Looks up the keyval mapped to a keycode/group/level triplet.
|
278
284
|
If no keyval is bound to <em class="parameter"><code>key</code></em>, returns 0. For normal user input,
|
@@ -285,22 +291,24 @@ the same as the current keyboard state.
|
|
285
291
|
<tbody>
|
286
292
|
<tr>
|
287
293
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
288
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
294
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
295
|
+
</td>
|
289
296
|
</tr>
|
290
297
|
<tr>
|
291
298
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
292
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
299
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> with keycode, group, and level initialized
|
300
|
+
</td>
|
293
301
|
</tr>
|
294
302
|
<tr>
|
295
303
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
296
|
-
<td>a keyval, or 0 if none was mapped to the given <em class="parameter"><code>key</code></em>
|
304
|
+
<td> a keyval, or 0 if none was mapped to the given <em class="parameter"><code>key</code></em>
|
297
305
|
</td>
|
298
306
|
</tr>
|
299
307
|
</tbody>
|
300
308
|
</table></div>
|
301
309
|
</div>
|
302
310
|
<hr>
|
303
|
-
<div class="refsect2">
|
311
|
+
<div class="refsect2" title="gdk_keymap_translate_keyboard_state ()">
|
304
312
|
<a name="gdk-keymap-translate-keyboard-state"></a><h3>gdk_keymap_translate_keyboard_state ()</h3>
|
305
313
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_translate_keyboard_state (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
306
314
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> hardware_keycode</code></em>,
|
@@ -311,19 +319,19 @@ the same as the current keyboard state.
|
|
311
319
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *level</code></em>,
|
312
320
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *consumed_modifiers</code></em>);</pre>
|
313
321
|
<p>
|
314
|
-
Translates the contents of a <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="
|
322
|
+
Translates the contents of a <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey"><span class="type">GdkEventKey</span></a> into a keyval, effective
|
315
323
|
group, and level. Modifiers that affected the translation and
|
316
324
|
are thus unavailable for application use are returned in
|
317
325
|
<em class="parameter"><code>consumed_modifiers</code></em>. See <a class="xref" href="gdk-Keyboard-Handling.html#key-group-explanation">the section called “Description”</a> for an explanation of
|
318
326
|
groups and levels. The <em class="parameter"><code>effective_group</code></em> is the group that was
|
319
327
|
actually used for the translation; some keys such as Enter are not
|
320
328
|
affected by the active keyboard group. The <em class="parameter"><code>level</code></em> is derived from
|
321
|
-
<em class="parameter"><code>state</code></em>. For convenience, <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="
|
329
|
+
<em class="parameter"><code>state</code></em>. For convenience, <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey"><span class="type">GdkEventKey</span></a> already contains the translated
|
322
330
|
keyval, so this function isn't as useful as you might think.
|
323
331
|
</p>
|
324
332
|
<p>
|
325
333
|
</p>
|
326
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
334
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
327
335
|
<h3 class="title">Note</h3>
|
328
336
|
<p>
|
329
337
|
<em class="parameter"><code>consumed_modifiers</code></em> gives modifiers that should be masked out
|
@@ -396,65 +404,64 @@ not <code class="literal"><Control><Shift>plus</code>,
|
|
396
404
|
</div>
|
397
405
|
<p>
|
398
406
|
</p>
|
399
|
-
<p>
|
400
|
-
Note that passing <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>keymap</code></em> is deprecated and will stop
|
401
|
-
to work in GTK+ 3.0. Use <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-for-display" title="gdk_keymap_get_for_display ()"><code class="function">gdk_keymap_get_for_display()</code></a> instead.
|
402
|
-
</p>
|
403
407
|
<div class="variablelist"><table border="0">
|
404
408
|
<col align="left" valign="top">
|
405
409
|
<tbody>
|
406
410
|
<tr>
|
407
411
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
408
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
412
|
+
<td> a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
409
413
|
</td>
|
410
414
|
</tr>
|
411
415
|
<tr>
|
412
416
|
<td><p><span class="term"><em class="parameter"><code>hardware_keycode</code></em> :</span></p></td>
|
413
|
-
<td>a keycode
|
417
|
+
<td>a keycode
|
418
|
+
</td>
|
414
419
|
</tr>
|
415
420
|
<tr>
|
416
421
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
417
|
-
<td>a modifier state
|
422
|
+
<td>a modifier state
|
423
|
+
</td>
|
418
424
|
</tr>
|
419
425
|
<tr>
|
420
426
|
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
|
421
|
-
<td>active keyboard group
|
427
|
+
<td>active keyboard group
|
428
|
+
</td>
|
422
429
|
</tr>
|
423
430
|
<tr>
|
424
431
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
425
|
-
<td>return location for keyval, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
432
|
+
<td> return location for keyval, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
426
433
|
</td>
|
427
434
|
</tr>
|
428
435
|
<tr>
|
429
436
|
<td><p><span class="term"><em class="parameter"><code>effective_group</code></em> :</span></p></td>
|
430
|
-
<td>return location for effective group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
437
|
+
<td> return location for effective group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
431
438
|
</td>
|
432
439
|
</tr>
|
433
440
|
<tr>
|
434
441
|
<td><p><span class="term"><em class="parameter"><code>level</code></em> :</span></p></td>
|
435
|
-
<td>return location for level, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
442
|
+
<td> return location for level, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
436
443
|
</td>
|
437
444
|
</tr>
|
438
445
|
<tr>
|
439
446
|
<td><p><span class="term"><em class="parameter"><code>consumed_modifiers</code></em> :</span></p></td>
|
440
|
-
<td>return location for modifiers that were used to
|
441
|
-
determine the group or level, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
447
|
+
<td> return location for modifiers that were used to
|
448
|
+
determine the group or level, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
442
449
|
</td>
|
443
450
|
</tr>
|
444
451
|
<tr>
|
445
452
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
446
|
-
<td>
|
447
|
-
|
453
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there was a keyval bound to the keycode/state/group
|
454
|
+
</td>
|
448
455
|
</tr>
|
449
456
|
</tbody>
|
450
457
|
</table></div>
|
451
458
|
</div>
|
452
459
|
<hr>
|
453
|
-
<div class="refsect2">
|
460
|
+
<div class="refsect2" title="gdk_keymap_get_entries_for_keyval ()">
|
454
461
|
<a name="gdk-keymap-get-entries-for-keyval"></a><h3>gdk_keymap_get_entries_for_keyval ()</h3>
|
455
462
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_get_entries_for_keyval (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
456
463
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
457
|
-
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
464
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
458
465
|
<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_keys</code></em>);</pre>
|
459
466
|
<p>
|
460
467
|
Obtains a list of keycode/group/level combinations that will
|
@@ -464,7 +471,7 @@ on a key is used, and the group determines whether the left or
|
|
464
471
|
right symbol is used. On US keyboards, the shift key changes the
|
465
472
|
keyboard level, and there are no groups. A group switch key might
|
466
473
|
convert a keyboard between Hebrew to English modes, for example.
|
467
|
-
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="
|
474
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey"><span class="type">GdkEventKey</span></a> contains a <code class="literal">group</code> field that indicates the active
|
468
475
|
keyboard group. The level is computed from the modifier mask.
|
469
476
|
The returned array should be freed
|
470
477
|
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
@@ -474,40 +481,43 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocatio
|
|
474
481
|
<tbody>
|
475
482
|
<tr>
|
476
483
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
477
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
484
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
485
|
+
</td>
|
478
486
|
</tr>
|
479
487
|
<tr>
|
480
488
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
481
|
-
<td>a keyval, such as <code class="literal">GDK_a</code>, <code class="literal">GDK_Up</code>, <code class="literal">GDK_Return</code>, etc
|
489
|
+
<td>a keyval, such as <code class="literal">GDK_a</code>, <code class="literal">GDK_Up</code>, <code class="literal">GDK_Return</code>, etc.
|
490
|
+
</td>
|
482
491
|
</tr>
|
483
492
|
<tr>
|
484
493
|
<td><p><span class="term"><em class="parameter"><code>keys</code></em> :</span></p></td>
|
485
|
-
<td>return location for an array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
494
|
+
<td>return location for an array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a>
|
486
495
|
</td>
|
487
496
|
</tr>
|
488
497
|
<tr>
|
489
498
|
<td><p><span class="term"><em class="parameter"><code>n_keys</code></em> :</span></p></td>
|
490
|
-
<td>return location for number of elements in returned array
|
499
|
+
<td>return location for number of elements in returned array
|
500
|
+
</td>
|
491
501
|
</tr>
|
492
502
|
<tr>
|
493
503
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
494
|
-
<td>
|
495
|
-
|
504
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if keys were found and returned
|
505
|
+
</td>
|
496
506
|
</tr>
|
497
507
|
</tbody>
|
498
508
|
</table></div>
|
499
509
|
</div>
|
500
510
|
<hr>
|
501
|
-
<div class="refsect2">
|
511
|
+
<div class="refsect2" title="gdk_keymap_get_entries_for_keycode ()">
|
502
512
|
<a name="gdk-keymap-get-entries-for-keycode"></a><h3>gdk_keymap_get_entries_for_keycode ()</h3>
|
503
513
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_get_entries_for_keycode (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
504
514
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> hardware_keycode</code></em>,
|
505
|
-
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
515
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
506
516
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> **keyvals</code></em>,
|
507
517
|
<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_entries</code></em>);</pre>
|
508
518
|
<p>
|
509
519
|
Returns the keyvals bound to <em class="parameter"><code>hardware_keycode</code></em>.
|
510
|
-
The Nth <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
520
|
+
The Nth <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> in <em class="parameter"><code>keys</code></em> is bound to the Nth
|
511
521
|
keyval in <em class="parameter"><code>keyvals</code></em>. Free the returned arrays with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
512
522
|
When a keycode is pressed by the user, the keyval from
|
513
523
|
this list of entries is selected by considering the effective
|
@@ -518,19 +528,23 @@ keyboard group and level. See <a class="link" href="gdk-Keyboard-Handling.html#g
|
|
518
528
|
<tbody>
|
519
529
|
<tr>
|
520
530
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
521
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
531
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
532
|
+
</td>
|
522
533
|
</tr>
|
523
534
|
<tr>
|
524
535
|
<td><p><span class="term"><em class="parameter"><code>hardware_keycode</code></em> :</span></p></td>
|
525
|
-
<td>a keycode
|
536
|
+
<td>a keycode
|
537
|
+
</td>
|
526
538
|
</tr>
|
527
539
|
<tr>
|
528
540
|
<td><p><span class="term"><em class="parameter"><code>keys</code></em> :</span></p></td>
|
529
|
-
<td>return location for array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="
|
541
|
+
<td>return location for array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a>, or NULL
|
542
|
+
</td>
|
530
543
|
</tr>
|
531
544
|
<tr>
|
532
545
|
<td><p><span class="term"><em class="parameter"><code>keyvals</code></em> :</span></p></td>
|
533
|
-
<td>return location for array of keyvals, or NULL
|
546
|
+
<td>return location for array of keyvals, or NULL
|
547
|
+
</td>
|
534
548
|
</tr>
|
535
549
|
<tr>
|
536
550
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
@@ -539,24 +553,20 @@ keyboard group and level. See <a class="link" href="gdk-Keyboard-Handling.html#g
|
|
539
553
|
</tr>
|
540
554
|
<tr>
|
541
555
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
542
|
-
<td>
|
543
|
-
|
556
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there were any entries
|
557
|
+
</td>
|
544
558
|
</tr>
|
545
559
|
</tbody>
|
546
560
|
</table></div>
|
547
561
|
</div>
|
548
562
|
<hr>
|
549
|
-
<div class="refsect2">
|
563
|
+
<div class="refsect2" title="gdk_keymap_get_direction ()">
|
550
564
|
<a name="gdk-keymap-get-direction"></a><h3>gdk_keymap_get_direction ()</h3>
|
551
565
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="returnvalue">PangoDirection</span></a> gdk_keymap_get_direction (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>);</pre>
|
552
566
|
<p>
|
553
567
|
Returns the direction of effective layout of the keymap.
|
554
568
|
</p>
|
555
569
|
<p>
|
556
|
-
Note that passing <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>keymap</code></em> is deprecated and will stop
|
557
|
-
to work in GTK+ 3.0. Use <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-for-display" title="gdk_keymap_get_for_display ()"><code class="function">gdk_keymap_get_for_display()</code></a> instead.
|
558
|
-
</p>
|
559
|
-
<p>
|
560
570
|
Returns the direction of the keymap.
|
561
571
|
</p>
|
562
572
|
<div class="variablelist"><table border="0">
|
@@ -564,48 +574,47 @@ Returns the direction of the keymap.
|
|
564
574
|
<tbody>
|
565
575
|
<tr>
|
566
576
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
567
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
577
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
578
|
+
</td>
|
568
579
|
</tr>
|
569
580
|
<tr>
|
570
581
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
571
|
-
<td>
|
572
|
-
|
573
|
-
|
574
|
-
|
582
|
+
<td> <a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PANGO-DIRECTION-LTR:CAPS"><code class="literal">PANGO_DIRECTION_LTR</code></a> or <a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PANGO-DIRECTION-RTL:CAPS"><code class="literal">PANGO_DIRECTION_RTL</code></a>
|
583
|
+
if it can determine the direction. <a href="/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PANGO-DIRECTION-NEUTRAL:CAPS"><code class="literal">PANGO_DIRECTION_NEUTRAL</code></a>
|
584
|
+
otherwise.
|
585
|
+
</td>
|
575
586
|
</tr>
|
576
587
|
</tbody>
|
577
588
|
</table></div>
|
578
589
|
</div>
|
579
590
|
<hr>
|
580
|
-
<div class="refsect2">
|
591
|
+
<div class="refsect2" title="gdk_keymap_have_bidi_layouts ()">
|
581
592
|
<a name="gdk-keymap-have-bidi-layouts"></a><h3>gdk_keymap_have_bidi_layouts ()</h3>
|
582
593
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_have_bidi_layouts (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>);</pre>
|
583
594
|
<p>
|
584
595
|
Determines if keyboard layouts for both right-to-left and left-to-right
|
585
596
|
languages are in use.
|
586
597
|
</p>
|
587
|
-
<p>
|
588
|
-
Note that passing <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>keymap</code></em> is deprecated and will stop
|
589
|
-
to work in GTK+ 3.0. Use <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-for-display" title="gdk_keymap_get_for_display ()"><code class="function">gdk_keymap_get_for_display()</code></a> instead.
|
590
|
-
</p>
|
591
598
|
<div class="variablelist"><table border="0">
|
592
599
|
<col align="left" valign="top">
|
593
600
|
<tbody>
|
594
601
|
<tr>
|
595
602
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
596
|
-
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
603
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default keymap
|
604
|
+
</td>
|
597
605
|
</tr>
|
598
606
|
<tr>
|
599
607
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
600
|
-
<td>
|
601
|
-
|
608
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there are layouts in both directions, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
609
|
+
|
610
|
+
</td>
|
602
611
|
</tr>
|
603
612
|
</tbody>
|
604
613
|
</table></div>
|
605
614
|
<p class="since">Since 2.12</p>
|
606
615
|
</div>
|
607
616
|
<hr>
|
608
|
-
<div class="refsect2">
|
617
|
+
<div class="refsect2" title="gdk_keymap_get_caps_lock_state ()">
|
609
618
|
<a name="gdk-keymap-get-caps-lock-state"></a><h3>gdk_keymap_get_caps_lock_state ()</h3>
|
610
619
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_get_caps_lock_state (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>);</pre>
|
611
620
|
<p>
|
@@ -621,15 +630,16 @@ Returns whether the Caps Lock modifer is locked.
|
|
621
630
|
</tr>
|
622
631
|
<tr>
|
623
632
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
624
|
-
<td>
|
625
|
-
|
633
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if Caps Lock is on
|
634
|
+
|
635
|
+
</td>
|
626
636
|
</tr>
|
627
637
|
</tbody>
|
628
638
|
</table></div>
|
629
639
|
<p class="since">Since 2.16</p>
|
630
640
|
</div>
|
631
641
|
<hr>
|
632
|
-
<div class="refsect2">
|
642
|
+
<div class="refsect2" title="gdk_keymap_add_virtual_modifiers ()">
|
633
643
|
<a name="gdk-keymap-add-virtual-modifiers"></a><h3>gdk_keymap_add_virtual_modifiers ()</h3>
|
634
644
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_keymap_add_virtual_modifiers (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
635
645
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
|
@@ -658,14 +668,15 @@ accelerators.
|
|
658
668
|
</tr>
|
659
669
|
<tr>
|
660
670
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
661
|
-
<td>pointer to the modifier mask to change
|
671
|
+
<td>pointer to the modifier mask to change
|
672
|
+
</td>
|
662
673
|
</tr>
|
663
674
|
</tbody>
|
664
675
|
</table></div>
|
665
676
|
<p class="since">Since 2.20</p>
|
666
677
|
</div>
|
667
678
|
<hr>
|
668
|
-
<div class="refsect2">
|
679
|
+
<div class="refsect2" title="gdk_keymap_map_virtual_modifiers ()">
|
669
680
|
<a name="gdk-keymap-map-virtual-modifiers"></a><h3>gdk_keymap_map_virtual_modifiers ()</h3>
|
670
681
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keymap_map_virtual_modifiers (<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap</code></em>,
|
671
682
|
<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *state</code></em>);</pre>
|
@@ -688,24 +699,26 @@ accelerators.
|
|
688
699
|
</tr>
|
689
700
|
<tr>
|
690
701
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
691
|
-
<td>pointer to the modifier state to map
|
702
|
+
<td>pointer to the modifier state to map
|
703
|
+
</td>
|
692
704
|
</tr>
|
693
705
|
<tr>
|
694
706
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
695
|
-
<td>
|
696
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
697
|
-
|
698
|
-
|
699
|
-
|
707
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if no virtual modifiers were mapped to the
|
708
|
+
same non-virtual modifier. Note that <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is also returned
|
709
|
+
if a virtual modifier is mapped to a non-virtual modifier that
|
710
|
+
was already set in <em class="parameter"><code>state</code></em>.
|
711
|
+
|
712
|
+
</td>
|
700
713
|
</tr>
|
701
714
|
</tbody>
|
702
715
|
</table></div>
|
703
716
|
<p class="since">Since 2.20</p>
|
704
717
|
</div>
|
705
718
|
<hr>
|
706
|
-
<div class="refsect2">
|
719
|
+
<div class="refsect2" title="gdk_keyval_name ()">
|
707
720
|
<a name="gdk-keyval-name"></a><h3>gdk_keyval_name ()</h3>
|
708
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
721
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gdk_keyval_name (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
709
722
|
<p>
|
710
723
|
Converts a key value into a symbolic name.
|
711
724
|
The names are the same as those in the <code class="filename"><gdk/gdkkeysyms.h></code> header file
|
@@ -716,18 +729,20 @@ but without the leading "GDK_".
|
|
716
729
|
<tbody>
|
717
730
|
<tr>
|
718
731
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
719
|
-
<td>a key value
|
732
|
+
<td>a key value.
|
733
|
+
</td>
|
720
734
|
</tr>
|
721
735
|
<tr>
|
722
736
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
723
737
|
<td>a string containing the name of the key, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>keyval</code></em> is not
|
724
|
-
a valid key. The string should not be modified
|
738
|
+
a valid key. The string should not be modified.
|
739
|
+
</td>
|
725
740
|
</tr>
|
726
741
|
</tbody>
|
727
742
|
</table></div>
|
728
743
|
</div>
|
729
744
|
<hr>
|
730
|
-
<div class="refsect2">
|
745
|
+
<div class="refsect2" title="gdk_keyval_from_name ()">
|
731
746
|
<a name="gdk-keyval-from-name"></a><h3>gdk_keyval_from_name ()</h3>
|
732
747
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_keyval_from_name (<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> *keyval_name</code></em>);</pre>
|
733
748
|
<p>
|
@@ -738,18 +753,20 @@ Converts a key name to a key value.
|
|
738
753
|
<tbody>
|
739
754
|
<tr>
|
740
755
|
<td><p><span class="term"><em class="parameter"><code>keyval_name</code></em> :</span></p></td>
|
741
|
-
<td>a key name
|
756
|
+
<td>a key name.
|
757
|
+
</td>
|
742
758
|
</tr>
|
743
759
|
<tr>
|
744
760
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
745
761
|
<td>the corresponding key value, or <code class="literal">GDK_VoidSymbol</code> if the key name is
|
746
|
-
not a valid key
|
762
|
+
not a valid key.
|
763
|
+
</td>
|
747
764
|
</tr>
|
748
765
|
</tbody>
|
749
766
|
</table></div>
|
750
767
|
</div>
|
751
768
|
<hr>
|
752
|
-
<div class="refsect2">
|
769
|
+
<div class="refsect2" title="gdk_keyval_convert_case ()">
|
753
770
|
<a name="gdk-keyval-convert-case"></a><h3>gdk_keyval_convert_case ()</h3>
|
754
771
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_keyval_convert_case (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> symbol</code></em>,
|
755
772
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *lower</code></em>,
|
@@ -763,23 +780,24 @@ Examples of keyvals are <span class="type">GDK_a</span>, <span class="type">GDK_
|
|
763
780
|
<tbody>
|
764
781
|
<tr>
|
765
782
|
<td><p><span class="term"><em class="parameter"><code>symbol</code></em> :</span></p></td>
|
766
|
-
<td>a keyval
|
783
|
+
<td>a keyval
|
784
|
+
</td>
|
767
785
|
</tr>
|
768
786
|
<tr>
|
769
787
|
<td><p><span class="term"><em class="parameter"><code>lower</code></em> :</span></p></td>
|
770
|
-
<td>return location for lowercase version of <em class="parameter"><code>symbol</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
788
|
+
<td> return location for lowercase version of <em class="parameter"><code>symbol</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
771
789
|
</td>
|
772
790
|
</tr>
|
773
791
|
<tr>
|
774
792
|
<td><p><span class="term"><em class="parameter"><code>upper</code></em> :</span></p></td>
|
775
|
-
<td>return location for uppercase version of <em class="parameter"><code>symbol</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
793
|
+
<td> return location for uppercase version of <em class="parameter"><code>symbol</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
776
794
|
</td>
|
777
795
|
</tr>
|
778
796
|
</tbody>
|
779
797
|
</table></div>
|
780
798
|
</div>
|
781
799
|
<hr>
|
782
|
-
<div class="refsect2">
|
800
|
+
<div class="refsect2" title="gdk_keyval_to_upper ()">
|
783
801
|
<a name="gdk-keyval-to-upper"></a><h3>gdk_keyval_to_upper ()</h3>
|
784
802
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_keyval_to_upper (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
785
803
|
<p>
|
@@ -790,18 +808,20 @@ Converts a key value to upper case, if applicable.
|
|
790
808
|
<tbody>
|
791
809
|
<tr>
|
792
810
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
793
|
-
<td>a key value
|
811
|
+
<td>a key value.
|
812
|
+
</td>
|
794
813
|
</tr>
|
795
814
|
<tr>
|
796
815
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
797
816
|
<td>the upper case form of <em class="parameter"><code>keyval</code></em>, or <em class="parameter"><code>keyval</code></em> itself if it is already
|
798
|
-
in upper case or it is not subject to case conversion
|
817
|
+
in upper case or it is not subject to case conversion.
|
818
|
+
</td>
|
799
819
|
</tr>
|
800
820
|
</tbody>
|
801
821
|
</table></div>
|
802
822
|
</div>
|
803
823
|
<hr>
|
804
|
-
<div class="refsect2">
|
824
|
+
<div class="refsect2" title="gdk_keyval_to_lower ()">
|
805
825
|
<a name="gdk-keyval-to-lower"></a><h3>gdk_keyval_to_lower ()</h3>
|
806
826
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_keyval_to_lower (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
807
827
|
<p>
|
@@ -812,18 +832,20 @@ Converts a key value to lower case, if applicable.
|
|
812
832
|
<tbody>
|
813
833
|
<tr>
|
814
834
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
815
|
-
<td>a key value
|
835
|
+
<td>a key value.
|
836
|
+
</td>
|
816
837
|
</tr>
|
817
838
|
<tr>
|
818
839
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
819
840
|
<td>the lower case form of <em class="parameter"><code>keyval</code></em>, or <em class="parameter"><code>keyval</code></em> itself if it is already
|
820
|
-
in lower case or it is not subject to case conversion
|
841
|
+
in lower case or it is not subject to case conversion.
|
842
|
+
</td>
|
821
843
|
</tr>
|
822
844
|
</tbody>
|
823
845
|
</table></div>
|
824
846
|
</div>
|
825
847
|
<hr>
|
826
|
-
<div class="refsect2">
|
848
|
+
<div class="refsect2" title="gdk_keyval_is_upper ()">
|
827
849
|
<a name="gdk-keyval-is-upper"></a><h3>gdk_keyval_is_upper ()</h3>
|
828
850
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keyval_is_upper (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
829
851
|
<p>
|
@@ -834,19 +856,21 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
834
856
|
<tbody>
|
835
857
|
<tr>
|
836
858
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
837
|
-
<td>a key value
|
859
|
+
<td>a key value.
|
860
|
+
</td>
|
838
861
|
</tr>
|
839
862
|
<tr>
|
840
863
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
841
864
|
<td>
|
842
865
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>keyval</code></em> is in upper case, or if <em class="parameter"><code>keyval</code></em> is not subject to
|
843
|
-
case conversion
|
866
|
+
case conversion.
|
867
|
+
</td>
|
844
868
|
</tr>
|
845
869
|
</tbody>
|
846
870
|
</table></div>
|
847
871
|
</div>
|
848
872
|
<hr>
|
849
|
-
<div class="refsect2">
|
873
|
+
<div class="refsect2" title="gdk_keyval_is_lower ()">
|
850
874
|
<a name="gdk-keyval-is-lower"></a><h3>gdk_keyval_is_lower ()</h3>
|
851
875
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_keyval_is_lower (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
852
876
|
<p>
|
@@ -857,19 +881,21 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
857
881
|
<tbody>
|
858
882
|
<tr>
|
859
883
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
860
|
-
<td>a key value
|
884
|
+
<td>a key value.
|
885
|
+
</td>
|
861
886
|
</tr>
|
862
887
|
<tr>
|
863
888
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
864
889
|
<td>
|
865
890
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>keyval</code></em> is in lower case, or if <em class="parameter"><code>keyval</code></em> is not subject to
|
866
|
-
case conversion
|
891
|
+
case conversion.
|
892
|
+
</td>
|
867
893
|
</tr>
|
868
894
|
</tbody>
|
869
895
|
</table></div>
|
870
896
|
</div>
|
871
897
|
<hr>
|
872
|
-
<div class="refsect2">
|
898
|
+
<div class="refsect2" title="gdk_keyval_to_unicode ()">
|
873
899
|
<a name="gdk-keyval-to-unicode"></a><h3>gdk_keyval_to_unicode ()</h3>
|
874
900
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> gdk_keyval_to_unicode (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>);</pre>
|
875
901
|
<p>
|
@@ -881,18 +907,20 @@ character.
|
|
881
907
|
<tbody>
|
882
908
|
<tr>
|
883
909
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
884
|
-
<td>a GDK key symbol
|
910
|
+
<td>a GDK key symbol
|
911
|
+
</td>
|
885
912
|
</tr>
|
886
913
|
<tr>
|
887
914
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
888
|
-
<td>the corresponding unicode character, or 0 if there
|
889
|
-
is no corresponding character
|
915
|
+
<td> the corresponding unicode character, or 0 if there
|
916
|
+
is no corresponding character.
|
917
|
+
</td>
|
890
918
|
</tr>
|
891
919
|
</tbody>
|
892
920
|
</table></div>
|
893
921
|
</div>
|
894
922
|
<hr>
|
895
|
-
<div class="refsect2">
|
923
|
+
<div class="refsect2" title="gdk_unicode_to_keyval ()">
|
896
924
|
<a name="gdk-unicode-to-keyval"></a><h3>gdk_unicode_to_keyval ()</h3>
|
897
925
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gdk_unicode_to_keyval (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
|
898
926
|
<p>
|
@@ -903,24 +931,26 @@ Convert from a ISO10646 character to a key symbol.
|
|
903
931
|
<tbody>
|
904
932
|
<tr>
|
905
933
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
906
|
-
<td>a ISO10646 encoded character
|
934
|
+
<td>a ISO10646 encoded character
|
935
|
+
</td>
|
907
936
|
</tr>
|
908
937
|
<tr>
|
909
938
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
910
|
-
<td>the corresponding GDK key symbol, if one exists.
|
911
|
-
or, if there is no corresponding symbol,
|
912
|
-
wc | 0x01000000
|
939
|
+
<td> the corresponding GDK key symbol, if one exists.
|
940
|
+
or, if there is no corresponding symbol,
|
941
|
+
wc | 0x01000000
|
942
|
+
</td>
|
913
943
|
</tr>
|
914
944
|
</tbody>
|
915
945
|
</table></div>
|
916
946
|
</div>
|
917
947
|
</div>
|
918
|
-
<div class="refsect1">
|
948
|
+
<div class="refsect1" title="Signal Details">
|
919
949
|
<a name="gdk-Keyboard-Handling.signal-details"></a><h2>Signal Details</h2>
|
920
|
-
<div class="refsect2">
|
950
|
+
<div class="refsect2" title='The "direction-changed" signal'>
|
921
951
|
<a name="GdkKeymap-direction-changed"></a><h3>The <code class="literal">"direction-changed"</code> signal</h3>
|
922
952
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap,
|
923
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
953
|
+
<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>
|
924
954
|
<p>
|
925
955
|
The ::direction-changed signal gets emitted when the direction of
|
926
956
|
the keymap changes.
|
@@ -930,7 +960,8 @@ the keymap changes.
|
|
930
960
|
<tbody>
|
931
961
|
<tr>
|
932
962
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
933
|
-
<td>the object on which the signal is emitted
|
963
|
+
<td>the object on which the signal is emitted
|
964
|
+
</td>
|
934
965
|
</tr>
|
935
966
|
<tr>
|
936
967
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -941,10 +972,10 @@ the keymap changes.
|
|
941
972
|
<p class="since">Since 2.0</p>
|
942
973
|
</div>
|
943
974
|
<hr>
|
944
|
-
<div class="refsect2">
|
975
|
+
<div class="refsect2" title='The "keys-changed" signal'>
|
945
976
|
<a name="GdkKeymap-keys-changed"></a><h3>The <code class="literal">"keys-changed"</code> signal</h3>
|
946
977
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap,
|
947
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
978
|
+
<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>
|
948
979
|
<p>
|
949
980
|
The ::keys-changed signal is emitted when the mapping represented by
|
950
981
|
<em class="parameter"><code>keymap</code></em> changes.
|
@@ -954,7 +985,8 @@ The ::keys-changed signal is emitted when the mapping represented by
|
|
954
985
|
<tbody>
|
955
986
|
<tr>
|
956
987
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
957
|
-
<td>the object on which the signal is emitted
|
988
|
+
<td>the object on which the signal is emitted
|
989
|
+
</td>
|
958
990
|
</tr>
|
959
991
|
<tr>
|
960
992
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -965,10 +997,10 @@ The ::keys-changed signal is emitted when the mapping represented by
|
|
965
997
|
<p class="since">Since 2.2</p>
|
966
998
|
</div>
|
967
999
|
<hr>
|
968
|
-
<div class="refsect2">
|
1000
|
+
<div class="refsect2" title='The "state-changed" signal'>
|
969
1001
|
<a name="GdkKeymap-state-changed"></a><h3>The <code class="literal">"state-changed"</code> signal</h3>
|
970
1002
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> *keymap,
|
971
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1003
|
+
<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>
|
972
1004
|
<p>
|
973
1005
|
The ::state-changed signal is emitted when the state of the
|
974
1006
|
keyboard changes, e.g when Caps Lock is turned on or off.
|
@@ -979,7 +1011,8 @@ See <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-caps-lock-st
|
|
979
1011
|
<tbody>
|
980
1012
|
<tr>
|
981
1013
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
982
|
-
<td>the object on which the signal is emitted
|
1014
|
+
<td>the object on which the signal is emitted
|
1015
|
+
</td>
|
983
1016
|
</tr>
|
984
1017
|
<tr>
|
985
1018
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -993,6 +1026,6 @@ See <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-caps-lock-st
|
|
993
1026
|
</div>
|
994
1027
|
<div class="footer">
|
995
1028
|
<hr>
|
996
|
-
Generated by GTK-Doc V1.
|
1029
|
+
Generated by GTK-Doc V1.15</div>
|
997
1030
|
</body>
|
998
1031
|
</html>
|