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="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="GtkTextTag.html" title="GtkTextTag">
|
10
10
|
<link rel="next" href="GtkTextView.html" title="GtkTextView">
|
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">
|
@@ -27,10 +27,12 @@
|
|
27
27
|
|
|
28
28
|
<a href="#GtkTextTagTable.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
|
|
30
|
+
<a href="#GtkTextTagTable.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
|
+
|
|
30
32
|
<a href="#GtkTextTagTable.signals" class="shortcut">Signals</a>
|
31
33
|
</td></tr>
|
32
34
|
</table>
|
33
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
34
36
|
<a name="GtkTextTagTable"></a><div class="titlepage"></div>
|
35
37
|
<div class="refnamediv"><table width="100%"><tr>
|
36
38
|
<td valign="top">
|
@@ -39,7 +41,7 @@
|
|
39
41
|
</td>
|
40
42
|
<td valign="top" align="right"></td>
|
41
43
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
43
45
|
<a name="GtkTextTagTable.synopsis"></a><h2>Synopsis</h2>
|
44
46
|
<pre class="synopsis">
|
45
47
|
#include <gtk/gtk.h>
|
@@ -60,22 +62,28 @@
|
|
60
62
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-get-size" title="gtk_text_tag_table_get_size ()">gtk_text_tag_table_get_size</a> (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);
|
61
63
|
</pre>
|
62
64
|
</div>
|
63
|
-
<div class="refsect1"
|
65
|
+
<div class="refsect1">
|
64
66
|
<a name="GtkTextTagTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
65
67
|
<pre class="synopsis">
|
66
68
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
67
69
|
+----GtkTextTagTable
|
68
70
|
</pre>
|
69
71
|
</div>
|
70
|
-
<div class="refsect1"
|
72
|
+
<div class="refsect1">
|
73
|
+
<a name="GtkTextTagTable.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
74
|
+
<p>
|
75
|
+
GtkTextTagTable implements
|
76
|
+
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
77
|
+
</div>
|
78
|
+
<div class="refsect1">
|
71
79
|
<a name="GtkTextTagTable.signals"></a><h2>Signals</h2>
|
72
80
|
<pre class="synopsis">
|
73
|
-
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-added" title='The "tag-added" signal'>tag-added</a>" : Run Last
|
74
|
-
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-changed" title='The "tag-changed" signal'>tag-changed</a>" : Run Last
|
75
|
-
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-removed" title='The "tag-removed" signal'>tag-removed</a>" : Run Last
|
81
|
+
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-added" title='The "tag-added" signal'>tag-added</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>
|
82
|
+
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-changed" title='The "tag-changed" signal'>tag-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
83
|
+
"<a class="link" href="GtkTextTagTable.html#GtkTextTagTable-tag-removed" title='The "tag-removed" signal'>tag-removed</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>
|
76
84
|
</pre>
|
77
85
|
</div>
|
78
|
-
<div class="refsect1"
|
86
|
+
<div class="refsect1">
|
79
87
|
<a name="GtkTextTagTable.description"></a><h2>Description</h2>
|
80
88
|
<p>
|
81
89
|
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
@@ -84,40 +92,65 @@ types related to the text widget and how they work together.
|
|
84
92
|
</p>
|
85
93
|
<p>
|
86
94
|
</p>
|
95
|
+
<div class="refsect2">
|
96
|
+
<a name="GtkTextTagTable-BUILDER-UI"></a><h3>GtkTextTagTables as GtkBuildable</h3>
|
97
|
+
<p>
|
98
|
+
The GtkTextTagTable implementation of the GtkBuildable interface
|
99
|
+
supports adding tags by specifying "tag" as the "type"
|
100
|
+
attribute of a <child> element.
|
101
|
+
</p>
|
102
|
+
<div class="example">
|
103
|
+
<a name="id681062"></a><p class="title"><b>Example 20. A UI definition fragment specifying tags</b></p>
|
104
|
+
<div class="example-contents">
|
105
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
106
|
+
<tbody>
|
107
|
+
<tr>
|
108
|
+
<td class="listing_lines" align="right"><pre>1
|
109
|
+
2
|
110
|
+
3
|
111
|
+
4
|
112
|
+
5</pre></td>
|
113
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkTextTagTable"</span><span class="symbol">></span>
|
114
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">child</span><span class="normal"> type</span><span class="symbol">=</span><span class="string">"tag"</span><span class="symbol">></span>
|
115
|
+
<span class="normal"> </span><span class="symbol"><</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkTextTag"</span><span class="symbol">/></span>
|
116
|
+
<span class="normal"> </span><span class="symbol"></</span><span class="normal">child</span><span class="symbol">></span>
|
117
|
+
<span class="symbol"></</span><span class="normal">object</span><span class="symbol">></span></pre></td>
|
118
|
+
</tr>
|
119
|
+
</tbody>
|
120
|
+
</table>
|
121
|
+
</div>
|
122
|
+
|
87
123
|
</div>
|
88
|
-
<
|
124
|
+
<br class="example-break">
|
125
|
+
</div>
|
126
|
+
<p>
|
127
|
+
</p>
|
128
|
+
<p>
|
129
|
+
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
130
|
+
conceptual overview</a> which gives an overview of all the objects and data
|
131
|
+
types related to the text widget and how they work together.
|
132
|
+
</p>
|
133
|
+
<p>
|
134
|
+
</p>
|
135
|
+
</div>
|
136
|
+
<div class="refsect1">
|
89
137
|
<a name="GtkTextTagTable.details"></a><h2>Details</h2>
|
90
|
-
<div class="refsect2"
|
138
|
+
<div class="refsect2">
|
91
139
|
<a name="GtkTextTagTable-struct"></a><h3>GtkTextTagTable</h3>
|
92
140
|
<pre class="programlisting">typedef struct _GtkTextTagTable GtkTextTagTable;</pre>
|
93
141
|
<p>
|
94
142
|
</p>
|
95
143
|
</div>
|
96
144
|
<hr>
|
97
|
-
<div class="refsect2"
|
145
|
+
<div class="refsect2">
|
98
146
|
<a name="GtkTextTagTableForeach"></a><h3>GtkTextTagTableForeach ()</h3>
|
99
147
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GtkTextTagTableForeach) (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
100
148
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
101
149
|
<p>
|
102
150
|
</p>
|
103
|
-
<div class="variablelist"><table border="0">
|
104
|
-
<col align="left" valign="top">
|
105
|
-
<tbody>
|
106
|
-
<tr>
|
107
|
-
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
108
|
-
<td>
|
109
|
-
</td>
|
110
|
-
</tr>
|
111
|
-
<tr>
|
112
|
-
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
113
|
-
<td>
|
114
|
-
</td>
|
115
|
-
</tr>
|
116
|
-
</tbody>
|
117
|
-
</table></div>
|
118
151
|
</div>
|
119
152
|
<hr>
|
120
|
-
<div class="refsect2"
|
153
|
+
<div class="refsect2">
|
121
154
|
<a name="gtk-text-tag-table-new"></a><h3>gtk_text_tag_table_new ()</h3>
|
122
155
|
<pre class="programlisting"><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="returnvalue">GtkTextTagTable</span></a> * gtk_text_tag_table_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
123
156
|
<p>
|
@@ -128,13 +161,13 @@ default.
|
|
128
161
|
<col align="left" valign="top">
|
129
162
|
<tbody><tr>
|
130
163
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
131
|
-
<td>
|
164
|
+
<td>a new <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>
|
132
165
|
</td>
|
133
166
|
</tr></tbody>
|
134
167
|
</table></div>
|
135
168
|
</div>
|
136
169
|
<hr>
|
137
|
-
<div class="refsect2"
|
170
|
+
<div class="refsect2">
|
138
171
|
<a name="gtk-text-tag-table-add"></a><h3>gtk_text_tag_table_add ()</h3>
|
139
172
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_tag_table_add (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
140
173
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
@@ -163,7 +196,7 @@ the same name as an already-added tag.
|
|
163
196
|
</table></div>
|
164
197
|
</div>
|
165
198
|
<hr>
|
166
|
-
<div class="refsect2"
|
199
|
+
<div class="refsect2">
|
167
200
|
<a name="gtk-text-tag-table-remove"></a><h3>gtk_text_tag_table_remove ()</h3>
|
168
201
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_tag_table_remove (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
169
202
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
@@ -189,7 +222,7 @@ up destroyed if you don't have a reference to it.
|
|
189
222
|
</table></div>
|
190
223
|
</div>
|
191
224
|
<hr>
|
192
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
193
226
|
<a name="gtk-text-tag-table-lookup"></a><h3>gtk_text_tag_table_lookup ()</h3>
|
194
227
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> * gtk_text_tag_table_lookup (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
195
228
|
<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> *name</code></em>);</pre>
|
@@ -201,24 +234,23 @@ Look up a named tag.
|
|
201
234
|
<tbody>
|
202
235
|
<tr>
|
203
236
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
204
|
-
<td>a <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>
|
237
|
+
<td>a <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>
|
205
238
|
</td>
|
206
239
|
</tr>
|
207
240
|
<tr>
|
208
241
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
209
|
-
<td>name of a tag
|
210
|
-
</td>
|
242
|
+
<td>name of a tag</td>
|
211
243
|
</tr>
|
212
244
|
<tr>
|
213
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
214
|
-
<td>
|
246
|
+
<td>The tag, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none by that name is in the table. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
215
247
|
</td>
|
216
248
|
</tr>
|
217
249
|
</tbody>
|
218
250
|
</table></div>
|
219
251
|
</div>
|
220
252
|
<hr>
|
221
|
-
<div class="refsect2"
|
253
|
+
<div class="refsect2">
|
222
254
|
<a name="gtk-text-tag-table-foreach"></a><h3>gtk_text_tag_table_foreach ()</h3>
|
223
255
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_tag_table_foreach (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>,
|
224
256
|
<em class="parameter"><code><a class="link" href="GtkTextTagTable.html#GtkTextTagTableForeach" title="GtkTextTagTableForeach ()"><span class="type">GtkTextTagTableForeach</span></a> func</code></em>,
|
@@ -238,19 +270,18 @@ over it (you can't add/remove tags).
|
|
238
270
|
</tr>
|
239
271
|
<tr>
|
240
272
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
241
|
-
<td>a function to call on each tag
|
273
|
+
<td>a function to call on each tag. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
|
242
274
|
</td>
|
243
275
|
</tr>
|
244
276
|
<tr>
|
245
277
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
246
|
-
<td>user data
|
247
|
-
</td>
|
278
|
+
<td>user data</td>
|
248
279
|
</tr>
|
249
280
|
</tbody>
|
250
281
|
</table></div>
|
251
282
|
</div>
|
252
283
|
<hr>
|
253
|
-
<div class="refsect2"
|
284
|
+
<div class="refsect2">
|
254
285
|
<a name="gtk-text-tag-table-get-size"></a><h3>gtk_text_tag_table_get_size ()</h3>
|
255
286
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_tag_table_get_size (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
|
256
287
|
<p>
|
@@ -266,20 +297,20 @@ Returns the size of the table (number of tags)
|
|
266
297
|
</tr>
|
267
298
|
<tr>
|
268
299
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
269
|
-
<td>
|
300
|
+
<td>number of tags in <em class="parameter"><code>table</code></em>
|
270
301
|
</td>
|
271
302
|
</tr>
|
272
303
|
</tbody>
|
273
304
|
</table></div>
|
274
305
|
</div>
|
275
306
|
</div>
|
276
|
-
<div class="refsect1"
|
307
|
+
<div class="refsect1">
|
277
308
|
<a name="GtkTextTagTable.signal-details"></a><h2>Signal Details</h2>
|
278
|
-
<div class="refsect2"
|
309
|
+
<div class="refsect2">
|
279
310
|
<a name="GtkTextTagTable-tag-added"></a><h3>The <code class="literal">"tag-added"</code> signal</h3>
|
280
311
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
281
312
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *arg1,
|
282
|
-
<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>
|
313
|
+
<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>
|
283
314
|
<p>
|
284
315
|
</p>
|
285
316
|
<div class="variablelist"><table border="0">
|
@@ -287,13 +318,7 @@ Returns the size of the table (number of tags)
|
|
287
318
|
<tbody>
|
288
319
|
<tr>
|
289
320
|
<td><p><span class="term"><em class="parameter"><code>texttagtable</code></em> :</span></p></td>
|
290
|
-
<td>the object which received the signal
|
291
|
-
</td>
|
292
|
-
</tr>
|
293
|
-
<tr>
|
294
|
-
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
295
|
-
<td>
|
296
|
-
</td>
|
321
|
+
<td>the object which received the signal.</td>
|
297
322
|
</tr>
|
298
323
|
<tr>
|
299
324
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -303,12 +328,12 @@ Returns the size of the table (number of tags)
|
|
303
328
|
</table></div>
|
304
329
|
</div>
|
305
330
|
<hr>
|
306
|
-
<div class="refsect2"
|
331
|
+
<div class="refsect2">
|
307
332
|
<a name="GtkTextTagTable-tag-changed"></a><h3>The <code class="literal">"tag-changed"</code> signal</h3>
|
308
333
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
309
334
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *arg1,
|
310
335
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> arg2,
|
311
|
-
<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>
|
336
|
+
<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>
|
312
337
|
<p>
|
313
338
|
</p>
|
314
339
|
<div class="variablelist"><table border="0">
|
@@ -316,18 +341,7 @@ Returns the size of the table (number of tags)
|
|
316
341
|
<tbody>
|
317
342
|
<tr>
|
318
343
|
<td><p><span class="term"><em class="parameter"><code>texttagtable</code></em> :</span></p></td>
|
319
|
-
<td>the object which received the signal
|
320
|
-
</td>
|
321
|
-
</tr>
|
322
|
-
<tr>
|
323
|
-
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
324
|
-
<td>
|
325
|
-
</td>
|
326
|
-
</tr>
|
327
|
-
<tr>
|
328
|
-
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
|
329
|
-
<td>
|
330
|
-
</td>
|
344
|
+
<td>the object which received the signal.</td>
|
331
345
|
</tr>
|
332
346
|
<tr>
|
333
347
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -337,11 +351,11 @@ Returns the size of the table (number of tags)
|
|
337
351
|
</table></div>
|
338
352
|
</div>
|
339
353
|
<hr>
|
340
|
-
<div class="refsect2"
|
354
|
+
<div class="refsect2">
|
341
355
|
<a name="GtkTextTagTable-tag-removed"></a><h3>The <code class="literal">"tag-removed"</code> signal</h3>
|
342
356
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *texttagtable,
|
343
357
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *arg1,
|
344
|
-
<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>
|
358
|
+
<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>
|
345
359
|
<p>
|
346
360
|
</p>
|
347
361
|
<div class="variablelist"><table border="0">
|
@@ -349,13 +363,7 @@ Returns the size of the table (number of tags)
|
|
349
363
|
<tbody>
|
350
364
|
<tr>
|
351
365
|
<td><p><span class="term"><em class="parameter"><code>texttagtable</code></em> :</span></p></td>
|
352
|
-
<td>the object which received the signal
|
353
|
-
</td>
|
354
|
-
</tr>
|
355
|
-
<tr>
|
356
|
-
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
357
|
-
<td>
|
358
|
-
</td>
|
366
|
+
<td>the object which received the signal.</td>
|
359
367
|
</tr>
|
360
368
|
<tr>
|
361
369
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -368,6 +376,6 @@ Returns the size of the table (number of tags)
|
|
368
376
|
</div>
|
369
377
|
<div class="footer">
|
370
378
|
<hr>
|
371
|
-
Generated by GTK-Doc V1.
|
379
|
+
Generated by GTK-Doc V1.16.1</div>
|
372
380
|
</body>
|
373
381
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="GtkTextTagTable.html" title="GtkTextTagTable">
|
10
10
|
<link rel="next" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkTextView.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry"
|
39
|
+
<div class="refentry">
|
40
40
|
<a name="GtkTextView"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,12 +45,12 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="multiline-text.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv"
|
48
|
+
<div class="refsynopsisdiv">
|
49
49
|
<a name="GtkTextView.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<a name="GtkTextChildAnchor"></a><pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
53
|
+
struct <a class="link" href="GtkTextView.html#GtkTextView-struct" title="struct GtkTextView">GtkTextView</a>;
|
54
54
|
enum <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType">GtkTextWindowType</a>;
|
55
55
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-new" title="gtk_text_view_new ()">gtk_text_view_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
56
56
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-new-with-buffer" title="gtk_text_view_new_with_buffer ()">gtk_text_view_new_with_buffer</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
@@ -64,7 +64,7 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
64
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> xalign</code></em>,
|
65
65
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> yalign</code></em>);
|
66
66
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-scroll-to-iter" title="gtk_text_view_scroll_to_iter ()">gtk_text_view_scroll_to_iter</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
67
|
-
<em class="parameter"><code><a class="link" href="
|
67
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
68
68
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> within_margin</code></em>,
|
69
69
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
70
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> xalign</code></em>,
|
@@ -77,22 +77,22 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
77
77
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-visible-rect" title="gtk_text_view_get_visible_rect ()">gtk_text_view_get_visible_rect</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
78
78
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);
|
79
79
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-location" title="gtk_text_view_get_iter_location ()">gtk_text_view_get_iter_location</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
80
|
-
<em class="parameter"><code>const <a class="link" href="
|
80
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
81
81
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *location</code></em>);
|
82
82
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-line-at-y" title="gtk_text_view_get_line_at_y ()">gtk_text_view_get_line_at_y</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
83
|
-
<em class="parameter"><code><a class="link" href="
|
83
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *target_iter</code></em>,
|
84
84
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
85
85
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *line_top</code></em>);
|
86
86
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-line-yrange" title="gtk_text_view_get_line_yrange ()">gtk_text_view_get_line_yrange</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
87
|
-
<em class="parameter"><code>const <a class="link" href="
|
87
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
88
88
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
89
89
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-location" title="gtk_text_view_get_iter_at_location ()">gtk_text_view_get_iter_at_location</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
91
|
-
<em class="parameter"><code><a class="link" href="
|
91
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
92
92
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
93
93
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
|
94
94
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-position" title="gtk_text_view_get_iter_at_position ()">gtk_text_view_get_iter_at_position</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
95
|
-
<em class="parameter"><code><a class="link" href="
|
95
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
96
96
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *trailing</code></em>,
|
97
97
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
98
98
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
|
@@ -110,7 +110,7 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
110
110
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> window_y</code></em>,
|
111
111
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *buffer_x</code></em>,
|
112
112
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *buffer_y</code></em>);
|
113
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a
|
113
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-get-window" title="gtk_text_view_get_window ()">gtk_text_view_get_window</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
114
114
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>);
|
115
115
|
<a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-get-window-type" title="gtk_text_view_get_window_type ()">gtk_text_view_get_window_type</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
116
116
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
@@ -122,26 +122,26 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
122
122
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
123
123
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> type</code></em>);
|
124
124
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line" title="gtk_text_view_forward_display_line ()">gtk_text_view_forward_display_line</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
125
|
-
<em class="parameter"><code><a class="link" href="
|
125
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
126
126
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-backward-display-line" title="gtk_text_view_backward_display_line ()">gtk_text_view_backward_display_line</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
127
|
-
<em class="parameter"><code><a class="link" href="
|
127
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
128
128
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line-end" title="gtk_text_view_forward_display_line_end ()">gtk_text_view_forward_display_line_end</a>
|
129
129
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
130
|
-
<em class="parameter"><code><a class="link" href="
|
130
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
131
131
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-backward-display-line-start" title="gtk_text_view_backward_display_line_start ()">gtk_text_view_backward_display_line_start</a>
|
132
132
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
133
|
-
<em class="parameter"><code><a class="link" href="
|
133
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
134
134
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-starts-display-line" title="gtk_text_view_starts_display_line ()">gtk_text_view_starts_display_line</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
135
|
-
<em class="parameter"><code>const <a class="link" href="
|
135
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
136
136
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-move-visually" title="gtk_text_view_move_visually ()">gtk_text_view_move_visually</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
137
|
-
<em class="parameter"><code><a class="link" href="
|
137
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
138
138
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
139
139
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-add-child-at-anchor" title="gtk_text_view_add_child_at_anchor ()">gtk_text_view_add_child_at_anchor</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
140
140
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
141
141
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);
|
142
|
-
|
143
|
-
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a
|
144
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
142
|
+
struct <a class="link" href="GtkTextView.html#GtkTextChildAnchor-struct" title="struct GtkTextChildAnchor">GtkTextChildAnchor</a>;
|
143
|
+
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a> * <a class="link" href="GtkTextView.html#gtk-text-child-anchor-new" title="gtk_text_child_anchor_new ()">gtk_text_child_anchor_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
144
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkTextView.html#gtk-text-child-anchor-get-widgets" title="gtk_text_child_anchor_get_widgets ()">gtk_text_child_anchor_get_widgets</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);
|
145
145
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-child-anchor-get-deleted" title="gtk_text_child_anchor_get_deleted ()">gtk_text_child_anchor_get_deleted</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);
|
146
146
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-add-child-in-window" title="gtk_text_view_add_child_in_window ()">gtk_text_view_add_child_in_window</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
147
147
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -193,22 +193,22 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
193
193
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-get-indent" title="gtk_text_view_get_indent ()">gtk_text_view_get_indent</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
194
194
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-set-tabs" title="gtk_text_view_set_tabs ()">gtk_text_view_set_tabs</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
195
195
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tabs</code></em>);
|
196
|
-
<a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a
|
196
|
+
<a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-get-tabs" title="gtk_text_view_get_tabs ()">gtk_text_view_get_tabs</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
197
197
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-set-accepts-tab" title="gtk_text_view_set_accepts_tab ()">gtk_text_view_set_accepts_tab</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
198
198
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> accepts_tab</code></em>);
|
199
199
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-get-accepts-tab" title="gtk_text_view_get_accepts_tab ()">gtk_text_view_get_accepts_tab</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
200
|
-
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a
|
200
|
+
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-get-default-attributes" title="gtk_text_view_get_default_attributes ()">gtk_text_view_get_default_attributes</a>
|
201
201
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
202
202
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextView.html#gtk-text-view-im-context-filter-keypress" title="gtk_text_view_im_context_filter_keypress ()">gtk_text_view_im_context_filter_keypress</a>
|
203
203
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
204
204
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);
|
205
205
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextView.html#gtk-text-view-reset-im-context" title="gtk_text_view_reset_im_context ()">gtk_text_view_reset_im_context</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
206
|
-
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
207
|
-
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
206
|
+
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-get-hadjustment" title="gtk_text_view_get_hadjustment ()">gtk_text_view_get_hadjustment</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
207
|
+
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * <a class="link" href="GtkTextView.html#gtk-text-view-get-vadjustment" title="gtk_text_view_get_vadjustment ()">gtk_text_view_get_vadjustment</a> (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);
|
208
208
|
#define <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS" title="GTK_TEXT_VIEW_PRIORITY_VALIDATE">GTK_TEXT_VIEW_PRIORITY_VALIDATE</a>
|
209
209
|
</pre>
|
210
210
|
</div>
|
211
|
-
<div class="refsect1"
|
211
|
+
<div class="refsect1">
|
212
212
|
<a name="GtkTextView.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
213
213
|
<pre class="synopsis">
|
214
214
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -223,13 +223,13 @@ enum <a class="link" href="GtkTextView.html#GtkTextWindowType" ti
|
|
223
223
|
+----GtkTextChildAnchor
|
224
224
|
</pre>
|
225
225
|
</div>
|
226
|
-
<div class="refsect1"
|
226
|
+
<div class="refsect1">
|
227
227
|
<a name="GtkTextView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
228
228
|
<p>
|
229
229
|
GtkTextView implements
|
230
230
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
231
231
|
</div>
|
232
|
-
<div class="refsect1"
|
232
|
+
<div class="refsect1">
|
233
233
|
<a name="GtkTextView.properties"></a><h2>Properties</h2>
|
234
234
|
<pre class="synopsis">
|
235
235
|
"<a class="link" href="GtkTextView.html#GtkTextView--accepts-tab" title='The "accepts-tab" property'>accepts-tab</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -249,34 +249,34 @@ GtkTextView implements
|
|
249
249
|
"<a class="link" href="GtkTextView.html#GtkTextView--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> : Read / Write
|
250
250
|
</pre>
|
251
251
|
</div>
|
252
|
-
<div class="refsect1"
|
252
|
+
<div class="refsect1">
|
253
253
|
<a name="GtkTextView.style-properties"></a><h2>Style Properties</h2>
|
254
254
|
<pre class="synopsis">
|
255
255
|
"<a class="link" href="GtkTextView.html#GtkTextView--s-error-underline-color" title='The "error-underline-color" style property'>error-underline-color</a>" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
|
256
256
|
</pre>
|
257
257
|
</div>
|
258
|
-
<div class="refsect1"
|
258
|
+
<div class="refsect1">
|
259
259
|
<a name="GtkTextView.signals"></a><h2>Signals</h2>
|
260
260
|
<pre class="synopsis">
|
261
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-backspace" title='The "backspace" signal'>backspace</a>" :
|
262
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" :
|
263
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" :
|
264
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" :
|
265
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" :
|
266
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" :
|
267
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-move-viewport" title='The "move-viewport" signal'>move-viewport</a>" :
|
268
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-page-horizontally" title='The "page-horizontally" signal'>page-horizontally</a>" :
|
269
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" :
|
270
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : Run Last
|
271
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" :
|
272
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-select-all" title='The "select-all" signal'>select-all</a>" :
|
273
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-set-anchor" title='The "set-anchor" signal'>set-anchor</a>" :
|
274
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" :
|
275
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-toggle-cursor-visible" title='The "toggle-cursor-visible" signal'>toggle-cursor-visible</a>" :
|
276
|
-
"<a class="link" href="GtkTextView.html#GtkTextView-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" :
|
261
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-backspace" title='The "backspace" signal'>backspace</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
262
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
263
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-cut-clipboard" title='The "cut-clipboard" signal'>cut-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
264
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-delete-from-cursor" title='The "delete-from-cursor" signal'>delete-from-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
265
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-insert-at-cursor" title='The "insert-at-cursor" signal'>insert-at-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
266
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
267
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-move-viewport" title='The "move-viewport" signal'>move-viewport</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
268
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-page-horizontally" title='The "page-horizontally" signal'>page-horizontally</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
269
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-paste-clipboard" title='The "paste-clipboard" signal'>paste-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
270
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-populate-popup" title='The "populate-popup" signal'>populate-popup</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>
|
271
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-preedit-changed" title='The "preedit-changed" signal'>preedit-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
272
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-select-all" title='The "select-all" signal'>select-all</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
273
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-set-anchor" title='The "set-anchor" signal'>set-anchor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
274
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
275
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-toggle-cursor-visible" title='The "toggle-cursor-visible" signal'>toggle-cursor-visible</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
276
|
+
"<a class="link" href="GtkTextView.html#GtkTextView-toggle-overwrite" title='The "toggle-overwrite" signal'>toggle-overwrite</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
277
277
|
</pre>
|
278
278
|
</div>
|
279
|
-
<div class="refsect1"
|
279
|
+
<div class="refsect1">
|
280
280
|
<a name="GtkTextView.description"></a><h2>Description</h2>
|
281
281
|
<p>
|
282
282
|
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
@@ -286,16 +286,16 @@ types related to the text widget and how they work together.
|
|
286
286
|
<p>
|
287
287
|
</p>
|
288
288
|
</div>
|
289
|
-
<div class="refsect1"
|
289
|
+
<div class="refsect1">
|
290
290
|
<a name="GtkTextView.details"></a><h2>Details</h2>
|
291
|
-
<div class="refsect2"
|
292
|
-
<a name="GtkTextView-struct"></a><h3>GtkTextView</h3>
|
293
|
-
<pre class="programlisting">
|
291
|
+
<div class="refsect2">
|
292
|
+
<a name="GtkTextView-struct"></a><h3>struct GtkTextView</h3>
|
293
|
+
<pre class="programlisting">struct GtkTextView;</pre>
|
294
294
|
<p>
|
295
295
|
</p>
|
296
296
|
</div>
|
297
297
|
<hr>
|
298
|
-
<div class="refsect2"
|
298
|
+
<div class="refsect2">
|
299
299
|
<a name="GtkTextWindowType"></a><h3>enum GtkTextWindowType</h3>
|
300
300
|
<pre class="programlisting">typedef enum
|
301
301
|
{
|
@@ -312,7 +312,7 @@ types related to the text widget and how they work together.
|
|
312
312
|
</p>
|
313
313
|
</div>
|
314
314
|
<hr>
|
315
|
-
<div class="refsect2"
|
315
|
+
<div class="refsect2">
|
316
316
|
<a name="gtk-text-view-new"></a><h3>gtk_text_view_new ()</h3>
|
317
317
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_text_view_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
318
318
|
<p>
|
@@ -325,13 +325,13 @@ to specify your own buffer, consider <a class="link" href="GtkTextView.html#gtk-
|
|
325
325
|
<col align="left" valign="top">
|
326
326
|
<tbody><tr>
|
327
327
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
328
|
-
<td>
|
328
|
+
<td>a new <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>
|
329
329
|
</td>
|
330
330
|
</tr></tbody>
|
331
331
|
</table></div>
|
332
332
|
</div>
|
333
333
|
<hr>
|
334
|
-
<div class="refsect2"
|
334
|
+
<div class="refsect2">
|
335
335
|
<a name="gtk-text-view-new-with-buffer"></a><h3>gtk_text_view_new_with_buffer ()</h3>
|
336
336
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_text_view_new_with_buffer (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
337
337
|
<p>
|
@@ -352,14 +352,13 @@ take over an existing reference.
|
|
352
352
|
</tr>
|
353
353
|
<tr>
|
354
354
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
355
|
-
<td>
|
356
|
-
</td>
|
355
|
+
<td>a new <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>.</td>
|
357
356
|
</tr>
|
358
357
|
</tbody>
|
359
358
|
</table></div>
|
360
359
|
</div>
|
361
360
|
<hr>
|
362
|
-
<div class="refsect2"
|
361
|
+
<div class="refsect2">
|
363
362
|
<a name="gtk-text-view-set-buffer"></a><h3>gtk_text_view_set_buffer ()</h3>
|
364
363
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_buffer (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
365
364
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
@@ -380,14 +379,14 @@ will not "adopt" it.
|
|
380
379
|
</tr>
|
381
380
|
<tr>
|
382
381
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
383
|
-
<td>
|
382
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
384
383
|
</td>
|
385
384
|
</tr>
|
386
385
|
</tbody>
|
387
386
|
</table></div>
|
388
387
|
</div>
|
389
388
|
<hr>
|
390
|
-
<div class="refsect2"
|
389
|
+
<div class="refsect2">
|
391
390
|
<a name="gtk-text-view-get-buffer"></a><h3>gtk_text_view_get_buffer ()</h3>
|
392
391
|
<pre class="programlisting"><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a> * gtk_text_view_get_buffer (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
393
392
|
<p>
|
@@ -405,14 +404,14 @@ of this function won't own a new reference.
|
|
405
404
|
</tr>
|
406
405
|
<tr>
|
407
406
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
408
|
-
<td>
|
407
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
409
408
|
</td>
|
410
409
|
</tr>
|
411
410
|
</tbody>
|
412
411
|
</table></div>
|
413
412
|
</div>
|
414
413
|
<hr>
|
415
|
-
<div class="refsect2"
|
414
|
+
<div class="refsect2">
|
416
415
|
<a name="gtk-text-view-scroll-to-mark"></a><h3>gtk_text_view_scroll_to_mark ()</h3>
|
417
416
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_scroll_to_mark (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
418
417
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
@@ -444,33 +443,29 @@ screen for purposes of this function is reduced by a margin of size
|
|
444
443
|
</tr>
|
445
444
|
<tr>
|
446
445
|
<td><p><span class="term"><em class="parameter"><code>within_margin</code></em> :</span></p></td>
|
447
|
-
<td>margin as a [0.0,0.5) fraction of screen size
|
448
|
-
</td>
|
446
|
+
<td>margin as a [0.0,0.5) fraction of screen size</td>
|
449
447
|
</tr>
|
450
448
|
<tr>
|
451
449
|
<td><p><span class="term"><em class="parameter"><code>use_align</code></em> :</span></p></td>
|
452
|
-
<td>whether to use alignment arguments (if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, just
|
453
|
-
|
454
|
-
</td>
|
450
|
+
<td>whether to use alignment arguments (if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, just
|
451
|
+
get the mark onscreen)</td>
|
455
452
|
</tr>
|
456
453
|
<tr>
|
457
454
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
458
|
-
<td>horizontal alignment of mark within visible area
|
459
|
-
</td>
|
455
|
+
<td>horizontal alignment of mark within visible area</td>
|
460
456
|
</tr>
|
461
457
|
<tr>
|
462
458
|
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
463
|
-
<td>vertical alignment of mark within visible area
|
464
|
-
</td>
|
459
|
+
<td>vertical alignment of mark within visible area</td>
|
465
460
|
</tr>
|
466
461
|
</tbody>
|
467
462
|
</table></div>
|
468
463
|
</div>
|
469
464
|
<hr>
|
470
|
-
<div class="refsect2"
|
465
|
+
<div class="refsect2">
|
471
466
|
<a name="gtk-text-view-scroll-to-iter"></a><h3>gtk_text_view_scroll_to_iter ()</h3>
|
472
467
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_scroll_to_iter (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
473
|
-
<em class="parameter"><code><a class="link" href="
|
468
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
474
469
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> within_margin</code></em>,
|
475
470
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_align</code></em>,
|
476
471
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> xalign</code></em>,
|
@@ -502,40 +497,36 @@ scrolled to after line validation.
|
|
502
497
|
</tr>
|
503
498
|
<tr>
|
504
499
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
505
|
-
<td>a <a class="link" href="
|
500
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
506
501
|
</td>
|
507
502
|
</tr>
|
508
503
|
<tr>
|
509
504
|
<td><p><span class="term"><em class="parameter"><code>within_margin</code></em> :</span></p></td>
|
510
|
-
<td>margin as a [0.0,0.5) fraction of screen size
|
511
|
-
</td>
|
505
|
+
<td>margin as a [0.0,0.5) fraction of screen size</td>
|
512
506
|
</tr>
|
513
507
|
<tr>
|
514
508
|
<td><p><span class="term"><em class="parameter"><code>use_align</code></em> :</span></p></td>
|
515
|
-
<td>whether to use alignment arguments (if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
516
|
-
|
517
|
-
</td>
|
509
|
+
<td>whether to use alignment arguments (if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
510
|
+
just get the mark onscreen)</td>
|
518
511
|
</tr>
|
519
512
|
<tr>
|
520
513
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
521
|
-
<td>horizontal alignment of mark within visible area
|
522
|
-
</td>
|
514
|
+
<td>horizontal alignment of mark within visible area</td>
|
523
515
|
</tr>
|
524
516
|
<tr>
|
525
517
|
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
526
|
-
<td>vertical alignment of mark within visible area
|
527
|
-
</td>
|
518
|
+
<td>vertical alignment of mark within visible area</td>
|
528
519
|
</tr>
|
529
520
|
<tr>
|
530
521
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
531
|
-
<td>
|
532
|
-
</td>
|
522
|
+
<td>
|
523
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if scrolling occurred</td>
|
533
524
|
</tr>
|
534
525
|
</tbody>
|
535
526
|
</table></div>
|
536
527
|
</div>
|
537
528
|
<hr>
|
538
|
-
<div class="refsect2"
|
529
|
+
<div class="refsect2">
|
539
530
|
<a name="gtk-text-view-scroll-mark-onscreen"></a><h3>gtk_text_view_scroll_mark_onscreen ()</h3>
|
540
531
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_scroll_mark_onscreen (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
541
532
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
@@ -560,7 +551,7 @@ within the visible area of the widget.
|
|
560
551
|
</table></div>
|
561
552
|
</div>
|
562
553
|
<hr>
|
563
|
-
<div class="refsect2"
|
554
|
+
<div class="refsect2">
|
564
555
|
<a name="gtk-text-view-move-mark-onscreen"></a><h3>gtk_text_view_move_mark_onscreen ()</h3>
|
565
556
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_move_mark_onscreen (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
566
557
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
@@ -583,14 +574,14 @@ located within the currently-visible text area.
|
|
583
574
|
</tr>
|
584
575
|
<tr>
|
585
576
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
586
|
-
<td>
|
587
|
-
</td>
|
577
|
+
<td>
|
578
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mark moved (wasn't already onscreen)</td>
|
588
579
|
</tr>
|
589
580
|
</tbody>
|
590
581
|
</table></div>
|
591
582
|
</div>
|
592
583
|
<hr>
|
593
|
-
<div class="refsect2"
|
584
|
+
<div class="refsect2">
|
594
585
|
<a name="gtk-text-view-place-cursor-onscreen"></a><h3>gtk_text_view_place_cursor_onscreen ()</h3>
|
595
586
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_place_cursor_onscreen (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
596
587
|
<p>
|
@@ -607,14 +598,14 @@ buffer, it it isn't there already.
|
|
607
598
|
</tr>
|
608
599
|
<tr>
|
609
600
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
610
|
-
<td>
|
611
|
-
</td>
|
601
|
+
<td>
|
602
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor had to be moved.</td>
|
612
603
|
</tr>
|
613
604
|
</tbody>
|
614
605
|
</table></div>
|
615
606
|
</div>
|
616
607
|
<hr>
|
617
|
-
<div class="refsect2"
|
608
|
+
<div class="refsect2">
|
618
609
|
<a name="gtk-text-view-get-visible-rect"></a><h3>gtk_text_view_get_visible_rect ()</h3>
|
619
610
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
620
611
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
|
@@ -633,17 +624,16 @@ with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coord
|
|
633
624
|
</tr>
|
634
625
|
<tr>
|
635
626
|
<td><p><span class="term"><em class="parameter"><code>visible_rect</code></em> :</span></p></td>
|
636
|
-
<td>rectangle to fill
|
637
|
-
</td>
|
627
|
+
<td>rectangle to fill</td>
|
638
628
|
</tr>
|
639
629
|
</tbody>
|
640
630
|
</table></div>
|
641
631
|
</div>
|
642
632
|
<hr>
|
643
|
-
<div class="refsect2"
|
633
|
+
<div class="refsect2">
|
644
634
|
<a name="gtk-text-view-get-iter-location"></a><h3>gtk_text_view_get_iter_location ()</h3>
|
645
635
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_iter_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
646
|
-
<em class="parameter"><code>const <a class="link" href="
|
636
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
647
637
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *location</code></em>);</pre>
|
648
638
|
<p>
|
649
639
|
Gets a rectangle which roughly contains the character at <em class="parameter"><code>iter</code></em>.
|
@@ -661,26 +651,26 @@ coordinates to coordinates for one of the windows in the text view.
|
|
661
651
|
</tr>
|
662
652
|
<tr>
|
663
653
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
664
|
-
<td>a <a class="link" href="
|
654
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
665
655
|
</td>
|
666
656
|
</tr>
|
667
657
|
<tr>
|
668
658
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
669
|
-
<td>
|
659
|
+
<td>bounds of the character at <em class="parameter"><code>iter</code></em>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
670
660
|
</td>
|
671
661
|
</tr>
|
672
662
|
</tbody>
|
673
663
|
</table></div>
|
674
664
|
</div>
|
675
665
|
<hr>
|
676
|
-
<div class="refsect2"
|
666
|
+
<div class="refsect2">
|
677
667
|
<a name="gtk-text-view-get-line-at-y"></a><h3>gtk_text_view_get_line_at_y ()</h3>
|
678
668
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_line_at_y (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
679
|
-
<em class="parameter"><code><a class="link" href="
|
669
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *target_iter</code></em>,
|
680
670
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
681
671
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *line_top</code></em>);</pre>
|
682
672
|
<p>
|
683
|
-
Gets the <a class="link" href="
|
673
|
+
Gets the <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> at the start of the line containing
|
684
674
|
the coordinate <em class="parameter"><code>y</code></em>. <em class="parameter"><code>y</code></em> is in buffer coordinates, convert from
|
685
675
|
window coordinates with <a class="link" href="GtkTextView.html#gtk-text-view-window-to-buffer-coords" title="gtk_text_view_window_to_buffer_coords ()"><code class="function">gtk_text_view_window_to_buffer_coords()</code></a>.
|
686
676
|
If non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>line_top</code></em> will be filled with the coordinate of the top
|
@@ -696,27 +686,26 @@ edge of the line.
|
|
696
686
|
</tr>
|
697
687
|
<tr>
|
698
688
|
<td><p><span class="term"><em class="parameter"><code>target_iter</code></em> :</span></p></td>
|
699
|
-
<td>
|
689
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
700
690
|
</td>
|
701
691
|
</tr>
|
702
692
|
<tr>
|
703
693
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
704
|
-
<td>a y coordinate
|
705
|
-
</td>
|
694
|
+
<td>a y coordinate</td>
|
706
695
|
</tr>
|
707
696
|
<tr>
|
708
697
|
<td><p><span class="term"><em class="parameter"><code>line_top</code></em> :</span></p></td>
|
709
|
-
<td>
|
698
|
+
<td>return location for top coordinate of the line. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
710
699
|
</td>
|
711
700
|
</tr>
|
712
701
|
</tbody>
|
713
702
|
</table></div>
|
714
703
|
</div>
|
715
704
|
<hr>
|
716
|
-
<div class="refsect2"
|
705
|
+
<div class="refsect2">
|
717
706
|
<a name="gtk-text-view-get-line-yrange"></a><h3>gtk_text_view_get_line_yrange ()</h3>
|
718
707
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_line_yrange (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
719
|
-
<em class="parameter"><code>const <a class="link" href="
|
708
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
720
709
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
721
710
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>);</pre>
|
722
711
|
<p>
|
@@ -734,27 +723,27 @@ convert to window coordinates with <a class="link" href="GtkTextView.html#gtk-te
|
|
734
723
|
</tr>
|
735
724
|
<tr>
|
736
725
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
737
|
-
<td>a <a class="link" href="
|
726
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
738
727
|
</td>
|
739
728
|
</tr>
|
740
729
|
<tr>
|
741
730
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
742
|
-
<td>
|
731
|
+
<td>return location for a y coordinate. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
743
732
|
</td>
|
744
733
|
</tr>
|
745
734
|
<tr>
|
746
735
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
747
|
-
<td>
|
736
|
+
<td>return location for a height. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
748
737
|
</td>
|
749
738
|
</tr>
|
750
739
|
</tbody>
|
751
740
|
</table></div>
|
752
741
|
</div>
|
753
742
|
<hr>
|
754
|
-
<div class="refsect2"
|
743
|
+
<div class="refsect2">
|
755
744
|
<a name="gtk-text-view-get-iter-at-location"></a><h3>gtk_text_view_get_iter_at_location ()</h3>
|
756
745
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_iter_at_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
757
|
-
<em class="parameter"><code><a class="link" href="
|
746
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
758
747
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
759
748
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
760
749
|
<p>
|
@@ -774,27 +763,25 @@ event, you have to convert those to buffer coordinates with
|
|
774
763
|
</tr>
|
775
764
|
<tr>
|
776
765
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
777
|
-
<td>
|
766
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
778
767
|
</td>
|
779
768
|
</tr>
|
780
769
|
<tr>
|
781
770
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
782
|
-
<td>x position, in buffer coordinates
|
783
|
-
</td>
|
771
|
+
<td>x position, in buffer coordinates</td>
|
784
772
|
</tr>
|
785
773
|
<tr>
|
786
774
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
787
|
-
<td>y position, in buffer coordinates
|
788
|
-
</td>
|
775
|
+
<td>y position, in buffer coordinates</td>
|
789
776
|
</tr>
|
790
777
|
</tbody>
|
791
778
|
</table></div>
|
792
779
|
</div>
|
793
780
|
<hr>
|
794
|
-
<div class="refsect2"
|
781
|
+
<div class="refsect2">
|
795
782
|
<a name="gtk-text-view-get-iter-at-position"></a><h3>gtk_text_view_get_iter_at_position ()</h3>
|
796
783
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_get_iter_at_position (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
797
|
-
<em class="parameter"><code><a class="link" href="
|
784
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
798
785
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *trailing</code></em>,
|
799
786
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
800
787
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
@@ -821,33 +808,31 @@ characters.
|
|
821
808
|
</tr>
|
822
809
|
<tr>
|
823
810
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
824
|
-
<td>
|
811
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
825
812
|
</td>
|
826
813
|
</tr>
|
827
814
|
<tr>
|
828
815
|
<td><p><span class="term"><em class="parameter"><code>trailing</code></em> :</span></p></td>
|
829
|
-
<td>
|
830
|
-
|
831
|
-
|
832
|
-
|
816
|
+
<td>if non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, location to store an integer indicating where
|
817
|
+
in the grapheme the user clicked. It will either be
|
818
|
+
zero, or the number of characters in the grapheme.
|
819
|
+
0 represents the trailing edge of the grapheme. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
833
820
|
</td>
|
834
821
|
</tr>
|
835
822
|
<tr>
|
836
823
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
837
|
-
<td>x position, in buffer coordinates
|
838
|
-
</td>
|
824
|
+
<td>x position, in buffer coordinates</td>
|
839
825
|
</tr>
|
840
826
|
<tr>
|
841
827
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
842
|
-
<td>y position, in buffer coordinates
|
843
|
-
</td>
|
828
|
+
<td>y position, in buffer coordinates</td>
|
844
829
|
</tr>
|
845
830
|
</tbody>
|
846
831
|
</table></div>
|
847
832
|
<p class="since">Since 2.6</p>
|
848
833
|
</div>
|
849
834
|
<hr>
|
850
|
-
<div class="refsect2"
|
835
|
+
<div class="refsect2">
|
851
836
|
<a name="gtk-text-view-buffer-to-window-coords"></a><h3>gtk_text_view_buffer_to_window_coords ()</h3>
|
852
837
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_buffer_to_window_coords
|
853
838
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -879,29 +864,27 @@ Note that you can't convert coordinates for a nonexisting window (see
|
|
879
864
|
</tr>
|
880
865
|
<tr>
|
881
866
|
<td><p><span class="term"><em class="parameter"><code>buffer_x</code></em> :</span></p></td>
|
882
|
-
<td>buffer x coordinate
|
883
|
-
</td>
|
867
|
+
<td>buffer x coordinate</td>
|
884
868
|
</tr>
|
885
869
|
<tr>
|
886
870
|
<td><p><span class="term"><em class="parameter"><code>buffer_y</code></em> :</span></p></td>
|
887
|
-
<td>buffer y coordinate
|
888
|
-
</td>
|
871
|
+
<td>buffer y coordinate</td>
|
889
872
|
</tr>
|
890
873
|
<tr>
|
891
874
|
<td><p><span class="term"><em class="parameter"><code>window_x</code></em> :</span></p></td>
|
892
|
-
<td>
|
875
|
+
<td>window x coordinate return location or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
893
876
|
</td>
|
894
877
|
</tr>
|
895
878
|
<tr>
|
896
879
|
<td><p><span class="term"><em class="parameter"><code>window_y</code></em> :</span></p></td>
|
897
|
-
<td>
|
880
|
+
<td>window y coordinate return location or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
898
881
|
</td>
|
899
882
|
</tr>
|
900
883
|
</tbody>
|
901
884
|
</table></div>
|
902
885
|
</div>
|
903
886
|
<hr>
|
904
|
-
<div class="refsect2"
|
887
|
+
<div class="refsect2">
|
905
888
|
<a name="gtk-text-view-window-to-buffer-coords"></a><h3>gtk_text_view_window_to_buffer_coords ()</h3>
|
906
889
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_window_to_buffer_coords
|
907
890
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -933,31 +916,29 @@ Note that you can't convert coordinates for a nonexisting window (see
|
|
933
916
|
</tr>
|
934
917
|
<tr>
|
935
918
|
<td><p><span class="term"><em class="parameter"><code>window_x</code></em> :</span></p></td>
|
936
|
-
<td>window x coordinate
|
937
|
-
</td>
|
919
|
+
<td>window x coordinate</td>
|
938
920
|
</tr>
|
939
921
|
<tr>
|
940
922
|
<td><p><span class="term"><em class="parameter"><code>window_y</code></em> :</span></p></td>
|
941
|
-
<td>window y coordinate
|
942
|
-
</td>
|
923
|
+
<td>window y coordinate</td>
|
943
924
|
</tr>
|
944
925
|
<tr>
|
945
926
|
<td><p><span class="term"><em class="parameter"><code>buffer_x</code></em> :</span></p></td>
|
946
|
-
<td>
|
927
|
+
<td>buffer x coordinate return location or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
947
928
|
</td>
|
948
929
|
</tr>
|
949
930
|
<tr>
|
950
931
|
<td><p><span class="term"><em class="parameter"><code>buffer_y</code></em> :</span></p></td>
|
951
|
-
<td>
|
932
|
+
<td>buffer y coordinate return location or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
952
933
|
</td>
|
953
934
|
</tr>
|
954
935
|
</tbody>
|
955
936
|
</table></div>
|
956
937
|
</div>
|
957
938
|
<hr>
|
958
|
-
<div class="refsect2"
|
939
|
+
<div class="refsect2">
|
959
940
|
<a name="gtk-text-view-get-window"></a><h3>gtk_text_view_get_window ()</h3>
|
960
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a
|
941
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_text_view_get_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
961
942
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>);</pre>
|
962
943
|
<p>
|
963
944
|
Retrieves the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> corresponding to an area of the text view;
|
@@ -977,19 +958,18 @@ realized.
|
|
977
958
|
</tr>
|
978
959
|
<tr>
|
979
960
|
<td><p><span class="term"><em class="parameter"><code>win</code></em> :</span></p></td>
|
980
|
-
<td>window to get
|
981
|
-
</td>
|
961
|
+
<td>window to get</td>
|
982
962
|
</tr>
|
983
963
|
<tr>
|
984
964
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
985
|
-
<td>
|
965
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
986
966
|
</td>
|
987
967
|
</tr>
|
988
968
|
</tbody>
|
989
969
|
</table></div>
|
990
970
|
</div>
|
991
971
|
<hr>
|
992
|
-
<div class="refsect2"
|
972
|
+
<div class="refsect2">
|
993
973
|
<a name="gtk-text-view-get-window-type"></a><h3>gtk_text_view_get_window_type ()</h3>
|
994
974
|
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a> gtk_text_view_get_window_type (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
995
975
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
@@ -1009,19 +989,17 @@ see which window it was.
|
|
1009
989
|
</tr>
|
1010
990
|
<tr>
|
1011
991
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
1012
|
-
<td>a window type
|
1013
|
-
</td>
|
992
|
+
<td>a window type</td>
|
1014
993
|
</tr>
|
1015
994
|
<tr>
|
1016
995
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1017
|
-
<td>
|
1018
|
-
</td>
|
996
|
+
<td>the window type.</td>
|
1019
997
|
</tr>
|
1020
998
|
</tbody>
|
1021
999
|
</table></div>
|
1022
1000
|
</div>
|
1023
1001
|
<hr>
|
1024
|
-
<div class="refsect2"
|
1002
|
+
<div class="refsect2">
|
1025
1003
|
<a name="gtk-text-view-set-border-window-size"></a><h3>gtk_text_view_set_border_window_size ()</h3>
|
1026
1004
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_border_window_size
|
1027
1005
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -1046,19 +1024,17 @@ with <span class="type">GTK_TEXT_WINDOW_WIDGET</span>, <span class="type">GTK_TE
|
|
1046
1024
|
</tr>
|
1047
1025
|
<tr>
|
1048
1026
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1049
|
-
<td>window to affect
|
1050
|
-
</td>
|
1027
|
+
<td>window to affect</td>
|
1051
1028
|
</tr>
|
1052
1029
|
<tr>
|
1053
1030
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1054
|
-
<td>width or height of the window
|
1055
|
-
</td>
|
1031
|
+
<td>width or height of the window</td>
|
1056
1032
|
</tr>
|
1057
1033
|
</tbody>
|
1058
1034
|
</table></div>
|
1059
1035
|
</div>
|
1060
1036
|
<hr>
|
1061
|
-
<div class="refsect2"
|
1037
|
+
<div class="refsect2">
|
1062
1038
|
<a name="gtk-text-view-get-border-window-size"></a><h3>gtk_text_view_get_border_window_size ()</h3>
|
1063
1039
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_border_window_size
|
1064
1040
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -1077,22 +1053,20 @@ Gets the width of the specified border window. See
|
|
1077
1053
|
</tr>
|
1078
1054
|
<tr>
|
1079
1055
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
1080
|
-
<td>window to return size from
|
1081
|
-
</td>
|
1056
|
+
<td>window to return size from</td>
|
1082
1057
|
</tr>
|
1083
1058
|
<tr>
|
1084
1059
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1085
|
-
<td>
|
1086
|
-
</td>
|
1060
|
+
<td>width of window</td>
|
1087
1061
|
</tr>
|
1088
1062
|
</tbody>
|
1089
1063
|
</table></div>
|
1090
1064
|
</div>
|
1091
1065
|
<hr>
|
1092
|
-
<div class="refsect2"
|
1066
|
+
<div class="refsect2">
|
1093
1067
|
<a name="gtk-text-view-forward-display-line"></a><h3>gtk_text_view_forward_display_line ()</h3>
|
1094
1068
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_forward_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1095
|
-
<em class="parameter"><code><a class="link" href="
|
1069
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1096
1070
|
<p>
|
1097
1071
|
Moves the given <em class="parameter"><code>iter</code></em> forward by one display (wrapped) line.
|
1098
1072
|
A display line is different from a paragraph. Paragraphs are
|
@@ -1113,22 +1087,22 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
1113
1087
|
</tr>
|
1114
1088
|
<tr>
|
1115
1089
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1116
|
-
<td>a <a class="link" href="
|
1090
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1117
1091
|
</td>
|
1118
1092
|
</tr>
|
1119
1093
|
<tr>
|
1120
1094
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1121
|
-
<td>
|
1122
|
-
</td>
|
1095
|
+
<td>
|
1096
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was moved and is not on the end iterator</td>
|
1123
1097
|
</tr>
|
1124
1098
|
</tbody>
|
1125
1099
|
</table></div>
|
1126
1100
|
</div>
|
1127
1101
|
<hr>
|
1128
|
-
<div class="refsect2"
|
1102
|
+
<div class="refsect2">
|
1129
1103
|
<a name="gtk-text-view-backward-display-line"></a><h3>gtk_text_view_backward_display_line ()</h3>
|
1130
1104
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_backward_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1131
|
-
<em class="parameter"><code><a class="link" href="
|
1105
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1132
1106
|
<p>
|
1133
1107
|
Moves the given <em class="parameter"><code>iter</code></em> backward by one display (wrapped) line.
|
1134
1108
|
A display line is different from a paragraph. Paragraphs are
|
@@ -1149,23 +1123,23 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
1149
1123
|
</tr>
|
1150
1124
|
<tr>
|
1151
1125
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1152
|
-
<td>a <a class="link" href="
|
1126
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1153
1127
|
</td>
|
1154
1128
|
</tr>
|
1155
1129
|
<tr>
|
1156
1130
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1157
|
-
<td>
|
1158
|
-
</td>
|
1131
|
+
<td>
|
1132
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was moved and is not on the end iterator</td>
|
1159
1133
|
</tr>
|
1160
1134
|
</tbody>
|
1161
1135
|
</table></div>
|
1162
1136
|
</div>
|
1163
1137
|
<hr>
|
1164
|
-
<div class="refsect2"
|
1138
|
+
<div class="refsect2">
|
1165
1139
|
<a name="gtk-text-view-forward-display-line-end"></a><h3>gtk_text_view_forward_display_line_end ()</h3>
|
1166
1140
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_forward_display_line_end
|
1167
1141
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1168
|
-
<em class="parameter"><code><a class="link" href="
|
1142
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1169
1143
|
<p>
|
1170
1144
|
Moves the given <em class="parameter"><code>iter</code></em> forward to the next display line end.
|
1171
1145
|
A display line is different from a paragraph. Paragraphs are
|
@@ -1186,23 +1160,23 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
1186
1160
|
</tr>
|
1187
1161
|
<tr>
|
1188
1162
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1189
|
-
<td>a <a class="link" href="
|
1163
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1190
1164
|
</td>
|
1191
1165
|
</tr>
|
1192
1166
|
<tr>
|
1193
1167
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1194
|
-
<td>
|
1195
|
-
</td>
|
1168
|
+
<td>
|
1169
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was moved and is not on the end iterator</td>
|
1196
1170
|
</tr>
|
1197
1171
|
</tbody>
|
1198
1172
|
</table></div>
|
1199
1173
|
</div>
|
1200
1174
|
<hr>
|
1201
|
-
<div class="refsect2"
|
1175
|
+
<div class="refsect2">
|
1202
1176
|
<a name="gtk-text-view-backward-display-line-start"></a><h3>gtk_text_view_backward_display_line_start ()</h3>
|
1203
1177
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_backward_display_line_start
|
1204
1178
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1205
|
-
<em class="parameter"><code><a class="link" href="
|
1179
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1206
1180
|
<p>
|
1207
1181
|
Moves the given <em class="parameter"><code>iter</code></em> backward to the next display line start.
|
1208
1182
|
A display line is different from a paragraph. Paragraphs are
|
@@ -1223,22 +1197,22 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
|
|
1223
1197
|
</tr>
|
1224
1198
|
<tr>
|
1225
1199
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1226
|
-
<td>a <a class="link" href="
|
1200
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1227
1201
|
</td>
|
1228
1202
|
</tr>
|
1229
1203
|
<tr>
|
1230
1204
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1231
|
-
<td>
|
1232
|
-
</td>
|
1205
|
+
<td>
|
1206
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was moved and is not on the end iterator</td>
|
1233
1207
|
</tr>
|
1234
1208
|
</tbody>
|
1235
1209
|
</table></div>
|
1236
1210
|
</div>
|
1237
1211
|
<hr>
|
1238
|
-
<div class="refsect2"
|
1212
|
+
<div class="refsect2">
|
1239
1213
|
<a name="gtk-text-view-starts-display-line"></a><h3>gtk_text_view_starts_display_line ()</h3>
|
1240
1214
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_starts_display_line (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1241
|
-
<em class="parameter"><code>const <a class="link" href="
|
1215
|
+
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1242
1216
|
<p>
|
1243
1217
|
Determines whether <em class="parameter"><code>iter</code></em> is at the start of a display line.
|
1244
1218
|
See <a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line" title="gtk_text_view_forward_display_line ()"><code class="function">gtk_text_view_forward_display_line()</code></a> for an explanation of
|
@@ -1254,22 +1228,22 @@ display lines vs. paragraphs.
|
|
1254
1228
|
</tr>
|
1255
1229
|
<tr>
|
1256
1230
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1257
|
-
<td>a <a class="link" href="
|
1231
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1258
1232
|
</td>
|
1259
1233
|
</tr>
|
1260
1234
|
<tr>
|
1261
1235
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1262
|
-
<td>
|
1263
|
-
</td>
|
1236
|
+
<td>
|
1237
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> begins a wrapped line</td>
|
1264
1238
|
</tr>
|
1265
1239
|
</tbody>
|
1266
1240
|
</table></div>
|
1267
1241
|
</div>
|
1268
1242
|
<hr>
|
1269
|
-
<div class="refsect2"
|
1243
|
+
<div class="refsect2">
|
1270
1244
|
<a name="gtk-text-view-move-visually"></a><h3>gtk_text_view_move_visually ()</h3>
|
1271
1245
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_move_visually (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1272
|
-
<em class="parameter"><code><a class="link" href="
|
1246
|
+
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1273
1247
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1274
1248
|
<p>
|
1275
1249
|
Move the iterator a given number of characters visually, treating
|
@@ -1295,25 +1269,24 @@ is moved off of the end of a run.
|
|
1295
1269
|
</tr>
|
1296
1270
|
<tr>
|
1297
1271
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1298
|
-
<td>a <a class="link" href="
|
1272
|
+
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
1299
1273
|
</td>
|
1300
1274
|
</tr>
|
1301
1275
|
<tr>
|
1302
1276
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
1303
|
-
<td>number of characters to move (negative moves left,
|
1304
|
-
|
1305
|
-
</td>
|
1277
|
+
<td>number of characters to move (negative moves left,
|
1278
|
+
positive moves right)</td>
|
1306
1279
|
</tr>
|
1307
1280
|
<tr>
|
1308
1281
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1309
|
-
<td>
|
1310
|
-
</td>
|
1282
|
+
<td>
|
1283
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not on the end iterator</td>
|
1311
1284
|
</tr>
|
1312
1285
|
</tbody>
|
1313
1286
|
</table></div>
|
1314
1287
|
</div>
|
1315
1288
|
<hr>
|
1316
|
-
<div class="refsect2"
|
1289
|
+
<div class="refsect2">
|
1317
1290
|
<a name="gtk-text-view-add-child-at-anchor"></a><h3>gtk_text_view_add_child_at_anchor ()</h3>
|
1318
1291
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_add_child_at_anchor (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1319
1292
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1343,9 +1316,9 @@ Adds a child widget in the text buffer, at the given <em class="parameter"><code
|
|
1343
1316
|
</table></div>
|
1344
1317
|
</div>
|
1345
1318
|
<hr>
|
1346
|
-
<div class="refsect2"
|
1347
|
-
<a name="GtkTextChildAnchor-struct"></a><h3>GtkTextChildAnchor</h3>
|
1348
|
-
<pre class="programlisting">
|
1319
|
+
<div class="refsect2">
|
1320
|
+
<a name="GtkTextChildAnchor-struct"></a><h3>struct GtkTextChildAnchor</h3>
|
1321
|
+
<pre class="programlisting">struct GtkTextChildAnchor;</pre>
|
1349
1322
|
<p>
|
1350
1323
|
A <span class="structname">GtkTextChildAnchor</span> is a spot in the buffer
|
1351
1324
|
where child widgets can be "anchored" (inserted inline, as if they were
|
@@ -1354,9 +1327,9 @@ multiple views.
|
|
1354
1327
|
</p>
|
1355
1328
|
</div>
|
1356
1329
|
<hr>
|
1357
|
-
<div class="refsect2"
|
1330
|
+
<div class="refsect2">
|
1358
1331
|
<a name="gtk-text-child-anchor-new"></a><h3>gtk_text_child_anchor_new ()</h3>
|
1359
|
-
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a
|
1332
|
+
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a> * gtk_text_child_anchor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1360
1333
|
<p>
|
1361
1334
|
Creates a new <a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a>. Usually you would then insert
|
1362
1335
|
it into a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-anchor" title="gtk_text_buffer_insert_child_anchor ()"><code class="function">gtk_text_buffer_insert_child_anchor()</code></a>.
|
@@ -1367,15 +1340,15 @@ convenience function <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-cr
|
|
1367
1340
|
<col align="left" valign="top">
|
1368
1341
|
<tbody><tr>
|
1369
1342
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1370
|
-
<td>
|
1343
|
+
<td>a new <a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a>
|
1371
1344
|
</td>
|
1372
1345
|
</tr></tbody>
|
1373
1346
|
</table></div>
|
1374
1347
|
</div>
|
1375
1348
|
<hr>
|
1376
|
-
<div class="refsect2"
|
1349
|
+
<div class="refsect2">
|
1377
1350
|
<a name="gtk-text-child-anchor-get-widgets"></a><h3>gtk_text_child_anchor_get_widgets ()</h3>
|
1378
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
1351
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_text_child_anchor_get_widgets (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
1379
1352
|
<p>
|
1380
1353
|
Gets a list of all widgets anchored at this child anchor.
|
1381
1354
|
The returned list should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.
|
@@ -1390,14 +1363,14 @@ The returned list should be freed with <a href="http://library.gnome.org/devel/g
|
|
1390
1363
|
</tr>
|
1391
1364
|
<tr>
|
1392
1365
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1393
|
-
<td>
|
1366
|
+
<td>list of widgets anchored at <em class="parameter"><code>anchor</code></em>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1394
1367
|
</td>
|
1395
1368
|
</tr>
|
1396
1369
|
</tbody>
|
1397
1370
|
</table></div>
|
1398
1371
|
</div>
|
1399
1372
|
<hr>
|
1400
|
-
<div class="refsect2"
|
1373
|
+
<div class="refsect2">
|
1401
1374
|
<a name="gtk-text-child-anchor-get-deleted"></a><h3>gtk_text_child_anchor_get_deleted ()</h3>
|
1402
1375
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_child_anchor_get_deleted (<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
1403
1376
|
<p>
|
@@ -1418,14 +1391,14 @@ will also be finalized.
|
|
1418
1391
|
</tr>
|
1419
1392
|
<tr>
|
1420
1393
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1421
|
-
<td>
|
1422
|
-
</td>
|
1394
|
+
<td>
|
1395
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the child anchor has been deleted from its buffer</td>
|
1423
1396
|
</tr>
|
1424
1397
|
</tbody>
|
1425
1398
|
</table></div>
|
1426
1399
|
</div>
|
1427
1400
|
<hr>
|
1428
|
-
<div class="refsect2"
|
1401
|
+
<div class="refsect2">
|
1429
1402
|
<a name="gtk-text-view-add-child-in-window"></a><h3>gtk_text_view_add_child_in_window ()</h3>
|
1430
1403
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_add_child_in_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1431
1404
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1465,24 +1438,21 @@ bugzilla.gnome.org for status of fixing this issue.
|
|
1465
1438
|
</tr>
|
1466
1439
|
<tr>
|
1467
1440
|
<td><p><span class="term"><em class="parameter"><code>which_window</code></em> :</span></p></td>
|
1468
|
-
<td>which window the child should appear in
|
1469
|
-
</td>
|
1441
|
+
<td>which window the child should appear in</td>
|
1470
1442
|
</tr>
|
1471
1443
|
<tr>
|
1472
1444
|
<td><p><span class="term"><em class="parameter"><code>xpos</code></em> :</span></p></td>
|
1473
|
-
<td>X position of child in window coordinates
|
1474
|
-
</td>
|
1445
|
+
<td>X position of child in window coordinates</td>
|
1475
1446
|
</tr>
|
1476
1447
|
<tr>
|
1477
1448
|
<td><p><span class="term"><em class="parameter"><code>ypos</code></em> :</span></p></td>
|
1478
|
-
<td>Y position of child in window coordinates
|
1479
|
-
</td>
|
1449
|
+
<td>Y position of child in window coordinates</td>
|
1480
1450
|
</tr>
|
1481
1451
|
</tbody>
|
1482
1452
|
</table></div>
|
1483
1453
|
</div>
|
1484
1454
|
<hr>
|
1485
|
-
<div class="refsect2"
|
1455
|
+
<div class="refsect2">
|
1486
1456
|
<a name="gtk-text-view-move-child"></a><h3>gtk_text_view_move_child ()</h3>
|
1487
1457
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_move_child (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1488
1458
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -1501,24 +1471,21 @@ Updates the position of a child, as for <a class="link" href="GtkTextView.html#g
|
|
1501
1471
|
</tr>
|
1502
1472
|
<tr>
|
1503
1473
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
1504
|
-
<td>child widget already added to the text view
|
1505
|
-
</td>
|
1474
|
+
<td>child widget already added to the text view</td>
|
1506
1475
|
</tr>
|
1507
1476
|
<tr>
|
1508
1477
|
<td><p><span class="term"><em class="parameter"><code>xpos</code></em> :</span></p></td>
|
1509
|
-
<td>new X position in window coordinates
|
1510
|
-
</td>
|
1478
|
+
<td>new X position in window coordinates</td>
|
1511
1479
|
</tr>
|
1512
1480
|
<tr>
|
1513
1481
|
<td><p><span class="term"><em class="parameter"><code>ypos</code></em> :</span></p></td>
|
1514
|
-
<td>new Y position in window coordinates
|
1515
|
-
</td>
|
1482
|
+
<td>new Y position in window coordinates</td>
|
1516
1483
|
</tr>
|
1517
1484
|
</tbody>
|
1518
1485
|
</table></div>
|
1519
1486
|
</div>
|
1520
1487
|
<hr>
|
1521
|
-
<div class="refsect2"
|
1488
|
+
<div class="refsect2">
|
1522
1489
|
<a name="gtk-text-view-set-wrap-mode"></a><h3>gtk_text_view_set_wrap_mode ()</h3>
|
1523
1490
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_wrap_mode (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1524
1491
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
|
@@ -1542,7 +1509,7 @@ Sets the line wrapping for the view.
|
|
1542
1509
|
</table></div>
|
1543
1510
|
</div>
|
1544
1511
|
<hr>
|
1545
|
-
<div class="refsect2"
|
1512
|
+
<div class="refsect2">
|
1546
1513
|
<a name="gtk-text-view-get-wrap-mode"></a><h3>gtk_text_view_get_wrap_mode ()</h3>
|
1547
1514
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="returnvalue">GtkWrapMode</span></a> gtk_text_view_get_wrap_mode (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1548
1515
|
<p>
|
@@ -1558,14 +1525,13 @@ Gets the line wrapping for the view.
|
|
1558
1525
|
</tr>
|
1559
1526
|
<tr>
|
1560
1527
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1561
|
-
<td>
|
1562
|
-
</td>
|
1528
|
+
<td>the line wrap setting</td>
|
1563
1529
|
</tr>
|
1564
1530
|
</tbody>
|
1565
1531
|
</table></div>
|
1566
1532
|
</div>
|
1567
1533
|
<hr>
|
1568
|
-
<div class="refsect2"
|
1534
|
+
<div class="refsect2">
|
1569
1535
|
<a name="gtk-text-view-set-editable"></a><h3>gtk_text_view_set_editable ()</h3>
|
1570
1536
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_editable (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1571
1537
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1584,14 +1550,13 @@ attribute of tags.
|
|
1584
1550
|
</tr>
|
1585
1551
|
<tr>
|
1586
1552
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1587
|
-
<td>whether it's editable
|
1588
|
-
</td>
|
1553
|
+
<td>whether it's editable</td>
|
1589
1554
|
</tr>
|
1590
1555
|
</tbody>
|
1591
1556
|
</table></div>
|
1592
1557
|
</div>
|
1593
1558
|
<hr>
|
1594
|
-
<div class="refsect2"
|
1559
|
+
<div class="refsect2">
|
1595
1560
|
<a name="gtk-text-view-get-editable"></a><h3>gtk_text_view_get_editable ()</h3>
|
1596
1561
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_get_editable (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1597
1562
|
<p>
|
@@ -1608,14 +1573,13 @@ buffer may override this setting for some ranges of text.
|
|
1608
1573
|
</tr>
|
1609
1574
|
<tr>
|
1610
1575
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1611
|
-
<td>
|
1612
|
-
</td>
|
1576
|
+
<td>whether text is editable by default</td>
|
1613
1577
|
</tr>
|
1614
1578
|
</tbody>
|
1615
1579
|
</table></div>
|
1616
1580
|
</div>
|
1617
1581
|
<hr>
|
1618
|
-
<div class="refsect2"
|
1582
|
+
<div class="refsect2">
|
1619
1583
|
<a name="gtk-text-view-set-cursor-visible"></a><h3>gtk_text_view_set_cursor_visible ()</h3>
|
1620
1584
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1621
1585
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1634,14 +1598,13 @@ the cursor off.
|
|
1634
1598
|
</tr>
|
1635
1599
|
<tr>
|
1636
1600
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1637
|
-
<td>whether to show the insertion cursor
|
1638
|
-
</td>
|
1601
|
+
<td>whether to show the insertion cursor</td>
|
1639
1602
|
</tr>
|
1640
1603
|
</tbody>
|
1641
1604
|
</table></div>
|
1642
1605
|
</div>
|
1643
1606
|
<hr>
|
1644
|
-
<div class="refsect2"
|
1607
|
+
<div class="refsect2">
|
1645
1608
|
<a name="gtk-text-view-get-cursor-visible"></a><h3>gtk_text_view_get_cursor_visible ()</h3>
|
1646
1609
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_get_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1647
1610
|
<p>
|
@@ -1657,14 +1620,13 @@ Find out whether the cursor is being displayed.
|
|
1657
1620
|
</tr>
|
1658
1621
|
<tr>
|
1659
1622
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1660
|
-
<td>
|
1661
|
-
</td>
|
1623
|
+
<td>whether the insertion mark is visible</td>
|
1662
1624
|
</tr>
|
1663
1625
|
</tbody>
|
1664
1626
|
</table></div>
|
1665
1627
|
</div>
|
1666
1628
|
<hr>
|
1667
|
-
<div class="refsect2"
|
1629
|
+
<div class="refsect2">
|
1668
1630
|
<a name="gtk-text-view-set-overwrite"></a><h3>gtk_text_view_set_overwrite ()</h3>
|
1669
1631
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1670
1632
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> overwrite</code></em>);</pre>
|
@@ -1682,15 +1644,14 @@ Changes the <a class="link" href="GtkTextView.html" title="GtkTextView"><span cl
|
|
1682
1644
|
<tr>
|
1683
1645
|
<td><p><span class="term"><em class="parameter"><code>overwrite</code></em> :</span></p></td>
|
1684
1646
|
<td>
|
1685
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to turn on overwrite mode, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to turn it off
|
1686
|
-
</td>
|
1647
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to turn on overwrite mode, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to turn it off</td>
|
1687
1648
|
</tr>
|
1688
1649
|
</tbody>
|
1689
1650
|
</table></div>
|
1690
1651
|
<p class="since">Since 2.4</p>
|
1691
1652
|
</div>
|
1692
1653
|
<hr>
|
1693
|
-
<div class="refsect2"
|
1654
|
+
<div class="refsect2">
|
1694
1655
|
<a name="gtk-text-view-get-overwrite"></a><h3>gtk_text_view_get_overwrite ()</h3>
|
1695
1656
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_get_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1696
1657
|
<p>
|
@@ -1706,16 +1667,14 @@ Returns whether the <a class="link" href="GtkTextView.html" title="GtkTextView">
|
|
1706
1667
|
</tr>
|
1707
1668
|
<tr>
|
1708
1669
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1709
|
-
<td>
|
1710
|
-
|
1711
|
-
</td>
|
1670
|
+
<td>whether <em class="parameter"><code>text_view</code></em> is in overwrite mode or not.</td>
|
1712
1671
|
</tr>
|
1713
1672
|
</tbody>
|
1714
1673
|
</table></div>
|
1715
1674
|
<p class="since">Since 2.4</p>
|
1716
1675
|
</div>
|
1717
1676
|
<hr>
|
1718
|
-
<div class="refsect2"
|
1677
|
+
<div class="refsect2">
|
1719
1678
|
<a name="gtk-text-view-set-pixels-above-lines"></a><h3>gtk_text_view_set_pixels_above_lines ()</h3>
|
1720
1679
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_pixels_above_lines
|
1721
1680
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -1734,14 +1693,13 @@ Tags in the buffer for <em class="parameter"><code>text_view</code></em> may ove
|
|
1734
1693
|
</tr>
|
1735
1694
|
<tr>
|
1736
1695
|
<td><p><span class="term"><em class="parameter"><code>pixels_above_lines</code></em> :</span></p></td>
|
1737
|
-
<td>pixels above paragraphs
|
1738
|
-
</td>
|
1696
|
+
<td>pixels above paragraphs</td>
|
1739
1697
|
</tr>
|
1740
1698
|
</tbody>
|
1741
1699
|
</table></div>
|
1742
1700
|
</div>
|
1743
1701
|
<hr>
|
1744
|
-
<div class="refsect2"
|
1702
|
+
<div class="refsect2">
|
1745
1703
|
<a name="gtk-text-view-get-pixels-above-lines"></a><h3>gtk_text_view_get_pixels_above_lines ()</h3>
|
1746
1704
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_pixels_above_lines
|
1747
1705
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
@@ -1758,14 +1716,13 @@ Gets the default number of pixels to put above paragraphs.
|
|
1758
1716
|
</tr>
|
1759
1717
|
<tr>
|
1760
1718
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1761
|
-
<td>
|
1762
|
-
</td>
|
1719
|
+
<td>default number of pixels above paragraphs</td>
|
1763
1720
|
</tr>
|
1764
1721
|
</tbody>
|
1765
1722
|
</table></div>
|
1766
1723
|
</div>
|
1767
1724
|
<hr>
|
1768
|
-
<div class="refsect2"
|
1725
|
+
<div class="refsect2">
|
1769
1726
|
<a name="gtk-text-view-set-pixels-below-lines"></a><h3>gtk_text_view_set_pixels_below_lines ()</h3>
|
1770
1727
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_pixels_below_lines
|
1771
1728
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -1785,14 +1742,13 @@ by tags applied to <em class="parameter"><code>text_view</code></em>'s buffer.
|
|
1785
1742
|
</tr>
|
1786
1743
|
<tr>
|
1787
1744
|
<td><p><span class="term"><em class="parameter"><code>pixels_below_lines</code></em> :</span></p></td>
|
1788
|
-
<td>pixels below paragraphs
|
1789
|
-
</td>
|
1745
|
+
<td>pixels below paragraphs</td>
|
1790
1746
|
</tr>
|
1791
1747
|
</tbody>
|
1792
1748
|
</table></div>
|
1793
1749
|
</div>
|
1794
1750
|
<hr>
|
1795
|
-
<div class="refsect2"
|
1751
|
+
<div class="refsect2">
|
1796
1752
|
<a name="gtk-text-view-get-pixels-below-lines"></a><h3>gtk_text_view_get_pixels_below_lines ()</h3>
|
1797
1753
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_pixels_below_lines
|
1798
1754
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
@@ -1809,14 +1765,13 @@ Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-p
|
|
1809
1765
|
</tr>
|
1810
1766
|
<tr>
|
1811
1767
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1812
|
-
<td>
|
1813
|
-
</td>
|
1768
|
+
<td>default number of blank pixels below paragraphs</td>
|
1814
1769
|
</tr>
|
1815
1770
|
</tbody>
|
1816
1771
|
</table></div>
|
1817
1772
|
</div>
|
1818
1773
|
<hr>
|
1819
|
-
<div class="refsect2"
|
1774
|
+
<div class="refsect2">
|
1820
1775
|
<a name="gtk-text-view-set-pixels-inside-wrap"></a><h3>gtk_text_view_set_pixels_inside_wrap ()</h3>
|
1821
1776
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_pixels_inside_wrap
|
1822
1777
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -1836,14 +1791,13 @@ tags in <em class="parameter"><code>text_view</code></em>'s buffer.
|
|
1836
1791
|
</tr>
|
1837
1792
|
<tr>
|
1838
1793
|
<td><p><span class="term"><em class="parameter"><code>pixels_inside_wrap</code></em> :</span></p></td>
|
1839
|
-
<td>default number of pixels between wrapped lines
|
1840
|
-
</td>
|
1794
|
+
<td>default number of pixels between wrapped lines</td>
|
1841
1795
|
</tr>
|
1842
1796
|
</tbody>
|
1843
1797
|
</table></div>
|
1844
1798
|
</div>
|
1845
1799
|
<hr>
|
1846
|
-
<div class="refsect2"
|
1800
|
+
<div class="refsect2">
|
1847
1801
|
<a name="gtk-text-view-get-pixels-inside-wrap"></a><h3>gtk_text_view_get_pixels_inside_wrap ()</h3>
|
1848
1802
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_pixels_inside_wrap
|
1849
1803
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
@@ -1860,14 +1814,13 @@ Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-p
|
|
1860
1814
|
</tr>
|
1861
1815
|
<tr>
|
1862
1816
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1863
|
-
<td>
|
1864
|
-
</td>
|
1817
|
+
<td>default number of pixels of blank space between wrapped lines</td>
|
1865
1818
|
</tr>
|
1866
1819
|
</tbody>
|
1867
1820
|
</table></div>
|
1868
1821
|
</div>
|
1869
1822
|
<hr>
|
1870
|
-
<div class="refsect2"
|
1823
|
+
<div class="refsect2">
|
1871
1824
|
<a name="gtk-text-view-set-justification"></a><h3>gtk_text_view_set_justification ()</h3>
|
1872
1825
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_justification (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1873
1826
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> justification</code></em>);</pre>
|
@@ -1885,14 +1838,13 @@ Tags in the view's buffer may override the default.
|
|
1885
1838
|
</tr>
|
1886
1839
|
<tr>
|
1887
1840
|
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
|
1888
|
-
<td>justification
|
1889
|
-
</td>
|
1841
|
+
<td>justification</td>
|
1890
1842
|
</tr>
|
1891
1843
|
</tbody>
|
1892
1844
|
</table></div>
|
1893
1845
|
</div>
|
1894
1846
|
<hr>
|
1895
|
-
<div class="refsect2"
|
1847
|
+
<div class="refsect2">
|
1896
1848
|
<a name="gtk-text-view-get-justification"></a><h3>gtk_text_view_get_justification ()</h3>
|
1897
1849
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="returnvalue">GtkJustification</span></a> gtk_text_view_get_justification (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1898
1850
|
<p>
|
@@ -1909,14 +1861,13 @@ Tags in the buffer may override the default.
|
|
1909
1861
|
</tr>
|
1910
1862
|
<tr>
|
1911
1863
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1912
|
-
<td>
|
1913
|
-
</td>
|
1864
|
+
<td>default justification</td>
|
1914
1865
|
</tr>
|
1915
1866
|
</tbody>
|
1916
1867
|
</table></div>
|
1917
1868
|
</div>
|
1918
1869
|
<hr>
|
1919
|
-
<div class="refsect2"
|
1870
|
+
<div class="refsect2">
|
1920
1871
|
<a name="gtk-text-view-set-left-margin"></a><h3>gtk_text_view_set_left_margin ()</h3>
|
1921
1872
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_left_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1922
1873
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left_margin</code></em>);</pre>
|
@@ -1934,14 +1885,13 @@ Tags in the buffer may override the default.
|
|
1934
1885
|
</tr>
|
1935
1886
|
<tr>
|
1936
1887
|
<td><p><span class="term"><em class="parameter"><code>left_margin</code></em> :</span></p></td>
|
1937
|
-
<td>left margin in pixels
|
1938
|
-
</td>
|
1888
|
+
<td>left margin in pixels</td>
|
1939
1889
|
</tr>
|
1940
1890
|
</tbody>
|
1941
1891
|
</table></div>
|
1942
1892
|
</div>
|
1943
1893
|
<hr>
|
1944
|
-
<div class="refsect2"
|
1894
|
+
<div class="refsect2">
|
1945
1895
|
<a name="gtk-text-view-get-left-margin"></a><h3>gtk_text_view_get_left_margin ()</h3>
|
1946
1896
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_left_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1947
1897
|
<p>
|
@@ -1958,14 +1908,13 @@ Tags in the buffer may override the default.
|
|
1958
1908
|
</tr>
|
1959
1909
|
<tr>
|
1960
1910
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1961
|
-
<td>
|
1962
|
-
</td>
|
1911
|
+
<td>left margin in pixels</td>
|
1963
1912
|
</tr>
|
1964
1913
|
</tbody>
|
1965
1914
|
</table></div>
|
1966
1915
|
</div>
|
1967
1916
|
<hr>
|
1968
|
-
<div class="refsect2"
|
1917
|
+
<div class="refsect2">
|
1969
1918
|
<a name="gtk-text-view-set-right-margin"></a><h3>gtk_text_view_set_right_margin ()</h3>
|
1970
1919
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_right_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1971
1920
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right_margin</code></em>);</pre>
|
@@ -1983,14 +1932,13 @@ Tags in the buffer may override the default.
|
|
1983
1932
|
</tr>
|
1984
1933
|
<tr>
|
1985
1934
|
<td><p><span class="term"><em class="parameter"><code>right_margin</code></em> :</span></p></td>
|
1986
|
-
<td>right margin in pixels
|
1987
|
-
</td>
|
1935
|
+
<td>right margin in pixels</td>
|
1988
1936
|
</tr>
|
1989
1937
|
</tbody>
|
1990
1938
|
</table></div>
|
1991
1939
|
</div>
|
1992
1940
|
<hr>
|
1993
|
-
<div class="refsect2"
|
1941
|
+
<div class="refsect2">
|
1994
1942
|
<a name="gtk-text-view-get-right-margin"></a><h3>gtk_text_view_get_right_margin ()</h3>
|
1995
1943
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_right_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
1996
1944
|
<p>
|
@@ -2007,14 +1955,13 @@ in the buffer may override the default.
|
|
2007
1955
|
</tr>
|
2008
1956
|
<tr>
|
2009
1957
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2010
|
-
<td>
|
2011
|
-
</td>
|
1958
|
+
<td>right margin in pixels</td>
|
2012
1959
|
</tr>
|
2013
1960
|
</tbody>
|
2014
1961
|
</table></div>
|
2015
1962
|
</div>
|
2016
1963
|
<hr>
|
2017
|
-
<div class="refsect2"
|
1964
|
+
<div class="refsect2">
|
2018
1965
|
<a name="gtk-text-view-set-indent"></a><h3>gtk_text_view_set_indent ()</h3>
|
2019
1966
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_indent (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2020
1967
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> indent</code></em>);</pre>
|
@@ -2032,14 +1979,13 @@ Tags in the buffer may override the default.
|
|
2032
1979
|
</tr>
|
2033
1980
|
<tr>
|
2034
1981
|
<td><p><span class="term"><em class="parameter"><code>indent</code></em> :</span></p></td>
|
2035
|
-
<td>indentation in pixels
|
2036
|
-
</td>
|
1982
|
+
<td>indentation in pixels</td>
|
2037
1983
|
</tr>
|
2038
1984
|
</tbody>
|
2039
1985
|
</table></div>
|
2040
1986
|
</div>
|
2041
1987
|
<hr>
|
2042
|
-
<div class="refsect2"
|
1988
|
+
<div class="refsect2">
|
2043
1989
|
<a name="gtk-text-view-get-indent"></a><h3>gtk_text_view_get_indent ()</h3>
|
2044
1990
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_view_get_indent (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2045
1991
|
<p>
|
@@ -2057,14 +2003,13 @@ The indentation may be negative.
|
|
2057
2003
|
</tr>
|
2058
2004
|
<tr>
|
2059
2005
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2060
|
-
<td>
|
2061
|
-
</td>
|
2006
|
+
<td>number of pixels of indentation</td>
|
2062
2007
|
</tr>
|
2063
2008
|
</tbody>
|
2064
2009
|
</table></div>
|
2065
2010
|
</div>
|
2066
2011
|
<hr>
|
2067
|
-
<div class="refsect2"
|
2012
|
+
<div class="refsect2">
|
2068
2013
|
<a name="gtk-text-view-set-tabs"></a><h3>gtk_text_view_set_tabs ()</h3>
|
2069
2014
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_tabs (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2070
2015
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *tabs</code></em>);</pre>
|
@@ -2089,9 +2034,9 @@ Tags in the buffer may override the default.
|
|
2089
2034
|
</table></div>
|
2090
2035
|
</div>
|
2091
2036
|
<hr>
|
2092
|
-
<div class="refsect2"
|
2037
|
+
<div class="refsect2">
|
2093
2038
|
<a name="gtk-text-view-get-tabs"></a><h3>gtk_text_view_get_tabs ()</h3>
|
2094
|
-
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a
|
2039
|
+
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="returnvalue">PangoTabArray</span></a> * gtk_text_view_get_tabs (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2095
2040
|
<p>
|
2096
2041
|
Gets the default tabs for <em class="parameter"><code>text_view</code></em>. Tags in the buffer may
|
2097
2042
|
override the defaults. The returned array will be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
@@ -2108,15 +2053,14 @@ with <a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array
|
|
2108
2053
|
</tr>
|
2109
2054
|
<tr>
|
2110
2055
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2111
|
-
<td>
|
2112
|
-
|
2113
|
-
</td>
|
2056
|
+
<td>copy of default tab array, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if "standard"
|
2057
|
+
tabs are used; must be freed with <a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array-free"><code class="function">pango_tab_array_free()</code></a>.</td>
|
2114
2058
|
</tr>
|
2115
2059
|
</tbody>
|
2116
2060
|
</table></div>
|
2117
2061
|
</div>
|
2118
2062
|
<hr>
|
2119
|
-
<div class="refsect2"
|
2063
|
+
<div class="refsect2">
|
2120
2064
|
<a name="gtk-text-view-set-accepts-tab"></a><h3>gtk_text_view_set_accepts_tab ()</h3>
|
2121
2065
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_set_accepts_tab (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
2122
2066
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> accepts_tab</code></em>);</pre>
|
@@ -2137,17 +2081,16 @@ chain.
|
|
2137
2081
|
<tr>
|
2138
2082
|
<td><p><span class="term"><em class="parameter"><code>accepts_tab</code></em> :</span></p></td>
|
2139
2083
|
<td>
|
2140
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Tab key should insert a tab
|
2141
|
-
|
2142
|
-
|
2143
|
-
</td>
|
2084
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Tab key should insert a tab
|
2085
|
+
character, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, if pressing the Tab key should move the
|
2086
|
+
keyboard focus.</td>
|
2144
2087
|
</tr>
|
2145
2088
|
</tbody>
|
2146
2089
|
</table></div>
|
2147
2090
|
<p class="since">Since 2.4</p>
|
2148
2091
|
</div>
|
2149
2092
|
<hr>
|
2150
|
-
<div class="refsect2"
|
2093
|
+
<div class="refsect2">
|
2151
2094
|
<a name="gtk-text-view-get-accepts-tab"></a><h3>gtk_text_view_get_accepts_tab ()</h3>
|
2152
2095
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_get_accepts_tab (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2153
2096
|
<p>
|
@@ -2164,25 +2107,24 @@ Returns whether pressing the Tab key inserts a tab characters.
|
|
2164
2107
|
</tr>
|
2165
2108
|
<tr>
|
2166
2109
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2167
|
-
<td>
|
2168
|
-
|
2169
|
-
|
2170
|
-
</td>
|
2110
|
+
<td>
|
2111
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pressing the Tab key inserts a tab character,
|
2112
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if pressing the Tab key moves the keyboard focus.</td>
|
2171
2113
|
</tr>
|
2172
2114
|
</tbody>
|
2173
2115
|
</table></div>
|
2174
2116
|
<p class="since">Since 2.4</p>
|
2175
2117
|
</div>
|
2176
2118
|
<hr>
|
2177
|
-
<div class="refsect2"
|
2119
|
+
<div class="refsect2">
|
2178
2120
|
<a name="gtk-text-view-get-default-attributes"></a><h3>gtk_text_view_get_default_attributes ()</h3>
|
2179
|
-
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a
|
2121
|
+
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a> * gtk_text_view_get_default_attributes
|
2180
2122
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2181
2123
|
<p>
|
2182
2124
|
Obtains a copy of the default text attributes. These are the
|
2183
2125
|
attributes used for text unless a tag overrides them.
|
2184
2126
|
You'd typically pass the default attributes in to
|
2185
|
-
<a class="link" href="
|
2127
|
+
<a class="link" href="GtkTextIter.html#gtk-text-iter-get-attributes" title="gtk_text_iter_get_attributes ()"><code class="function">gtk_text_iter_get_attributes()</code></a> in order to get the
|
2186
2128
|
attributes in effect at a given text position.
|
2187
2129
|
</p>
|
2188
2130
|
<p>
|
@@ -2199,14 +2141,14 @@ and should be freed.
|
|
2199
2141
|
</tr>
|
2200
2142
|
<tr>
|
2201
2143
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2202
|
-
<td>
|
2144
|
+
<td>a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
2203
2145
|
</td>
|
2204
2146
|
</tr>
|
2205
2147
|
</tbody>
|
2206
2148
|
</table></div>
|
2207
2149
|
</div>
|
2208
2150
|
<hr>
|
2209
|
-
<div class="refsect2"
|
2151
|
+
<div class="refsect2">
|
2210
2152
|
<a name="gtk-text-view-im-context-filter-keypress"></a><h3>gtk_text_view_im_context_filter_keypress ()</h3>
|
2211
2153
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_view_im_context_filter_keypress
|
2212
2154
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
@@ -2274,21 +2216,19 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
|
|
2274
2216
|
</tr>
|
2275
2217
|
<tr>
|
2276
2218
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
2277
|
-
<td>the key event
|
2278
|
-
</td>
|
2219
|
+
<td>the key event</td>
|
2279
2220
|
</tr>
|
2280
2221
|
<tr>
|
2281
2222
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2282
|
-
<td>
|
2283
|
-
|
2284
|
-
</td>
|
2223
|
+
<td>
|
2224
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input method handled the key event.</td>
|
2285
2225
|
</tr>
|
2286
2226
|
</tbody>
|
2287
2227
|
</table></div>
|
2288
2228
|
<p class="since">Since 2.22</p>
|
2289
2229
|
</div>
|
2290
2230
|
<hr>
|
2291
|
-
<div class="refsect2"
|
2231
|
+
<div class="refsect2">
|
2292
2232
|
<a name="gtk-text-view-reset-im-context"></a><h3>gtk_text_view_reset_im_context ()</h3>
|
2293
2233
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_view_reset_im_context (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2294
2234
|
<p>
|
@@ -2309,9 +2249,9 @@ would confuse on-going input method behavior.
|
|
2309
2249
|
<p class="since">Since 2.22</p>
|
2310
2250
|
</div>
|
2311
2251
|
<hr>
|
2312
|
-
<div class="refsect2"
|
2252
|
+
<div class="refsect2">
|
2313
2253
|
<a name="gtk-text-view-get-hadjustment"></a><h3>gtk_text_view_get_hadjustment ()</h3>
|
2314
|
-
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
2254
|
+
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_text_view_get_hadjustment (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2315
2255
|
<p>
|
2316
2256
|
Gets the horizontal-scrolling <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>.
|
2317
2257
|
</p>
|
@@ -2325,7 +2265,7 @@ Gets the horizontal-scrolling <a class="link" href="GtkAdjustment.html" title="G
|
|
2325
2265
|
</tr>
|
2326
2266
|
<tr>
|
2327
2267
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2328
|
-
<td>
|
2268
|
+
<td>pointer to the horizontal <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2329
2269
|
</td>
|
2330
2270
|
</tr>
|
2331
2271
|
</tbody>
|
@@ -2333,9 +2273,9 @@ Gets the horizontal-scrolling <a class="link" href="GtkAdjustment.html" title="G
|
|
2333
2273
|
<p class="since">Since 2.22</p>
|
2334
2274
|
</div>
|
2335
2275
|
<hr>
|
2336
|
-
<div class="refsect2"
|
2276
|
+
<div class="refsect2">
|
2337
2277
|
<a name="gtk-text-view-get-vadjustment"></a><h3>gtk_text_view_get_vadjustment ()</h3>
|
2338
|
-
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
2278
|
+
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> * gtk_text_view_get_vadjustment (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
|
2339
2279
|
<p>
|
2340
2280
|
Gets the vertical-scrolling <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>.
|
2341
2281
|
</p>
|
@@ -2349,7 +2289,7 @@ Gets the vertical-scrolling <a class="link" href="GtkAdjustment.html" title="Gtk
|
|
2349
2289
|
</tr>
|
2350
2290
|
<tr>
|
2351
2291
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2352
|
-
<td>
|
2292
|
+
<td>pointer to the vertical <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2353
2293
|
</td>
|
2354
2294
|
</tr>
|
2355
2295
|
</tbody>
|
@@ -2357,7 +2297,7 @@ Gets the vertical-scrolling <a class="link" href="GtkAdjustment.html" title="Gtk
|
|
2357
2297
|
<p class="since">Since 2.22</p>
|
2358
2298
|
</div>
|
2359
2299
|
<hr>
|
2360
|
-
<div class="refsect2"
|
2300
|
+
<div class="refsect2">
|
2361
2301
|
<a name="GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"></a><h3>GTK_TEXT_VIEW_PRIORITY_VALIDATE</h3>
|
2362
2302
|
<pre class="programlisting">#define GTK_TEXT_VIEW_PRIORITY_VALIDATE (GDK_PRIORITY_REDRAW + 5)
|
2363
2303
|
</pre>
|
@@ -2367,36 +2307,36 @@ in an idle job in the background.
|
|
2367
2307
|
</p>
|
2368
2308
|
</div>
|
2369
2309
|
</div>
|
2370
|
-
<div class="refsect1"
|
2310
|
+
<div class="refsect1">
|
2371
2311
|
<a name="GtkTextView.property-details"></a><h2>Property Details</h2>
|
2372
|
-
<div class="refsect2"
|
2312
|
+
<div class="refsect2">
|
2373
2313
|
<a name="GtkTextView--accepts-tab"></a><h3>The <code class="literal">"accepts-tab"</code> property</h3>
|
2374
2314
|
<pre class="programlisting"> "accepts-tab" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2375
2315
|
<p>Whether Tab will result in a tab character being entered.</p>
|
2376
2316
|
<p>Default value: TRUE</p>
|
2377
2317
|
</div>
|
2378
2318
|
<hr>
|
2379
|
-
<div class="refsect2"
|
2319
|
+
<div class="refsect2">
|
2380
2320
|
<a name="GtkTextView--buffer"></a><h3>The <code class="literal">"buffer"</code> property</h3>
|
2381
2321
|
<pre class="programlisting"> "buffer" <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>* : Read / Write</pre>
|
2382
2322
|
<p>The buffer which is displayed.</p>
|
2383
2323
|
</div>
|
2384
2324
|
<hr>
|
2385
|
-
<div class="refsect2"
|
2325
|
+
<div class="refsect2">
|
2386
2326
|
<a name="GtkTextView--cursor-visible"></a><h3>The <code class="literal">"cursor-visible"</code> property</h3>
|
2387
2327
|
<pre class="programlisting"> "cursor-visible" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2388
2328
|
<p>If the insertion cursor is shown.</p>
|
2389
2329
|
<p>Default value: TRUE</p>
|
2390
2330
|
</div>
|
2391
2331
|
<hr>
|
2392
|
-
<div class="refsect2"
|
2332
|
+
<div class="refsect2">
|
2393
2333
|
<a name="GtkTextView--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
|
2394
2334
|
<pre class="programlisting"> "editable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2395
2335
|
<p>Whether the text can be modified by the user.</p>
|
2396
2336
|
<p>Default value: TRUE</p>
|
2397
2337
|
</div>
|
2398
2338
|
<hr>
|
2399
|
-
<div class="refsect2"
|
2339
|
+
<div class="refsect2">
|
2400
2340
|
<a name="GtkTextView--im-module"></a><h3>The <code class="literal">"im-module"</code> property</h3>
|
2401
2341
|
<pre class="programlisting"> "im-module" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
2402
2342
|
<p>
|
@@ -2412,21 +2352,21 @@ system-wide IM module setting. See the GtkSettings
|
|
2412
2352
|
<p class="since">Since 2.16</p>
|
2413
2353
|
</div>
|
2414
2354
|
<hr>
|
2415
|
-
<div class="refsect2"
|
2355
|
+
<div class="refsect2">
|
2416
2356
|
<a name="GtkTextView--indent"></a><h3>The <code class="literal">"indent"</code> property</h3>
|
2417
2357
|
<pre class="programlisting"> "indent" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2418
2358
|
<p>Amount to indent the paragraph, in pixels.</p>
|
2419
2359
|
<p>Default value: 0</p>
|
2420
2360
|
</div>
|
2421
2361
|
<hr>
|
2422
|
-
<div class="refsect2"
|
2362
|
+
<div class="refsect2">
|
2423
2363
|
<a name="GtkTextView--justification"></a><h3>The <code class="literal">"justification"</code> property</h3>
|
2424
2364
|
<pre class="programlisting"> "justification" <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> : Read / Write</pre>
|
2425
2365
|
<p>Left, right, or center justification.</p>
|
2426
2366
|
<p>Default value: GTK_JUSTIFY_LEFT</p>
|
2427
2367
|
</div>
|
2428
2368
|
<hr>
|
2429
|
-
<div class="refsect2"
|
2369
|
+
<div class="refsect2">
|
2430
2370
|
<a name="GtkTextView--left-margin"></a><h3>The <code class="literal">"left-margin"</code> property</h3>
|
2431
2371
|
<pre class="programlisting"> "left-margin" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2432
2372
|
<p>Width of the left margin in pixels.</p>
|
@@ -2434,14 +2374,14 @@ system-wide IM module setting. See the GtkSettings
|
|
2434
2374
|
<p>Default value: 0</p>
|
2435
2375
|
</div>
|
2436
2376
|
<hr>
|
2437
|
-
<div class="refsect2"
|
2377
|
+
<div class="refsect2">
|
2438
2378
|
<a name="GtkTextView--overwrite"></a><h3>The <code class="literal">"overwrite"</code> property</h3>
|
2439
2379
|
<pre class="programlisting"> "overwrite" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
2440
2380
|
<p>Whether entered text overwrites existing contents.</p>
|
2441
2381
|
<p>Default value: FALSE</p>
|
2442
2382
|
</div>
|
2443
2383
|
<hr>
|
2444
|
-
<div class="refsect2"
|
2384
|
+
<div class="refsect2">
|
2445
2385
|
<a name="GtkTextView--pixels-above-lines"></a><h3>The <code class="literal">"pixels-above-lines"</code> property</h3>
|
2446
2386
|
<pre class="programlisting"> "pixels-above-lines" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2447
2387
|
<p>Pixels of blank space above paragraphs.</p>
|
@@ -2449,7 +2389,7 @@ system-wide IM module setting. See the GtkSettings
|
|
2449
2389
|
<p>Default value: 0</p>
|
2450
2390
|
</div>
|
2451
2391
|
<hr>
|
2452
|
-
<div class="refsect2"
|
2392
|
+
<div class="refsect2">
|
2453
2393
|
<a name="GtkTextView--pixels-below-lines"></a><h3>The <code class="literal">"pixels-below-lines"</code> property</h3>
|
2454
2394
|
<pre class="programlisting"> "pixels-below-lines" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2455
2395
|
<p>Pixels of blank space below paragraphs.</p>
|
@@ -2457,7 +2397,7 @@ system-wide IM module setting. See the GtkSettings
|
|
2457
2397
|
<p>Default value: 0</p>
|
2458
2398
|
</div>
|
2459
2399
|
<hr>
|
2460
|
-
<div class="refsect2"
|
2400
|
+
<div class="refsect2">
|
2461
2401
|
<a name="GtkTextView--pixels-inside-wrap"></a><h3>The <code class="literal">"pixels-inside-wrap"</code> property</h3>
|
2462
2402
|
<pre class="programlisting"> "pixels-inside-wrap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2463
2403
|
<p>Pixels of blank space between wrapped lines in a paragraph.</p>
|
@@ -2465,7 +2405,7 @@ system-wide IM module setting. See the GtkSettings
|
|
2465
2405
|
<p>Default value: 0</p>
|
2466
2406
|
</div>
|
2467
2407
|
<hr>
|
2468
|
-
<div class="refsect2"
|
2408
|
+
<div class="refsect2">
|
2469
2409
|
<a name="GtkTextView--right-margin"></a><h3>The <code class="literal">"right-margin"</code> property</h3>
|
2470
2410
|
<pre class="programlisting"> "right-margin" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
2471
2411
|
<p>Width of the right margin in pixels.</p>
|
@@ -2473,33 +2413,33 @@ system-wide IM module setting. See the GtkSettings
|
|
2473
2413
|
<p>Default value: 0</p>
|
2474
2414
|
</div>
|
2475
2415
|
<hr>
|
2476
|
-
<div class="refsect2"
|
2416
|
+
<div class="refsect2">
|
2477
2417
|
<a name="GtkTextView--tabs"></a><h3>The <code class="literal">"tabs"</code> property</h3>
|
2478
2418
|
<pre class="programlisting"> "tabs" <a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a>* : Read / Write</pre>
|
2479
2419
|
<p>Custom tabs for this text.</p>
|
2480
2420
|
</div>
|
2481
2421
|
<hr>
|
2482
|
-
<div class="refsect2"
|
2422
|
+
<div class="refsect2">
|
2483
2423
|
<a name="GtkTextView--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
|
2484
2424
|
<pre class="programlisting"> "wrap-mode" <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> : Read / Write</pre>
|
2485
2425
|
<p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
|
2486
2426
|
<p>Default value: GTK_WRAP_NONE</p>
|
2487
2427
|
</div>
|
2488
2428
|
</div>
|
2489
|
-
<div class="refsect1"
|
2429
|
+
<div class="refsect1">
|
2490
2430
|
<a name="GtkTextView.style-property-details"></a><h2>Style Property Details</h2>
|
2491
|
-
<div class="refsect2"
|
2431
|
+
<div class="refsect2">
|
2492
2432
|
<a name="GtkTextView--s-error-underline-color"></a><h3>The <code class="literal">"error-underline-color"</code> style property</h3>
|
2493
2433
|
<pre class="programlisting"> "error-underline-color" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
|
2494
2434
|
<p>Color with which to draw error-indication underlines.</p>
|
2495
2435
|
</div>
|
2496
2436
|
</div>
|
2497
|
-
<div class="refsect1"
|
2437
|
+
<div class="refsect1">
|
2498
2438
|
<a name="GtkTextView.signal-details"></a><h2>Signal Details</h2>
|
2499
|
-
<div class="refsect2"
|
2439
|
+
<div class="refsect2">
|
2500
2440
|
<a name="GtkTextView-backspace"></a><h3>The <code class="literal">"backspace"</code> signal</h3>
|
2501
2441
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2502
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2442
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2503
2443
|
<p>
|
2504
2444
|
The ::backspace signal is a
|
2505
2445
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2514,8 +2454,7 @@ Backspace and Shift-Backspace.
|
|
2514
2454
|
<tbody>
|
2515
2455
|
<tr>
|
2516
2456
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2517
|
-
<td>the object which received the signal
|
2518
|
-
</td>
|
2457
|
+
<td>the object which received the signal</td>
|
2519
2458
|
</tr>
|
2520
2459
|
<tr>
|
2521
2460
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2525,10 +2464,10 @@ Backspace and Shift-Backspace.
|
|
2525
2464
|
</table></div>
|
2526
2465
|
</div>
|
2527
2466
|
<hr>
|
2528
|
-
<div class="refsect2"
|
2467
|
+
<div class="refsect2">
|
2529
2468
|
<a name="GtkTextView-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
|
2530
2469
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2531
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2470
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2532
2471
|
<p>
|
2533
2472
|
The ::copy-clipboard signal is a
|
2534
2473
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2543,8 +2482,7 @@ Ctrl-c and Ctrl-Insert.
|
|
2543
2482
|
<tbody>
|
2544
2483
|
<tr>
|
2545
2484
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2546
|
-
<td>the object which received the signal
|
2547
|
-
</td>
|
2485
|
+
<td>the object which received the signal</td>
|
2548
2486
|
</tr>
|
2549
2487
|
<tr>
|
2550
2488
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2554,10 +2492,10 @@ Ctrl-c and Ctrl-Insert.
|
|
2554
2492
|
</table></div>
|
2555
2493
|
</div>
|
2556
2494
|
<hr>
|
2557
|
-
<div class="refsect2"
|
2495
|
+
<div class="refsect2">
|
2558
2496
|
<a name="GtkTextView-cut-clipboard"></a><h3>The <code class="literal">"cut-clipboard"</code> signal</h3>
|
2559
2497
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2560
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2498
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2561
2499
|
<p>
|
2562
2500
|
The ::cut-clipboard signal is a
|
2563
2501
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2572,8 +2510,7 @@ Ctrl-x and Shift-Delete.
|
|
2572
2510
|
<tbody>
|
2573
2511
|
<tr>
|
2574
2512
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2575
|
-
<td>the object which received the signal
|
2576
|
-
</td>
|
2513
|
+
<td>the object which received the signal</td>
|
2577
2514
|
</tr>
|
2578
2515
|
<tr>
|
2579
2516
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2583,12 +2520,12 @@ Ctrl-x and Shift-Delete.
|
|
2583
2520
|
</table></div>
|
2584
2521
|
</div>
|
2585
2522
|
<hr>
|
2586
|
-
<div class="refsect2"
|
2523
|
+
<div class="refsect2">
|
2587
2524
|
<a name="GtkTextView-delete-from-cursor"></a><h3>The <code class="literal">"delete-from-cursor"</code> signal</h3>
|
2588
2525
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2589
2526
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkDeleteType" title="enum GtkDeleteType"><span class="type">GtkDeleteType</span></a> type,
|
2590
2527
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2591
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2528
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2592
2529
|
<p>
|
2593
2530
|
The ::delete-from-cursor signal is a
|
2594
2531
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2610,8 +2547,7 @@ backwords.
|
|
2610
2547
|
<tbody>
|
2611
2548
|
<tr>
|
2612
2549
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2613
|
-
<td>the object which received the signal
|
2614
|
-
</td>
|
2550
|
+
<td>the object which received the signal</td>
|
2615
2551
|
</tr>
|
2616
2552
|
<tr>
|
2617
2553
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
@@ -2620,8 +2556,7 @@ backwords.
|
|
2620
2556
|
</tr>
|
2621
2557
|
<tr>
|
2622
2558
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2623
|
-
<td>the number of <em class="parameter"><code>type</code></em> units to delete
|
2624
|
-
</td>
|
2559
|
+
<td>the number of <em class="parameter"><code>type</code></em> units to delete</td>
|
2625
2560
|
</tr>
|
2626
2561
|
<tr>
|
2627
2562
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2631,11 +2566,11 @@ backwords.
|
|
2631
2566
|
</table></div>
|
2632
2567
|
</div>
|
2633
2568
|
<hr>
|
2634
|
-
<div class="refsect2"
|
2569
|
+
<div class="refsect2">
|
2635
2570
|
<a name="GtkTextView-insert-at-cursor"></a><h3>The <code class="literal">"insert-at-cursor"</code> signal</h3>
|
2636
2571
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2637
2572
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string,
|
2638
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2573
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2639
2574
|
<p>
|
2640
2575
|
The ::insert-at-cursor signal is a
|
2641
2576
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2650,13 +2585,11 @@ This signal has no default bindings.
|
|
2650
2585
|
<tbody>
|
2651
2586
|
<tr>
|
2652
2587
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2653
|
-
<td>the object which received the signal
|
2654
|
-
</td>
|
2588
|
+
<td>the object which received the signal</td>
|
2655
2589
|
</tr>
|
2656
2590
|
<tr>
|
2657
2591
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
2658
|
-
<td>the string to insert
|
2659
|
-
</td>
|
2592
|
+
<td>the string to insert</td>
|
2660
2593
|
</tr>
|
2661
2594
|
<tr>
|
2662
2595
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2666,13 +2599,13 @@ This signal has no default bindings.
|
|
2666
2599
|
</table></div>
|
2667
2600
|
</div>
|
2668
2601
|
<hr>
|
2669
|
-
<div class="refsect2"
|
2602
|
+
<div class="refsect2">
|
2670
2603
|
<a name="GtkTextView-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
|
2671
2604
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2672
2605
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
2673
2606
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2674
2607
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
2675
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2608
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2676
2609
|
<p>
|
2677
2610
|
The ::move-cursor signal is a
|
2678
2611
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2705,8 +2638,7 @@ There are too many key combinations to list them all here.
|
|
2705
2638
|
<tbody>
|
2706
2639
|
<tr>
|
2707
2640
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2708
|
-
<td>the object which received the signal
|
2709
|
-
</td>
|
2641
|
+
<td>the object which received the signal</td>
|
2710
2642
|
</tr>
|
2711
2643
|
<tr>
|
2712
2644
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
@@ -2715,14 +2647,12 @@ There are too many key combinations to list them all here.
|
|
2715
2647
|
</tr>
|
2716
2648
|
<tr>
|
2717
2649
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2718
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
2719
|
-
</td>
|
2650
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move</td>
|
2720
2651
|
</tr>
|
2721
2652
|
<tr>
|
2722
2653
|
<td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
|
2723
2654
|
<td>
|
2724
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
|
2725
|
-
</td>
|
2655
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</td>
|
2726
2656
|
</tr>
|
2727
2657
|
<tr>
|
2728
2658
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2732,12 +2662,12 @@ There are too many key combinations to list them all here.
|
|
2732
2662
|
</table></div>
|
2733
2663
|
</div>
|
2734
2664
|
<hr>
|
2735
|
-
<div class="refsect2"
|
2665
|
+
<div class="refsect2">
|
2736
2666
|
<a name="GtkTextView-move-viewport"></a><h3>The <code class="literal">"move-viewport"</code> signal</h3>
|
2737
2667
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2738
2668
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkScrollStep" title="enum GtkScrollStep"><span class="type">GtkScrollStep</span></a> step,
|
2739
2669
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2740
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2670
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2741
2671
|
<p>
|
2742
2672
|
The ::move-viewport signal is a
|
2743
2673
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2753,8 +2683,7 @@ There are no default bindings for this signal.
|
|
2753
2683
|
<tbody>
|
2754
2684
|
<tr>
|
2755
2685
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2756
|
-
<td>the object which received the signal
|
2757
|
-
</td>
|
2686
|
+
<td>the object which received the signal</td>
|
2758
2687
|
</tr>
|
2759
2688
|
<tr>
|
2760
2689
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
@@ -2763,8 +2692,7 @@ There are no default bindings for this signal.
|
|
2763
2692
|
</tr>
|
2764
2693
|
<tr>
|
2765
2694
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2766
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
2767
|
-
</td>
|
2695
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move</td>
|
2768
2696
|
</tr>
|
2769
2697
|
<tr>
|
2770
2698
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2774,12 +2702,12 @@ There are no default bindings for this signal.
|
|
2774
2702
|
</table></div>
|
2775
2703
|
</div>
|
2776
2704
|
<hr>
|
2777
|
-
<div class="refsect2"
|
2705
|
+
<div class="refsect2">
|
2778
2706
|
<a name="GtkTextView-page-horizontally"></a><h3>The <code class="literal">"page-horizontally"</code> signal</h3>
|
2779
2707
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2780
2708
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2781
2709
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
2782
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2710
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2783
2711
|
<p>
|
2784
2712
|
The ::page-horizontally signal is a
|
2785
2713
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2796,19 +2724,16 @@ granularity.
|
|
2796
2724
|
<tbody>
|
2797
2725
|
<tr>
|
2798
2726
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2799
|
-
<td>the object which received the signal
|
2800
|
-
</td>
|
2727
|
+
<td>the object which received the signal</td>
|
2801
2728
|
</tr>
|
2802
2729
|
<tr>
|
2803
2730
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2804
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
2805
|
-
</td>
|
2731
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move</td>
|
2806
2732
|
</tr>
|
2807
2733
|
<tr>
|
2808
2734
|
<td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
|
2809
2735
|
<td>
|
2810
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
|
2811
|
-
</td>
|
2736
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</td>
|
2812
2737
|
</tr>
|
2813
2738
|
<tr>
|
2814
2739
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2818,10 +2743,10 @@ granularity.
|
|
2818
2743
|
</table></div>
|
2819
2744
|
</div>
|
2820
2745
|
<hr>
|
2821
|
-
<div class="refsect2"
|
2746
|
+
<div class="refsect2">
|
2822
2747
|
<a name="GtkTextView-paste-clipboard"></a><h3>The <code class="literal">"paste-clipboard"</code> signal</h3>
|
2823
2748
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2824
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2749
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2825
2750
|
<p>
|
2826
2751
|
The ::paste-clipboard signal is a
|
2827
2752
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2837,8 +2762,7 @@ Ctrl-v and Shift-Insert.
|
|
2837
2762
|
<tbody>
|
2838
2763
|
<tr>
|
2839
2764
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2840
|
-
<td>the object which received the signal
|
2841
|
-
</td>
|
2765
|
+
<td>the object which received the signal</td>
|
2842
2766
|
</tr>
|
2843
2767
|
<tr>
|
2844
2768
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2848,11 +2772,11 @@ Ctrl-v and Shift-Insert.
|
|
2848
2772
|
</table></div>
|
2849
2773
|
</div>
|
2850
2774
|
<hr>
|
2851
|
-
<div class="refsect2"
|
2775
|
+
<div class="refsect2">
|
2852
2776
|
<a name="GtkTextView-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
|
2853
2777
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *entry,
|
2854
2778
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
2855
|
-
<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>
|
2779
|
+
<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>
|
2856
2780
|
<p>
|
2857
2781
|
The ::populate-popup signal gets emitted before showing the
|
2858
2782
|
context menu of the text view.
|
@@ -2866,13 +2790,11 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2866
2790
|
<tbody>
|
2867
2791
|
<tr>
|
2868
2792
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
2869
|
-
<td>The text view on which the signal is emitted
|
2870
|
-
</td>
|
2793
|
+
<td>The text view on which the signal is emitted</td>
|
2871
2794
|
</tr>
|
2872
2795
|
<tr>
|
2873
2796
|
<td><p><span class="term"><em class="parameter"><code>menu</code></em> :</span></p></td>
|
2874
|
-
<td>the menu that is being populated
|
2875
|
-
</td>
|
2797
|
+
<td>the menu that is being populated</td>
|
2876
2798
|
</tr>
|
2877
2799
|
<tr>
|
2878
2800
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2882,11 +2804,11 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2882
2804
|
</table></div>
|
2883
2805
|
</div>
|
2884
2806
|
<hr>
|
2885
|
-
<div class="refsect2"
|
2807
|
+
<div class="refsect2">
|
2886
2808
|
<a name="GtkTextView-preedit-changed"></a><h3>The <code class="literal">"preedit-changed"</code> signal</h3>
|
2887
2809
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2888
2810
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *preedit,
|
2889
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2811
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2890
2812
|
<p>
|
2891
2813
|
If an input method is used, the typed text will not immediately
|
2892
2814
|
be committed to the buffer. So if you are interested in the text,
|
@@ -2901,13 +2823,11 @@ is actually editable.
|
|
2901
2823
|
<tbody>
|
2902
2824
|
<tr>
|
2903
2825
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2904
|
-
<td>the object which received the signal
|
2905
|
-
</td>
|
2826
|
+
<td>the object which received the signal</td>
|
2906
2827
|
</tr>
|
2907
2828
|
<tr>
|
2908
2829
|
<td><p><span class="term"><em class="parameter"><code>preedit</code></em> :</span></p></td>
|
2909
|
-
<td>the current preedit string
|
2910
|
-
</td>
|
2830
|
+
<td>the current preedit string</td>
|
2911
2831
|
</tr>
|
2912
2832
|
<tr>
|
2913
2833
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2918,11 +2838,11 @@ is actually editable.
|
|
2918
2838
|
<p class="since">Since 2.20</p>
|
2919
2839
|
</div>
|
2920
2840
|
<hr>
|
2921
|
-
<div class="refsect2"
|
2841
|
+
<div class="refsect2">
|
2922
2842
|
<a name="GtkTextView-select-all"></a><h3>The <code class="literal">"select-all"</code> signal</h3>
|
2923
2843
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2924
2844
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> select,
|
2925
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2845
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2926
2846
|
<p>
|
2927
2847
|
The ::select-all signal is a
|
2928
2848
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2938,14 +2858,12 @@ for selecting and Shift-Ctrl-a and Ctrl-\ for unselecting.
|
|
2938
2858
|
<tbody>
|
2939
2859
|
<tr>
|
2940
2860
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2941
|
-
<td>the object which received the signal
|
2942
|
-
</td>
|
2861
|
+
<td>the object which received the signal</td>
|
2943
2862
|
</tr>
|
2944
2863
|
<tr>
|
2945
2864
|
<td><p><span class="term"><em class="parameter"><code>select</code></em> :</span></p></td>
|
2946
2865
|
<td>
|
2947
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to select, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to unselect
|
2948
|
-
</td>
|
2866
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to select, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to unselect</td>
|
2949
2867
|
</tr>
|
2950
2868
|
<tr>
|
2951
2869
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2955,10 +2873,10 @@ for selecting and Shift-Ctrl-a and Ctrl-\ for unselecting.
|
|
2955
2873
|
</table></div>
|
2956
2874
|
</div>
|
2957
2875
|
<hr>
|
2958
|
-
<div class="refsect2"
|
2876
|
+
<div class="refsect2">
|
2959
2877
|
<a name="GtkTextView-set-anchor"></a><h3>The <code class="literal">"set-anchor"</code> signal</h3>
|
2960
2878
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
2961
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2879
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2962
2880
|
<p>
|
2963
2881
|
The ::set-anchor signal is a
|
2964
2882
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2974,8 +2892,7 @@ This signal has no default bindings.
|
|
2974
2892
|
<tbody>
|
2975
2893
|
<tr>
|
2976
2894
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
2977
|
-
<td>the object which received the signal
|
2978
|
-
</td>
|
2895
|
+
<td>the object which received the signal</td>
|
2979
2896
|
</tr>
|
2980
2897
|
<tr>
|
2981
2898
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2985,12 +2902,12 @@ This signal has no default bindings.
|
|
2985
2902
|
</table></div>
|
2986
2903
|
</div>
|
2987
2904
|
<hr>
|
2988
|
-
<div class="refsect2"
|
2905
|
+
<div class="refsect2">
|
2989
2906
|
<a name="GtkTextView-set-scroll-adjustments"></a><h3>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
|
2990
2907
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *horizontal,
|
2991
2908
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vertical,
|
2992
2909
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
|
2993
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2910
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
2994
2911
|
<p>
|
2995
2912
|
Set the scroll adjustments for the text view. Usually scrolled containers
|
2996
2913
|
like <a class="link" href="GtkScrolledWindow.html" title="GtkScrolledWindow"><span class="type">GtkScrolledWindow</span></a> will emit this signal to connect two instances
|
@@ -3017,10 +2934,10 @@ of <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="ty
|
|
3017
2934
|
</table></div>
|
3018
2935
|
</div>
|
3019
2936
|
<hr>
|
3020
|
-
<div class="refsect2"
|
2937
|
+
<div class="refsect2">
|
3021
2938
|
<a name="GtkTextView-toggle-cursor-visible"></a><h3>The <code class="literal">"toggle-cursor-visible"</code> signal</h3>
|
3022
2939
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
3023
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2940
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3024
2941
|
<p>
|
3025
2942
|
The ::toggle-cursor-visible signal is a
|
3026
2943
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3034,8 +2951,7 @@ The default binding for this signal is F7.
|
|
3034
2951
|
<tbody>
|
3035
2952
|
<tr>
|
3036
2953
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
3037
|
-
<td>the object which received the signal
|
3038
|
-
</td>
|
2954
|
+
<td>the object which received the signal</td>
|
3039
2955
|
</tr>
|
3040
2956
|
<tr>
|
3041
2957
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3045,10 +2961,10 @@ The default binding for this signal is F7.
|
|
3045
2961
|
</table></div>
|
3046
2962
|
</div>
|
3047
2963
|
<hr>
|
3048
|
-
<div class="refsect2"
|
2964
|
+
<div class="refsect2">
|
3049
2965
|
<a name="GtkTextView-toggle-overwrite"></a><h3>The <code class="literal">"toggle-overwrite"</code> signal</h3>
|
3050
2966
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
|
3051
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2967
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
3052
2968
|
<p>
|
3053
2969
|
The ::toggle-overwrite signal is a
|
3054
2970
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -3062,8 +2978,7 @@ The default bindings for this signal is Insert.
|
|
3062
2978
|
<tbody>
|
3063
2979
|
<tr>
|
3064
2980
|
<td><p><span class="term"><em class="parameter"><code>text_view</code></em> :</span></p></td>
|
3065
|
-
<td>the object which received the signal
|
3066
|
-
</td>
|
2981
|
+
<td>the object which received the signal</td>
|
3067
2982
|
</tr>
|
3068
2983
|
<tr>
|
3069
2984
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3073,15 +2988,15 @@ The default bindings for this signal is Insert.
|
|
3073
2988
|
</table></div>
|
3074
2989
|
</div>
|
3075
2990
|
</div>
|
3076
|
-
<div class="refsect1"
|
2991
|
+
<div class="refsect1">
|
3077
2992
|
<a name="GtkTextView.see-also"></a><h2>See Also</h2>
|
3078
2993
|
<p>
|
3079
|
-
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>, <a class="link" href="
|
2994
|
+
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>, <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>
|
3080
2995
|
</p>
|
3081
2996
|
</div>
|
3082
2997
|
</div>
|
3083
2998
|
<div class="footer">
|
3084
2999
|
<hr>
|
3085
|
-
Generated by GTK-Doc V1.
|
3000
|
+
Generated by GTK-Doc V1.16.1</div>
|
3086
3001
|
</body>
|
3087
3002
|
</html>
|