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="NumericEntry.html" title="Numeric/Text Data Entry">
|
9
9
|
<link rel="prev" href="GtkEntryBuffer.html" title="GtkEntryBuffer">
|
10
10
|
<link rel="next" href="GtkHScale.html" title="GtkHScale">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="#GtkEntryCompletion.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkEntryCompletion"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,15 +43,15 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkEntryCompletion.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
51
|
+
struct <a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-struct" title="struct GtkEntryCompletion">GtkEntryCompletion</a>;
|
52
52
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletionMatchFunc" title="GtkEntryCompletionMatchFunc ()">*GtkEntryCompletionMatchFunc</a>) (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
53
53
|
<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> *key</code></em>,
|
54
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
54
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
55
55
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
56
56
|
<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="returnvalue">GtkEntryCompletion</span></a> * <a class="link" href="GtkEntryCompletion.html#gtk-entry-completion-new" title="gtk_entry_completion_new ()">gtk_entry_completion_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
57
57
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkEntryCompletion.html#gtk-entry-completion-get-entry" title="gtk_entry_completion_get_entry ()">gtk_entry_completion_get_entry</a> (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);
|
@@ -113,20 +113,20 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
113
113
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);
|
114
114
|
</pre>
|
115
115
|
</div>
|
116
|
-
<div class="refsect1"
|
116
|
+
<div class="refsect1">
|
117
117
|
<a name="GtkEntryCompletion.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
118
118
|
<pre class="synopsis">
|
119
119
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
120
120
|
+----GtkEntryCompletion
|
121
121
|
</pre>
|
122
122
|
</div>
|
123
|
-
<div class="refsect1"
|
123
|
+
<div class="refsect1">
|
124
124
|
<a name="GtkEntryCompletion.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
125
125
|
<p>
|
126
126
|
GtkEntryCompletion implements
|
127
127
|
<a class="link" href="GtkCellLayout.html" title="GtkCellLayout">GtkCellLayout</a> and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
128
128
|
</div>
|
129
|
-
<div class="refsect1"
|
129
|
+
<div class="refsect1">
|
130
130
|
<a name="GtkEntryCompletion.properties"></a><h2>Properties</h2>
|
131
131
|
<pre class="synopsis">
|
132
132
|
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion--inline-completion" title='The "inline-completion" property'>inline-completion</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -139,16 +139,16 @@ GtkEntryCompletion implements
|
|
139
139
|
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion--text-column" title='The "text-column" property'>text-column</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write
|
140
140
|
</pre>
|
141
141
|
</div>
|
142
|
-
<div class="refsect1"
|
142
|
+
<div class="refsect1">
|
143
143
|
<a name="GtkEntryCompletion.signals"></a><h2>Signals</h2>
|
144
144
|
<pre class="synopsis">
|
145
|
-
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-action-activated" title='The "action-activated" signal'>action-activated</a>" : Run Last
|
146
|
-
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-cursor-on-match" title='The "cursor-on-match" signal'>cursor-on-match</a>" : Run Last
|
147
|
-
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-insert-prefix" title='The "insert-prefix" signal'>insert-prefix</a>" : Run Last
|
148
|
-
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-match-selected" title='The "match-selected" signal'>match-selected</a>" : Run Last
|
145
|
+
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-action-activated" title='The "action-activated" signal'>action-activated</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>
|
146
|
+
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-cursor-on-match" title='The "cursor-on-match" signal'>cursor-on-match</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>
|
147
|
+
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-insert-prefix" title='The "insert-prefix" signal'>insert-prefix</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>
|
148
|
+
"<a class="link" href="GtkEntryCompletion.html#GtkEntryCompletion-match-selected" title='The "match-selected" signal'>match-selected</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>
|
149
149
|
</pre>
|
150
150
|
</div>
|
151
|
-
<div class="refsect1"
|
151
|
+
<div class="refsect1">
|
152
152
|
<a name="GtkEntryCompletion.description"></a><h2>Description</h2>
|
153
153
|
<p>
|
154
154
|
<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> is an auxiliary object to be used in conjunction with
|
@@ -183,21 +183,21 @@ to differentiate them clearly from completion strings. When an action is
|
|
183
183
|
selected, the ::action-activated signal is emitted.
|
184
184
|
</p>
|
185
185
|
</div>
|
186
|
-
<div class="refsect1"
|
186
|
+
<div class="refsect1">
|
187
187
|
<a name="GtkEntryCompletion.details"></a><h2>Details</h2>
|
188
|
-
<div class="refsect2"
|
189
|
-
<a name="GtkEntryCompletion-struct"></a><h3>GtkEntryCompletion</h3>
|
190
|
-
<pre class="programlisting">
|
188
|
+
<div class="refsect2">
|
189
|
+
<a name="GtkEntryCompletion-struct"></a><h3>struct GtkEntryCompletion</h3>
|
190
|
+
<pre class="programlisting">struct GtkEntryCompletion;</pre>
|
191
191
|
<p>
|
192
192
|
The GtkEntryCompletion struct contains only private data.
|
193
193
|
</p>
|
194
194
|
</div>
|
195
195
|
<hr>
|
196
|
-
<div class="refsect2"
|
196
|
+
<div class="refsect2">
|
197
197
|
<a name="GtkEntryCompletionMatchFunc"></a><h3>GtkEntryCompletionMatchFunc ()</h3>
|
198
198
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkEntryCompletionMatchFunc) (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
199
199
|
<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> *key</code></em>,
|
200
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
200
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
|
201
201
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
202
202
|
<p>
|
203
203
|
A function which decides whether the row indicated by <em class="parameter"><code>iter</code></em> matches a given
|
@@ -216,13 +216,11 @@ to the unmodified key via <code class="literal">gtk_entry_get_text (GTK_ENTRY (g
|
|
216
216
|
</tr>
|
217
217
|
<tr>
|
218
218
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
219
|
-
<td>the string to match, normalized and case-folded
|
220
|
-
</td>
|
219
|
+
<td>the string to match, normalized and case-folded</td>
|
221
220
|
</tr>
|
222
221
|
<tr>
|
223
222
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
224
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
225
|
-
</td>
|
223
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> indicating the row to match</td>
|
226
224
|
</tr>
|
227
225
|
<tr>
|
228
226
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -239,7 +237,7 @@ to the unmodified key via <code class="literal">gtk_entry_get_text (GTK_ENTRY (g
|
|
239
237
|
</table></div>
|
240
238
|
</div>
|
241
239
|
<hr>
|
242
|
-
<div class="refsect2"
|
240
|
+
<div class="refsect2">
|
243
241
|
<a name="gtk-entry-completion-new"></a><h3>gtk_entry_completion_new ()</h3>
|
244
242
|
<pre class="programlisting"><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="returnvalue">GtkEntryCompletion</span></a> * gtk_entry_completion_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
245
243
|
<p>
|
@@ -249,15 +247,13 @@ Creates a new <a class="link" href="GtkEntryCompletion.html" title="GtkEntryComp
|
|
249
247
|
<col align="left" valign="top">
|
250
248
|
<tbody><tr>
|
251
249
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
252
|
-
<td>
|
253
|
-
|
254
|
-
</td>
|
250
|
+
<td>A newly created <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> object.</td>
|
255
251
|
</tr></tbody>
|
256
252
|
</table></div>
|
257
253
|
<p class="since">Since 2.4</p>
|
258
254
|
</div>
|
259
255
|
<hr>
|
260
|
-
<div class="refsect2"
|
256
|
+
<div class="refsect2">
|
261
257
|
<a name="gtk-entry-completion-get-entry"></a><h3>gtk_entry_completion_get_entry ()</h3>
|
262
258
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_entry_completion_get_entry (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
263
259
|
<p>
|
@@ -268,13 +264,11 @@ Gets the entry <em class="parameter"><code>completion</code></em> has been attac
|
|
268
264
|
<tbody>
|
269
265
|
<tr>
|
270
266
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
271
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
272
|
-
</td>
|
267
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
273
268
|
</tr>
|
274
269
|
<tr>
|
275
270
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
276
|
-
<td>
|
277
|
-
|
271
|
+
<td>The entry <em class="parameter"><code>completion</code></em> has been attached to. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
278
272
|
</td>
|
279
273
|
</tr>
|
280
274
|
</tbody>
|
@@ -282,7 +276,7 @@ Gets the entry <em class="parameter"><code>completion</code></em> has been attac
|
|
282
276
|
<p class="since">Since 2.4</p>
|
283
277
|
</div>
|
284
278
|
<hr>
|
285
|
-
<div class="refsect2"
|
279
|
+
<div class="refsect2">
|
286
280
|
<a name="gtk-entry-completion-set-model"></a><h3>gtk_entry_completion_set_model ()</h3>
|
287
281
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_model (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
288
282
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
|
@@ -296,12 +290,11 @@ If model is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-
|
|
296
290
|
<tbody>
|
297
291
|
<tr>
|
298
292
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
299
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
300
|
-
</td>
|
293
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
301
294
|
</tr>
|
302
295
|
<tr>
|
303
296
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
304
|
-
<td>
|
297
|
+
<td>The <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
305
298
|
</td>
|
306
299
|
</tr>
|
307
300
|
</tbody>
|
@@ -309,7 +302,7 @@ If model is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-
|
|
309
302
|
<p class="since">Since 2.4</p>
|
310
303
|
</div>
|
311
304
|
<hr>
|
312
|
-
<div class="refsect2"
|
305
|
+
<div class="refsect2">
|
313
306
|
<a name="gtk-entry-completion-get-model"></a><h3>gtk_entry_completion_get_model ()</h3>
|
314
307
|
<pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * gtk_entry_completion_get_model (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
315
308
|
<p>
|
@@ -321,13 +314,12 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
321
314
|
<tbody>
|
322
315
|
<tr>
|
323
316
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
324
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
325
|
-
</td>
|
317
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
326
318
|
</tr>
|
327
319
|
<tr>
|
328
320
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
329
|
-
<td>
|
330
|
-
|
321
|
+
<td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none
|
322
|
+
is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
331
323
|
</td>
|
332
324
|
</tr>
|
333
325
|
</tbody>
|
@@ -335,7 +327,7 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
335
327
|
<p class="since">Since 2.4</p>
|
336
328
|
</div>
|
337
329
|
<hr>
|
338
|
-
<div class="refsect2"
|
330
|
+
<div class="refsect2">
|
339
331
|
<a name="gtk-entry-completion-set-match-func"></a><h3>gtk_entry_completion_set_match_func ()</h3>
|
340
332
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_match_func (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
341
333
|
<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html#GtkEntryCompletionMatchFunc" title="GtkEntryCompletionMatchFunc ()"><span class="type">GtkEntryCompletionMatchFunc</span></a> func</code></em>,
|
@@ -351,30 +343,26 @@ list.
|
|
351
343
|
<tbody>
|
352
344
|
<tr>
|
353
345
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
354
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
355
|
-
</td>
|
346
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
356
347
|
</tr>
|
357
348
|
<tr>
|
358
349
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
359
|
-
<td>The <a class="link" href="GtkEntryCompletion.html#GtkEntryCompletionMatchFunc" title="GtkEntryCompletionMatchFunc ()"><span class="type">GtkEntryCompletionMatchFunc</span></a> to use
|
360
|
-
</td>
|
350
|
+
<td>The <a class="link" href="GtkEntryCompletion.html#GtkEntryCompletionMatchFunc" title="GtkEntryCompletionMatchFunc ()"><span class="type">GtkEntryCompletionMatchFunc</span></a> to use.</td>
|
361
351
|
</tr>
|
362
352
|
<tr>
|
363
353
|
<td><p><span class="term"><em class="parameter"><code>func_data</code></em> :</span></p></td>
|
364
|
-
<td>The user data for <em class="parameter"><code>func</code></em
|
365
|
-
</td>
|
354
|
+
<td>The user data for <em class="parameter"><code>func</code></em>.</td>
|
366
355
|
</tr>
|
367
356
|
<tr>
|
368
357
|
<td><p><span class="term"><em class="parameter"><code>func_notify</code></em> :</span></p></td>
|
369
|
-
<td>Destroy notifier for <em class="parameter"><code>func_data</code></em
|
370
|
-
</td>
|
358
|
+
<td>Destroy notifier for <em class="parameter"><code>func_data</code></em>.</td>
|
371
359
|
</tr>
|
372
360
|
</tbody>
|
373
361
|
</table></div>
|
374
362
|
<p class="since">Since 2.4</p>
|
375
363
|
</div>
|
376
364
|
<hr>
|
377
|
-
<div class="refsect2"
|
365
|
+
<div class="refsect2">
|
378
366
|
<a name="gtk-entry-completion-set-minimum-key-length"></a><h3>gtk_entry_completion_set_minimum_key_length ()</h3>
|
379
367
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_minimum_key_length
|
380
368
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -390,20 +378,18 @@ key takes a lot of time and will come up with meaningless results anyway
|
|
390
378
|
<tbody>
|
391
379
|
<tr>
|
392
380
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
393
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
394
|
-
</td>
|
381
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
395
382
|
</tr>
|
396
383
|
<tr>
|
397
384
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
398
|
-
<td>The minimum length of the key in order to start completing
|
399
|
-
</td>
|
385
|
+
<td>The minimum length of the key in order to start completing.</td>
|
400
386
|
</tr>
|
401
387
|
</tbody>
|
402
388
|
</table></div>
|
403
389
|
<p class="since">Since 2.4</p>
|
404
390
|
</div>
|
405
391
|
<hr>
|
406
|
-
<div class="refsect2"
|
392
|
+
<div class="refsect2">
|
407
393
|
<a name="gtk-entry-completion-get-minimum-key-length"></a><h3>gtk_entry_completion_get_minimum_key_length ()</h3>
|
408
394
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_completion_get_minimum_key_length
|
409
395
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -415,21 +401,18 @@ Returns the minimum key length as set for <em class="parameter"><code>completion
|
|
415
401
|
<tbody>
|
416
402
|
<tr>
|
417
403
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
418
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
419
|
-
</td>
|
404
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
420
405
|
</tr>
|
421
406
|
<tr>
|
422
407
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
423
|
-
<td>
|
424
|
-
|
425
|
-
</td>
|
408
|
+
<td>The currently used minimum key length.</td>
|
426
409
|
</tr>
|
427
410
|
</tbody>
|
428
411
|
</table></div>
|
429
412
|
<p class="since">Since 2.4</p>
|
430
413
|
</div>
|
431
414
|
<hr>
|
432
|
-
<div class="refsect2"
|
415
|
+
<div class="refsect2">
|
433
416
|
<a name="gtk-entry-completion-complete"></a><h3>gtk_entry_completion_complete ()</h3>
|
434
417
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_complete (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
435
418
|
<p>
|
@@ -441,14 +424,13 @@ view will be updated accordingly.
|
|
441
424
|
<col align="left" valign="top">
|
442
425
|
<tbody><tr>
|
443
426
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
444
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
445
|
-
</td>
|
427
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
446
428
|
</tr></tbody>
|
447
429
|
</table></div>
|
448
430
|
<p class="since">Since 2.4</p>
|
449
431
|
</div>
|
450
432
|
<hr>
|
451
|
-
<div class="refsect2"
|
433
|
+
<div class="refsect2">
|
452
434
|
<a name="gtk-entry-completion-get-completion-prefix"></a><h3>gtk_entry_completion_get_completion_prefix ()</h3>
|
453
435
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_entry_completion_get_completion_prefix
|
454
436
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -466,16 +448,14 @@ the completion or <a href="http://library.gnome.org/devel/glib/unstable/glib-Sta
|
|
466
448
|
</tr>
|
467
449
|
<tr>
|
468
450
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
469
|
-
<td>
|
470
|
-
|
471
|
-
</td>
|
451
|
+
<td>the prefix for the current completion</td>
|
472
452
|
</tr>
|
473
453
|
</tbody>
|
474
454
|
</table></div>
|
475
455
|
<p class="since">Since 2.12</p>
|
476
456
|
</div>
|
477
457
|
<hr>
|
478
|
-
<div class="refsect2"
|
458
|
+
<div class="refsect2">
|
479
459
|
<a name="gtk-entry-completion-insert-prefix"></a><h3>gtk_entry_completion_insert_prefix ()</h3>
|
480
460
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_insert_prefix (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
481
461
|
<p>
|
@@ -492,7 +472,7 @@ Requests a prefix insertion.
|
|
492
472
|
<p class="since">Since 2.6</p>
|
493
473
|
</div>
|
494
474
|
<hr>
|
495
|
-
<div class="refsect2"
|
475
|
+
<div class="refsect2">
|
496
476
|
<a name="gtk-entry-completion-insert-action-text"></a><h3>gtk_entry_completion_insert_action_text ()</h3>
|
497
477
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_insert_action_text
|
498
478
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -508,25 +488,22 @@ with text <em class="parameter"><code>text</code></em>. If you want the action i
|
|
508
488
|
<tbody>
|
509
489
|
<tr>
|
510
490
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
511
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
512
|
-
</td>
|
491
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
513
492
|
</tr>
|
514
493
|
<tr>
|
515
494
|
<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
|
516
|
-
<td>The index of the item to insert
|
517
|
-
</td>
|
495
|
+
<td>The index of the item to insert.</td>
|
518
496
|
</tr>
|
519
497
|
<tr>
|
520
498
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
521
|
-
<td>Text of the item to insert
|
522
|
-
</td>
|
499
|
+
<td>Text of the item to insert.</td>
|
523
500
|
</tr>
|
524
501
|
</tbody>
|
525
502
|
</table></div>
|
526
503
|
<p class="since">Since 2.4</p>
|
527
504
|
</div>
|
528
505
|
<hr>
|
529
|
-
<div class="refsect2"
|
506
|
+
<div class="refsect2">
|
530
507
|
<a name="gtk-entry-completion-insert-action-markup"></a><h3>gtk_entry_completion_insert_action_markup ()</h3>
|
531
508
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_insert_action_markup
|
532
509
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -541,25 +518,22 @@ with markup <em class="parameter"><code>markup</code></em>.
|
|
541
518
|
<tbody>
|
542
519
|
<tr>
|
543
520
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
544
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
545
|
-
</td>
|
521
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
546
522
|
</tr>
|
547
523
|
<tr>
|
548
524
|
<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
|
549
|
-
<td>The index of the item to insert
|
550
|
-
</td>
|
525
|
+
<td>The index of the item to insert.</td>
|
551
526
|
</tr>
|
552
527
|
<tr>
|
553
528
|
<td><p><span class="term"><em class="parameter"><code>markup</code></em> :</span></p></td>
|
554
|
-
<td>Markup of the item to insert
|
555
|
-
</td>
|
529
|
+
<td>Markup of the item to insert.</td>
|
556
530
|
</tr>
|
557
531
|
</tbody>
|
558
532
|
</table></div>
|
559
533
|
<p class="since">Since 2.4</p>
|
560
534
|
</div>
|
561
535
|
<hr>
|
562
|
-
<div class="refsect2"
|
536
|
+
<div class="refsect2">
|
563
537
|
<a name="gtk-entry-completion-delete-action"></a><h3>gtk_entry_completion_delete_action ()</h3>
|
564
538
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_delete_action (<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
565
539
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
|
@@ -571,20 +545,18 @@ Deletes the action at <em class="parameter"><code>index_</code></em> from <em cl
|
|
571
545
|
<tbody>
|
572
546
|
<tr>
|
573
547
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
574
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
575
|
-
</td>
|
548
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
576
549
|
</tr>
|
577
550
|
<tr>
|
578
551
|
<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
|
579
|
-
<td>The index of the item to Delete
|
580
|
-
</td>
|
552
|
+
<td>The index of the item to Delete.</td>
|
581
553
|
</tr>
|
582
554
|
</tbody>
|
583
555
|
</table></div>
|
584
556
|
<p class="since">Since 2.4</p>
|
585
557
|
</div>
|
586
558
|
<hr>
|
587
|
-
<div class="refsect2"
|
559
|
+
<div class="refsect2">
|
588
560
|
<a name="gtk-entry-completion-set-text-column"></a><h3>gtk_entry_completion_set_text_column ()</h3>
|
589
561
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_text_column
|
590
562
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -605,20 +577,18 @@ renderer, use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-T
|
|
605
577
|
<tbody>
|
606
578
|
<tr>
|
607
579
|
<td><p><span class="term"><em class="parameter"><code>completion</code></em> :</span></p></td>
|
608
|
-
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a
|
609
|
-
</td>
|
580
|
+
<td>A <a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a>.</td>
|
610
581
|
</tr>
|
611
582
|
<tr>
|
612
583
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
613
|
-
<td>The column in the model of <em class="parameter"><code>completion</code></em> to get strings from
|
614
|
-
</td>
|
584
|
+
<td>The column in the model of <em class="parameter"><code>completion</code></em> to get strings from.</td>
|
615
585
|
</tr>
|
616
586
|
</tbody>
|
617
587
|
</table></div>
|
618
588
|
<p class="since">Since 2.4</p>
|
619
589
|
</div>
|
620
590
|
<hr>
|
621
|
-
<div class="refsect2"
|
591
|
+
<div class="refsect2">
|
622
592
|
<a name="gtk-entry-completion-get-text-column"></a><h3>gtk_entry_completion_get_text_column ()</h3>
|
623
593
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_completion_get_text_column
|
624
594
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -635,16 +605,14 @@ Returns the column in the model of <em class="parameter"><code>completion</code>
|
|
635
605
|
</tr>
|
636
606
|
<tr>
|
637
607
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
638
|
-
<td>
|
639
|
-
|
640
|
-
</td>
|
608
|
+
<td>the column containing the strings</td>
|
641
609
|
</tr>
|
642
610
|
</tbody>
|
643
611
|
</table></div>
|
644
612
|
<p class="since">Since 2.6</p>
|
645
613
|
</div>
|
646
614
|
<hr>
|
647
|
-
<div class="refsect2"
|
615
|
+
<div class="refsect2">
|
648
616
|
<a name="gtk-entry-completion-set-inline-completion"></a><h3>gtk_entry_completion_set_inline_completion ()</h3>
|
649
617
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_inline_completion
|
650
618
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -664,15 +632,14 @@ be automatically inserted in the entry.
|
|
664
632
|
<tr>
|
665
633
|
<td><p><span class="term"><em class="parameter"><code>inline_completion</code></em> :</span></p></td>
|
666
634
|
<td>
|
667
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do inline completion
|
668
|
-
</td>
|
635
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do inline completion</td>
|
669
636
|
</tr>
|
670
637
|
</tbody>
|
671
638
|
</table></div>
|
672
639
|
<p class="since">Since 2.6</p>
|
673
640
|
</div>
|
674
641
|
<hr>
|
675
|
-
<div class="refsect2"
|
642
|
+
<div class="refsect2">
|
676
643
|
<a name="gtk-entry-completion-get-inline-completion"></a><h3>gtk_entry_completion_get_inline_completion ()</h3>
|
677
644
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_completion_get_inline_completion
|
678
645
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -690,16 +657,15 @@ be automatically inserted in the entry.
|
|
690
657
|
</tr>
|
691
658
|
<tr>
|
692
659
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
693
|
-
<td>
|
694
|
-
|
695
|
-
</td>
|
660
|
+
<td>
|
661
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if inline completion is turned on</td>
|
696
662
|
</tr>
|
697
663
|
</tbody>
|
698
664
|
</table></div>
|
699
665
|
<p class="since">Since 2.6</p>
|
700
666
|
</div>
|
701
667
|
<hr>
|
702
|
-
<div class="refsect2"
|
668
|
+
<div class="refsect2">
|
703
669
|
<a name="gtk-entry-completion-set-inline-selection"></a><h3>gtk_entry_completion_set_inline_selection ()</h3>
|
704
670
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_inline_selection
|
705
671
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -719,15 +685,14 @@ inside the entry.
|
|
719
685
|
<tr>
|
720
686
|
<td><p><span class="term"><em class="parameter"><code>inline_selection</code></em> :</span></p></td>
|
721
687
|
<td>
|
722
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do inline selection
|
723
|
-
</td>
|
688
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do inline selection</td>
|
724
689
|
</tr>
|
725
690
|
</tbody>
|
726
691
|
</table></div>
|
727
692
|
<p class="since">Since 2.12</p>
|
728
693
|
</div>
|
729
694
|
<hr>
|
730
|
-
<div class="refsect2"
|
695
|
+
<div class="refsect2">
|
731
696
|
<a name="gtk-entry-completion-get-inline-selection"></a><h3>gtk_entry_completion_get_inline_selection ()</h3>
|
732
697
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_completion_get_inline_selection
|
733
698
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -744,16 +709,15 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr
|
|
744
709
|
</tr>
|
745
710
|
<tr>
|
746
711
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
747
|
-
<td>
|
748
|
-
|
749
|
-
</td>
|
712
|
+
<td>
|
713
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if inline-selection mode is on</td>
|
750
714
|
</tr>
|
751
715
|
</tbody>
|
752
716
|
</table></div>
|
753
717
|
<p class="since">Since 2.12</p>
|
754
718
|
</div>
|
755
719
|
<hr>
|
756
|
-
<div class="refsect2"
|
720
|
+
<div class="refsect2">
|
757
721
|
<a name="gtk-entry-completion-set-popup-completion"></a><h3>gtk_entry_completion_set_popup_completion ()</h3>
|
758
722
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_popup_completion
|
759
723
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -772,15 +736,14 @@ Sets whether the completions should be presented in a popup window.
|
|
772
736
|
<tr>
|
773
737
|
<td><p><span class="term"><em class="parameter"><code>popup_completion</code></em> :</span></p></td>
|
774
738
|
<td>
|
775
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do popup completion
|
776
|
-
</td>
|
739
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to do popup completion</td>
|
777
740
|
</tr>
|
778
741
|
</tbody>
|
779
742
|
</table></div>
|
780
743
|
<p class="since">Since 2.6</p>
|
781
744
|
</div>
|
782
745
|
<hr>
|
783
|
-
<div class="refsect2"
|
746
|
+
<div class="refsect2">
|
784
747
|
<a name="gtk-entry-completion-get-popup-completion"></a><h3>gtk_entry_completion_get_popup_completion ()</h3>
|
785
748
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_completion_get_popup_completion
|
786
749
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -797,16 +760,15 @@ Returns whether the completions should be presented in a popup window.
|
|
797
760
|
</tr>
|
798
761
|
<tr>
|
799
762
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
800
|
-
<td>
|
801
|
-
|
802
|
-
</td>
|
763
|
+
<td>
|
764
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if popup completion is turned on</td>
|
803
765
|
</tr>
|
804
766
|
</tbody>
|
805
767
|
</table></div>
|
806
768
|
<p class="since">Since 2.6</p>
|
807
769
|
</div>
|
808
770
|
<hr>
|
809
|
-
<div class="refsect2"
|
771
|
+
<div class="refsect2">
|
810
772
|
<a name="gtk-entry-completion-set-popup-set-width"></a><h3>gtk_entry_completion_set_popup_set_width ()</h3>
|
811
773
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_popup_set_width
|
812
774
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -826,15 +788,14 @@ width as the entry.
|
|
826
788
|
<tr>
|
827
789
|
<td><p><span class="term"><em class="parameter"><code>popup_set_width</code></em> :</span></p></td>
|
828
790
|
<td>
|
829
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the width of the popup the same as the entry
|
830
|
-
</td>
|
791
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the width of the popup the same as the entry</td>
|
831
792
|
</tr>
|
832
793
|
</tbody>
|
833
794
|
</table></div>
|
834
795
|
<p class="since">Since 2.8</p>
|
835
796
|
</div>
|
836
797
|
<hr>
|
837
|
-
<div class="refsect2"
|
798
|
+
<div class="refsect2">
|
838
799
|
<a name="gtk-entry-completion-get-popup-set-width"></a><h3>gtk_entry_completion_get_popup_set_width ()</h3>
|
839
800
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_completion_get_popup_set_width
|
840
801
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -852,17 +813,16 @@ width of the entry.
|
|
852
813
|
</tr>
|
853
814
|
<tr>
|
854
815
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
855
|
-
<td>
|
856
|
-
|
857
|
-
|
858
|
-
</td>
|
816
|
+
<td>
|
817
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the popup window will be resized to the width of
|
818
|
+
the entry</td>
|
859
819
|
</tr>
|
860
820
|
</tbody>
|
861
821
|
</table></div>
|
862
822
|
<p class="since">Since 2.8</p>
|
863
823
|
</div>
|
864
824
|
<hr>
|
865
|
-
<div class="refsect2"
|
825
|
+
<div class="refsect2">
|
866
826
|
<a name="gtk-entry-completion-set-popup-single-match"></a><h3>gtk_entry_completion_set_popup_single_match ()</h3>
|
867
827
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_completion_set_popup_single_match
|
868
828
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>,
|
@@ -885,15 +845,14 @@ completion</a>.
|
|
885
845
|
<td><p><span class="term"><em class="parameter"><code>popup_single_match</code></em> :</span></p></td>
|
886
846
|
<td>
|
887
847
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the popup should appear even for a single
|
888
|
-
|
889
|
-
</td>
|
848
|
+
match</td>
|
890
849
|
</tr>
|
891
850
|
</tbody>
|
892
851
|
</table></div>
|
893
852
|
<p class="since">Since 2.8</p>
|
894
853
|
</div>
|
895
854
|
<hr>
|
896
|
-
<div class="refsect2"
|
855
|
+
<div class="refsect2">
|
897
856
|
<a name="gtk-entry-completion-get-popup-single-match"></a><h3>gtk_entry_completion_get_popup_single_match ()</h3>
|
898
857
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_entry_completion_get_popup_single_match
|
899
858
|
(<em class="parameter"><code><a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *completion</code></em>);</pre>
|
@@ -911,19 +870,18 @@ only a single match.
|
|
911
870
|
</tr>
|
912
871
|
<tr>
|
913
872
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
914
|
-
<td>
|
915
|
-
|
916
|
-
|
917
|
-
</td>
|
873
|
+
<td>
|
874
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the popup window will appear regardless of the
|
875
|
+
number of matches.</td>
|
918
876
|
</tr>
|
919
877
|
</tbody>
|
920
878
|
</table></div>
|
921
879
|
<p class="since">Since 2.8</p>
|
922
880
|
</div>
|
923
881
|
</div>
|
924
|
-
<div class="refsect1"
|
882
|
+
<div class="refsect1">
|
925
883
|
<a name="GtkEntryCompletion.property-details"></a><h2>Property Details</h2>
|
926
|
-
<div class="refsect2"
|
884
|
+
<div class="refsect2">
|
927
885
|
<a name="GtkEntryCompletion--inline-completion"></a><h3>The <code class="literal">"inline-completion"</code> property</h3>
|
928
886
|
<pre class="programlisting"> "inline-completion" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
929
887
|
<p>
|
@@ -936,7 +894,7 @@ match function.
|
|
936
894
|
<p class="since">Since 2.6</p>
|
937
895
|
</div>
|
938
896
|
<hr>
|
939
|
-
<div class="refsect2"
|
897
|
+
<div class="refsect2">
|
940
898
|
<a name="GtkEntryCompletion--inline-selection"></a><h3>The <code class="literal">"inline-selection"</code> property</h3>
|
941
899
|
<pre class="programlisting"> "inline-selection" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
942
900
|
<p>
|
@@ -947,7 +905,7 @@ will appear in the entry as you navigate through them.
|
|
947
905
|
<p class="since">Since 2.12</p>
|
948
906
|
</div>
|
949
907
|
<hr>
|
950
|
-
<div class="refsect2"
|
908
|
+
<div class="refsect2">
|
951
909
|
<a name="GtkEntryCompletion--minimum-key-length"></a><h3>The <code class="literal">"minimum-key-length"</code> property</h3>
|
952
910
|
<pre class="programlisting"> "minimum-key-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
953
911
|
<p>Minimum length of the search key in order to look up matches.</p>
|
@@ -955,13 +913,13 @@ will appear in the entry as you navigate through them.
|
|
955
913
|
<p>Default value: 1</p>
|
956
914
|
</div>
|
957
915
|
<hr>
|
958
|
-
<div class="refsect2"
|
916
|
+
<div class="refsect2">
|
959
917
|
<a name="GtkEntryCompletion--model"></a><h3>The <code class="literal">"model"</code> property</h3>
|
960
918
|
<pre class="programlisting"> "model" <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>* : Read / Write</pre>
|
961
919
|
<p>The model to find matches in.</p>
|
962
920
|
</div>
|
963
921
|
<hr>
|
964
|
-
<div class="refsect2"
|
922
|
+
<div class="refsect2">
|
965
923
|
<a name="GtkEntryCompletion--popup-completion"></a><h3>The <code class="literal">"popup-completion"</code> property</h3>
|
966
924
|
<pre class="programlisting"> "popup-completion" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
967
925
|
<p>
|
@@ -972,7 +930,7 @@ shown in a popup window.
|
|
972
930
|
<p class="since">Since 2.6</p>
|
973
931
|
</div>
|
974
932
|
<hr>
|
975
|
-
<div class="refsect2"
|
933
|
+
<div class="refsect2">
|
976
934
|
<a name="GtkEntryCompletion--popup-set-width"></a><h3>The <code class="literal">"popup-set-width"</code> property</h3>
|
977
935
|
<pre class="programlisting"> "popup-set-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
978
936
|
<p>
|
@@ -983,7 +941,7 @@ resized to the width of the entry.
|
|
983
941
|
<p class="since">Since 2.8</p>
|
984
942
|
</div>
|
985
943
|
<hr>
|
986
|
-
<div class="refsect2"
|
944
|
+
<div class="refsect2">
|
987
945
|
<a name="GtkEntryCompletion--popup-single-match"></a><h3>The <code class="literal">"popup-single-match"</code> property</h3>
|
988
946
|
<pre class="programlisting"> "popup-single-match" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
989
947
|
<p>
|
@@ -997,7 +955,7 @@ completion</a>.
|
|
997
955
|
<p class="since">Since 2.8</p>
|
998
956
|
</div>
|
999
957
|
<hr>
|
1000
|
-
<div class="refsect2"
|
958
|
+
<div class="refsect2">
|
1001
959
|
<a name="GtkEntryCompletion--text-column"></a><h3>The <code class="literal">"text-column"</code> property</h3>
|
1002
960
|
<pre class="programlisting"> "text-column" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1003
961
|
<p>
|
@@ -1009,13 +967,13 @@ Note that the strings must be UTF-8.
|
|
1009
967
|
<p class="since">Since 2.6</p>
|
1010
968
|
</div>
|
1011
969
|
</div>
|
1012
|
-
<div class="refsect1"
|
970
|
+
<div class="refsect1">
|
1013
971
|
<a name="GtkEntryCompletion.signal-details"></a><h2>Signal Details</h2>
|
1014
|
-
<div class="refsect2"
|
972
|
+
<div class="refsect2">
|
1015
973
|
<a name="GtkEntryCompletion-action-activated"></a><h3>The <code class="literal">"action-activated"</code> signal</h3>
|
1016
974
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *widget,
|
1017
975
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index,
|
1018
|
-
<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>
|
976
|
+
<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>
|
1019
977
|
<p>
|
1020
978
|
Gets emitted when an action is activated.
|
1021
979
|
</p>
|
@@ -1024,13 +982,11 @@ Gets emitted when an action is activated.
|
|
1024
982
|
<tbody>
|
1025
983
|
<tr>
|
1026
984
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1027
|
-
<td>the object which received the signal
|
1028
|
-
</td>
|
985
|
+
<td>the object which received the signal</td>
|
1029
986
|
</tr>
|
1030
987
|
<tr>
|
1031
988
|
<td><p><span class="term"><em class="parameter"><code>index</code></em> :</span></p></td>
|
1032
|
-
<td>the index of the activated action
|
1033
|
-
</td>
|
989
|
+
<td>the index of the activated action</td>
|
1034
990
|
</tr>
|
1035
991
|
<tr>
|
1036
992
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1041,12 +997,12 @@ Gets emitted when an action is activated.
|
|
1041
997
|
<p class="since">Since 2.4</p>
|
1042
998
|
</div>
|
1043
999
|
<hr>
|
1044
|
-
<div class="refsect2"
|
1000
|
+
<div class="refsect2">
|
1045
1001
|
<a name="GtkEntryCompletion-cursor-on-match"></a><h3>The <code class="literal">"cursor-on-match"</code> signal</h3>
|
1046
1002
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *widget,
|
1047
1003
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model,
|
1048
|
-
<a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1049
|
-
<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>
|
1004
|
+
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
1005
|
+
<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>
|
1050
1006
|
<p>
|
1051
1007
|
Gets emitted when a match from the cursor is on a match
|
1052
1008
|
of the list.The default behaviour is to replace the contents
|
@@ -1058,18 +1014,15 @@ pointed to by <em class="parameter"><code>iter</code></em>.
|
|
1058
1014
|
<tbody>
|
1059
1015
|
<tr>
|
1060
1016
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1061
|
-
<td>the object which received the signal
|
1062
|
-
</td>
|
1017
|
+
<td>the object which received the signal</td>
|
1063
1018
|
</tr>
|
1064
1019
|
<tr>
|
1065
1020
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
1066
|
-
<td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> containing the matches
|
1067
|
-
</td>
|
1021
|
+
<td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> containing the matches</td>
|
1068
1022
|
</tr>
|
1069
1023
|
<tr>
|
1070
1024
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1071
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1072
|
-
</td>
|
1025
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> positioned at the selected match</td>
|
1073
1026
|
</tr>
|
1074
1027
|
<tr>
|
1075
1028
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1077,20 +1030,19 @@ pointed to by <em class="parameter"><code>iter</code></em>.
|
|
1077
1030
|
</tr>
|
1078
1031
|
<tr>
|
1079
1032
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1080
|
-
<td>
|
1081
|
-
|
1082
|
-
</td>
|
1033
|
+
<td>
|
1034
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal has been handled</td>
|
1083
1035
|
</tr>
|
1084
1036
|
</tbody>
|
1085
1037
|
</table></div>
|
1086
1038
|
<p class="since">Since 2.12</p>
|
1087
1039
|
</div>
|
1088
1040
|
<hr>
|
1089
|
-
<div class="refsect2"
|
1041
|
+
<div class="refsect2">
|
1090
1042
|
<a name="GtkEntryCompletion-insert-prefix"></a><h3>The <code class="literal">"insert-prefix"</code> signal</h3>
|
1091
1043
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *widget,
|
1092
1044
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *prefix,
|
1093
|
-
<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>
|
1045
|
+
<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>
|
1094
1046
|
<p>
|
1095
1047
|
Gets emitted when the inline autocompletion is triggered.
|
1096
1048
|
The default behaviour is to make the entry display the
|
@@ -1107,13 +1059,11 @@ next '/'.
|
|
1107
1059
|
<tbody>
|
1108
1060
|
<tr>
|
1109
1061
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1110
|
-
<td>the object which received the signal
|
1111
|
-
</td>
|
1062
|
+
<td>the object which received the signal</td>
|
1112
1063
|
</tr>
|
1113
1064
|
<tr>
|
1114
1065
|
<td><p><span class="term"><em class="parameter"><code>prefix</code></em> :</span></p></td>
|
1115
|
-
<td>the common prefix of all possible completions
|
1116
|
-
</td>
|
1066
|
+
<td>the common prefix of all possible completions</td>
|
1117
1067
|
</tr>
|
1118
1068
|
<tr>
|
1119
1069
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1121,21 +1071,20 @@ next '/'.
|
|
1121
1071
|
</tr>
|
1122
1072
|
<tr>
|
1123
1073
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1124
|
-
<td>
|
1125
|
-
|
1126
|
-
</td>
|
1074
|
+
<td>
|
1075
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal has been handled</td>
|
1127
1076
|
</tr>
|
1128
1077
|
</tbody>
|
1129
1078
|
</table></div>
|
1130
1079
|
<p class="since">Since 2.6</p>
|
1131
1080
|
</div>
|
1132
1081
|
<hr>
|
1133
|
-
<div class="refsect2"
|
1082
|
+
<div class="refsect2">
|
1134
1083
|
<a name="GtkEntryCompletion-match-selected"></a><h3>The <code class="literal">"match-selected"</code> signal</h3>
|
1135
1084
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkEntryCompletion.html" title="GtkEntryCompletion"><span class="type">GtkEntryCompletion</span></a> *widget,
|
1136
1085
|
<a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model,
|
1137
|
-
<a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1138
|
-
<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>
|
1086
|
+
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter,
|
1087
|
+
<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>
|
1139
1088
|
<p>
|
1140
1089
|
Gets emitted when a match from the list is selected.
|
1141
1090
|
The default behaviour is to replace the contents of the
|
@@ -1147,18 +1096,15 @@ pointed to by <em class="parameter"><code>iter</code></em>.
|
|
1147
1096
|
<tbody>
|
1148
1097
|
<tr>
|
1149
1098
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1150
|
-
<td>the object which received the signal
|
1151
|
-
</td>
|
1099
|
+
<td>the object which received the signal</td>
|
1152
1100
|
</tr>
|
1153
1101
|
<tr>
|
1154
1102
|
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
|
1155
|
-
<td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> containing the matches
|
1156
|
-
</td>
|
1103
|
+
<td>the <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> containing the matches</td>
|
1157
1104
|
</tr>
|
1158
1105
|
<tr>
|
1159
1106
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1160
|
-
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"
|
1161
|
-
</td>
|
1107
|
+
<td>a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> positioned at the selected match</td>
|
1162
1108
|
</tr>
|
1163
1109
|
<tr>
|
1164
1110
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1166,9 +1112,8 @@ pointed to by <em class="parameter"><code>iter</code></em>.
|
|
1166
1112
|
</tr>
|
1167
1113
|
<tr>
|
1168
1114
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1169
|
-
<td>
|
1170
|
-
|
1171
|
-
</td>
|
1115
|
+
<td>
|
1116
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal has been handled</td>
|
1172
1117
|
</tr>
|
1173
1118
|
</tbody>
|
1174
1119
|
</table></div>
|
@@ -1178,6 +1123,6 @@ pointed to by <em class="parameter"><code>iter</code></em>.
|
|
1178
1123
|
</div>
|
1179
1124
|
<div class="footer">
|
1180
1125
|
<hr>
|
1181
|
-
Generated by GTK-Doc V1.
|
1126
|
+
Generated by GTK-Doc V1.16.1</div>
|
1182
1127
|
</body>
|
1183
1128
|
</html>
|