gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- 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 +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- 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.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- 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 +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- 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 +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- 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 +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- 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 +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- 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 +2 -1
- 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 +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- 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 +17 -11
- 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-24.html +117 -0
- 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 +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- 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 +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- 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 +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- 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 +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- 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 +5 -10
- 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 +39 -31
- 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 +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- 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 +8 -5
- 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 +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- 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 +2 -1
- 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/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.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- 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/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -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.16.1 (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">
|
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">
|
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">
|
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">
|
71
71
|
<a name="gdk-Input.details"></a><h2>Details</h2>
|
72
|
-
<div class="refsect2"
|
72
|
+
<div class="refsect2">
|
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"
|
79
|
+
<div class="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,42 +89,35 @@ 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
|
93
|
-
</td>
|
92
|
+
<td>a file descriptor.</td>
|
94
93
|
</tr>
|
95
94
|
<tr>
|
96
95
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
97
|
-
<td>the condition
|
98
|
-
</td>
|
96
|
+
<td>the condition.</td>
|
99
97
|
</tr>
|
100
98
|
<tr>
|
101
99
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
102
|
-
<td>the callback function
|
103
|
-
</td>
|
100
|
+
<td>the callback function.</td>
|
104
101
|
</tr>
|
105
102
|
<tr>
|
106
103
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
107
|
-
<td>callback data passed to <em class="parameter"><code>function</code></em
|
108
|
-
</td>
|
104
|
+
<td>callback data passed to <em class="parameter"><code>function</code></em>.</td>
|
109
105
|
</tr>
|
110
106
|
<tr>
|
111
107
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
112
108
|
<td>callback function to call with <em class="parameter"><code>data</code></em> when the input
|
113
|
-
handler is removed
|
114
|
-
</td>
|
109
|
+
handler is removed.</td>
|
115
110
|
</tr>
|
116
111
|
<tr>
|
117
112
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
118
|
-
<td>
|
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>
|
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>.</td>
|
122
115
|
</tr>
|
123
116
|
</tbody>
|
124
117
|
</table></div>
|
125
118
|
</div>
|
126
119
|
<hr>
|
127
|
-
<div class="refsect2"
|
120
|
+
<div class="refsect2">
|
128
121
|
<a name="GdkInputCondition"></a><h3>enum GdkInputCondition</h3>
|
129
122
|
<pre class="programlisting">typedef enum
|
130
123
|
{
|
@@ -165,7 +158,7 @@ on the file descriptor returns a count of zero.)
|
|
165
158
|
</table></div>
|
166
159
|
</div>
|
167
160
|
<hr>
|
168
|
-
<div class="refsect2"
|
161
|
+
<div class="refsect2">
|
169
162
|
<a name="GdkInputFunction"></a><h3>GdkInputFunction ()</h3>
|
170
163
|
<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>,
|
171
164
|
<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>,
|
@@ -179,27 +172,24 @@ occurs.
|
|
179
172
|
<tbody>
|
180
173
|
<tr>
|
181
174
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
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>
|
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>.</td>
|
184
176
|
</tr>
|
185
177
|
<tr>
|
186
178
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
187
|
-
<td>the source where the condition occurred
|
188
|
-
</td>
|
179
|
+
<td>the source where the condition occurred.</td>
|
189
180
|
</tr>
|
190
181
|
<tr>
|
191
182
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
192
|
-
<td>the triggering condition
|
193
|
-
</td>
|
183
|
+
<td>the triggering condition.</td>
|
194
184
|
</tr>
|
195
185
|
</tbody>
|
196
186
|
</table></div>
|
197
187
|
</div>
|
198
188
|
<hr>
|
199
|
-
<div class="refsect2"
|
189
|
+
<div class="refsect2">
|
200
190
|
<a name="GdkDestroyNotify"></a><h3>GdkDestroyNotify ()</h3>
|
201
191
|
<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>
|
202
|
-
<div class="warning"
|
192
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
203
193
|
<h3 class="title">Warning</h3>
|
204
194
|
<p><code class="literal">GdkDestroyNotify</code> is deprecated and should not be used in newly-written code.</p>
|
205
195
|
</div>
|
@@ -212,19 +202,18 @@ structure or object that <em class="parameter"><code>data</code></em> points to.
|
|
212
202
|
<col align="left" valign="top">
|
213
203
|
<tbody><tr>
|
214
204
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
215
|
-
<td>the user data
|
216
|
-
</td>
|
205
|
+
<td>the user data.</td>
|
217
206
|
</tr></tbody>
|
218
207
|
</table></div>
|
219
208
|
</div>
|
220
209
|
<hr>
|
221
|
-
<div class="refsect2"
|
210
|
+
<div class="refsect2">
|
222
211
|
<a name="gdk-input-add"></a><h3>gdk_input_add ()</h3>
|
223
212
|
<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>,
|
224
213
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
225
214
|
<em class="parameter"><code><a class="link" href="gdk-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
226
215
|
<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>
|
227
|
-
<div class="warning"
|
216
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
228
217
|
<h3 class="title">Warning</h3>
|
229
218
|
<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>
|
230
219
|
</div>
|
@@ -237,39 +226,33 @@ a file descriptor.
|
|
237
226
|
<tbody>
|
238
227
|
<tr>
|
239
228
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
240
|
-
<td>a file descriptor
|
241
|
-
</td>
|
229
|
+
<td>a file descriptor.</td>
|
242
230
|
</tr>
|
243
231
|
<tr>
|
244
232
|
<td><p><span class="term"><em class="parameter"><code>condition</code></em> :</span></p></td>
|
245
|
-
<td>the condition
|
246
|
-
</td>
|
233
|
+
<td>the condition.</td>
|
247
234
|
</tr>
|
248
235
|
<tr>
|
249
236
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
250
|
-
<td>the callback function
|
251
|
-
</td>
|
237
|
+
<td>the callback function.</td>
|
252
238
|
</tr>
|
253
239
|
<tr>
|
254
240
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
255
|
-
<td>callback data passed to <em class="parameter"><code>function</code></em
|
256
|
-
</td>
|
241
|
+
<td>callback data passed to <em class="parameter"><code>function</code></em>.</td>
|
257
242
|
</tr>
|
258
243
|
<tr>
|
259
244
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
260
|
-
<td>
|
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>
|
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>.</td>
|
264
247
|
</tr>
|
265
248
|
</tbody>
|
266
249
|
</table></div>
|
267
250
|
</div>
|
268
251
|
<hr>
|
269
|
-
<div class="refsect2"
|
252
|
+
<div class="refsect2">
|
270
253
|
<a name="gdk-input-remove"></a><h3>gdk_input_remove ()</h3>
|
271
254
|
<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>
|
272
|
-
<div class="warning"
|
255
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
273
256
|
<h3 class="title">Warning</h3>
|
274
257
|
<p><code class="literal">gdk_input_remove</code> is deprecated and should not be used in newly-written code.</p>
|
275
258
|
</div>
|
@@ -281,13 +264,12 @@ Remove a callback added with <a class="link" href="gdk-Input.html#gdk-input-add"
|
|
281
264
|
<col align="left" valign="top">
|
282
265
|
<tbody><tr>
|
283
266
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
284
|
-
<td>the tag returned when the callback was set up
|
285
|
-
</td>
|
267
|
+
<td>the tag returned when the callback was set up.</td>
|
286
268
|
</tr></tbody>
|
287
269
|
</table></div>
|
288
270
|
</div>
|
289
271
|
</div>
|
290
|
-
<div class="refsect1"
|
272
|
+
<div class="refsect1">
|
291
273
|
<a name="gdk-Input.see-also"></a><h2>See Also</h2>
|
292
274
|
<p>
|
293
275
|
</p>
|
@@ -311,6 +293,6 @@ callbacks.</p></td>
|
|
311
293
|
</div>
|
312
294
|
<div class="footer">
|
313
295
|
<hr>
|
314
|
-
Generated by GTK-Doc V1.
|
296
|
+
Generated by GTK-Doc V1.16.1</div>
|
315
297
|
</body>
|
316
298
|
</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.16.1 (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">
|
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">
|
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
|
+
struct <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-struct" title="struct GdkKeymap">GdkKeymap</a>;
|
48
|
+
struct <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> *key</code></em>);
|
52
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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 @@
|
|
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="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
63
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
67
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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 @@
|
|
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 @@
|
|
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">
|
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">
|
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>" : 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
|
103
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-direction-changed" title='The "direction-changed" signal'>direction-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
104
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-keys-changed" title='The "keys-changed" signal'>keys-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
105
|
+
"<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap-state-changed" title='The "state-changed" signal'>state-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
106
106
|
</pre>
|
107
107
|
</div>
|
108
|
-
<div class="refsect1"
|
108
|
+
<div class="refsect1">
|
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="GdkEventKey"><span class="type">GdkEventKey</span></a> structure, which is passed to signal handlers for the
|
113
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="struct 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="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>
|
142
|
+
is a mapping from <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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="struct 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="GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> contains a group; groups are not used on standard US keyboards,
|
152
|
+
<a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct 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="GdkEventKey"><span class="type">GdkEventKey</span></a> already
|
176
|
+
effective group/level values were used for the lookup. <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="struct 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">
|
182
182
|
<a name="gdk-Keyboard-Handling.details"></a><h2>Details</h2>
|
183
|
-
<div class="refsect2"
|
184
|
-
<a name="GdkKeymap-struct"></a><h3>GdkKeymap</h3>
|
185
|
-
<pre class="programlisting">
|
183
|
+
<div class="refsect2">
|
184
|
+
<a name="GdkKeymap-struct"></a><h3>struct GdkKeymap</h3>
|
185
|
+
<pre class="programlisting">struct 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>GdkKeymapKey</h3>
|
198
|
-
<pre class="programlisting">
|
196
|
+
<div class="refsect2">
|
197
|
+
<a name="GdkKeymapKey"></a><h3>struct GdkKeymapKey</h3>
|
198
|
+
<pre class="programlisting">struct GdkKeymapKey {
|
199
199
|
guint keycode;
|
200
200
|
gint group;
|
201
201
|
gint level;
|
202
|
-
}
|
202
|
+
};
|
203
203
|
</pre>
|
204
204
|
<p>
|
205
205
|
A <span class="structname">GdkKeymapKey</span> is a hardware key that can
|
@@ -210,34 +210,31 @@ 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
|
-
|
215
|
-
</td>
|
213
|
+
<td>the hardware keycode. This is an identifying number for a
|
214
|
+
physical key.</td>
|
216
215
|
</tr>
|
217
216
|
<tr>
|
218
217
|
<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>
|
219
|
-
<td>indicates movement in a horizontal direction. Usually groups are used
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
</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.</td>
|
224
222
|
</tr>
|
225
223
|
<tr>
|
226
224
|
<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>
|
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
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
</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.</td>
|
233
230
|
</tr>
|
234
231
|
</tbody>
|
235
232
|
</table></div>
|
236
233
|
</div>
|
237
234
|
<hr>
|
238
|
-
<div class="refsect2"
|
235
|
+
<div class="refsect2">
|
239
236
|
<a name="gdk-keymap-get-default"></a><h3>gdk_keymap_get_default ()</h3>
|
240
|
-
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
237
|
+
<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>
|
241
238
|
<p>
|
242
239
|
Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to the default display.
|
243
240
|
</p>
|
@@ -245,15 +242,14 @@ Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span cl
|
|
245
242
|
<col align="left" valign="top">
|
246
243
|
<tbody><tr>
|
247
244
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
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>
|
245
|
+
<td>the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="type">GdkKeymap</span></a> attached to the default display.</td>
|
250
246
|
</tr></tbody>
|
251
247
|
</table></div>
|
252
248
|
</div>
|
253
249
|
<hr>
|
254
|
-
<div class="refsect2"
|
250
|
+
<div class="refsect2">
|
255
251
|
<a name="gdk-keymap-get-for-display"></a><h3>gdk_keymap_get_for_display ()</h3>
|
256
|
-
<pre class="programlisting"><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span class="returnvalue">GdkKeymap</span></a
|
252
|
+
<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>
|
257
253
|
<p>
|
258
254
|
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>.
|
259
255
|
</p>
|
@@ -262,23 +258,21 @@ Returns the <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymap"><span cl
|
|
262
258
|
<tbody>
|
263
259
|
<tr>
|
264
260
|
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
|
265
|
-
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a
|
266
|
-
</td>
|
261
|
+
<td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>.</td>
|
267
262
|
</tr>
|
268
263
|
<tr>
|
269
264
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
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>
|
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>.</td>
|
272
266
|
</tr>
|
273
267
|
</tbody>
|
274
268
|
</table></div>
|
275
269
|
<p class="since">Since 2.2</p>
|
276
270
|
</div>
|
277
271
|
<hr>
|
278
|
-
<div class="refsect2"
|
272
|
+
<div class="refsect2">
|
279
273
|
<a name="gdk-keymap-lookup-key"></a><h3>gdk_keymap_lookup_key ()</h3>
|
280
274
|
<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>,
|
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>
|
275
|
+
<em class="parameter"><code>const <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> *key</code></em>);</pre>
|
282
276
|
<p>
|
283
277
|
Looks up the keyval mapped to a keycode/group/level triplet.
|
284
278
|
If no keyval is bound to <em class="parameter"><code>key</code></em>, returns 0. For normal user input,
|
@@ -291,24 +285,22 @@ the same as the current keyboard state.
|
|
291
285
|
<tbody>
|
292
286
|
<tr>
|
293
287
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
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>
|
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</td>
|
296
289
|
</tr>
|
297
290
|
<tr>
|
298
291
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
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>
|
292
|
+
<td>a <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> with keycode, group, and level initialized</td>
|
301
293
|
</tr>
|
302
294
|
<tr>
|
303
295
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
304
|
-
<td>
|
296
|
+
<td>a keyval, or 0 if none was mapped to the given <em class="parameter"><code>key</code></em>
|
305
297
|
</td>
|
306
298
|
</tr>
|
307
299
|
</tbody>
|
308
300
|
</table></div>
|
309
301
|
</div>
|
310
302
|
<hr>
|
311
|
-
<div class="refsect2"
|
303
|
+
<div class="refsect2">
|
312
304
|
<a name="gdk-keymap-translate-keyboard-state"></a><h3>gdk_keymap_translate_keyboard_state ()</h3>
|
313
305
|
<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>,
|
314
306
|
<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>,
|
@@ -319,19 +311,19 @@ the same as the current keyboard state.
|
|
319
311
|
<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>,
|
320
312
|
<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>
|
321
313
|
<p>
|
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
|
314
|
+
Translates the contents of a <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="struct GdkEventKey"><span class="type">GdkEventKey</span></a> into a keyval, effective
|
323
315
|
group, and level. Modifiers that affected the translation and
|
324
316
|
are thus unavailable for application use are returned in
|
325
317
|
<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
|
326
318
|
groups and levels. The <em class="parameter"><code>effective_group</code></em> is the group that was
|
327
319
|
actually used for the translation; some keys such as Enter are not
|
328
320
|
affected by the active keyboard group. The <em class="parameter"><code>level</code></em> is derived from
|
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
|
321
|
+
<em class="parameter"><code>state</code></em>. For convenience, <a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="struct GdkEventKey"><span class="type">GdkEventKey</span></a> already contains the translated
|
330
322
|
keyval, so this function isn't as useful as you might think.
|
331
323
|
</p>
|
332
324
|
<p>
|
333
325
|
</p>
|
334
|
-
<div class="note"
|
326
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
335
327
|
<h3 class="title">Note</h3>
|
336
328
|
<p>
|
337
329
|
<em class="parameter"><code>consumed_modifiers</code></em> gives modifiers that should be masked out
|
@@ -404,64 +396,65 @@ not <code class="literal"><Control><Shift>plus</code>,
|
|
404
396
|
</div>
|
405
397
|
<p>
|
406
398
|
</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>
|
407
403
|
<div class="variablelist"><table border="0">
|
408
404
|
<col align="left" valign="top">
|
409
405
|
<tbody>
|
410
406
|
<tr>
|
411
407
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
412
|
-
<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>
|
413
409
|
</td>
|
414
410
|
</tr>
|
415
411
|
<tr>
|
416
412
|
<td><p><span class="term"><em class="parameter"><code>hardware_keycode</code></em> :</span></p></td>
|
417
|
-
<td>a keycode
|
418
|
-
</td>
|
413
|
+
<td>a keycode</td>
|
419
414
|
</tr>
|
420
415
|
<tr>
|
421
416
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
422
|
-
<td>a modifier state
|
423
|
-
</td>
|
417
|
+
<td>a modifier state</td>
|
424
418
|
</tr>
|
425
419
|
<tr>
|
426
420
|
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
|
427
|
-
<td>active keyboard group
|
428
|
-
</td>
|
421
|
+
<td>active keyboard group</td>
|
429
422
|
</tr>
|
430
423
|
<tr>
|
431
424
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
432
|
-
<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>
|
433
426
|
</td>
|
434
427
|
</tr>
|
435
428
|
<tr>
|
436
429
|
<td><p><span class="term"><em class="parameter"><code>effective_group</code></em> :</span></p></td>
|
437
|
-
<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>
|
438
431
|
</td>
|
439
432
|
</tr>
|
440
433
|
<tr>
|
441
434
|
<td><p><span class="term"><em class="parameter"><code>level</code></em> :</span></p></td>
|
442
|
-
<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>
|
443
436
|
</td>
|
444
437
|
</tr>
|
445
438
|
<tr>
|
446
439
|
<td><p><span class="term"><em class="parameter"><code>consumed_modifiers</code></em> :</span></p></td>
|
447
|
-
<td>
|
448
|
-
|
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>
|
449
442
|
</td>
|
450
443
|
</tr>
|
451
444
|
<tr>
|
452
445
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
453
|
-
<td>
|
454
|
-
</td>
|
446
|
+
<td>
|
447
|
+
<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</td>
|
455
448
|
</tr>
|
456
449
|
</tbody>
|
457
450
|
</table></div>
|
458
451
|
</div>
|
459
452
|
<hr>
|
460
|
-
<div class="refsect2"
|
453
|
+
<div class="refsect2">
|
461
454
|
<a name="gdk-keymap-get-entries-for-keyval"></a><h3>gdk_keymap_get_entries_for_keyval ()</h3>
|
462
455
|
<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>,
|
463
456
|
<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>,
|
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>,
|
457
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
465
458
|
<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>
|
466
459
|
<p>
|
467
460
|
Obtains a list of keycode/group/level combinations that will
|
@@ -471,7 +464,7 @@ on a key is used, and the group determines whether the left or
|
|
471
464
|
right symbol is used. On US keyboards, the shift key changes the
|
472
465
|
keyboard level, and there are no groups. A group switch key might
|
473
466
|
convert a keyboard between Hebrew to English modes, for example.
|
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
|
467
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="struct GdkEventKey"><span class="type">GdkEventKey</span></a> contains a <code class="literal">group</code> field that indicates the active
|
475
468
|
keyboard group. The level is computed from the modifier mask.
|
476
469
|
The returned array should be freed
|
477
470
|
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
|
@@ -481,43 +474,40 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocatio
|
|
481
474
|
<tbody>
|
482
475
|
<tr>
|
483
476
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
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>
|
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</td>
|
486
478
|
</tr>
|
487
479
|
<tr>
|
488
480
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
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>
|
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.</td>
|
491
482
|
</tr>
|
492
483
|
<tr>
|
493
484
|
<td><p><span class="term"><em class="parameter"><code>keys</code></em> :</span></p></td>
|
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>
|
485
|
+
<td>return location for an array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a>
|
495
486
|
</td>
|
496
487
|
</tr>
|
497
488
|
<tr>
|
498
489
|
<td><p><span class="term"><em class="parameter"><code>n_keys</code></em> :</span></p></td>
|
499
|
-
<td>return location for number of elements in returned array
|
500
|
-
</td>
|
490
|
+
<td>return location for number of elements in returned array</td>
|
501
491
|
</tr>
|
502
492
|
<tr>
|
503
493
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
504
|
-
<td>
|
505
|
-
</td>
|
494
|
+
<td>
|
495
|
+
<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</td>
|
506
496
|
</tr>
|
507
497
|
</tbody>
|
508
498
|
</table></div>
|
509
499
|
</div>
|
510
500
|
<hr>
|
511
|
-
<div class="refsect2"
|
501
|
+
<div class="refsect2">
|
512
502
|
<a name="gdk-keymap-get-entries-for-keycode"></a><h3>gdk_keymap_get_entries_for_keycode ()</h3>
|
513
503
|
<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>,
|
514
504
|
<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>,
|
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>,
|
505
|
+
<em class="parameter"><code><a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> **keys</code></em>,
|
516
506
|
<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>,
|
517
507
|
<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>
|
518
508
|
<p>
|
519
509
|
Returns the keyvals bound to <em class="parameter"><code>hardware_keycode</code></em>.
|
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
|
510
|
+
The Nth <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a> in <em class="parameter"><code>keys</code></em> is bound to the Nth
|
521
511
|
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>.
|
522
512
|
When a keycode is pressed by the user, the keyval from
|
523
513
|
this list of entries is selected by considering the effective
|
@@ -528,23 +518,19 @@ keyboard group and level. See <a class="link" href="gdk-Keyboard-Handling.html#g
|
|
528
518
|
<tbody>
|
529
519
|
<tr>
|
530
520
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
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>
|
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</td>
|
533
522
|
</tr>
|
534
523
|
<tr>
|
535
524
|
<td><p><span class="term"><em class="parameter"><code>hardware_keycode</code></em> :</span></p></td>
|
536
|
-
<td>a keycode
|
537
|
-
</td>
|
525
|
+
<td>a keycode</td>
|
538
526
|
</tr>
|
539
527
|
<tr>
|
540
528
|
<td><p><span class="term"><em class="parameter"><code>keys</code></em> :</span></p></td>
|
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>
|
529
|
+
<td>return location for array of <a class="link" href="gdk-Keyboard-Handling.html#GdkKeymapKey" title="struct GdkKeymapKey"><span class="type">GdkKeymapKey</span></a>, or NULL</td>
|
543
530
|
</tr>
|
544
531
|
<tr>
|
545
532
|
<td><p><span class="term"><em class="parameter"><code>keyvals</code></em> :</span></p></td>
|
546
|
-
<td>return location for array of keyvals, or NULL
|
547
|
-
</td>
|
533
|
+
<td>return location for array of keyvals, or NULL</td>
|
548
534
|
</tr>
|
549
535
|
<tr>
|
550
536
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
@@ -553,20 +539,24 @@ keyboard group and level. See <a class="link" href="gdk-Keyboard-Handling.html#g
|
|
553
539
|
</tr>
|
554
540
|
<tr>
|
555
541
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
556
|
-
<td>
|
557
|
-
</td>
|
542
|
+
<td>
|
543
|
+
<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</td>
|
558
544
|
</tr>
|
559
545
|
</tbody>
|
560
546
|
</table></div>
|
561
547
|
</div>
|
562
548
|
<hr>
|
563
|
-
<div class="refsect2"
|
549
|
+
<div class="refsect2">
|
564
550
|
<a name="gdk-keymap-get-direction"></a><h3>gdk_keymap_get_direction ()</h3>
|
565
551
|
<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>
|
566
552
|
<p>
|
567
553
|
Returns the direction of effective layout of the keymap.
|
568
554
|
</p>
|
569
555
|
<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>
|
570
560
|
Returns the direction of the keymap.
|
571
561
|
</p>
|
572
562
|
<div class="variablelist"><table border="0">
|
@@ -574,47 +564,48 @@ Returns the direction of the keymap.
|
|
574
564
|
<tbody>
|
575
565
|
<tr>
|
576
566
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
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>
|
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</td>
|
579
568
|
</tr>
|
580
569
|
<tr>
|
581
570
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
582
|
-
<td>
|
583
|
-
|
584
|
-
|
585
|
-
|
571
|
+
<td>
|
572
|
+
<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>
|
573
|
+
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>
|
574
|
+
otherwise.</td>
|
586
575
|
</tr>
|
587
576
|
</tbody>
|
588
577
|
</table></div>
|
589
578
|
</div>
|
590
579
|
<hr>
|
591
|
-
<div class="refsect2"
|
580
|
+
<div class="refsect2">
|
592
581
|
<a name="gdk-keymap-have-bidi-layouts"></a><h3>gdk_keymap_have_bidi_layouts ()</h3>
|
593
582
|
<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>
|
594
583
|
<p>
|
595
584
|
Determines if keyboard layouts for both right-to-left and left-to-right
|
596
585
|
languages are in use.
|
597
586
|
</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>
|
598
591
|
<div class="variablelist"><table border="0">
|
599
592
|
<col align="left" valign="top">
|
600
593
|
<tbody>
|
601
594
|
<tr>
|
602
595
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
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>
|
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</td>
|
605
597
|
</tr>
|
606
598
|
<tr>
|
607
599
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
608
|
-
<td>
|
609
|
-
|
610
|
-
</td>
|
600
|
+
<td>
|
601
|
+
<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</td>
|
611
602
|
</tr>
|
612
603
|
</tbody>
|
613
604
|
</table></div>
|
614
605
|
<p class="since">Since 2.12</p>
|
615
606
|
</div>
|
616
607
|
<hr>
|
617
|
-
<div class="refsect2"
|
608
|
+
<div class="refsect2">
|
618
609
|
<a name="gdk-keymap-get-caps-lock-state"></a><h3>gdk_keymap_get_caps_lock_state ()</h3>
|
619
610
|
<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>
|
620
611
|
<p>
|
@@ -630,16 +621,15 @@ Returns whether the Caps Lock modifer is locked.
|
|
630
621
|
</tr>
|
631
622
|
<tr>
|
632
623
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
633
|
-
<td>
|
634
|
-
|
635
|
-
</td>
|
624
|
+
<td>
|
625
|
+
<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</td>
|
636
626
|
</tr>
|
637
627
|
</tbody>
|
638
628
|
</table></div>
|
639
629
|
<p class="since">Since 2.16</p>
|
640
630
|
</div>
|
641
631
|
<hr>
|
642
|
-
<div class="refsect2"
|
632
|
+
<div class="refsect2">
|
643
633
|
<a name="gdk-keymap-add-virtual-modifiers"></a><h3>gdk_keymap_add_virtual_modifiers ()</h3>
|
644
634
|
<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>,
|
645
635
|
<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>
|
@@ -668,15 +658,14 @@ accelerators.
|
|
668
658
|
</tr>
|
669
659
|
<tr>
|
670
660
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
671
|
-
<td>pointer to the modifier mask to change
|
672
|
-
</td>
|
661
|
+
<td>pointer to the modifier mask to change</td>
|
673
662
|
</tr>
|
674
663
|
</tbody>
|
675
664
|
</table></div>
|
676
665
|
<p class="since">Since 2.20</p>
|
677
666
|
</div>
|
678
667
|
<hr>
|
679
|
-
<div class="refsect2"
|
668
|
+
<div class="refsect2">
|
680
669
|
<a name="gdk-keymap-map-virtual-modifiers"></a><h3>gdk_keymap_map_virtual_modifiers ()</h3>
|
681
670
|
<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>,
|
682
671
|
<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>
|
@@ -699,26 +688,24 @@ accelerators.
|
|
699
688
|
</tr>
|
700
689
|
<tr>
|
701
690
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
702
|
-
<td>pointer to the modifier state to map
|
703
|
-
</td>
|
691
|
+
<td>pointer to the modifier state to map</td>
|
704
692
|
</tr>
|
705
693
|
<tr>
|
706
694
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
707
|
-
<td>
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
</td>
|
695
|
+
<td>
|
696
|
+
<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
|
697
|
+
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
|
698
|
+
if a virtual modifier is mapped to a non-virtual modifier that
|
699
|
+
was already set in <em class="parameter"><code>state</code></em>.</td>
|
713
700
|
</tr>
|
714
701
|
</tbody>
|
715
702
|
</table></div>
|
716
703
|
<p class="since">Since 2.20</p>
|
717
704
|
</div>
|
718
705
|
<hr>
|
719
|
-
<div class="refsect2"
|
706
|
+
<div class="refsect2">
|
720
707
|
<a name="gdk-keyval-name"></a><h3>gdk_keyval_name ()</h3>
|
721
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
708
|
+
<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>
|
722
709
|
<p>
|
723
710
|
Converts a key value into a symbolic name.
|
724
711
|
The names are the same as those in the <code class="filename"><gdk/gdkkeysyms.h></code> header file
|
@@ -729,20 +716,18 @@ but without the leading "GDK_".
|
|
729
716
|
<tbody>
|
730
717
|
<tr>
|
731
718
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
732
|
-
<td>a key value
|
733
|
-
</td>
|
719
|
+
<td>a key value.</td>
|
734
720
|
</tr>
|
735
721
|
<tr>
|
736
722
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
737
723
|
<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
|
738
|
-
a valid key. The string should not be modified
|
739
|
-
</td>
|
724
|
+
a valid key. The string should not be modified.</td>
|
740
725
|
</tr>
|
741
726
|
</tbody>
|
742
727
|
</table></div>
|
743
728
|
</div>
|
744
729
|
<hr>
|
745
|
-
<div class="refsect2"
|
730
|
+
<div class="refsect2">
|
746
731
|
<a name="gdk-keyval-from-name"></a><h3>gdk_keyval_from_name ()</h3>
|
747
732
|
<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>
|
748
733
|
<p>
|
@@ -753,20 +738,18 @@ Converts a key name to a key value.
|
|
753
738
|
<tbody>
|
754
739
|
<tr>
|
755
740
|
<td><p><span class="term"><em class="parameter"><code>keyval_name</code></em> :</span></p></td>
|
756
|
-
<td>a key name
|
757
|
-
</td>
|
741
|
+
<td>a key name.</td>
|
758
742
|
</tr>
|
759
743
|
<tr>
|
760
744
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
761
745
|
<td>the corresponding key value, or <code class="literal">GDK_VoidSymbol</code> if the key name is
|
762
|
-
not a valid key
|
763
|
-
</td>
|
746
|
+
not a valid key.</td>
|
764
747
|
</tr>
|
765
748
|
</tbody>
|
766
749
|
</table></div>
|
767
750
|
</div>
|
768
751
|
<hr>
|
769
|
-
<div class="refsect2"
|
752
|
+
<div class="refsect2">
|
770
753
|
<a name="gdk-keyval-convert-case"></a><h3>gdk_keyval_convert_case ()</h3>
|
771
754
|
<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>,
|
772
755
|
<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>,
|
@@ -780,24 +763,23 @@ Examples of keyvals are <span class="type">GDK_a</span>, <span class="type">GDK_
|
|
780
763
|
<tbody>
|
781
764
|
<tr>
|
782
765
|
<td><p><span class="term"><em class="parameter"><code>symbol</code></em> :</span></p></td>
|
783
|
-
<td>a keyval
|
784
|
-
</td>
|
766
|
+
<td>a keyval</td>
|
785
767
|
</tr>
|
786
768
|
<tr>
|
787
769
|
<td><p><span class="term"><em class="parameter"><code>lower</code></em> :</span></p></td>
|
788
|
-
<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>
|
789
771
|
</td>
|
790
772
|
</tr>
|
791
773
|
<tr>
|
792
774
|
<td><p><span class="term"><em class="parameter"><code>upper</code></em> :</span></p></td>
|
793
|
-
<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>
|
794
776
|
</td>
|
795
777
|
</tr>
|
796
778
|
</tbody>
|
797
779
|
</table></div>
|
798
780
|
</div>
|
799
781
|
<hr>
|
800
|
-
<div class="refsect2"
|
782
|
+
<div class="refsect2">
|
801
783
|
<a name="gdk-keyval-to-upper"></a><h3>gdk_keyval_to_upper ()</h3>
|
802
784
|
<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>
|
803
785
|
<p>
|
@@ -808,20 +790,18 @@ Converts a key value to upper case, if applicable.
|
|
808
790
|
<tbody>
|
809
791
|
<tr>
|
810
792
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
811
|
-
<td>a key value
|
812
|
-
</td>
|
793
|
+
<td>a key value.</td>
|
813
794
|
</tr>
|
814
795
|
<tr>
|
815
796
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
816
797
|
<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
|
817
|
-
in upper case or it is not subject to case conversion
|
818
|
-
</td>
|
798
|
+
in upper case or it is not subject to case conversion.</td>
|
819
799
|
</tr>
|
820
800
|
</tbody>
|
821
801
|
</table></div>
|
822
802
|
</div>
|
823
803
|
<hr>
|
824
|
-
<div class="refsect2"
|
804
|
+
<div class="refsect2">
|
825
805
|
<a name="gdk-keyval-to-lower"></a><h3>gdk_keyval_to_lower ()</h3>
|
826
806
|
<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>
|
827
807
|
<p>
|
@@ -832,20 +812,18 @@ Converts a key value to lower case, if applicable.
|
|
832
812
|
<tbody>
|
833
813
|
<tr>
|
834
814
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
835
|
-
<td>a key value
|
836
|
-
</td>
|
815
|
+
<td>a key value.</td>
|
837
816
|
</tr>
|
838
817
|
<tr>
|
839
818
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
840
819
|
<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
|
841
|
-
in lower case or it is not subject to case conversion
|
842
|
-
</td>
|
820
|
+
in lower case or it is not subject to case conversion.</td>
|
843
821
|
</tr>
|
844
822
|
</tbody>
|
845
823
|
</table></div>
|
846
824
|
</div>
|
847
825
|
<hr>
|
848
|
-
<div class="refsect2"
|
826
|
+
<div class="refsect2">
|
849
827
|
<a name="gdk-keyval-is-upper"></a><h3>gdk_keyval_is_upper ()</h3>
|
850
828
|
<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>
|
851
829
|
<p>
|
@@ -856,21 +834,19 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
856
834
|
<tbody>
|
857
835
|
<tr>
|
858
836
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
859
|
-
<td>a key value
|
860
|
-
</td>
|
837
|
+
<td>a key value.</td>
|
861
838
|
</tr>
|
862
839
|
<tr>
|
863
840
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
864
841
|
<td>
|
865
842
|
<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
|
866
|
-
case conversion
|
867
|
-
</td>
|
843
|
+
case conversion.</td>
|
868
844
|
</tr>
|
869
845
|
</tbody>
|
870
846
|
</table></div>
|
871
847
|
</div>
|
872
848
|
<hr>
|
873
|
-
<div class="refsect2"
|
849
|
+
<div class="refsect2">
|
874
850
|
<a name="gdk-keyval-is-lower"></a><h3>gdk_keyval_is_lower ()</h3>
|
875
851
|
<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>
|
876
852
|
<p>
|
@@ -881,21 +857,19 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
881
857
|
<tbody>
|
882
858
|
<tr>
|
883
859
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
884
|
-
<td>a key value
|
885
|
-
</td>
|
860
|
+
<td>a key value.</td>
|
886
861
|
</tr>
|
887
862
|
<tr>
|
888
863
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
889
864
|
<td>
|
890
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 lower case, or if <em class="parameter"><code>keyval</code></em> is not subject to
|
891
|
-
case conversion
|
892
|
-
</td>
|
866
|
+
case conversion.</td>
|
893
867
|
</tr>
|
894
868
|
</tbody>
|
895
869
|
</table></div>
|
896
870
|
</div>
|
897
871
|
<hr>
|
898
|
-
<div class="refsect2"
|
872
|
+
<div class="refsect2">
|
899
873
|
<a name="gdk-keyval-to-unicode"></a><h3>gdk_keyval_to_unicode ()</h3>
|
900
874
|
<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>
|
901
875
|
<p>
|
@@ -907,20 +881,18 @@ character.
|
|
907
881
|
<tbody>
|
908
882
|
<tr>
|
909
883
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
910
|
-
<td>a GDK key symbol
|
911
|
-
</td>
|
884
|
+
<td>a GDK key symbol</td>
|
912
885
|
</tr>
|
913
886
|
<tr>
|
914
887
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
915
|
-
<td>
|
916
|
-
|
917
|
-
</td>
|
888
|
+
<td>the corresponding unicode character, or 0 if there
|
889
|
+
is no corresponding character.</td>
|
918
890
|
</tr>
|
919
891
|
</tbody>
|
920
892
|
</table></div>
|
921
893
|
</div>
|
922
894
|
<hr>
|
923
|
-
<div class="refsect2"
|
895
|
+
<div class="refsect2">
|
924
896
|
<a name="gdk-unicode-to-keyval"></a><h3>gdk_unicode_to_keyval ()</h3>
|
925
897
|
<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>
|
926
898
|
<p>
|
@@ -931,26 +903,24 @@ Convert from a ISO10646 character to a key symbol.
|
|
931
903
|
<tbody>
|
932
904
|
<tr>
|
933
905
|
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
934
|
-
<td>a ISO10646 encoded character
|
935
|
-
</td>
|
906
|
+
<td>a ISO10646 encoded character</td>
|
936
907
|
</tr>
|
937
908
|
<tr>
|
938
909
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
939
|
-
<td>
|
940
|
-
|
941
|
-
|
942
|
-
</td>
|
910
|
+
<td>the corresponding GDK key symbol, if one exists.
|
911
|
+
or, if there is no corresponding symbol,
|
912
|
+
wc | 0x01000000</td>
|
943
913
|
</tr>
|
944
914
|
</tbody>
|
945
915
|
</table></div>
|
946
916
|
</div>
|
947
917
|
</div>
|
948
|
-
<div class="refsect1"
|
918
|
+
<div class="refsect1">
|
949
919
|
<a name="gdk-Keyboard-Handling.signal-details"></a><h2>Signal Details</h2>
|
950
|
-
<div class="refsect2"
|
920
|
+
<div class="refsect2">
|
951
921
|
<a name="GdkKeymap-direction-changed"></a><h3>The <code class="literal">"direction-changed"</code> signal</h3>
|
952
922
|
<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,
|
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>
|
923
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
954
924
|
<p>
|
955
925
|
The ::direction-changed signal gets emitted when the direction of
|
956
926
|
the keymap changes.
|
@@ -960,8 +930,7 @@ the keymap changes.
|
|
960
930
|
<tbody>
|
961
931
|
<tr>
|
962
932
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
963
|
-
<td>the object on which the signal is emitted
|
964
|
-
</td>
|
933
|
+
<td>the object on which the signal is emitted</td>
|
965
934
|
</tr>
|
966
935
|
<tr>
|
967
936
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -972,10 +941,10 @@ the keymap changes.
|
|
972
941
|
<p class="since">Since 2.0</p>
|
973
942
|
</div>
|
974
943
|
<hr>
|
975
|
-
<div class="refsect2"
|
944
|
+
<div class="refsect2">
|
976
945
|
<a name="GdkKeymap-keys-changed"></a><h3>The <code class="literal">"keys-changed"</code> signal</h3>
|
977
946
|
<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,
|
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>
|
947
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
979
948
|
<p>
|
980
949
|
The ::keys-changed signal is emitted when the mapping represented by
|
981
950
|
<em class="parameter"><code>keymap</code></em> changes.
|
@@ -985,8 +954,7 @@ The ::keys-changed signal is emitted when the mapping represented by
|
|
985
954
|
<tbody>
|
986
955
|
<tr>
|
987
956
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
988
|
-
<td>the object on which the signal is emitted
|
989
|
-
</td>
|
957
|
+
<td>the object on which the signal is emitted</td>
|
990
958
|
</tr>
|
991
959
|
<tr>
|
992
960
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -997,10 +965,10 @@ The ::keys-changed signal is emitted when the mapping represented by
|
|
997
965
|
<p class="since">Since 2.2</p>
|
998
966
|
</div>
|
999
967
|
<hr>
|
1000
|
-
<div class="refsect2"
|
968
|
+
<div class="refsect2">
|
1001
969
|
<a name="GdkKeymap-state-changed"></a><h3>The <code class="literal">"state-changed"</code> signal</h3>
|
1002
970
|
<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,
|
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>
|
971
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
1004
972
|
<p>
|
1005
973
|
The ::state-changed signal is emitted when the state of the
|
1006
974
|
keyboard changes, e.g when Caps Lock is turned on or off.
|
@@ -1011,8 +979,7 @@ See <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-caps-lock-st
|
|
1011
979
|
<tbody>
|
1012
980
|
<tr>
|
1013
981
|
<td><p><span class="term"><em class="parameter"><code>keymap</code></em> :</span></p></td>
|
1014
|
-
<td>the object on which the signal is emitted
|
1015
|
-
</td>
|
982
|
+
<td>the object on which the signal is emitted</td>
|
1016
983
|
</tr>
|
1017
984
|
<tr>
|
1018
985
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1026,6 +993,6 @@ See <a class="link" href="gdk-Keyboard-Handling.html#gdk-keymap-get-caps-lock-st
|
|
1026
993
|
</div>
|
1027
994
|
<div class="footer">
|
1028
995
|
<hr>
|
1029
|
-
Generated by GTK-Doc V1.
|
996
|
+
Generated by GTK-Doc V1.16.1</div>
|
1030
997
|
</body>
|
1031
998
|
</html>
|