gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="GtkTextMark.html" title="GtkTextMark">
|
10
10
|
<link rel="next" href="GtkTextTag.html" title="GtkTextTag">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkTextBuffer.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkTextBuffer">
|
36
36
|
<a name="GtkTextBuffer"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,7 +41,7 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkTextBuffer.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
@@ -50,16 +50,16 @@
|
|
50
50
|
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-new" title="gtk_text_buffer_new ()">gtk_text_buffer_new</a> (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);
|
51
51
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-line-count" title="gtk_text_buffer_get_line_count ()">gtk_text_buffer_get_line_count</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
52
52
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-char-count" title="gtk_text_buffer_get_char_count ()">gtk_text_buffer_get_char_count</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
53
|
-
<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="returnvalue">GtkTextTagTable</span></a
|
53
|
+
<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="returnvalue">GtkTextTagTable</span></a>* <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-tag-table" title="gtk_text_buffer_get_tag_table ()">gtk_text_buffer_get_tag_table</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert" title="gtk_text_buffer_insert ()">gtk_text_buffer_insert</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
55
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
55
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
56
56
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
57
57
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-at-cursor" title="gtk_text_buffer_insert_at_cursor ()">gtk_text_buffer_insert_at_cursor</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
59
59
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
60
60
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);
|
61
61
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-interactive" title="gtk_text_buffer_insert_interactive ()">gtk_text_buffer_insert_interactive</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
62
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
62
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
63
63
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
64
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>,
|
65
65
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
@@ -69,139 +69,139 @@
|
|
69
69
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>,
|
70
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
71
71
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-range" title="gtk_text_buffer_insert_range ()">gtk_text_buffer_insert_range</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
72
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
73
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
74
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
72
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
73
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
74
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
75
75
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-range-interactive" title="gtk_text_buffer_insert_range_interactive ()">gtk_text_buffer_insert_range_interactive</a>
|
76
76
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
77
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
78
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
79
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
77
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
78
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
79
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
80
80
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
81
81
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags" title="gtk_text_buffer_insert_with_tags ()">gtk_text_buffer_insert_with_tags</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
82
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
82
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
83
83
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
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> len</code></em>,
|
85
85
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *first_tag</code></em>,
|
86
86
|
<em class="parameter"><code>...</code></em>);
|
87
87
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags-by-name" title="gtk_text_buffer_insert_with_tags_by_name ()">gtk_text_buffer_insert_with_tags_by_name</a>
|
88
88
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
89
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
89
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
90
90
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
91
91
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>,
|
92
92
|
<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> *first_tag_name</code></em>,
|
93
93
|
<em class="parameter"><code>...</code></em>);
|
94
94
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title="gtk_text_buffer_delete ()">gtk_text_buffer_delete</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
95
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
96
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
95
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
96
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
97
97
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-interactive" title="gtk_text_buffer_delete_interactive ()">gtk_text_buffer_delete_interactive</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
98
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start_iter</code></em>,
|
99
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end_iter</code></em>,
|
98
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start_iter</code></em>,
|
99
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end_iter</code></em>,
|
100
100
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
101
101
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-backspace" title="gtk_text_buffer_backspace ()">gtk_text_buffer_backspace</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
102
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
102
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
103
103
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> interactive</code></em>,
|
104
104
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
105
105
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-set-text" title="gtk_text_buffer_set_text ()">gtk_text_buffer_set_text</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
106
106
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
107
107
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);
|
108
108
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-text" title="gtk_text_buffer_get_text ()">gtk_text_buffer_get_text</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
109
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
110
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
109
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
110
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
111
111
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_hidden_chars</code></em>);
|
112
112
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice" title="gtk_text_buffer_get_slice ()">gtk_text_buffer_get_slice</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
113
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
114
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
113
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
114
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
115
115
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_hidden_chars</code></em>);
|
116
116
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-pixbuf" title="gtk_text_buffer_insert_pixbuf ()">gtk_text_buffer_insert_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
117
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
117
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
118
118
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
119
119
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-anchor" title="gtk_text_buffer_insert_child_anchor ()">gtk_text_buffer_insert_child_anchor</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
120
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
120
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
121
121
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);
|
122
122
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-child-anchor" title="gtk_text_buffer_create_child_anchor ()">gtk_text_buffer_create_child_anchor</a>
|
123
123
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
124
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
124
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
125
125
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-mark" title="gtk_text_buffer_create_mark ()">gtk_text_buffer_create_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
126
126
|
<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> *mark_name</code></em>,
|
127
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>,
|
127
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>,
|
128
128
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> left_gravity</code></em>);
|
129
129
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark" title="gtk_text_buffer_move_mark ()">gtk_text_buffer_move_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
130
130
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
131
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
131
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
132
132
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark-by-name" title="gtk_text_buffer_move_mark_by_name ()">gtk_text_buffer_move_mark_by_name</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
133
133
|
<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>,
|
134
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
134
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
135
135
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-add-mark" title="gtk_text_buffer_add_mark ()">gtk_text_buffer_add_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
136
136
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
137
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
137
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
138
138
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-mark" title="gtk_text_buffer_delete_mark ()">gtk_text_buffer_delete_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
139
139
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
140
140
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-mark-by-name" title="gtk_text_buffer_delete_mark_by_name ()">gtk_text_buffer_delete_mark_by_name</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
141
141
|
<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>);
|
142
|
-
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
142
|
+
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-mark" title="gtk_text_buffer_get_mark ()">gtk_text_buffer_get_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
143
143
|
<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>);
|
144
|
-
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
145
|
-
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
144
|
+
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-insert" title="gtk_text_buffer_get_insert ()">gtk_text_buffer_get_insert</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
145
|
+
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-selection-bound" title="gtk_text_buffer_get_selection_bound ()">gtk_text_buffer_get_selection_bound</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
146
146
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-has-selection" title="gtk_text_buffer_get_has_selection ()">gtk_text_buffer_get_has_selection</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
147
147
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-place-cursor" title="gtk_text_buffer_place_cursor ()">gtk_text_buffer_place_cursor</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
148
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
148
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);
|
149
149
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-select-range" title="gtk_text_buffer_select_range ()">gtk_text_buffer_select_range</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
150
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *ins</code></em>,
|
151
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *bound</code></em>);
|
150
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *ins</code></em>,
|
151
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *bound</code></em>);
|
152
152
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="gtk_text_buffer_apply_tag ()">gtk_text_buffer_apply_tag</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
153
153
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
154
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
155
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
154
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
155
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
156
156
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-tag" title="gtk_text_buffer_remove_tag ()">gtk_text_buffer_remove_tag</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
157
157
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
158
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
159
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
158
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
159
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
160
160
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag-by-name" title="gtk_text_buffer_apply_tag_by_name ()">gtk_text_buffer_apply_tag_by_name</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
161
161
|
<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>,
|
162
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
163
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
162
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
163
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
164
164
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-tag-by-name" title="gtk_text_buffer_remove_tag_by_name ()">gtk_text_buffer_remove_tag_by_name</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
165
165
|
<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>,
|
166
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
167
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
166
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
167
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
168
168
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-all-tags" title="gtk_text_buffer_remove_all_tags ()">gtk_text_buffer_remove_all_tags</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
169
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
170
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
169
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
170
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
171
171
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-tag" title="gtk_text_buffer_create_tag ()">gtk_text_buffer_create_tag</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
172
172
|
<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> *tag_name</code></em>,
|
173
173
|
<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> *first_property_name</code></em>,
|
174
174
|
<em class="parameter"><code>...</code></em>);
|
175
175
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-line-offset" title="gtk_text_buffer_get_iter_at_line_offset ()">gtk_text_buffer_get_iter_at_line_offset</a>
|
176
176
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
177
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
177
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
178
178
|
<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_number</code></em>,
|
179
179
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);
|
180
180
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-offset" title="gtk_text_buffer_get_iter_at_offset ()">gtk_text_buffer_get_iter_at_offset</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
181
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
181
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
182
182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);
|
183
183
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-line" title="gtk_text_buffer_get_iter_at_line ()">gtk_text_buffer_get_iter_at_line</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
184
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
184
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
185
185
|
<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_number</code></em>);
|
186
186
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-line-index" title="gtk_text_buffer_get_iter_at_line_index ()">gtk_text_buffer_get_iter_at_line_index</a>
|
187
187
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
188
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
188
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
189
189
|
<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_number</code></em>,
|
190
190
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_index</code></em>);
|
191
191
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-mark" title="gtk_text_buffer_get_iter_at_mark ()">gtk_text_buffer_get_iter_at_mark</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
192
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
192
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
193
193
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
194
194
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-child-anchor" title="gtk_text_buffer_get_iter_at_child_anchor ()">gtk_text_buffer_get_iter_at_child_anchor</a>
|
195
195
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
196
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
196
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
197
197
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);
|
198
198
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-start-iter" title="gtk_text_buffer_get_start_iter ()">gtk_text_buffer_get_start_iter</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
199
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
199
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
200
200
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-end-iter" title="gtk_text_buffer_get_end_iter ()">gtk_text_buffer_get_end_iter</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
201
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
201
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
202
202
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-bounds" title="gtk_text_buffer_get_bounds ()">gtk_text_buffer_get_bounds</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
203
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
204
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
203
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
204
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
205
205
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-modified" title="gtk_text_buffer_get_modified ()">gtk_text_buffer_get_modified</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
206
206
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-set-modified" title="gtk_text_buffer_set_modified ()">gtk_text_buffer_set_modified</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
207
207
|
<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>);
|
@@ -210,7 +210,7 @@
|
|
210
210
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
211
211
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-paste-clipboard" title="gtk_text_buffer_paste_clipboard ()">gtk_text_buffer_paste_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
212
212
|
<em class="parameter"><code><a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>,
|
213
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *override_location</code></em>,
|
213
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *override_location</code></em>,
|
214
214
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
215
215
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-copy-clipboard" title="gtk_text_buffer_copy_clipboard ()">gtk_text_buffer_copy_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
216
216
|
<em class="parameter"><code><a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>);
|
@@ -219,8 +219,8 @@
|
|
219
219
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);
|
220
220
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-selection-bounds" title="gtk_text_buffer_get_selection_bounds ()">gtk_text_buffer_get_selection_bounds</a>
|
221
221
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
222
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
223
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
222
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
223
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
224
224
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-begin-user-action" title="gtk_text_buffer_begin_user_action ()">gtk_text_buffer_begin_user_action</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
225
225
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-end-user-action" title="gtk_text_buffer_end_user_action ()">gtk_text_buffer_end_user_action</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
226
226
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-add-selection-clipboard" title="gtk_text_buffer_add_selection_clipboard ()">gtk_text_buffer_add_selection_clipboard</a>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
enum <a class="link" href="GtkTextBuffer.html#GtkTextBufferTargetInfo" title="enum GtkTextBufferTargetInfo">GtkTextBufferTargetInfo</a>;
|
234
234
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkTextBuffer.html#GtkTextBufferDeserializeFunc" title="GtkTextBufferDeserializeFunc ()">*GtkTextBufferDeserializeFunc</a>) (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
235
235
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
236
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
236
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
237
237
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
238
238
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
239
239
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> create_tags</code></em>,
|
@@ -242,7 +242,7 @@ enum <a class="link" href="GtkTextBuffer.html#GtkTextBufferTarget
|
|
242
242
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-deserialize" title="gtk_text_buffer_deserialize ()">gtk_text_buffer_deserialize</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
243
243
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
244
244
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
245
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
245
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
246
246
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
247
247
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
248
248
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
@@ -253,12 +253,12 @@ enum <a class="link" href="GtkTextBuffer.html#GtkTextBufferTarget
|
|
253
253
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
254
254
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
255
255
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> can_create_tags</code></em>);
|
256
|
-
<a class="link" href="gtk-Selections.html#GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-copy-target-list" title="gtk_text_buffer_get_copy_target_list ()">gtk_text_buffer_get_copy_target_list</a>
|
256
|
+
<a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-copy-target-list" title="gtk_text_buffer_get_copy_target_list ()">gtk_text_buffer_get_copy_target_list</a>
|
257
257
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
258
258
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-deserialize-formats" title="gtk_text_buffer_get_deserialize_formats ()">gtk_text_buffer_get_deserialize_formats</a>
|
259
259
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
260
260
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_formats</code></em>);
|
261
|
-
<a class="link" href="gtk-Selections.html#GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-paste-target-list" title="gtk_text_buffer_get_paste_target_list ()">gtk_text_buffer_get_paste_target_list</a>
|
261
|
+
<a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-paste-target-list" title="gtk_text_buffer_get_paste_target_list ()">gtk_text_buffer_get_paste_target_list</a>
|
262
262
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);
|
263
263
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-serialize-formats" title="gtk_text_buffer_get_serialize_formats ()">gtk_text_buffer_get_serialize_formats</a>
|
264
264
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -283,15 +283,15 @@ enum <a class="link" href="GtkTextBuffer.html#GtkTextBufferTarget
|
|
283
283
|
<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> *tagset_name</code></em>);
|
284
284
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * (<a class="link" href="GtkTextBuffer.html#GtkTextBufferSerializeFunc" title="GtkTextBufferSerializeFunc ()">*GtkTextBufferSerializeFunc</a>) (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
285
285
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
286
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
287
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
286
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
287
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
288
288
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>,
|
289
289
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
290
290
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-serialize" title="gtk_text_buffer_serialize ()">gtk_text_buffer_serialize</a> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
291
291
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
292
292
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
293
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
294
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
293
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
294
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
295
295
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);
|
296
296
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-unregister-deserialize-format" title="gtk_text_buffer_unregister_deserialize_format ()">gtk_text_buffer_unregister_deserialize_format</a>
|
297
297
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -301,43 +301,43 @@ enum <a class="link" href="GtkTextBuffer.html#GtkTextBufferTarget
|
|
301
301
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);
|
302
302
|
</pre>
|
303
303
|
</div>
|
304
|
-
<div class="refsect1">
|
304
|
+
<div class="refsect1" title="Object Hierarchy">
|
305
305
|
<a name="GtkTextBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
306
306
|
<pre class="synopsis">
|
307
307
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
308
308
|
+----GtkTextBuffer
|
309
309
|
</pre>
|
310
310
|
</div>
|
311
|
-
<div class="refsect1">
|
311
|
+
<div class="refsect1" title="Properties">
|
312
312
|
<a name="GtkTextBuffer.properties"></a><h2>Properties</h2>
|
313
313
|
<pre class="synopsis">
|
314
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--copy-target-list" title='The "copy-target-list" property'>copy-target-list</a>" <a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read
|
314
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--copy-target-list" title='The "copy-target-list" property'>copy-target-list</a>" <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read
|
315
315
|
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--cursor-position" title='The "cursor-position" property'>cursor-position</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
316
316
|
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--has-selection" title='The "has-selection" property'>has-selection</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read
|
317
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--paste-target-list" title='The "paste-target-list" property'>paste-target-list</a>" <a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read
|
317
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--paste-target-list" title='The "paste-target-list" property'>paste-target-list</a>" <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read
|
318
318
|
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--tag-table" title='The "tag-table" property'>tag-table</a>" <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>* : Read / Write / Construct Only
|
319
319
|
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
320
320
|
</pre>
|
321
321
|
</div>
|
322
|
-
<div class="refsect1">
|
322
|
+
<div class="refsect1" title="Signals">
|
323
323
|
<a name="GtkTextBuffer.signals"></a><h2>Signals</h2>
|
324
324
|
<pre class="synopsis">
|
325
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-apply-tag" title='The "apply-tag" signal'>apply-tag</a>" :
|
326
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-begin-user-action" title='The "begin-user-action" signal'>begin-user-action</a>" :
|
327
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-changed" title='The "changed" signal'>changed</a>" :
|
328
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-delete-range" title='The "delete-range" signal'>delete-range</a>" :
|
329
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-end-user-action" title='The "end-user-action" signal'>end-user-action</a>" :
|
330
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-child-anchor" title='The "insert-child-anchor" signal'>insert-child-anchor</a>" :
|
331
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-pixbuf" title='The "insert-pixbuf" signal'>insert-pixbuf</a>" :
|
332
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-text" title='The "insert-text" signal'>insert-text</a>" :
|
333
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-deleted" title='The "mark-deleted" signal'>mark-deleted</a>" :
|
334
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-set" title='The "mark-set" signal'>mark-set</a>" :
|
335
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-modified-changed" title='The "modified-changed" signal'>modified-changed</a>" :
|
336
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-paste-done" title='The "paste-done" signal'>paste-done</a>" :
|
337
|
-
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-remove-tag" title='The "remove-tag" signal'>remove-tag</a>" :
|
325
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-apply-tag" title='The "apply-tag" signal'>apply-tag</a>" : Run Last
|
326
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-begin-user-action" title='The "begin-user-action" signal'>begin-user-action</a>" : Run Last
|
327
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-changed" title='The "changed" signal'>changed</a>" : Run Last
|
328
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-delete-range" title='The "delete-range" signal'>delete-range</a>" : Run Last
|
329
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-end-user-action" title='The "end-user-action" signal'>end-user-action</a>" : Run Last
|
330
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-child-anchor" title='The "insert-child-anchor" signal'>insert-child-anchor</a>" : Run Last
|
331
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-pixbuf" title='The "insert-pixbuf" signal'>insert-pixbuf</a>" : Run Last
|
332
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-text" title='The "insert-text" signal'>insert-text</a>" : Run Last
|
333
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-deleted" title='The "mark-deleted" signal'>mark-deleted</a>" : Run Last
|
334
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-set" title='The "mark-set" signal'>mark-set</a>" : Run Last
|
335
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-modified-changed" title='The "modified-changed" signal'>modified-changed</a>" : Run Last
|
336
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-paste-done" title='The "paste-done" signal'>paste-done</a>" : Run Last
|
337
|
+
"<a class="link" href="GtkTextBuffer.html#GtkTextBuffer-remove-tag" title='The "remove-tag" signal'>remove-tag</a>" : Run Last
|
338
338
|
</pre>
|
339
339
|
</div>
|
340
|
-
<div class="refsect1">
|
340
|
+
<div class="refsect1" title="Description">
|
341
341
|
<a name="GtkTextBuffer.description"></a><h2>Description</h2>
|
342
342
|
<p>
|
343
343
|
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
@@ -347,16 +347,16 @@ types related to the text widget and how they work together.
|
|
347
347
|
<p>
|
348
348
|
</p>
|
349
349
|
</div>
|
350
|
-
<div class="refsect1">
|
350
|
+
<div class="refsect1" title="Details">
|
351
351
|
<a name="GtkTextBuffer.details"></a><h2>Details</h2>
|
352
|
-
<div class="refsect2">
|
352
|
+
<div class="refsect2" title="GtkTextBuffer">
|
353
353
|
<a name="GtkTextBuffer-struct"></a><h3>GtkTextBuffer</h3>
|
354
354
|
<pre class="programlisting">typedef struct _GtkTextBuffer GtkTextBuffer;</pre>
|
355
355
|
<p>
|
356
356
|
</p>
|
357
357
|
</div>
|
358
358
|
<hr>
|
359
|
-
<div class="refsect2">
|
359
|
+
<div class="refsect2" title="gtk_text_buffer_new ()">
|
360
360
|
<a name="gtk-text-buffer-new"></a><h3>gtk_text_buffer_new ()</h3>
|
361
361
|
<pre class="programlisting"><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a> * gtk_text_buffer_new (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
|
362
362
|
<p>
|
@@ -367,18 +367,19 @@ Creates a new text buffer.
|
|
367
367
|
<tbody>
|
368
368
|
<tr>
|
369
369
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
370
|
-
<td>a tag table, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
370
|
+
<td> a tag table, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create a new one. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
371
371
|
</td>
|
372
372
|
</tr>
|
373
373
|
<tr>
|
374
374
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
375
|
-
<td>a new text buffer
|
375
|
+
<td> a new text buffer
|
376
|
+
</td>
|
376
377
|
</tr>
|
377
378
|
</tbody>
|
378
379
|
</table></div>
|
379
380
|
</div>
|
380
381
|
<hr>
|
381
|
-
<div class="refsect2">
|
382
|
+
<div class="refsect2" title="gtk_text_buffer_get_line_count ()">
|
382
383
|
<a name="gtk-text-buffer-get-line-count"></a><h3>gtk_text_buffer_get_line_count ()</h3>
|
383
384
|
<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_buffer_get_line_count (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
384
385
|
<p>
|
@@ -390,18 +391,19 @@ the function is very fast.
|
|
390
391
|
<tbody>
|
391
392
|
<tr>
|
392
393
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
393
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
394
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
394
395
|
</td>
|
395
396
|
</tr>
|
396
397
|
<tr>
|
397
398
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
398
|
-
<td>number of lines in the buffer
|
399
|
+
<td> number of lines in the buffer
|
400
|
+
</td>
|
399
401
|
</tr>
|
400
402
|
</tbody>
|
401
403
|
</table></div>
|
402
404
|
</div>
|
403
405
|
<hr>
|
404
|
-
<div class="refsect2">
|
406
|
+
<div class="refsect2" title="gtk_text_buffer_get_char_count ()">
|
405
407
|
<a name="gtk-text-buffer-get-char-count"></a><h3>gtk_text_buffer_get_char_count ()</h3>
|
406
408
|
<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_buffer_get_char_count (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
407
409
|
<p>
|
@@ -415,20 +417,21 @@ count is cached, so this function is very fast.
|
|
415
417
|
<tbody>
|
416
418
|
<tr>
|
417
419
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
418
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
420
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
419
421
|
</td>
|
420
422
|
</tr>
|
421
423
|
<tr>
|
422
424
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
423
|
-
<td>number of characters in the buffer
|
425
|
+
<td> number of characters in the buffer
|
426
|
+
</td>
|
424
427
|
</tr>
|
425
428
|
</tbody>
|
426
429
|
</table></div>
|
427
430
|
</div>
|
428
431
|
<hr>
|
429
|
-
<div class="refsect2">
|
432
|
+
<div class="refsect2" title="gtk_text_buffer_get_tag_table ()">
|
430
433
|
<a name="gtk-text-buffer-get-tag-table"></a><h3>gtk_text_buffer_get_tag_table ()</h3>
|
431
|
-
<pre class="programlisting"><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="returnvalue">GtkTextTagTable</span></a
|
434
|
+
<pre class="programlisting"><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="returnvalue">GtkTextTagTable</span></a>* gtk_text_buffer_get_tag_table (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
432
435
|
<p>
|
433
436
|
Get the <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> associated with this buffer.
|
434
437
|
</p>
|
@@ -442,17 +445,17 @@ Get the <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><spa
|
|
442
445
|
</tr>
|
443
446
|
<tr>
|
444
447
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
445
|
-
<td>the buffer's tag table. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
448
|
+
<td> the buffer's tag table. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
446
449
|
</td>
|
447
450
|
</tr>
|
448
451
|
</tbody>
|
449
452
|
</table></div>
|
450
453
|
</div>
|
451
454
|
<hr>
|
452
|
-
<div class="refsect2">
|
455
|
+
<div class="refsect2" title="gtk_text_buffer_insert ()">
|
453
456
|
<a name="gtk-text-buffer-insert"></a><h3>gtk_text_buffer_insert ()</h3>
|
454
457
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
455
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
458
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
456
459
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
457
460
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>);</pre>
|
458
461
|
<p>
|
@@ -474,21 +477,24 @@ inserted text.
|
|
474
477
|
</tr>
|
475
478
|
<tr>
|
476
479
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
477
|
-
<td>a position in the buffer
|
480
|
+
<td>a position in the buffer
|
481
|
+
</td>
|
478
482
|
</tr>
|
479
483
|
<tr>
|
480
484
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
481
|
-
<td>text in UTF-8 format</
|
485
|
+
<td> text in UTF-8 format. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8]</span>
|
486
|
+
</td>
|
482
487
|
</tr>
|
483
488
|
<tr>
|
484
489
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
485
|
-
<td>length of text in bytes, or -1
|
490
|
+
<td>length of text in bytes, or -1
|
491
|
+
</td>
|
486
492
|
</tr>
|
487
493
|
</tbody>
|
488
494
|
</table></div>
|
489
495
|
</div>
|
490
496
|
<hr>
|
491
|
-
<div class="refsect2">
|
497
|
+
<div class="refsect2" title="gtk_text_buffer_insert_at_cursor ()">
|
492
498
|
<a name="gtk-text-buffer-insert-at-cursor"></a><h3>gtk_text_buffer_insert_at_cursor ()</h3>
|
493
499
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_at_cursor (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
494
500
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
@@ -507,20 +513,22 @@ cursor position as the insertion point.
|
|
507
513
|
</tr>
|
508
514
|
<tr>
|
509
515
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
510
|
-
<td>text in UTF-8 format</
|
516
|
+
<td> text in UTF-8 format. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=len][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> uint8]</span>
|
517
|
+
</td>
|
511
518
|
</tr>
|
512
519
|
<tr>
|
513
520
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
514
|
-
<td>length of text, in bytes
|
521
|
+
<td>length of text, in bytes
|
522
|
+
</td>
|
515
523
|
</tr>
|
516
524
|
</tbody>
|
517
525
|
</table></div>
|
518
526
|
</div>
|
519
527
|
<hr>
|
520
|
-
<div class="refsect2">
|
528
|
+
<div class="refsect2" title="gtk_text_buffer_insert_interactive ()">
|
521
529
|
<a name="gtk-text-buffer-insert-interactive"></a><h3>gtk_text_buffer_insert_interactive ()</h3>
|
522
530
|
<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_buffer_insert_interactive (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
523
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
531
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
524
532
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
525
533
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>,
|
526
534
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);</pre>
|
@@ -550,25 +558,29 @@ result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" tit
|
|
550
558
|
</tr>
|
551
559
|
<tr>
|
552
560
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
553
|
-
<td>some UTF-8 text
|
561
|
+
<td>some UTF-8 text
|
562
|
+
</td>
|
554
563
|
</tr>
|
555
564
|
<tr>
|
556
565
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
557
|
-
<td>length of text in bytes, or -1
|
566
|
+
<td>length of text in bytes, or -1
|
567
|
+
</td>
|
558
568
|
</tr>
|
559
569
|
<tr>
|
560
570
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
561
|
-
<td>default editability of buffer
|
571
|
+
<td>default editability of buffer
|
572
|
+
</td>
|
562
573
|
</tr>
|
563
574
|
<tr>
|
564
575
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
565
|
-
<td>whether text was actually inserted
|
576
|
+
<td> whether text was actually inserted
|
577
|
+
</td>
|
566
578
|
</tr>
|
567
579
|
</tbody>
|
568
580
|
</table></div>
|
569
581
|
</div>
|
570
582
|
<hr>
|
571
|
-
<div class="refsect2">
|
583
|
+
<div class="refsect2" title="gtk_text_buffer_insert_interactive_at_cursor ()">
|
572
584
|
<a name="gtk-text-buffer-insert-interactive-at-cursor"></a><h3>gtk_text_buffer_insert_interactive_at_cursor ()</h3>
|
573
585
|
<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_buffer_insert_interactive_at_cursor
|
574
586
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -594,30 +606,34 @@ result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" tit
|
|
594
606
|
</tr>
|
595
607
|
<tr>
|
596
608
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
597
|
-
<td>text in UTF-8 format
|
609
|
+
<td>text in UTF-8 format
|
610
|
+
</td>
|
598
611
|
</tr>
|
599
612
|
<tr>
|
600
613
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
601
|
-
<td>length of text in bytes, or -1
|
614
|
+
<td>length of text in bytes, or -1
|
615
|
+
</td>
|
602
616
|
</tr>
|
603
617
|
<tr>
|
604
618
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
605
|
-
<td>default editability of buffer
|
619
|
+
<td>default editability of buffer
|
620
|
+
</td>
|
606
621
|
</tr>
|
607
622
|
<tr>
|
608
623
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
609
|
-
<td>whether text was actually inserted
|
624
|
+
<td> whether text was actually inserted
|
625
|
+
</td>
|
610
626
|
</tr>
|
611
627
|
</tbody>
|
612
628
|
</table></div>
|
613
629
|
</div>
|
614
630
|
<hr>
|
615
|
-
<div class="refsect2">
|
631
|
+
<div class="refsect2" title="gtk_text_buffer_insert_range ()">
|
616
632
|
<a name="gtk-text-buffer-insert-range"></a><h3>gtk_text_buffer_insert_range ()</h3>
|
617
633
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_range (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
618
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
619
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
620
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
634
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
635
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
636
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
621
637
|
<p>
|
622
638
|
Copies text, tags, and pixbufs between <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em> (the order
|
623
639
|
of <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em> doesn't matter) and inserts the copy at <em class="parameter"><code>iter</code></em>.
|
@@ -656,13 +672,13 @@ so expect those.
|
|
656
672
|
</table></div>
|
657
673
|
</div>
|
658
674
|
<hr>
|
659
|
-
<div class="refsect2">
|
675
|
+
<div class="refsect2" title="gtk_text_buffer_insert_range_interactive ()">
|
660
676
|
<a name="gtk-text-buffer-insert-range-interactive"></a><h3>gtk_text_buffer_insert_range_interactive ()</h3>
|
661
677
|
<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_buffer_insert_range_interactive
|
662
678
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
663
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
664
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
665
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
679
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
680
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
681
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
666
682
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);</pre>
|
667
683
|
<p>
|
668
684
|
Same as <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-range" title="gtk_text_buffer_insert_range ()"><code class="function">gtk_text_buffer_insert_range()</code></a>, but does nothing if the
|
@@ -696,21 +712,22 @@ enclosing <em class="parameter"><code>iter</code></em> affect editability. Typic
|
|
696
712
|
</tr>
|
697
713
|
<tr>
|
698
714
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
699
|
-
<td>default editability of the buffer
|
715
|
+
<td>default editability of the buffer
|
716
|
+
</td>
|
700
717
|
</tr>
|
701
718
|
<tr>
|
702
719
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
703
|
-
<td>whether an insertion was possible at <em class="parameter"><code>iter</code></em>
|
720
|
+
<td> whether an insertion was possible at <em class="parameter"><code>iter</code></em>
|
704
721
|
</td>
|
705
722
|
</tr>
|
706
723
|
</tbody>
|
707
724
|
</table></div>
|
708
725
|
</div>
|
709
726
|
<hr>
|
710
|
-
<div class="refsect2">
|
727
|
+
<div class="refsect2" title="gtk_text_buffer_insert_with_tags ()">
|
711
728
|
<a name="gtk-text-buffer-insert-with-tags"></a><h3>gtk_text_buffer_insert_with_tags ()</h3>
|
712
729
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_with_tags (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
713
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
730
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
714
731
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
715
732
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len</code></em>,
|
716
733
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *first_tag</code></em>,
|
@@ -737,11 +754,13 @@ then <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="
|
|
737
754
|
</tr>
|
738
755
|
<tr>
|
739
756
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
740
|
-
<td>UTF-8 text
|
757
|
+
<td>UTF-8 text
|
758
|
+
</td>
|
741
759
|
</tr>
|
742
760
|
<tr>
|
743
761
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
744
|
-
<td>length of <em class="parameter"><code>text</code></em>, or -1
|
762
|
+
<td>length of <em class="parameter"><code>text</code></em>, or -1
|
763
|
+
</td>
|
745
764
|
</tr>
|
746
765
|
<tr>
|
747
766
|
<td><p><span class="term"><em class="parameter"><code>first_tag</code></em> :</span></p></td>
|
@@ -750,17 +769,18 @@ then <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="
|
|
750
769
|
</tr>
|
751
770
|
<tr>
|
752
771
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
753
|
-
<td>NULL-terminated list of tags to apply
|
772
|
+
<td>NULL-terminated list of tags to apply
|
773
|
+
</td>
|
754
774
|
</tr>
|
755
775
|
</tbody>
|
756
776
|
</table></div>
|
757
777
|
</div>
|
758
778
|
<hr>
|
759
|
-
<div class="refsect2">
|
779
|
+
<div class="refsect2" title="gtk_text_buffer_insert_with_tags_by_name ()">
|
760
780
|
<a name="gtk-text-buffer-insert-with-tags-by-name"></a><h3>gtk_text_buffer_insert_with_tags_by_name ()</h3>
|
761
781
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_with_tags_by_name
|
762
782
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
763
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
783
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
764
784
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
765
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> len</code></em>,
|
766
786
|
<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> *first_tag_name</code></em>,
|
@@ -784,11 +804,13 @@ to pass in tag names instead of tag objects.
|
|
784
804
|
</tr>
|
785
805
|
<tr>
|
786
806
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
787
|
-
<td>UTF-8 text
|
807
|
+
<td>UTF-8 text
|
808
|
+
</td>
|
788
809
|
</tr>
|
789
810
|
<tr>
|
790
811
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
791
|
-
<td>length of <em class="parameter"><code>text</code></em>, or -1
|
812
|
+
<td>length of <em class="parameter"><code>text</code></em>, or -1
|
813
|
+
</td>
|
792
814
|
</tr>
|
793
815
|
<tr>
|
794
816
|
<td><p><span class="term"><em class="parameter"><code>first_tag_name</code></em> :</span></p></td>
|
@@ -797,17 +819,18 @@ to pass in tag names instead of tag objects.
|
|
797
819
|
</tr>
|
798
820
|
<tr>
|
799
821
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
800
|
-
<td>more tag names
|
822
|
+
<td>more tag names
|
823
|
+
</td>
|
801
824
|
</tr>
|
802
825
|
</tbody>
|
803
826
|
</table></div>
|
804
827
|
</div>
|
805
828
|
<hr>
|
806
|
-
<div class="refsect2">
|
829
|
+
<div class="refsect2" title="gtk_text_buffer_delete ()">
|
807
830
|
<a name="gtk-text-buffer-delete"></a><h3>gtk_text_buffer_delete ()</h3>
|
808
831
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_delete (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
809
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
810
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
832
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
833
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
811
834
|
<p>
|
812
835
|
Deletes text between <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em>. The order of <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em>
|
813
836
|
is not actually relevant; <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title="gtk_text_buffer_delete ()"><code class="function">gtk_text_buffer_delete()</code></a> will reorder
|
@@ -839,11 +862,11 @@ re-initialized to point to the location where text was deleted.
|
|
839
862
|
</table></div>
|
840
863
|
</div>
|
841
864
|
<hr>
|
842
|
-
<div class="refsect2">
|
865
|
+
<div class="refsect2" title="gtk_text_buffer_delete_interactive ()">
|
843
866
|
<a name="gtk-text-buffer-delete-interactive"></a><h3>gtk_text_buffer_delete_interactive ()</h3>
|
844
867
|
<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_buffer_delete_interactive (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
845
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start_iter</code></em>,
|
846
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end_iter</code></em>,
|
868
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start_iter</code></em>,
|
869
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end_iter</code></em>,
|
847
870
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);</pre>
|
848
871
|
<p>
|
849
872
|
Deletes all <span class="emphasis"><em>editable</em></span> text in the given range.
|
@@ -862,28 +885,32 @@ no text was deleted.
|
|
862
885
|
</tr>
|
863
886
|
<tr>
|
864
887
|
<td><p><span class="term"><em class="parameter"><code>start_iter</code></em> :</span></p></td>
|
865
|
-
<td>start of range to delete
|
888
|
+
<td>start of range to delete
|
889
|
+
</td>
|
866
890
|
</tr>
|
867
891
|
<tr>
|
868
892
|
<td><p><span class="term"><em class="parameter"><code>end_iter</code></em> :</span></p></td>
|
869
|
-
<td>end of range
|
893
|
+
<td>end of range
|
894
|
+
</td>
|
870
895
|
</tr>
|
871
896
|
<tr>
|
872
897
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
873
|
-
<td>whether the buffer is editable by default
|
898
|
+
<td>whether the buffer is editable by default
|
899
|
+
</td>
|
874
900
|
</tr>
|
875
901
|
<tr>
|
876
902
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
877
|
-
<td>whether some text was actually deleted
|
903
|
+
<td> whether some text was actually deleted
|
904
|
+
</td>
|
878
905
|
</tr>
|
879
906
|
</tbody>
|
880
907
|
</table></div>
|
881
908
|
</div>
|
882
909
|
<hr>
|
883
|
-
<div class="refsect2">
|
910
|
+
<div class="refsect2" title="gtk_text_buffer_backspace ()">
|
884
911
|
<a name="gtk-text-buffer-backspace"></a><h3>gtk_text_buffer_backspace ()</h3>
|
885
912
|
<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_buffer_backspace (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
886
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
913
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
887
914
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> interactive</code></em>,
|
888
915
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);</pre>
|
889
916
|
<p>
|
@@ -914,23 +941,26 @@ re-initialized to point to the location where text was deleted.
|
|
914
941
|
</tr>
|
915
942
|
<tr>
|
916
943
|
<td><p><span class="term"><em class="parameter"><code>interactive</code></em> :</span></p></td>
|
917
|
-
<td>whether the deletion is caused by user interaction
|
944
|
+
<td>whether the deletion is caused by user interaction
|
945
|
+
</td>
|
918
946
|
</tr>
|
919
947
|
<tr>
|
920
948
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
921
|
-
<td>whether the buffer is editable by default
|
949
|
+
<td>whether the buffer is editable by default
|
950
|
+
</td>
|
922
951
|
</tr>
|
923
952
|
<tr>
|
924
953
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
925
|
-
<td>
|
926
|
-
|
954
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the buffer was modified
|
955
|
+
|
956
|
+
</td>
|
927
957
|
</tr>
|
928
958
|
</tbody>
|
929
959
|
</table></div>
|
930
960
|
<p class="since">Since 2.6</p>
|
931
961
|
</div>
|
932
962
|
<hr>
|
933
|
-
<div class="refsect2">
|
963
|
+
<div class="refsect2" title="gtk_text_buffer_set_text ()">
|
934
964
|
<a name="gtk-text-buffer-set-text"></a><h3>gtk_text_buffer_set_text ()</h3>
|
935
965
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_set_text (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
936
966
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
@@ -949,21 +979,23 @@ Deletes current contents of <em class="parameter"><code>buffer</code></em>, and
|
|
949
979
|
</tr>
|
950
980
|
<tr>
|
951
981
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
952
|
-
<td>UTF-8 text to insert
|
982
|
+
<td>UTF-8 text to insert
|
983
|
+
</td>
|
953
984
|
</tr>
|
954
985
|
<tr>
|
955
986
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
956
|
-
<td>length of <em class="parameter"><code>text</code></em> in bytes
|
987
|
+
<td>length of <em class="parameter"><code>text</code></em> in bytes
|
988
|
+
</td>
|
957
989
|
</tr>
|
958
990
|
</tbody>
|
959
991
|
</table></div>
|
960
992
|
</div>
|
961
993
|
<hr>
|
962
|
-
<div class="refsect2">
|
994
|
+
<div class="refsect2" title="gtk_text_buffer_get_text ()">
|
963
995
|
<a name="gtk-text-buffer-get-text"></a><h3>gtk_text_buffer_get_text ()</h3>
|
964
996
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_buffer_get_text (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
965
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
966
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
997
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
998
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
967
999
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_hidden_chars</code></em>);</pre>
|
968
1000
|
<p>
|
969
1001
|
Returns the text in the range [<em class="parameter"><code>start</code></em>,<em class="parameter"><code>end</code></em>). Excludes undisplayed
|
@@ -984,29 +1016,33 @@ and character indexes into the buffer. Contrast with
|
|
984
1016
|
</tr>
|
985
1017
|
<tr>
|
986
1018
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
987
|
-
<td>start of a range
|
1019
|
+
<td>start of a range
|
1020
|
+
</td>
|
988
1021
|
</tr>
|
989
1022
|
<tr>
|
990
1023
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
991
|
-
<td>end of a range
|
1024
|
+
<td>end of a range
|
1025
|
+
</td>
|
992
1026
|
</tr>
|
993
1027
|
<tr>
|
994
1028
|
<td><p><span class="term"><em class="parameter"><code>include_hidden_chars</code></em> :</span></p></td>
|
995
|
-
<td>whether to include invisible text
|
1029
|
+
<td>whether to include invisible text
|
1030
|
+
</td>
|
996
1031
|
</tr>
|
997
1032
|
<tr>
|
998
1033
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
999
|
-
<td>an allocated UTF-8 string
|
1034
|
+
<td> an allocated UTF-8 string
|
1035
|
+
</td>
|
1000
1036
|
</tr>
|
1001
1037
|
</tbody>
|
1002
1038
|
</table></div>
|
1003
1039
|
</div>
|
1004
1040
|
<hr>
|
1005
|
-
<div class="refsect2">
|
1041
|
+
<div class="refsect2" title="gtk_text_buffer_get_slice ()">
|
1006
1042
|
<a name="gtk-text-buffer-get-slice"></a><h3>gtk_text_buffer_get_slice ()</h3>
|
1007
1043
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_buffer_get_slice (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1008
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1009
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
1044
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1045
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
1010
1046
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_hidden_chars</code></em>);</pre>
|
1011
1047
|
<p>
|
1012
1048
|
Returns the text in the range [<em class="parameter"><code>start</code></em>,<em class="parameter"><code>end</code></em>). Excludes undisplayed
|
@@ -1030,28 +1066,32 @@ widget is in the buffer.
|
|
1030
1066
|
</tr>
|
1031
1067
|
<tr>
|
1032
1068
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1033
|
-
<td>start of a range
|
1069
|
+
<td>start of a range
|
1070
|
+
</td>
|
1034
1071
|
</tr>
|
1035
1072
|
<tr>
|
1036
1073
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1037
|
-
<td>end of a range
|
1074
|
+
<td>end of a range
|
1075
|
+
</td>
|
1038
1076
|
</tr>
|
1039
1077
|
<tr>
|
1040
1078
|
<td><p><span class="term"><em class="parameter"><code>include_hidden_chars</code></em> :</span></p></td>
|
1041
|
-
<td>whether to include invisible text
|
1079
|
+
<td>whether to include invisible text
|
1080
|
+
</td>
|
1042
1081
|
</tr>
|
1043
1082
|
<tr>
|
1044
1083
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1045
|
-
<td>an allocated UTF-8 string
|
1084
|
+
<td> an allocated UTF-8 string
|
1085
|
+
</td>
|
1046
1086
|
</tr>
|
1047
1087
|
</tbody>
|
1048
1088
|
</table></div>
|
1049
1089
|
</div>
|
1050
1090
|
<hr>
|
1051
|
-
<div class="refsect2">
|
1091
|
+
<div class="refsect2" title="gtk_text_buffer_insert_pixbuf ()">
|
1052
1092
|
<a name="gtk-text-buffer-insert-pixbuf"></a><h3>gtk_text_buffer_insert_pixbuf ()</h3>
|
1053
1093
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_pixbuf (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1054
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1094
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1055
1095
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
1056
1096
|
<p>
|
1057
1097
|
Inserts an image into the text buffer at <em class="parameter"><code>iter</code></em>. The image will be
|
@@ -1073,7 +1113,8 @@ not. e.g. see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice
|
|
1073
1113
|
</tr>
|
1074
1114
|
<tr>
|
1075
1115
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1076
|
-
<td>location to insert the pixbuf
|
1116
|
+
<td>location to insert the pixbuf
|
1117
|
+
</td>
|
1077
1118
|
</tr>
|
1078
1119
|
<tr>
|
1079
1120
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
@@ -1084,10 +1125,10 @@ not. e.g. see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice
|
|
1084
1125
|
</table></div>
|
1085
1126
|
</div>
|
1086
1127
|
<hr>
|
1087
|
-
<div class="refsect2">
|
1128
|
+
<div class="refsect2" title="gtk_text_buffer_insert_child_anchor ()">
|
1088
1129
|
<a name="gtk-text-buffer-insert-child-anchor"></a><h3>gtk_text_buffer_insert_child_anchor ()</h3>
|
1089
1130
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_insert_child_anchor (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1090
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1131
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1091
1132
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
1092
1133
|
<p>
|
1093
1134
|
Inserts a child widget anchor into the text buffer at <em class="parameter"><code>iter</code></em>. The
|
@@ -1112,7 +1153,8 @@ the anchor, so you can unref it after insertion.
|
|
1112
1153
|
</tr>
|
1113
1154
|
<tr>
|
1114
1155
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1115
|
-
<td>location to insert the anchor
|
1156
|
+
<td>location to insert the anchor
|
1157
|
+
</td>
|
1116
1158
|
</tr>
|
1117
1159
|
<tr>
|
1118
1160
|
<td><p><span class="term"><em class="parameter"><code>anchor</code></em> :</span></p></td>
|
@@ -1123,11 +1165,11 @@ the anchor, so you can unref it after insertion.
|
|
1123
1165
|
</table></div>
|
1124
1166
|
</div>
|
1125
1167
|
<hr>
|
1126
|
-
<div class="refsect2">
|
1168
|
+
<div class="refsect2" title="gtk_text_buffer_create_child_anchor ()">
|
1127
1169
|
<a name="gtk-text-buffer-create-child-anchor"></a><h3>gtk_text_buffer_create_child_anchor ()</h3>
|
1128
1170
|
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a> * gtk_text_buffer_create_child_anchor
|
1129
1171
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1130
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1172
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1131
1173
|
<p>
|
1132
1174
|
This is a convenience function which simply creates a child anchor
|
1133
1175
|
with <a class="link" href="GtkTextView.html#gtk-text-child-anchor-new" title="gtk_text_child_anchor_new ()"><code class="function">gtk_text_child_anchor_new()</code></a> and inserts it into the buffer
|
@@ -1145,22 +1187,23 @@ the caller of <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-ch
|
|
1145
1187
|
</tr>
|
1146
1188
|
<tr>
|
1147
1189
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1148
|
-
<td>location in the buffer
|
1190
|
+
<td>location in the buffer
|
1191
|
+
</td>
|
1149
1192
|
</tr>
|
1150
1193
|
<tr>
|
1151
1194
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1152
|
-
<td>the created child anchor
|
1195
|
+
<td> the created child anchor
|
1153
1196
|
</td>
|
1154
1197
|
</tr>
|
1155
1198
|
</tbody>
|
1156
1199
|
</table></div>
|
1157
1200
|
</div>
|
1158
1201
|
<hr>
|
1159
|
-
<div class="refsect2">
|
1202
|
+
<div class="refsect2" title="gtk_text_buffer_create_mark ()">
|
1160
1203
|
<a name="gtk-text-buffer-create-mark"></a><h3>gtk_text_buffer_create_mark ()</h3>
|
1161
1204
|
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> * gtk_text_buffer_create_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1162
1205
|
<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> *mark_name</code></em>,
|
1163
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>,
|
1206
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>,
|
1164
1207
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> left_gravity</code></em>);</pre>
|
1165
1208
|
<p>
|
1166
1209
|
Creates a mark at position <em class="parameter"><code>where</code></em>. If <em class="parameter"><code>mark_name</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the mark
|
@@ -1193,31 +1236,33 @@ placement.
|
|
1193
1236
|
</tr>
|
1194
1237
|
<tr>
|
1195
1238
|
<td><p><span class="term"><em class="parameter"><code>mark_name</code></em> :</span></p></td>
|
1196
|
-
<td>name for mark, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1239
|
+
<td> name for mark, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1197
1240
|
</td>
|
1198
1241
|
</tr>
|
1199
1242
|
<tr>
|
1200
1243
|
<td><p><span class="term"><em class="parameter"><code>where</code></em> :</span></p></td>
|
1201
|
-
<td>location to place mark
|
1244
|
+
<td>location to place mark
|
1245
|
+
</td>
|
1202
1246
|
</tr>
|
1203
1247
|
<tr>
|
1204
1248
|
<td><p><span class="term"><em class="parameter"><code>left_gravity</code></em> :</span></p></td>
|
1205
|
-
<td>whether the mark has left gravity
|
1249
|
+
<td>whether the mark has left gravity
|
1250
|
+
</td>
|
1206
1251
|
</tr>
|
1207
1252
|
<tr>
|
1208
1253
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1209
|
-
<td>the new <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> object. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1254
|
+
<td> the new <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> object. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1210
1255
|
</td>
|
1211
1256
|
</tr>
|
1212
1257
|
</tbody>
|
1213
1258
|
</table></div>
|
1214
1259
|
</div>
|
1215
1260
|
<hr>
|
1216
|
-
<div class="refsect2">
|
1261
|
+
<div class="refsect2" title="gtk_text_buffer_move_mark ()">
|
1217
1262
|
<a name="gtk-text-buffer-move-mark"></a><h3>gtk_text_buffer_move_mark ()</h3>
|
1218
1263
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_move_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1219
1264
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
1220
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1265
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1221
1266
|
<p>
|
1222
1267
|
Moves <em class="parameter"><code>mark</code></em> to the new location <em class="parameter"><code>where</code></em>. Emits the "mark-set" signal
|
1223
1268
|
as notification of the move.
|
@@ -1244,11 +1289,11 @@ as notification of the move.
|
|
1244
1289
|
</table></div>
|
1245
1290
|
</div>
|
1246
1291
|
<hr>
|
1247
|
-
<div class="refsect2">
|
1292
|
+
<div class="refsect2" title="gtk_text_buffer_move_mark_by_name ()">
|
1248
1293
|
<a name="gtk-text-buffer-move-mark-by-name"></a><h3>gtk_text_buffer_move_mark_by_name ()</h3>
|
1249
1294
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_move_mark_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1250
1295
|
<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>,
|
1251
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1296
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1252
1297
|
<p>
|
1253
1298
|
Moves the mark named <em class="parameter"><code>name</code></em> (which must exist) to location <em class="parameter"><code>where</code></em>.
|
1254
1299
|
See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark" title="gtk_text_buffer_move_mark ()"><code class="function">gtk_text_buffer_move_mark()</code></a> for details.
|
@@ -1263,21 +1308,23 @@ See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark" title="g
|
|
1263
1308
|
</tr>
|
1264
1309
|
<tr>
|
1265
1310
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
1266
|
-
<td>name of a mark
|
1311
|
+
<td>name of a mark
|
1312
|
+
</td>
|
1267
1313
|
</tr>
|
1268
1314
|
<tr>
|
1269
1315
|
<td><p><span class="term"><em class="parameter"><code>where</code></em> :</span></p></td>
|
1270
|
-
<td>new location for mark
|
1316
|
+
<td>new location for mark
|
1317
|
+
</td>
|
1271
1318
|
</tr>
|
1272
1319
|
</tbody>
|
1273
1320
|
</table></div>
|
1274
1321
|
</div>
|
1275
1322
|
<hr>
|
1276
|
-
<div class="refsect2">
|
1323
|
+
<div class="refsect2" title="gtk_text_buffer_add_mark ()">
|
1277
1324
|
<a name="gtk-text-buffer-add-mark"></a><h3>gtk_text_buffer_add_mark ()</h3>
|
1278
1325
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_add_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1279
1326
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
1280
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1327
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1281
1328
|
<p>
|
1282
1329
|
Adds the mark at position <em class="parameter"><code>where</code></em>. The mark must not be added to
|
1283
1330
|
another buffer, and if its name is not <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then there must not
|
@@ -1297,18 +1344,20 @@ placement.
|
|
1297
1344
|
</tr>
|
1298
1345
|
<tr>
|
1299
1346
|
<td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
|
1300
|
-
<td>the mark to add
|
1347
|
+
<td>the mark to add
|
1348
|
+
</td>
|
1301
1349
|
</tr>
|
1302
1350
|
<tr>
|
1303
1351
|
<td><p><span class="term"><em class="parameter"><code>where</code></em> :</span></p></td>
|
1304
|
-
<td>location to place mark
|
1352
|
+
<td>location to place mark
|
1353
|
+
</td>
|
1305
1354
|
</tr>
|
1306
1355
|
</tbody>
|
1307
1356
|
</table></div>
|
1308
1357
|
<p class="since">Since 2.12</p>
|
1309
1358
|
</div>
|
1310
1359
|
<hr>
|
1311
|
-
<div class="refsect2">
|
1360
|
+
<div class="refsect2" title="gtk_text_buffer_delete_mark ()">
|
1312
1361
|
<a name="gtk-text-buffer-delete-mark"></a><h3>gtk_text_buffer_delete_mark ()</h3>
|
1313
1362
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_delete_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1314
1363
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
@@ -1340,7 +1389,7 @@ the mark is deleted.
|
|
1340
1389
|
</table></div>
|
1341
1390
|
</div>
|
1342
1391
|
<hr>
|
1343
|
-
<div class="refsect2">
|
1392
|
+
<div class="refsect2" title="gtk_text_buffer_delete_mark_by_name ()">
|
1344
1393
|
<a name="gtk-text-buffer-delete-mark-by-name"></a><h3>gtk_text_buffer_delete_mark_by_name ()</h3>
|
1345
1394
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_delete_mark_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1346
1395
|
<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>
|
@@ -1365,9 +1414,9 @@ Deletes the mark named <em class="parameter"><code>name</code></em>; the mark mu
|
|
1365
1414
|
</table></div>
|
1366
1415
|
</div>
|
1367
1416
|
<hr>
|
1368
|
-
<div class="refsect2">
|
1417
|
+
<div class="refsect2" title="gtk_text_buffer_get_mark ()">
|
1369
1418
|
<a name="gtk-text-buffer-get-mark"></a><h3>gtk_text_buffer_get_mark ()</h3>
|
1370
|
-
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
1419
|
+
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* gtk_text_buffer_get_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1371
1420
|
<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>
|
1372
1421
|
<p>
|
1373
1422
|
Returns the mark named <em class="parameter"><code>name</code></em> in buffer <em class="parameter"><code>buffer</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such
|
@@ -1383,20 +1432,21 @@ mark exists in the buffer.
|
|
1383
1432
|
</tr>
|
1384
1433
|
<tr>
|
1385
1434
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
1386
|
-
<td>a mark name
|
1435
|
+
<td>a mark name
|
1436
|
+
</td>
|
1387
1437
|
</tr>
|
1388
1438
|
<tr>
|
1389
1439
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1390
|
-
<td>a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</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>
|
1440
|
+
<td> a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</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>
|
1391
1441
|
</td>
|
1392
1442
|
</tr>
|
1393
1443
|
</tbody>
|
1394
1444
|
</table></div>
|
1395
1445
|
</div>
|
1396
1446
|
<hr>
|
1397
|
-
<div class="refsect2">
|
1447
|
+
<div class="refsect2" title="gtk_text_buffer_get_insert ()">
|
1398
1448
|
<a name="gtk-text-buffer-get-insert"></a><h3>gtk_text_buffer_get_insert ()</h3>
|
1399
|
-
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
1449
|
+
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* gtk_text_buffer_get_insert (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
1400
1450
|
<p>
|
1401
1451
|
Returns the mark that represents the cursor (insertion point).
|
1402
1452
|
Equivalent to calling <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-mark" title="gtk_text_buffer_get_mark ()"><code class="function">gtk_text_buffer_get_mark()</code></a> to get the mark
|
@@ -1413,16 +1463,16 @@ typing.
|
|
1413
1463
|
</tr>
|
1414
1464
|
<tr>
|
1415
1465
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1416
|
-
<td>insertion point mark. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1466
|
+
<td> insertion point mark. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1417
1467
|
</td>
|
1418
1468
|
</tr>
|
1419
1469
|
</tbody>
|
1420
1470
|
</table></div>
|
1421
1471
|
</div>
|
1422
1472
|
<hr>
|
1423
|
-
<div class="refsect2">
|
1473
|
+
<div class="refsect2" title="gtk_text_buffer_get_selection_bound ()">
|
1424
1474
|
<a name="gtk-text-buffer-get-selection-bound"></a><h3>gtk_text_buffer_get_selection_bound ()</h3>
|
1425
|
-
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a
|
1475
|
+
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a>* gtk_text_buffer_get_selection_bound (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
1426
1476
|
<p>
|
1427
1477
|
Returns the mark that represents the selection bound. Equivalent
|
1428
1478
|
to calling <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-mark" title="gtk_text_buffer_get_mark ()"><code class="function">gtk_text_buffer_get_mark()</code></a> to get the mark named
|
@@ -1447,14 +1497,14 @@ selection and what its bounds are.
|
|
1447
1497
|
</tr>
|
1448
1498
|
<tr>
|
1449
1499
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1450
|
-
<td>selection bound mark. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1500
|
+
<td> selection bound mark. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1451
1501
|
</td>
|
1452
1502
|
</tr>
|
1453
1503
|
</tbody>
|
1454
1504
|
</table></div>
|
1455
1505
|
</div>
|
1456
1506
|
<hr>
|
1457
|
-
<div class="refsect2">
|
1507
|
+
<div class="refsect2" title="gtk_text_buffer_get_has_selection ()">
|
1458
1508
|
<a name="gtk-text-buffer-get-has-selection"></a><h3>gtk_text_buffer_get_has_selection ()</h3>
|
1459
1509
|
<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_buffer_get_has_selection (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
1460
1510
|
<p>
|
@@ -1465,23 +1515,24 @@ Indicates whether the buffer has some text currently selected.
|
|
1465
1515
|
<tbody>
|
1466
1516
|
<tr>
|
1467
1517
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
1468
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1518
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1469
1519
|
</td>
|
1470
1520
|
</tr>
|
1471
1521
|
<tr>
|
1472
1522
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1473
|
-
<td>
|
1474
|
-
|
1523
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the there is text selected
|
1524
|
+
|
1525
|
+
</td>
|
1475
1526
|
</tr>
|
1476
1527
|
</tbody>
|
1477
1528
|
</table></div>
|
1478
1529
|
<p class="since">Since 2.10</p>
|
1479
1530
|
</div>
|
1480
1531
|
<hr>
|
1481
|
-
<div class="refsect2">
|
1532
|
+
<div class="refsect2" title="gtk_text_buffer_place_cursor ()">
|
1482
1533
|
<a name="gtk-text-buffer-place-cursor"></a><h3>gtk_text_buffer_place_cursor ()</h3>
|
1483
1534
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_place_cursor (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1484
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1535
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1485
1536
|
<p>
|
1486
1537
|
This function moves the "insert" and "selection_bound" marks
|
1487
1538
|
simultaneously. If you move them to the same place in two steps
|
@@ -1501,17 +1552,18 @@ be optimized.
|
|
1501
1552
|
</tr>
|
1502
1553
|
<tr>
|
1503
1554
|
<td><p><span class="term"><em class="parameter"><code>where</code></em> :</span></p></td>
|
1504
|
-
<td>where to put the cursor
|
1555
|
+
<td>where to put the cursor
|
1556
|
+
</td>
|
1505
1557
|
</tr>
|
1506
1558
|
</tbody>
|
1507
1559
|
</table></div>
|
1508
1560
|
</div>
|
1509
1561
|
<hr>
|
1510
|
-
<div class="refsect2">
|
1562
|
+
<div class="refsect2" title="gtk_text_buffer_select_range ()">
|
1511
1563
|
<a name="gtk-text-buffer-select-range"></a><h3>gtk_text_buffer_select_range ()</h3>
|
1512
1564
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_select_range (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1513
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *ins</code></em>,
|
1514
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *bound</code></em>);</pre>
|
1565
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *ins</code></em>,
|
1566
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *bound</code></em>);</pre>
|
1515
1567
|
<p>
|
1516
1568
|
This function moves the "insert" and "selection_bound" marks
|
1517
1569
|
simultaneously. If you move them in two steps
|
@@ -1531,23 +1583,25 @@ be optimized.
|
|
1531
1583
|
</tr>
|
1532
1584
|
<tr>
|
1533
1585
|
<td><p><span class="term"><em class="parameter"><code>ins</code></em> :</span></p></td>
|
1534
|
-
<td>where to put the "insert" mark
|
1586
|
+
<td>where to put the "insert" mark
|
1587
|
+
</td>
|
1535
1588
|
</tr>
|
1536
1589
|
<tr>
|
1537
1590
|
<td><p><span class="term"><em class="parameter"><code>bound</code></em> :</span></p></td>
|
1538
|
-
<td>where to put the "selection_bound" mark
|
1591
|
+
<td>where to put the "selection_bound" mark
|
1592
|
+
</td>
|
1539
1593
|
</tr>
|
1540
1594
|
</tbody>
|
1541
1595
|
</table></div>
|
1542
1596
|
<p class="since">Since 2.4</p>
|
1543
1597
|
</div>
|
1544
1598
|
<hr>
|
1545
|
-
<div class="refsect2">
|
1599
|
+
<div class="refsect2" title="gtk_text_buffer_apply_tag ()">
|
1546
1600
|
<a name="gtk-text-buffer-apply-tag"></a><h3>gtk_text_buffer_apply_tag ()</h3>
|
1547
1601
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_apply_tag (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1548
1602
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
1549
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1550
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1603
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1604
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1551
1605
|
<p>
|
1552
1606
|
Emits the "apply-tag" signal on <em class="parameter"><code>buffer</code></em>. The default
|
1553
1607
|
handler for the signal applies <em class="parameter"><code>tag</code></em> to the given range.
|
@@ -1568,22 +1622,24 @@ handler for the signal applies <em class="parameter"><code>tag</code></em> to th
|
|
1568
1622
|
</tr>
|
1569
1623
|
<tr>
|
1570
1624
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1571
|
-
<td>one bound of range to be tagged
|
1625
|
+
<td>one bound of range to be tagged
|
1626
|
+
</td>
|
1572
1627
|
</tr>
|
1573
1628
|
<tr>
|
1574
1629
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1575
|
-
<td>other bound of range to be tagged
|
1630
|
+
<td>other bound of range to be tagged
|
1631
|
+
</td>
|
1576
1632
|
</tr>
|
1577
1633
|
</tbody>
|
1578
1634
|
</table></div>
|
1579
1635
|
</div>
|
1580
1636
|
<hr>
|
1581
|
-
<div class="refsect2">
|
1637
|
+
<div class="refsect2" title="gtk_text_buffer_remove_tag ()">
|
1582
1638
|
<a name="gtk-text-buffer-remove-tag"></a><h3>gtk_text_buffer_remove_tag ()</h3>
|
1583
1639
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_remove_tag (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1584
1640
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
1585
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1586
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1641
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1642
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1587
1643
|
<p>
|
1588
1644
|
Emits the "remove-tag" signal. The default handler for the signal
|
1589
1645
|
removes all occurrences of <em class="parameter"><code>tag</code></em> from the given range. <em class="parameter"><code>start</code></em> and
|
@@ -1604,22 +1660,24 @@ removes all occurrences of <em class="parameter"><code>tag</code></em> from the
|
|
1604
1660
|
</tr>
|
1605
1661
|
<tr>
|
1606
1662
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1607
|
-
<td>one bound of range to be untagged
|
1663
|
+
<td>one bound of range to be untagged
|
1664
|
+
</td>
|
1608
1665
|
</tr>
|
1609
1666
|
<tr>
|
1610
1667
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1611
|
-
<td>other bound of range to be untagged
|
1668
|
+
<td>other bound of range to be untagged
|
1669
|
+
</td>
|
1612
1670
|
</tr>
|
1613
1671
|
</tbody>
|
1614
1672
|
</table></div>
|
1615
1673
|
</div>
|
1616
1674
|
<hr>
|
1617
|
-
<div class="refsect2">
|
1675
|
+
<div class="refsect2" title="gtk_text_buffer_apply_tag_by_name ()">
|
1618
1676
|
<a name="gtk-text-buffer-apply-tag-by-name"></a><h3>gtk_text_buffer_apply_tag_by_name ()</h3>
|
1619
1677
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_apply_tag_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1620
1678
|
<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>,
|
1621
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1622
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1679
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1680
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1623
1681
|
<p>
|
1624
1682
|
Calls <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-lookup" title="gtk_text_tag_table_lookup ()"><code class="function">gtk_text_tag_table_lookup()</code></a> on the buffer's tag table to
|
1625
1683
|
get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, then calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="gtk_text_buffer_apply_tag ()"><code class="function">gtk_text_buffer_apply_tag()</code></a>.
|
@@ -1639,22 +1697,24 @@ get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="typ
|
|
1639
1697
|
</tr>
|
1640
1698
|
<tr>
|
1641
1699
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1642
|
-
<td>one bound of range to be tagged
|
1700
|
+
<td>one bound of range to be tagged
|
1701
|
+
</td>
|
1643
1702
|
</tr>
|
1644
1703
|
<tr>
|
1645
1704
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1646
|
-
<td>other bound of range to be tagged
|
1705
|
+
<td>other bound of range to be tagged
|
1706
|
+
</td>
|
1647
1707
|
</tr>
|
1648
1708
|
</tbody>
|
1649
1709
|
</table></div>
|
1650
1710
|
</div>
|
1651
1711
|
<hr>
|
1652
|
-
<div class="refsect2">
|
1712
|
+
<div class="refsect2" title="gtk_text_buffer_remove_tag_by_name ()">
|
1653
1713
|
<a name="gtk-text-buffer-remove-tag-by-name"></a><h3>gtk_text_buffer_remove_tag_by_name ()</h3>
|
1654
1714
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_remove_tag_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1655
1715
|
<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>,
|
1656
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1657
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1716
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1717
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1658
1718
|
<p>
|
1659
1719
|
Calls <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-lookup" title="gtk_text_tag_table_lookup ()"><code class="function">gtk_text_tag_table_lookup()</code></a> on the buffer's tag table to
|
1660
1720
|
get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, then calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-tag" title="gtk_text_buffer_remove_tag ()"><code class="function">gtk_text_buffer_remove_tag()</code></a>.
|
@@ -1674,21 +1734,23 @@ get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="typ
|
|
1674
1734
|
</tr>
|
1675
1735
|
<tr>
|
1676
1736
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1677
|
-
<td>one bound of range to be untagged
|
1737
|
+
<td>one bound of range to be untagged
|
1738
|
+
</td>
|
1678
1739
|
</tr>
|
1679
1740
|
<tr>
|
1680
1741
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1681
|
-
<td>other bound of range to be untagged
|
1742
|
+
<td>other bound of range to be untagged
|
1743
|
+
</td>
|
1682
1744
|
</tr>
|
1683
1745
|
</tbody>
|
1684
1746
|
</table></div>
|
1685
1747
|
</div>
|
1686
1748
|
<hr>
|
1687
|
-
<div class="refsect2">
|
1749
|
+
<div class="refsect2" title="gtk_text_buffer_remove_all_tags ()">
|
1688
1750
|
<a name="gtk-text-buffer-remove-all-tags"></a><h3>gtk_text_buffer_remove_all_tags ()</h3>
|
1689
1751
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_remove_all_tags (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1690
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1691
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1752
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1753
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
1692
1754
|
<p>
|
1693
1755
|
Removes all tags in the range between <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em>. Be careful
|
1694
1756
|
with this function; it could remove tags added in code unrelated to
|
@@ -1706,17 +1768,19 @@ that add tags.
|
|
1706
1768
|
</tr>
|
1707
1769
|
<tr>
|
1708
1770
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1709
|
-
<td>one bound of range to be untagged
|
1771
|
+
<td>one bound of range to be untagged
|
1772
|
+
</td>
|
1710
1773
|
</tr>
|
1711
1774
|
<tr>
|
1712
1775
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1713
|
-
<td>other bound of range to be untagged
|
1776
|
+
<td>other bound of range to be untagged
|
1777
|
+
</td>
|
1714
1778
|
</tr>
|
1715
1779
|
</tbody>
|
1716
1780
|
</table></div>
|
1717
1781
|
</div>
|
1718
1782
|
<hr>
|
1719
|
-
<div class="refsect2">
|
1783
|
+
<div class="refsect2" title="gtk_text_buffer_create_tag ()">
|
1720
1784
|
<a name="gtk-text-buffer-create-tag"></a><h3>gtk_text_buffer_create_tag ()</h3>
|
1721
1785
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> * gtk_text_buffer_create_tag (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1722
1786
|
<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> *tag_name</code></em>,
|
@@ -1749,33 +1813,34 @@ of properties to set on the tag, as with <a href="http://library.gnome.org/devel
|
|
1749
1813
|
</tr>
|
1750
1814
|
<tr>
|
1751
1815
|
<td><p><span class="term"><em class="parameter"><code>tag_name</code></em> :</span></p></td>
|
1752
|
-
<td>name of the new tag, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1816
|
+
<td> name of the new tag, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1753
1817
|
</td>
|
1754
1818
|
</tr>
|
1755
1819
|
<tr>
|
1756
1820
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1757
|
-
<td>name of first property to set, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1821
|
+
<td> name of first property to set, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1758
1822
|
</td>
|
1759
1823
|
</tr>
|
1760
1824
|
<tr>
|
1761
1825
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1762
1826
|
<td>
|
1763
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values
|
1827
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of property names and values
|
1828
|
+
</td>
|
1764
1829
|
</tr>
|
1765
1830
|
<tr>
|
1766
1831
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1767
|
-
<td>a new tag
|
1832
|
+
<td> a new tag
|
1768
1833
|
</td>
|
1769
1834
|
</tr>
|
1770
1835
|
</tbody>
|
1771
1836
|
</table></div>
|
1772
1837
|
</div>
|
1773
1838
|
<hr>
|
1774
|
-
<div class="refsect2">
|
1839
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_line_offset ()">
|
1775
1840
|
<a name="gtk-text-buffer-get-iter-at-line-offset"></a><h3>gtk_text_buffer_get_iter_at_line_offset ()</h3>
|
1776
1841
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_line_offset
|
1777
1842
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1778
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1843
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1779
1844
|
<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_number</code></em>,
|
1780
1845
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);</pre>
|
1781
1846
|
<p>
|
@@ -1794,25 +1859,27 @@ UTF-8 may encode one character as multiple bytes.
|
|
1794
1859
|
</tr>
|
1795
1860
|
<tr>
|
1796
1861
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1797
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1862
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1798
1863
|
</td>
|
1799
1864
|
</tr>
|
1800
1865
|
<tr>
|
1801
1866
|
<td><p><span class="term"><em class="parameter"><code>line_number</code></em> :</span></p></td>
|
1802
|
-
<td>line number counting from 0
|
1867
|
+
<td>line number counting from 0
|
1868
|
+
</td>
|
1803
1869
|
</tr>
|
1804
1870
|
<tr>
|
1805
1871
|
<td><p><span class="term"><em class="parameter"><code>char_offset</code></em> :</span></p></td>
|
1806
|
-
<td>char offset from start of line
|
1872
|
+
<td>char offset from start of line
|
1873
|
+
</td>
|
1807
1874
|
</tr>
|
1808
1875
|
</tbody>
|
1809
1876
|
</table></div>
|
1810
1877
|
</div>
|
1811
1878
|
<hr>
|
1812
|
-
<div class="refsect2">
|
1879
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_offset ()">
|
1813
1880
|
<a name="gtk-text-buffer-get-iter-at-offset"></a><h3>gtk_text_buffer_get_iter_at_offset ()</h3>
|
1814
1881
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_offset (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1815
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1882
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1816
1883
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);</pre>
|
1817
1884
|
<p>
|
1818
1885
|
Initializes <em class="parameter"><code>iter</code></em> to a position <em class="parameter"><code>char_offset</code></em> chars from the start
|
@@ -1825,26 +1892,27 @@ the iterator one past the last valid character in the buffer.
|
|
1825
1892
|
<tbody>
|
1826
1893
|
<tr>
|
1827
1894
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
1828
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1895
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1829
1896
|
</td>
|
1830
1897
|
</tr>
|
1831
1898
|
<tr>
|
1832
1899
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1833
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1900
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1834
1901
|
</td>
|
1835
1902
|
</tr>
|
1836
1903
|
<tr>
|
1837
1904
|
<td><p><span class="term"><em class="parameter"><code>char_offset</code></em> :</span></p></td>
|
1838
|
-
<td>char offset from start of buffer, counting from 0, or -1
|
1905
|
+
<td>char offset from start of buffer, counting from 0, or -1
|
1906
|
+
</td>
|
1839
1907
|
</tr>
|
1840
1908
|
</tbody>
|
1841
1909
|
</table></div>
|
1842
1910
|
</div>
|
1843
1911
|
<hr>
|
1844
|
-
<div class="refsect2">
|
1912
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_line ()">
|
1845
1913
|
<a name="gtk-text-buffer-get-iter-at-line"></a><h3>gtk_text_buffer_get_iter_at_line ()</h3>
|
1846
1914
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_line (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1847
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1915
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1848
1916
|
<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_number</code></em>);</pre>
|
1849
1917
|
<p>
|
1850
1918
|
Initializes <em class="parameter"><code>iter</code></em> to the start of the given line.
|
@@ -1854,27 +1922,28 @@ Initializes <em class="parameter"><code>iter</code></em> to the start of the giv
|
|
1854
1922
|
<tbody>
|
1855
1923
|
<tr>
|
1856
1924
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
1857
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1925
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1858
1926
|
</td>
|
1859
1927
|
</tr>
|
1860
1928
|
<tr>
|
1861
1929
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1862
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1930
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1863
1931
|
</td>
|
1864
1932
|
</tr>
|
1865
1933
|
<tr>
|
1866
1934
|
<td><p><span class="term"><em class="parameter"><code>line_number</code></em> :</span></p></td>
|
1867
|
-
<td>line number counting from 0
|
1935
|
+
<td>line number counting from 0
|
1936
|
+
</td>
|
1868
1937
|
</tr>
|
1869
1938
|
</tbody>
|
1870
1939
|
</table></div>
|
1871
1940
|
</div>
|
1872
1941
|
<hr>
|
1873
|
-
<div class="refsect2">
|
1942
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_line_index ()">
|
1874
1943
|
<a name="gtk-text-buffer-get-iter-at-line-index"></a><h3>gtk_text_buffer_get_iter_at_line_index ()</h3>
|
1875
1944
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_line_index
|
1876
1945
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1877
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1946
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1878
1947
|
<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_number</code></em>,
|
1879
1948
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_index</code></em>);</pre>
|
1880
1949
|
<p>
|
@@ -1888,30 +1957,32 @@ characters; UTF-8 may encode one character as multiple bytes.
|
|
1888
1957
|
<tbody>
|
1889
1958
|
<tr>
|
1890
1959
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
1891
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1960
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
1892
1961
|
</td>
|
1893
1962
|
</tr>
|
1894
1963
|
<tr>
|
1895
1964
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1896
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1965
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1897
1966
|
</td>
|
1898
1967
|
</tr>
|
1899
1968
|
<tr>
|
1900
1969
|
<td><p><span class="term"><em class="parameter"><code>line_number</code></em> :</span></p></td>
|
1901
|
-
<td>line number counting from 0
|
1970
|
+
<td>line number counting from 0
|
1971
|
+
</td>
|
1902
1972
|
</tr>
|
1903
1973
|
<tr>
|
1904
1974
|
<td><p><span class="term"><em class="parameter"><code>byte_index</code></em> :</span></p></td>
|
1905
|
-
<td>byte index from start of line
|
1975
|
+
<td>byte index from start of line
|
1976
|
+
</td>
|
1906
1977
|
</tr>
|
1907
1978
|
</tbody>
|
1908
1979
|
</table></div>
|
1909
1980
|
</div>
|
1910
1981
|
<hr>
|
1911
|
-
<div class="refsect2">
|
1982
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_mark ()">
|
1912
1983
|
<a name="gtk-text-buffer-get-iter-at-mark"></a><h3>gtk_text_buffer_get_iter_at_mark ()</h3>
|
1913
1984
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1914
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1985
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1915
1986
|
<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
1916
1987
|
<p>
|
1917
1988
|
Initializes <em class="parameter"><code>iter</code></em> with the current position of <em class="parameter"><code>mark</code></em>.
|
@@ -1926,7 +1997,7 @@ Initializes <em class="parameter"><code>iter</code></em> with the current positi
|
|
1926
1997
|
</tr>
|
1927
1998
|
<tr>
|
1928
1999
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1929
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2000
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1930
2001
|
</td>
|
1931
2002
|
</tr>
|
1932
2003
|
<tr>
|
@@ -1938,11 +2009,11 @@ Initializes <em class="parameter"><code>iter</code></em> with the current positi
|
|
1938
2009
|
</table></div>
|
1939
2010
|
</div>
|
1940
2011
|
<hr>
|
1941
|
-
<div class="refsect2">
|
2012
|
+
<div class="refsect2" title="gtk_text_buffer_get_iter_at_child_anchor ()">
|
1942
2013
|
<a name="gtk-text-buffer-get-iter-at-child-anchor"></a><h3>gtk_text_buffer_get_iter_at_child_anchor ()</h3>
|
1943
2014
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_iter_at_child_anchor
|
1944
2015
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1945
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2016
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1946
2017
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor</code></em>);</pre>
|
1947
2018
|
<p>
|
1948
2019
|
Obtains the location of <em class="parameter"><code>anchor</code></em> within <em class="parameter"><code>buffer</code></em>.
|
@@ -1957,7 +2028,7 @@ Obtains the location of <em class="parameter"><code>anchor</code></em> within <e
|
|
1957
2028
|
</tr>
|
1958
2029
|
<tr>
|
1959
2030
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1960
|
-
<td>an iterator to be initialized. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2031
|
+
<td> an iterator to be initialized. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1961
2032
|
</td>
|
1962
2033
|
</tr>
|
1963
2034
|
<tr>
|
@@ -1969,10 +2040,10 @@ Obtains the location of <em class="parameter"><code>anchor</code></em> within <e
|
|
1969
2040
|
</table></div>
|
1970
2041
|
</div>
|
1971
2042
|
<hr>
|
1972
|
-
<div class="refsect2">
|
2043
|
+
<div class="refsect2" title="gtk_text_buffer_get_start_iter ()">
|
1973
2044
|
<a name="gtk-text-buffer-get-start-iter"></a><h3>gtk_text_buffer_get_start_iter ()</h3>
|
1974
2045
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_start_iter (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1975
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2046
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1976
2047
|
<p>
|
1977
2048
|
Initialized <em class="parameter"><code>iter</code></em> with the first position in the text buffer. This
|
1978
2049
|
is the same as using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-offset" title="gtk_text_buffer_get_iter_at_offset ()"><code class="function">gtk_text_buffer_get_iter_at_offset()</code></a> to get
|
@@ -1988,21 +2059,21 @@ the iter at character offset 0.
|
|
1988
2059
|
</tr>
|
1989
2060
|
<tr>
|
1990
2061
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1991
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2062
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1992
2063
|
</td>
|
1993
2064
|
</tr>
|
1994
2065
|
</tbody>
|
1995
2066
|
</table></div>
|
1996
2067
|
</div>
|
1997
2068
|
<hr>
|
1998
|
-
<div class="refsect2">
|
2069
|
+
<div class="refsect2" title="gtk_text_buffer_get_end_iter ()">
|
1999
2070
|
<a name="gtk-text-buffer-get-end-iter"></a><h3>gtk_text_buffer_get_end_iter ()</h3>
|
2000
2071
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_end_iter (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2001
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2072
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2002
2073
|
<p>
|
2003
2074
|
Initializes <em class="parameter"><code>iter</code></em> with the "end iterator," one past the last valid
|
2004
2075
|
character in the text buffer. If dereferenced with
|
2005
|
-
<a class="link" href="GtkTextIter.html#gtk-text-iter-get-char" title="gtk_text_iter_get_char ()"><code class="function">gtk_text_iter_get_char()</code></a>, the end iterator has a character value of
|
2076
|
+
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-char" title="gtk_text_iter_get_char ()"><code class="function">gtk_text_iter_get_char()</code></a>, the end iterator has a character value of
|
2006
2077
|
0. The entire buffer lies in the range from the first position in
|
2007
2078
|
the buffer (call <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-start-iter" title="gtk_text_buffer_get_start_iter ()"><code class="function">gtk_text_buffer_get_start_iter()</code></a> to get
|
2008
2079
|
character position 0) to the end iterator.
|
@@ -2012,23 +2083,23 @@ character position 0) to the end iterator.
|
|
2012
2083
|
<tbody>
|
2013
2084
|
<tr>
|
2014
2085
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2015
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2086
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2016
2087
|
</td>
|
2017
2088
|
</tr>
|
2018
2089
|
<tr>
|
2019
2090
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
2020
|
-
<td>iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2091
|
+
<td> iterator to initialize. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2021
2092
|
</td>
|
2022
2093
|
</tr>
|
2023
2094
|
</tbody>
|
2024
2095
|
</table></div>
|
2025
2096
|
</div>
|
2026
2097
|
<hr>
|
2027
|
-
<div class="refsect2">
|
2098
|
+
<div class="refsect2" title="gtk_text_buffer_get_bounds ()">
|
2028
2099
|
<a name="gtk-text-buffer-get-bounds"></a><h3>gtk_text_buffer_get_bounds ()</h3>
|
2029
2100
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_get_bounds (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2030
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2031
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2101
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2102
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2032
2103
|
<p>
|
2033
2104
|
Retrieves the first and last iterators in the buffer, i.e. the
|
2034
2105
|
entire buffer lies within the range [<em class="parameter"><code>start</code></em>,<em class="parameter"><code>end</code></em>).
|
@@ -2038,24 +2109,24 @@ entire buffer lies within the range [<em class="parameter"><code>start</code></e
|
|
2038
2109
|
<tbody>
|
2039
2110
|
<tr>
|
2040
2111
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2041
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2112
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2042
2113
|
</td>
|
2043
2114
|
</tr>
|
2044
2115
|
<tr>
|
2045
2116
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
2046
|
-
<td>iterator to initialize with first position in the buffer. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2117
|
+
<td> iterator to initialize with first position in the buffer. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2047
2118
|
</td>
|
2048
2119
|
</tr>
|
2049
2120
|
<tr>
|
2050
2121
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
2051
|
-
<td>iterator to initialize with the end iterator. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2122
|
+
<td> iterator to initialize with the end iterator. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2052
2123
|
</td>
|
2053
2124
|
</tr>
|
2054
2125
|
</tbody>
|
2055
2126
|
</table></div>
|
2056
2127
|
</div>
|
2057
2128
|
<hr>
|
2058
|
-
<div class="refsect2">
|
2129
|
+
<div class="refsect2" title="gtk_text_buffer_get_modified ()">
|
2059
2130
|
<a name="gtk-text-buffer-get-modified"></a><h3>gtk_text_buffer_get_modified ()</h3>
|
2060
2131
|
<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_buffer_get_modified (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2061
2132
|
<p>
|
@@ -2069,19 +2140,19 @@ editor.
|
|
2069
2140
|
<tbody>
|
2070
2141
|
<tr>
|
2071
2142
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2072
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2143
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2073
2144
|
</td>
|
2074
2145
|
</tr>
|
2075
2146
|
<tr>
|
2076
2147
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2077
|
-
<td>
|
2078
|
-
|
2148
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the buffer has been modified
|
2149
|
+
</td>
|
2079
2150
|
</tr>
|
2080
2151
|
</tbody>
|
2081
2152
|
</table></div>
|
2082
2153
|
</div>
|
2083
2154
|
<hr>
|
2084
|
-
<div class="refsect2">
|
2155
|
+
<div class="refsect2" title="gtk_text_buffer_set_modified ()">
|
2085
2156
|
<a name="gtk-text-buffer-set-modified"></a><h3>gtk_text_buffer_set_modified ()</h3>
|
2086
2157
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_set_modified (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2087
2158
|
<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>
|
@@ -2097,18 +2168,19 @@ bit flips, the buffer emits a "modified-changed" signal.
|
|
2097
2168
|
<tbody>
|
2098
2169
|
<tr>
|
2099
2170
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2100
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2171
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2101
2172
|
</td>
|
2102
2173
|
</tr>
|
2103
2174
|
<tr>
|
2104
2175
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2105
|
-
<td>modification flag setting
|
2176
|
+
<td>modification flag setting
|
2177
|
+
</td>
|
2106
2178
|
</tr>
|
2107
2179
|
</tbody>
|
2108
2180
|
</table></div>
|
2109
2181
|
</div>
|
2110
2182
|
<hr>
|
2111
|
-
<div class="refsect2">
|
2183
|
+
<div class="refsect2" title="gtk_text_buffer_delete_selection ()">
|
2112
2184
|
<a name="gtk-text-buffer-delete-selection"></a><h3>gtk_text_buffer_delete_selection ()</h3>
|
2113
2185
|
<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_buffer_delete_selection (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2114
2186
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> interactive</code></em>,
|
@@ -2124,36 +2196,39 @@ uneditable text).
|
|
2124
2196
|
<tbody>
|
2125
2197
|
<tr>
|
2126
2198
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2127
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2199
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2128
2200
|
</td>
|
2129
2201
|
</tr>
|
2130
2202
|
<tr>
|
2131
2203
|
<td><p><span class="term"><em class="parameter"><code>interactive</code></em> :</span></p></td>
|
2132
|
-
<td>whether the deletion is caused by user interaction
|
2204
|
+
<td>whether the deletion is caused by user interaction
|
2205
|
+
</td>
|
2133
2206
|
</tr>
|
2134
2207
|
<tr>
|
2135
2208
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
2136
|
-
<td>whether the buffer is editable by default
|
2209
|
+
<td>whether the buffer is editable by default
|
2210
|
+
</td>
|
2137
2211
|
</tr>
|
2138
2212
|
<tr>
|
2139
2213
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2140
|
-
<td>whether there was a non-empty selection to delete
|
2214
|
+
<td> whether there was a non-empty selection to delete
|
2215
|
+
</td>
|
2141
2216
|
</tr>
|
2142
2217
|
</tbody>
|
2143
2218
|
</table></div>
|
2144
2219
|
</div>
|
2145
2220
|
<hr>
|
2146
|
-
<div class="refsect2">
|
2221
|
+
<div class="refsect2" title="gtk_text_buffer_paste_clipboard ()">
|
2147
2222
|
<a name="gtk-text-buffer-paste-clipboard"></a><h3>gtk_text_buffer_paste_clipboard ()</h3>
|
2148
2223
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_paste_clipboard (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2149
2224
|
<em class="parameter"><code><a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>,
|
2150
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *override_location</code></em>,
|
2225
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *override_location</code></em>,
|
2151
2226
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editable</code></em>);</pre>
|
2152
2227
|
<p>
|
2153
|
-
Pastes the contents of a clipboard at the insertion point, or
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2228
|
+
Pastes the contents of a clipboard at the insertion point, or at
|
2229
|
+
<em class="parameter"><code>override_location</code></em>. (Note: pasting is asynchronous, that is, we'll
|
2230
|
+
ask for the paste data and return, and at some point later after
|
2231
|
+
the main loop runs, the paste data will be inserted.)
|
2157
2232
|
</p>
|
2158
2233
|
<div class="variablelist"><table border="0">
|
2159
2234
|
<col align="left" valign="top">
|
@@ -2165,23 +2240,25 @@ after the main loop runs, the paste data will be inserted.)
|
|
2165
2240
|
</tr>
|
2166
2241
|
<tr>
|
2167
2242
|
<td><p><span class="term"><em class="parameter"><code>clipboard</code></em> :</span></p></td>
|
2168
|
-
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> to paste from
|
2243
|
+
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> to paste from
|
2244
|
+
</td>
|
2169
2245
|
</tr>
|
2170
2246
|
<tr>
|
2171
2247
|
<td><p><span class="term"><em class="parameter"><code>override_location</code></em> :</span></p></td>
|
2172
|
-
<td>location to insert pasted text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for
|
2173
|
-
at the cursor. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2248
|
+
<td> location to insert pasted text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for
|
2249
|
+
at the cursor. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2174
2250
|
</td>
|
2175
2251
|
</tr>
|
2176
2252
|
<tr>
|
2177
2253
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
2178
|
-
<td>whether the buffer is editable by default
|
2254
|
+
<td>whether the buffer is editable by default
|
2255
|
+
</td>
|
2179
2256
|
</tr>
|
2180
2257
|
</tbody>
|
2181
2258
|
</table></div>
|
2182
2259
|
</div>
|
2183
2260
|
<hr>
|
2184
|
-
<div class="refsect2">
|
2261
|
+
<div class="refsect2" title="gtk_text_buffer_copy_clipboard ()">
|
2185
2262
|
<a name="gtk-text-buffer-copy-clipboard"></a><h3>gtk_text_buffer_copy_clipboard ()</h3>
|
2186
2263
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_copy_clipboard (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2187
2264
|
<em class="parameter"><code><a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>);</pre>
|
@@ -2193,18 +2270,19 @@ Copies the currently-selected text to a clipboard.
|
|
2193
2270
|
<tbody>
|
2194
2271
|
<tr>
|
2195
2272
|
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
|
2196
|
-
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2273
|
+
<td>a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
2197
2274
|
</td>
|
2198
2275
|
</tr>
|
2199
2276
|
<tr>
|
2200
2277
|
<td><p><span class="term"><em class="parameter"><code>clipboard</code></em> :</span></p></td>
|
2201
|
-
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> object to copy to
|
2278
|
+
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> object to copy to
|
2279
|
+
</td>
|
2202
2280
|
</tr>
|
2203
2281
|
</tbody>
|
2204
2282
|
</table></div>
|
2205
2283
|
</div>
|
2206
2284
|
<hr>
|
2207
|
-
<div class="refsect2">
|
2285
|
+
<div class="refsect2" title="gtk_text_buffer_cut_clipboard ()">
|
2208
2286
|
<a name="gtk-text-buffer-cut-clipboard"></a><h3>gtk_text_buffer_cut_clipboard ()</h3>
|
2209
2287
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_cut_clipboard (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2210
2288
|
<em class="parameter"><code><a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>,
|
@@ -2223,22 +2301,24 @@ said text if it's editable.
|
|
2223
2301
|
</tr>
|
2224
2302
|
<tr>
|
2225
2303
|
<td><p><span class="term"><em class="parameter"><code>clipboard</code></em> :</span></p></td>
|
2226
|
-
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> object to cut to
|
2304
|
+
<td>the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> object to cut to
|
2305
|
+
</td>
|
2227
2306
|
</tr>
|
2228
2307
|
<tr>
|
2229
2308
|
<td><p><span class="term"><em class="parameter"><code>default_editable</code></em> :</span></p></td>
|
2230
|
-
<td>default editability of the buffer
|
2309
|
+
<td>default editability of the buffer
|
2310
|
+
</td>
|
2231
2311
|
</tr>
|
2232
2312
|
</tbody>
|
2233
2313
|
</table></div>
|
2234
2314
|
</div>
|
2235
2315
|
<hr>
|
2236
|
-
<div class="refsect2">
|
2316
|
+
<div class="refsect2" title="gtk_text_buffer_get_selection_bounds ()">
|
2237
2317
|
<a name="gtk-text-buffer-get-selection-bounds"></a><h3>gtk_text_buffer_get_selection_bounds ()</h3>
|
2238
2318
|
<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_buffer_get_selection_bounds
|
2239
2319
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2240
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2241
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2320
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2321
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2242
2322
|
<p>
|
2243
2323
|
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if some text is selected; places the bounds
|
2244
2324
|
of the selection in <em class="parameter"><code>start</code></em> and <em class="parameter"><code>end</code></em> (if the selection has length 0,
|
@@ -2257,23 +2337,24 @@ whether text is selected.
|
|
2257
2337
|
</tr>
|
2258
2338
|
<tr>
|
2259
2339
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
2260
|
-
<td>iterator to initialize with selection start. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2340
|
+
<td> iterator to initialize with selection start. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2261
2341
|
</td>
|
2262
2342
|
</tr>
|
2263
2343
|
<tr>
|
2264
2344
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
2265
|
-
<td>iterator to initialize with selection end. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2345
|
+
<td> iterator to initialize with selection end. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
2266
2346
|
</td>
|
2267
2347
|
</tr>
|
2268
2348
|
<tr>
|
2269
2349
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2270
|
-
<td>whether the selection has nonzero length
|
2350
|
+
<td> whether the selection has nonzero length
|
2351
|
+
</td>
|
2271
2352
|
</tr>
|
2272
2353
|
</tbody>
|
2273
2354
|
</table></div>
|
2274
2355
|
</div>
|
2275
2356
|
<hr>
|
2276
|
-
<div class="refsect2">
|
2357
|
+
<div class="refsect2" title="gtk_text_buffer_begin_user_action ()">
|
2277
2358
|
<a name="gtk-text-buffer-begin-user-action"></a><h3>gtk_text_buffer_begin_user_action ()</h3>
|
2278
2359
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_begin_user_action (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2279
2360
|
<p>
|
@@ -2306,7 +2387,7 @@ single call to one of those functions.
|
|
2306
2387
|
</table></div>
|
2307
2388
|
</div>
|
2308
2389
|
<hr>
|
2309
|
-
<div class="refsect2">
|
2390
|
+
<div class="refsect2" title="gtk_text_buffer_end_user_action ()">
|
2310
2391
|
<a name="gtk-text-buffer-end-user-action"></a><h3>gtk_text_buffer_end_user_action ()</h3>
|
2311
2392
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_end_user_action (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2312
2393
|
<p>
|
@@ -2323,7 +2404,7 @@ See that function for a full explanation.
|
|
2323
2404
|
</table></div>
|
2324
2405
|
</div>
|
2325
2406
|
<hr>
|
2326
|
-
<div class="refsect2">
|
2407
|
+
<div class="refsect2" title="gtk_text_buffer_add_selection_clipboard ()">
|
2327
2408
|
<a name="gtk-text-buffer-add-selection-clipboard"></a><h3>gtk_text_buffer_add_selection_clipboard ()</h3>
|
2328
2409
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_add_selection_clipboard
|
2329
2410
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2350,7 +2431,7 @@ the <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">G
|
|
2350
2431
|
</table></div>
|
2351
2432
|
</div>
|
2352
2433
|
<hr>
|
2353
|
-
<div class="refsect2">
|
2434
|
+
<div class="refsect2" title="gtk_text_buffer_remove_selection_clipboard ()">
|
2354
2435
|
<a name="gtk-text-buffer-remove-selection-clipboard"></a><h3>gtk_text_buffer_remove_selection_clipboard ()</h3>
|
2355
2436
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_remove_selection_clipboard
|
2356
2437
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2369,15 +2450,15 @@ Removes a <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="t
|
|
2369
2450
|
</tr>
|
2370
2451
|
<tr>
|
2371
2452
|
<td><p><span class="term"><em class="parameter"><code>clipboard</code></em> :</span></p></td>
|
2372
|
-
<td>a <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> added to <em class="parameter"><code>buffer</code></em> by
|
2373
|
-
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-add-selection-clipboard" title="gtk_text_buffer_add_selection_clipboard ()"><code class="function">gtk_text_buffer_add_selection_clipboard()</code></a>
|
2453
|
+
<td>a <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> added to <em class="parameter"><code>buffer</code></em> by
|
2454
|
+
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-add-selection-clipboard" title="gtk_text_buffer_add_selection_clipboard ()"><code class="function">gtk_text_buffer_add_selection_clipboard()</code></a>
|
2374
2455
|
</td>
|
2375
2456
|
</tr>
|
2376
2457
|
</tbody>
|
2377
2458
|
</table></div>
|
2378
2459
|
</div>
|
2379
2460
|
<hr>
|
2380
|
-
<div class="refsect2">
|
2461
|
+
<div class="refsect2" title="enum GtkTextBufferTargetInfo">
|
2381
2462
|
<a name="GtkTextBufferTargetInfo"></a><h3>enum GtkTextBufferTargetInfo</h3>
|
2382
2463
|
<pre class="programlisting">typedef enum
|
2383
2464
|
{
|
@@ -2390,11 +2471,11 @@ Removes a <a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="t
|
|
2390
2471
|
</p>
|
2391
2472
|
</div>
|
2392
2473
|
<hr>
|
2393
|
-
<div class="refsect2">
|
2474
|
+
<div class="refsect2" title="GtkTextBufferDeserializeFunc ()">
|
2394
2475
|
<a name="GtkTextBufferDeserializeFunc"></a><h3>GtkTextBufferDeserializeFunc ()</h3>
|
2395
2476
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkTextBufferDeserializeFunc) (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
2396
2477
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
2397
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2478
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2398
2479
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
2399
2480
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
2400
2481
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> create_tags</code></em>,
|
@@ -2409,19 +2490,23 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
2409
2490
|
<tbody>
|
2410
2491
|
<tr>
|
2411
2492
|
<td><p><span class="term"><em class="parameter"><code>register_buffer</code></em> :</span></p></td>
|
2412
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> the format is registered with
|
2493
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> the format is registered with
|
2494
|
+
</td>
|
2413
2495
|
</tr>
|
2414
2496
|
<tr>
|
2415
2497
|
<td><p><span class="term"><em class="parameter"><code>content_buffer</code></em> :</span></p></td>
|
2416
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to deserialize into
|
2498
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to deserialize into
|
2499
|
+
</td>
|
2417
2500
|
</tr>
|
2418
2501
|
<tr>
|
2419
2502
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
2420
|
-
<td>insertion point for the deserialized text
|
2503
|
+
<td>insertion point for the deserialized text
|
2504
|
+
</td>
|
2421
2505
|
</tr>
|
2422
2506
|
<tr>
|
2423
2507
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
2424
|
-
<td>data to deserialize
|
2508
|
+
<td>data to deserialize
|
2509
|
+
</td>
|
2425
2510
|
</tr>
|
2426
2511
|
<tr>
|
2427
2512
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2431,11 +2516,13 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
2431
2516
|
<tr>
|
2432
2517
|
<td><p><span class="term"><em class="parameter"><code>create_tags</code></em> :</span></p></td>
|
2433
2518
|
<td>
|
2434
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if deserializing may create tags
|
2519
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if deserializing may create tags
|
2520
|
+
</td>
|
2435
2521
|
</tr>
|
2436
2522
|
<tr>
|
2437
2523
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2438
|
-
<td>user data that was specified when registering the format
|
2524
|
+
<td>user data that was specified when registering the format
|
2525
|
+
</td>
|
2439
2526
|
</tr>
|
2440
2527
|
<tr>
|
2441
2528
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
@@ -2445,18 +2532,19 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
2445
2532
|
<tr>
|
2446
2533
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2447
2534
|
<td>
|
2448
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
2535
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
2536
|
+
</td>
|
2449
2537
|
</tr>
|
2450
2538
|
</tbody>
|
2451
2539
|
</table></div>
|
2452
2540
|
</div>
|
2453
2541
|
<hr>
|
2454
|
-
<div class="refsect2">
|
2542
|
+
<div class="refsect2" title="gtk_text_buffer_deserialize ()">
|
2455
2543
|
<a name="gtk-text-buffer-deserialize"></a><h3>gtk_text_buffer_deserialize ()</h3>
|
2456
2544
|
<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_buffer_deserialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
2457
2545
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
2458
2546
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
2459
|
-
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2547
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2460
2548
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
2461
2549
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
2462
2550
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
@@ -2474,23 +2562,28 @@ it at <em class="parameter"><code>iter</code></em>.
|
|
2474
2562
|
<tbody>
|
2475
2563
|
<tr>
|
2476
2564
|
<td><p><span class="term"><em class="parameter"><code>register_buffer</code></em> :</span></p></td>
|
2477
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> <em class="parameter"><code>format</code></em> is registered with
|
2565
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> <em class="parameter"><code>format</code></em> is registered with
|
2566
|
+
</td>
|
2478
2567
|
</tr>
|
2479
2568
|
<tr>
|
2480
2569
|
<td><p><span class="term"><em class="parameter"><code>content_buffer</code></em> :</span></p></td>
|
2481
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to deserialize into
|
2570
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to deserialize into
|
2571
|
+
</td>
|
2482
2572
|
</tr>
|
2483
2573
|
<tr>
|
2484
2574
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
2485
|
-
<td>the rich text format to use for deserializing
|
2575
|
+
<td>the rich text format to use for deserializing
|
2576
|
+
</td>
|
2486
2577
|
</tr>
|
2487
2578
|
<tr>
|
2488
2579
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
2489
|
-
<td>insertion point for the deserialized text
|
2580
|
+
<td>insertion point for the deserialized text
|
2581
|
+
</td>
|
2490
2582
|
</tr>
|
2491
2583
|
<tr>
|
2492
2584
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
2493
|
-
<td>data to deserialize
|
2585
|
+
<td>data to deserialize
|
2586
|
+
</td>
|
2494
2587
|
</tr>
|
2495
2588
|
<tr>
|
2496
2589
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
@@ -2504,15 +2597,16 @@ it at <em class="parameter"><code>iter</code></em>.
|
|
2504
2597
|
</tr>
|
2505
2598
|
<tr>
|
2506
2599
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2507
|
-
<td>
|
2508
|
-
|
2600
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
2601
|
+
|
2602
|
+
</td>
|
2509
2603
|
</tr>
|
2510
2604
|
</tbody>
|
2511
2605
|
</table></div>
|
2512
2606
|
<p class="since">Since 2.10</p>
|
2513
2607
|
</div>
|
2514
2608
|
<hr>
|
2515
|
-
<div class="refsect2">
|
2609
|
+
<div class="refsect2" title="gtk_text_buffer_deserialize_get_can_create_tags ()">
|
2516
2610
|
<a name="gtk-text-buffer-deserialize-get-can-create-tags"></a><h3>gtk_text_buffer_deserialize_get_can_create_tags ()</h3>
|
2517
2611
|
<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_buffer_deserialize_get_can_create_tags
|
2518
2612
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2531,18 +2625,21 @@ This functions returns the value set with
|
|
2531
2625
|
</tr>
|
2532
2626
|
<tr>
|
2533
2627
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
2534
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
2628
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
2629
|
+
</td>
|
2535
2630
|
</tr>
|
2536
2631
|
<tr>
|
2537
2632
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2538
|
-
<td>whether deserializing this format may create tags
|
2633
|
+
<td> whether deserializing this format may create tags
|
2634
|
+
|
2635
|
+
</td>
|
2539
2636
|
</tr>
|
2540
2637
|
</tbody>
|
2541
2638
|
</table></div>
|
2542
2639
|
<p class="since">Since 2.10</p>
|
2543
2640
|
</div>
|
2544
2641
|
<hr>
|
2545
|
-
<div class="refsect2">
|
2642
|
+
<div class="refsect2" title="gtk_text_buffer_deserialize_set_can_create_tags ()">
|
2546
2643
|
<a name="gtk-text-buffer-deserialize-set-can-create-tags"></a><h3>gtk_text_buffer_deserialize_set_can_create_tags ()</h3>
|
2547
2644
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_deserialize_set_can_create_tags
|
2548
2645
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2579,20 +2676,22 @@ handle the newly created tags.
|
|
2579
2676
|
</tr>
|
2580
2677
|
<tr>
|
2581
2678
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
2582
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
2679
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
2680
|
+
</td>
|
2583
2681
|
</tr>
|
2584
2682
|
<tr>
|
2585
2683
|
<td><p><span class="term"><em class="parameter"><code>can_create_tags</code></em> :</span></p></td>
|
2586
|
-
<td>whether deserializing this format may create tags
|
2684
|
+
<td>whether deserializing this format may create tags
|
2685
|
+
</td>
|
2587
2686
|
</tr>
|
2588
2687
|
</tbody>
|
2589
2688
|
</table></div>
|
2590
2689
|
<p class="since">Since 2.10</p>
|
2591
2690
|
</div>
|
2592
2691
|
<hr>
|
2593
|
-
<div class="refsect2">
|
2692
|
+
<div class="refsect2" title="gtk_text_buffer_get_copy_target_list ()">
|
2594
2693
|
<a name="gtk-text-buffer-get-copy-target-list"></a><h3>gtk_text_buffer_get_copy_target_list ()</h3>
|
2595
|
-
<pre class="programlisting"><a class="link" href="gtk-Selections.html#GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * gtk_text_buffer_get_copy_target_list
|
2694
|
+
<pre class="programlisting"><a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * gtk_text_buffer_get_copy_target_list
|
2596
2695
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2597
2696
|
<p>
|
2598
2697
|
This function returns the list of targets this text buffer can
|
@@ -2611,7 +2710,8 @@ using <a class="link" href="gtk-Selections.html#gtk-target-list-add-rich-text-ta
|
|
2611
2710
|
</tr>
|
2612
2711
|
<tr>
|
2613
2712
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2614
|
-
<td>the <a class="link" href="gtk-Selections.html#GtkTargetList"
|
2713
|
+
<td> the <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>
|
2714
|
+
|
2615
2715
|
</td>
|
2616
2716
|
</tr>
|
2617
2717
|
</tbody>
|
@@ -2619,7 +2719,7 @@ using <a class="link" href="gtk-Selections.html#gtk-target-list-add-rich-text-ta
|
|
2619
2719
|
<p class="since">Since 2.10</p>
|
2620
2720
|
</div>
|
2621
2721
|
<hr>
|
2622
|
-
<div class="refsect2">
|
2722
|
+
<div class="refsect2" title="gtk_text_buffer_get_deserialize_formats ()">
|
2623
2723
|
<a name="gtk-text-buffer-get-deserialize-formats"></a><h3>gtk_text_buffer_get_deserialize_formats ()</h3>
|
2624
2724
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> * gtk_text_buffer_get_deserialize_formats
|
2625
2725
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2639,21 +2739,24 @@ with <em class="parameter"><code>buffer</code></em> using <a class="link" href="
|
|
2639
2739
|
</tr>
|
2640
2740
|
<tr>
|
2641
2741
|
<td><p><span class="term"><em class="parameter"><code>n_formats</code></em> :</span></p></td>
|
2642
|
-
<td>return location for the number of formats
|
2742
|
+
<td>return location for the number of formats
|
2743
|
+
</td>
|
2643
2744
|
</tr>
|
2644
2745
|
<tr>
|
2645
2746
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2646
|
-
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a>s representing the registered
|
2647
|
-
formats
|
2747
|
+
<td> an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a>s representing the registered
|
2748
|
+
formats.
|
2749
|
+
|
2750
|
+
</td>
|
2648
2751
|
</tr>
|
2649
2752
|
</tbody>
|
2650
2753
|
</table></div>
|
2651
2754
|
<p class="since">Since 2.10</p>
|
2652
2755
|
</div>
|
2653
2756
|
<hr>
|
2654
|
-
<div class="refsect2">
|
2757
|
+
<div class="refsect2" title="gtk_text_buffer_get_paste_target_list ()">
|
2655
2758
|
<a name="gtk-text-buffer-get-paste-target-list"></a><h3>gtk_text_buffer_get_paste_target_list ()</h3>
|
2656
|
-
<pre class="programlisting"><a class="link" href="gtk-Selections.html#GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * gtk_text_buffer_get_paste_target_list
|
2759
|
+
<pre class="programlisting"><a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="returnvalue">GtkTargetList</span></a> * gtk_text_buffer_get_paste_target_list
|
2657
2760
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2658
2761
|
<p>
|
2659
2762
|
This function returns the list of targets this text buffer supports
|
@@ -2672,7 +2775,8 @@ using <a class="link" href="gtk-Selections.html#gtk-target-list-add-rich-text-ta
|
|
2672
2775
|
</tr>
|
2673
2776
|
<tr>
|
2674
2777
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2675
|
-
<td>the <a class="link" href="gtk-Selections.html#GtkTargetList"
|
2778
|
+
<td> the <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>
|
2779
|
+
|
2676
2780
|
</td>
|
2677
2781
|
</tr>
|
2678
2782
|
</tbody>
|
@@ -2680,7 +2784,7 @@ using <a class="link" href="gtk-Selections.html#gtk-target-list-add-rich-text-ta
|
|
2680
2784
|
<p class="since">Since 2.10</p>
|
2681
2785
|
</div>
|
2682
2786
|
<hr>
|
2683
|
-
<div class="refsect2">
|
2787
|
+
<div class="refsect2" title="gtk_text_buffer_get_serialize_formats ()">
|
2684
2788
|
<a name="gtk-text-buffer-get-serialize-formats"></a><h3>gtk_text_buffer_get_serialize_formats ()</h3>
|
2685
2789
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> * gtk_text_buffer_get_serialize_formats
|
2686
2790
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2700,19 +2804,22 @@ with <em class="parameter"><code>buffer</code></em> using <a class="link" href="
|
|
2700
2804
|
</tr>
|
2701
2805
|
<tr>
|
2702
2806
|
<td><p><span class="term"><em class="parameter"><code>n_formats</code></em> :</span></p></td>
|
2703
|
-
<td>return location for the number of formats
|
2807
|
+
<td>return location for the number of formats
|
2808
|
+
</td>
|
2704
2809
|
</tr>
|
2705
2810
|
<tr>
|
2706
2811
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2707
|
-
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a>s representing the registered
|
2708
|
-
formats
|
2812
|
+
<td> an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a>s representing the registered
|
2813
|
+
formats.
|
2814
|
+
|
2815
|
+
</td>
|
2709
2816
|
</tr>
|
2710
2817
|
</tbody>
|
2711
2818
|
</table></div>
|
2712
2819
|
<p class="since">Since 2.10</p>
|
2713
2820
|
</div>
|
2714
2821
|
<hr>
|
2715
|
-
<div class="refsect2">
|
2822
|
+
<div class="refsect2" title="gtk_text_buffer_register_deserialize_format ()">
|
2716
2823
|
<a name="gtk-text-buffer-register-deserialize-format"></a><h3>gtk_text_buffer_register_deserialize_format ()</h3>
|
2717
2824
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> gtk_text_buffer_register_deserialize_format
|
2718
2825
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2734,25 +2841,30 @@ its <em class="parameter"><code>mime_type</code></em> with the passed <em class=
|
|
2734
2841
|
</tr>
|
2735
2842
|
<tr>
|
2736
2843
|
<td><p><span class="term"><em class="parameter"><code>mime_type</code></em> :</span></p></td>
|
2737
|
-
<td>the format's mime-type
|
2844
|
+
<td>the format's mime-type
|
2845
|
+
</td>
|
2738
2846
|
</tr>
|
2739
2847
|
<tr>
|
2740
2848
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
2741
|
-
<td>the deserialize function to register
|
2849
|
+
<td>the deserialize function to register
|
2850
|
+
</td>
|
2742
2851
|
</tr>
|
2743
2852
|
<tr>
|
2744
2853
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2745
2854
|
<td>
|
2746
|
-
<em class="parameter"><code>function</code></em>'s user_data
|
2855
|
+
<em class="parameter"><code>function</code></em>'s user_data
|
2856
|
+
</td>
|
2747
2857
|
</tr>
|
2748
2858
|
<tr>
|
2749
2859
|
<td><p><span class="term"><em class="parameter"><code>user_data_destroy</code></em> :</span></p></td>
|
2750
|
-
<td>a function to call when <em class="parameter"><code>user_data</code></em> is no longer needed
|
2860
|
+
<td>a function to call when <em class="parameter"><code>user_data</code></em> is no longer needed
|
2861
|
+
</td>
|
2751
2862
|
</tr>
|
2752
2863
|
<tr>
|
2753
2864
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2754
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
2755
|
-
|
2865
|
+
<td> the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the newly registered
|
2866
|
+
format's mime-type.
|
2867
|
+
|
2756
2868
|
</td>
|
2757
2869
|
</tr>
|
2758
2870
|
</tbody>
|
@@ -2760,7 +2872,7 @@ newly registered format's mime-type. <span class="annotation">[<acronym title="D
|
|
2760
2872
|
<p class="since">Since 2.10</p>
|
2761
2873
|
</div>
|
2762
2874
|
<hr>
|
2763
|
-
<div class="refsect2">
|
2875
|
+
<div class="refsect2" title="gtk_text_buffer_register_deserialize_tagset ()">
|
2764
2876
|
<a name="gtk-text-buffer-register-deserialize-tagset"></a><h3>gtk_text_buffer_register_deserialize_tagset ()</h3>
|
2765
2877
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> gtk_text_buffer_register_deserialize_tagset
|
2766
2878
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2780,13 +2892,14 @@ format with the passed <em class="parameter"><code>buffer</code></em>. See
|
|
2780
2892
|
</tr>
|
2781
2893
|
<tr>
|
2782
2894
|
<td><p><span class="term"><em class="parameter"><code>tagset_name</code></em> :</span></p></td>
|
2783
|
-
<td>an optional tagset name, on <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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2895
|
+
<td> an optional tagset name, on <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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2784
2896
|
</td>
|
2785
2897
|
</tr>
|
2786
2898
|
<tr>
|
2787
2899
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2788
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
2789
|
-
|
2900
|
+
<td> the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the newly registered
|
2901
|
+
format's mime-type.
|
2902
|
+
|
2790
2903
|
</td>
|
2791
2904
|
</tr>
|
2792
2905
|
</tbody>
|
@@ -2794,7 +2907,7 @@ newly registered format's mime-type. <span class="annotation">[<acronym title="D
|
|
2794
2907
|
<p class="since">Since 2.10</p>
|
2795
2908
|
</div>
|
2796
2909
|
<hr>
|
2797
|
-
<div class="refsect2">
|
2910
|
+
<div class="refsect2" title="gtk_text_buffer_register_serialize_format ()">
|
2798
2911
|
<a name="gtk-text-buffer-register-serialize-format"></a><h3>gtk_text_buffer_register_serialize_format ()</h3>
|
2799
2912
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> gtk_text_buffer_register_serialize_format
|
2800
2913
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2816,25 +2929,30 @@ its <em class="parameter"><code>mime_type</code></em> with the passed <em class=
|
|
2816
2929
|
</tr>
|
2817
2930
|
<tr>
|
2818
2931
|
<td><p><span class="term"><em class="parameter"><code>mime_type</code></em> :</span></p></td>
|
2819
|
-
<td>the format's mime-type
|
2932
|
+
<td>the format's mime-type
|
2933
|
+
</td>
|
2820
2934
|
</tr>
|
2821
2935
|
<tr>
|
2822
2936
|
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
|
2823
|
-
<td>the serialize function to register
|
2937
|
+
<td>the serialize function to register
|
2938
|
+
</td>
|
2824
2939
|
</tr>
|
2825
2940
|
<tr>
|
2826
2941
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2827
2942
|
<td>
|
2828
|
-
<code class="literal">function</code>'s user_data
|
2943
|
+
<code class="literal">function</code>'s user_data
|
2944
|
+
</td>
|
2829
2945
|
</tr>
|
2830
2946
|
<tr>
|
2831
2947
|
<td><p><span class="term"><em class="parameter"><code>user_data_destroy</code></em> :</span></p></td>
|
2832
|
-
<td>a function to call when <em class="parameter"><code>user_data</code></em> is no longer needed
|
2948
|
+
<td>a function to call when <em class="parameter"><code>user_data</code></em> is no longer needed
|
2949
|
+
</td>
|
2833
2950
|
</tr>
|
2834
2951
|
<tr>
|
2835
2952
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2836
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
2837
|
-
|
2953
|
+
<td> the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the newly registered
|
2954
|
+
format's mime-type.
|
2955
|
+
|
2838
2956
|
</td>
|
2839
2957
|
</tr>
|
2840
2958
|
</tbody>
|
@@ -2842,7 +2960,7 @@ newly registered format's mime-type. <span class="annotation">[<acronym title="D
|
|
2842
2960
|
<p class="since">Since 2.10</p>
|
2843
2961
|
</div>
|
2844
2962
|
<hr>
|
2845
|
-
<div class="refsect2">
|
2963
|
+
<div class="refsect2" title="gtk_text_buffer_register_serialize_tagset ()">
|
2846
2964
|
<a name="gtk-text-buffer-register-serialize-tagset"></a><h3>gtk_text_buffer_register_serialize_tagset ()</h3>
|
2847
2965
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> gtk_text_buffer_register_serialize_tagset
|
2848
2966
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -2878,13 +2996,14 @@ receiving buffer to deal with with pasting of arbitrary tags.
|
|
2878
2996
|
</tr>
|
2879
2997
|
<tr>
|
2880
2998
|
<td><p><span class="term"><em class="parameter"><code>tagset_name</code></em> :</span></p></td>
|
2881
|
-
<td>an optional tagset name, on <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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2999
|
+
<td> an optional tagset name, on <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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2882
3000
|
</td>
|
2883
3001
|
</tr>
|
2884
3002
|
<tr>
|
2885
3003
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2886
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
2887
|
-
|
3004
|
+
<td> the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the newly registered
|
3005
|
+
format's mime-type.
|
3006
|
+
|
2888
3007
|
</td>
|
2889
3008
|
</tr>
|
2890
3009
|
</tbody>
|
@@ -2892,12 +3011,12 @@ newly registered format's mime-type. <span class="annotation">[<acronym title="D
|
|
2892
3011
|
<p class="since">Since 2.10</p>
|
2893
3012
|
</div>
|
2894
3013
|
<hr>
|
2895
|
-
<div class="refsect2">
|
3014
|
+
<div class="refsect2" title="GtkTextBufferSerializeFunc ()">
|
2896
3015
|
<a name="GtkTextBufferSerializeFunc"></a><h3>GtkTextBufferSerializeFunc ()</h3>
|
2897
3016
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * (*GtkTextBufferSerializeFunc) (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
2898
3017
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
2899
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2900
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
3018
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
3019
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
2901
3020
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>,
|
2902
3021
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
2903
3022
|
<p>
|
@@ -2909,44 +3028,51 @@ It must return the serialized form of the content.
|
|
2909
3028
|
<tbody>
|
2910
3029
|
<tr>
|
2911
3030
|
<td><p><span class="term"><em class="parameter"><code>register_buffer</code></em> :</span></p></td>
|
2912
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> for which the format is registered
|
3031
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> for which the format is registered
|
3032
|
+
</td>
|
2913
3033
|
</tr>
|
2914
3034
|
<tr>
|
2915
3035
|
<td><p><span class="term"><em class="parameter"><code>content_buffer</code></em> :</span></p></td>
|
2916
|
-
<td>the <span class="type">GtkTextsBuffer</span> to serialize
|
3036
|
+
<td>the <span class="type">GtkTextsBuffer</span> to serialize
|
3037
|
+
</td>
|
2917
3038
|
</tr>
|
2918
3039
|
<tr>
|
2919
3040
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
2920
|
-
<td>start of the block of text to serialize
|
3041
|
+
<td>start of the block of text to serialize
|
3042
|
+
</td>
|
2921
3043
|
</tr>
|
2922
3044
|
<tr>
|
2923
3045
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
2924
|
-
<td>end of the block of text to serialize
|
3046
|
+
<td>end of the block of text to serialize
|
3047
|
+
</td>
|
2925
3048
|
</tr>
|
2926
3049
|
<tr>
|
2927
3050
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
2928
|
-
<td>Return location for the length of the serialized data
|
3051
|
+
<td>Return location for the length of the serialized data
|
3052
|
+
</td>
|
2929
3053
|
</tr>
|
2930
3054
|
<tr>
|
2931
3055
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2932
|
-
<td>user data that was specified when registering the format
|
3056
|
+
<td>user data that was specified when registering the format
|
3057
|
+
</td>
|
2933
3058
|
</tr>
|
2934
3059
|
<tr>
|
2935
3060
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2936
3061
|
<td>a newly-allocated array of guint8 which contains the serialized
|
2937
|
-
data, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error occurred
|
3062
|
+
data, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error occurred
|
3063
|
+
</td>
|
2938
3064
|
</tr>
|
2939
3065
|
</tbody>
|
2940
3066
|
</table></div>
|
2941
3067
|
</div>
|
2942
3068
|
<hr>
|
2943
|
-
<div class="refsect2">
|
3069
|
+
<div class="refsect2" title="gtk_text_buffer_serialize ()">
|
2944
3070
|
<a name="gtk-text-buffer-serialize"></a><h3>gtk_text_buffer_serialize ()</h3>
|
2945
3071
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> * gtk_text_buffer_serialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
2946
3072
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
2947
3073
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
2948
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2949
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
3074
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
3075
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
2950
3076
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
|
2951
3077
|
<p>
|
2952
3078
|
This function serializes the portion of text between <em class="parameter"><code>start</code></em>
|
@@ -2962,31 +3088,38 @@ and <em class="parameter"><code>end</code></em> in the rich text format represen
|
|
2962
3088
|
<tbody>
|
2963
3089
|
<tr>
|
2964
3090
|
<td><p><span class="term"><em class="parameter"><code>register_buffer</code></em> :</span></p></td>
|
2965
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> <em class="parameter"><code>format</code></em> is registered with
|
3091
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> <em class="parameter"><code>format</code></em> is registered with
|
3092
|
+
</td>
|
2966
3093
|
</tr>
|
2967
3094
|
<tr>
|
2968
3095
|
<td><p><span class="term"><em class="parameter"><code>content_buffer</code></em> :</span></p></td>
|
2969
|
-
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to serialize
|
3096
|
+
<td>the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> to serialize
|
3097
|
+
</td>
|
2970
3098
|
</tr>
|
2971
3099
|
<tr>
|
2972
3100
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
2973
|
-
<td>the rich text format to use for serializing
|
3101
|
+
<td>the rich text format to use for serializing
|
3102
|
+
</td>
|
2974
3103
|
</tr>
|
2975
3104
|
<tr>
|
2976
3105
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
2977
|
-
<td>start of block of text to serialize
|
3106
|
+
<td>start of block of text to serialize
|
3107
|
+
</td>
|
2978
3108
|
</tr>
|
2979
3109
|
<tr>
|
2980
3110
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
2981
|
-
<td>end of block of test to serialize
|
3111
|
+
<td>end of block of test to serialize
|
3112
|
+
</td>
|
2982
3113
|
</tr>
|
2983
3114
|
<tr>
|
2984
3115
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
2985
|
-
<td>return location for the length of the serialized data
|
3116
|
+
<td>return location for the length of the serialized data
|
3117
|
+
</td>
|
2986
3118
|
</tr>
|
2987
3119
|
<tr>
|
2988
3120
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2989
|
-
<td>the serialized data, encoded as <em class="parameter"><code>format</code></em>
|
3121
|
+
<td> the serialized data, encoded as <em class="parameter"><code>format</code></em>
|
3122
|
+
|
2990
3123
|
</td>
|
2991
3124
|
</tr>
|
2992
3125
|
</tbody>
|
@@ -2994,7 +3127,7 @@ and <em class="parameter"><code>end</code></em> in the rich text format represen
|
|
2994
3127
|
<p class="since">Since 2.10</p>
|
2995
3128
|
</div>
|
2996
3129
|
<hr>
|
2997
|
-
<div class="refsect2">
|
3130
|
+
<div class="refsect2" title="gtk_text_buffer_unregister_deserialize_format ()">
|
2998
3131
|
<a name="gtk-text-buffer-unregister-deserialize-format"></a><h3>gtk_text_buffer_unregister_deserialize_format ()</h3>
|
2999
3132
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_unregister_deserialize_format
|
3000
3133
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -3014,14 +3147,15 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
3014
3147
|
</tr>
|
3015
3148
|
<tr>
|
3016
3149
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
3017
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
3150
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.
|
3151
|
+
</td>
|
3018
3152
|
</tr>
|
3019
3153
|
</tbody>
|
3020
3154
|
</table></div>
|
3021
3155
|
<p class="since">Since 2.10</p>
|
3022
3156
|
</div>
|
3023
3157
|
<hr>
|
3024
|
-
<div class="refsect2">
|
3158
|
+
<div class="refsect2" title="gtk_text_buffer_unregister_serialize_format ()">
|
3025
3159
|
<a name="gtk-text-buffer-unregister-serialize-format"></a><h3>gtk_text_buffer_unregister_serialize_format ()</h3>
|
3026
3160
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_buffer_unregister_serialize_format
|
3027
3161
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
@@ -3041,18 +3175,19 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
3041
3175
|
</tr>
|
3042
3176
|
<tr>
|
3043
3177
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
3044
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format
|
3178
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.
|
3179
|
+
</td>
|
3045
3180
|
</tr>
|
3046
3181
|
</tbody>
|
3047
3182
|
</table></div>
|
3048
3183
|
<p class="since">Since 2.10</p>
|
3049
3184
|
</div>
|
3050
3185
|
</div>
|
3051
|
-
<div class="refsect1">
|
3186
|
+
<div class="refsect1" title="Property Details">
|
3052
3187
|
<a name="GtkTextBuffer.property-details"></a><h2>Property Details</h2>
|
3053
|
-
<div class="refsect2">
|
3188
|
+
<div class="refsect2" title='The "copy-target-list" property'>
|
3054
3189
|
<a name="GtkTextBuffer--copy-target-list"></a><h3>The <code class="literal">"copy-target-list"</code> property</h3>
|
3055
|
-
<pre class="programlisting"> "copy-target-list" <a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read</pre>
|
3190
|
+
<pre class="programlisting"> "copy-target-list" <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read</pre>
|
3056
3191
|
<p>
|
3057
3192
|
The list of targets this buffer supports for clipboard copying
|
3058
3193
|
and as DND source.
|
@@ -3060,7 +3195,7 @@ and as DND source.
|
|
3060
3195
|
<p class="since">Since 2.10</p>
|
3061
3196
|
</div>
|
3062
3197
|
<hr>
|
3063
|
-
<div class="refsect2">
|
3198
|
+
<div class="refsect2" title='The "cursor-position" property'>
|
3064
3199
|
<a name="GtkTextBuffer--cursor-position"></a><h3>The <code class="literal">"cursor-position"</code> property</h3>
|
3065
3200
|
<pre class="programlisting"> "cursor-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
3066
3201
|
<p>
|
@@ -3073,7 +3208,7 @@ cursor moves.
|
|
3073
3208
|
<p class="since">Since 2.10</p>
|
3074
3209
|
</div>
|
3075
3210
|
<hr>
|
3076
|
-
<div class="refsect2">
|
3211
|
+
<div class="refsect2" title='The "has-selection" property'>
|
3077
3212
|
<a name="GtkTextBuffer--has-selection"></a><h3>The <code class="literal">"has-selection"</code> property</h3>
|
3078
3213
|
<pre class="programlisting"> "has-selection" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
3079
3214
|
<p>
|
@@ -3083,9 +3218,9 @@ Whether the buffer has some text currently selected.
|
|
3083
3218
|
<p class="since">Since 2.10</p>
|
3084
3219
|
</div>
|
3085
3220
|
<hr>
|
3086
|
-
<div class="refsect2">
|
3221
|
+
<div class="refsect2" title='The "paste-target-list" property'>
|
3087
3222
|
<a name="GtkTextBuffer--paste-target-list"></a><h3>The <code class="literal">"paste-target-list"</code> property</h3>
|
3088
|
-
<pre class="programlisting"> "paste-target-list" <a class="link" href="gtk-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read</pre>
|
3223
|
+
<pre class="programlisting"> "paste-target-list" <a class="link" href="gtk-Selections.html#GtkTargetList" title="GtkTargetList"><span class="type">GtkTargetList</span></a>* : Read</pre>
|
3089
3224
|
<p>
|
3090
3225
|
The list of targets this buffer supports for clipboard pasting
|
3091
3226
|
and as DND destination.
|
@@ -3093,13 +3228,13 @@ and as DND destination.
|
|
3093
3228
|
<p class="since">Since 2.10</p>
|
3094
3229
|
</div>
|
3095
3230
|
<hr>
|
3096
|
-
<div class="refsect2">
|
3231
|
+
<div class="refsect2" title='The "tag-table" property'>
|
3097
3232
|
<a name="GtkTextBuffer--tag-table"></a><h3>The <code class="literal">"tag-table"</code> property</h3>
|
3098
3233
|
<pre class="programlisting"> "tag-table" <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>* : Read / Write / Construct Only</pre>
|
3099
3234
|
<p>Text Tag Table.</p>
|
3100
3235
|
</div>
|
3101
3236
|
<hr>
|
3102
|
-
<div class="refsect2">
|
3237
|
+
<div class="refsect2" title='The "text" property'>
|
3103
3238
|
<a name="GtkTextBuffer--text"></a><h3>The <code class="literal">"text"</code> property</h3>
|
3104
3239
|
<pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
3105
3240
|
<p>
|
@@ -3110,15 +3245,15 @@ see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-text" title="gt
|
|
3110
3245
|
<p class="since">Since 2.8</p>
|
3111
3246
|
</div>
|
3112
3247
|
</div>
|
3113
|
-
<div class="refsect1">
|
3248
|
+
<div class="refsect1" title="Signal Details">
|
3114
3249
|
<a name="GtkTextBuffer.signal-details"></a><h2>Signal Details</h2>
|
3115
|
-
<div class="refsect2">
|
3250
|
+
<div class="refsect2" title='The "apply-tag" signal'>
|
3116
3251
|
<a name="GtkTextBuffer-apply-tag"></a><h3>The <code class="literal">"apply-tag"</code> signal</h3>
|
3117
3252
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3118
3253
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
3119
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3120
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3121
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3254
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3255
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3256
|
+
<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>
|
3122
3257
|
<p>
|
3123
3258
|
The ::apply-tag signal is emitted to apply a tag to a
|
3124
3259
|
range of text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3139,19 +3274,23 @@ See also:
|
|
3139
3274
|
<tbody>
|
3140
3275
|
<tr>
|
3141
3276
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3142
|
-
<td>the object which received the signal
|
3277
|
+
<td>the object which received the signal
|
3278
|
+
</td>
|
3143
3279
|
</tr>
|
3144
3280
|
<tr>
|
3145
3281
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
3146
|
-
<td>the applied tag
|
3282
|
+
<td>the applied tag
|
3283
|
+
</td>
|
3147
3284
|
</tr>
|
3148
3285
|
<tr>
|
3149
3286
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
3150
|
-
<td>the start of the range the tag is applied to
|
3287
|
+
<td>the start of the range the tag is applied to
|
3288
|
+
</td>
|
3151
3289
|
</tr>
|
3152
3290
|
<tr>
|
3153
3291
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
3154
|
-
<td>the end of the range the tag is applied to
|
3292
|
+
<td>the end of the range the tag is applied to
|
3293
|
+
</td>
|
3155
3294
|
</tr>
|
3156
3295
|
<tr>
|
3157
3296
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3161,10 +3300,10 @@ See also:
|
|
3161
3300
|
</table></div>
|
3162
3301
|
</div>
|
3163
3302
|
<hr>
|
3164
|
-
<div class="refsect2">
|
3303
|
+
<div class="refsect2" title='The "begin-user-action" signal'>
|
3165
3304
|
<a name="GtkTextBuffer-begin-user-action"></a><h3>The <code class="literal">"begin-user-action"</code> signal</h3>
|
3166
3305
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3167
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3306
|
+
<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>
|
3168
3307
|
<p>
|
3169
3308
|
The ::begin-user-action signal is emitted at the beginning of a single
|
3170
3309
|
user-visible operation on a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3183,7 +3322,8 @@ See also:
|
|
3183
3322
|
<tbody>
|
3184
3323
|
<tr>
|
3185
3324
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3186
|
-
<td>the object which received the signal
|
3325
|
+
<td>the object which received the signal
|
3326
|
+
</td>
|
3187
3327
|
</tr>
|
3188
3328
|
<tr>
|
3189
3329
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3193,10 +3333,10 @@ See also:
|
|
3193
3333
|
</table></div>
|
3194
3334
|
</div>
|
3195
3335
|
<hr>
|
3196
|
-
<div class="refsect2">
|
3336
|
+
<div class="refsect2" title='The "changed" signal'>
|
3197
3337
|
<a name="GtkTextBuffer-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
3198
3338
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3199
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3339
|
+
<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>
|
3200
3340
|
<p>
|
3201
3341
|
The ::changed signal is emitted when the content of a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
3202
3342
|
has changed.
|
@@ -3206,7 +3346,8 @@ has changed.
|
|
3206
3346
|
<tbody>
|
3207
3347
|
<tr>
|
3208
3348
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3209
|
-
<td>the object which received the signal
|
3349
|
+
<td>the object which received the signal
|
3350
|
+
</td>
|
3210
3351
|
</tr>
|
3211
3352
|
<tr>
|
3212
3353
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3216,12 +3357,12 @@ has changed.
|
|
3216
3357
|
</table></div>
|
3217
3358
|
</div>
|
3218
3359
|
<hr>
|
3219
|
-
<div class="refsect2">
|
3360
|
+
<div class="refsect2" title='The "delete-range" signal'>
|
3220
3361
|
<a name="GtkTextBuffer-delete-range"></a><h3>The <code class="literal">"delete-range"</code> signal</h3>
|
3221
3362
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3222
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3223
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3224
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3363
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3364
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3365
|
+
<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>
|
3225
3366
|
<p>
|
3226
3367
|
The ::delete-range signal is emitted to delete a range
|
3227
3368
|
from a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3242,15 +3383,18 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title
|
|
3242
3383
|
<tbody>
|
3243
3384
|
<tr>
|
3244
3385
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3245
|
-
<td>the object which received the signal
|
3386
|
+
<td>the object which received the signal
|
3387
|
+
</td>
|
3246
3388
|
</tr>
|
3247
3389
|
<tr>
|
3248
3390
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
3249
|
-
<td>the start of the range to be deleted
|
3391
|
+
<td>the start of the range to be deleted
|
3392
|
+
</td>
|
3250
3393
|
</tr>
|
3251
3394
|
<tr>
|
3252
3395
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
3253
|
-
<td>the end of the range to be deleted
|
3396
|
+
<td>the end of the range to be deleted
|
3397
|
+
</td>
|
3254
3398
|
</tr>
|
3255
3399
|
<tr>
|
3256
3400
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3260,10 +3404,10 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title
|
|
3260
3404
|
</table></div>
|
3261
3405
|
</div>
|
3262
3406
|
<hr>
|
3263
|
-
<div class="refsect2">
|
3407
|
+
<div class="refsect2" title='The "end-user-action" signal'>
|
3264
3408
|
<a name="GtkTextBuffer-end-user-action"></a><h3>The <code class="literal">"end-user-action"</code> signal</h3>
|
3265
3409
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3266
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3410
|
+
<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>
|
3267
3411
|
<p>
|
3268
3412
|
The ::end-user-action signal is emitted at the end of a single
|
3269
3413
|
user-visible operation on the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3283,7 +3427,8 @@ See also:
|
|
3283
3427
|
<tbody>
|
3284
3428
|
<tr>
|
3285
3429
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3286
|
-
<td>the object which received the signal
|
3430
|
+
<td>the object which received the signal
|
3431
|
+
</td>
|
3287
3432
|
</tr>
|
3288
3433
|
<tr>
|
3289
3434
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3293,12 +3438,12 @@ See also:
|
|
3293
3438
|
</table></div>
|
3294
3439
|
</div>
|
3295
3440
|
<hr>
|
3296
|
-
<div class="refsect2">
|
3441
|
+
<div class="refsect2" title='The "insert-child-anchor" signal'>
|
3297
3442
|
<a name="GtkTextBuffer-insert-child-anchor"></a><h3>The <code class="literal">"insert-child-anchor"</code> signal</h3>
|
3298
3443
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3299
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3444
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3300
3445
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor,
|
3301
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3446
|
+
<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>
|
3302
3447
|
<p>
|
3303
3448
|
The ::insert-child-anchor signal is emitted to insert a
|
3304
3449
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3318,7 +3463,8 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-
|
|
3318
3463
|
<tbody>
|
3319
3464
|
<tr>
|
3320
3465
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3321
|
-
<td>the object which received the signal
|
3466
|
+
<td>the object which received the signal
|
3467
|
+
</td>
|
3322
3468
|
</tr>
|
3323
3469
|
<tr>
|
3324
3470
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
@@ -3327,7 +3473,8 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-
|
|
3327
3473
|
</tr>
|
3328
3474
|
<tr>
|
3329
3475
|
<td><p><span class="term"><em class="parameter"><code>anchor</code></em> :</span></p></td>
|
3330
|
-
<td>the <a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> to be inserted
|
3476
|
+
<td>the <a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> to be inserted
|
3477
|
+
</td>
|
3331
3478
|
</tr>
|
3332
3479
|
<tr>
|
3333
3480
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3337,12 +3484,12 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-
|
|
3337
3484
|
</table></div>
|
3338
3485
|
</div>
|
3339
3486
|
<hr>
|
3340
|
-
<div class="refsect2">
|
3487
|
+
<div class="refsect2" title='The "insert-pixbuf" signal'>
|
3341
3488
|
<a name="GtkTextBuffer-insert-pixbuf"></a><h3>The <code class="literal">"insert-pixbuf"</code> signal</h3>
|
3342
3489
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3343
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3490
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3344
3491
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf,
|
3345
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3492
|
+
<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>
|
3346
3493
|
<p>
|
3347
3494
|
The ::insert-pixbuf signal is emitted to insert a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
3348
3495
|
in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. Insertion actually occurs in the default handler.
|
@@ -3361,7 +3508,8 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-pixbuf
|
|
3361
3508
|
<tbody>
|
3362
3509
|
<tr>
|
3363
3510
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3364
|
-
<td>the object which received the signal
|
3511
|
+
<td>the object which received the signal
|
3512
|
+
</td>
|
3365
3513
|
</tr>
|
3366
3514
|
<tr>
|
3367
3515
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
@@ -3370,7 +3518,8 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-pixbuf
|
|
3370
3518
|
</tr>
|
3371
3519
|
<tr>
|
3372
3520
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
3373
|
-
<td>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be inserted
|
3521
|
+
<td>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be inserted
|
3522
|
+
</td>
|
3374
3523
|
</tr>
|
3375
3524
|
<tr>
|
3376
3525
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3380,13 +3529,13 @@ See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-pixbuf
|
|
3380
3529
|
</table></div>
|
3381
3530
|
</div>
|
3382
3531
|
<hr>
|
3383
|
-
<div class="refsect2">
|
3532
|
+
<div class="refsect2" title='The "insert-text" signal'>
|
3384
3533
|
<a name="GtkTextBuffer-insert-text"></a><h3>The <code class="literal">"insert-text"</code> signal</h3>
|
3385
3534
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3386
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3535
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3387
3536
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text,
|
3388
3537
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> len,
|
3389
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3538
|
+
<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>
|
3390
3539
|
<p>
|
3391
3540
|
The ::insert-text signal is emitted to insert text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
3392
3541
|
Insertion actually occurs in the default handler.
|
@@ -3407,7 +3556,8 @@ See also:
|
|
3407
3556
|
<tbody>
|
3408
3557
|
<tr>
|
3409
3558
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3410
|
-
<td>the object which received the signal
|
3559
|
+
<td>the object which received the signal
|
3560
|
+
</td>
|
3411
3561
|
</tr>
|
3412
3562
|
<tr>
|
3413
3563
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
@@ -3416,11 +3566,13 @@ See also:
|
|
3416
3566
|
</tr>
|
3417
3567
|
<tr>
|
3418
3568
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
3419
|
-
<td>the UTF-8 text to be inserted
|
3569
|
+
<td>the UTF-8 text to be inserted
|
3570
|
+
</td>
|
3420
3571
|
</tr>
|
3421
3572
|
<tr>
|
3422
3573
|
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
|
3423
|
-
<td>length of the inserted text in bytes
|
3574
|
+
<td>length of the inserted text in bytes
|
3575
|
+
</td>
|
3424
3576
|
</tr>
|
3425
3577
|
<tr>
|
3426
3578
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3430,11 +3582,11 @@ See also:
|
|
3430
3582
|
</table></div>
|
3431
3583
|
</div>
|
3432
3584
|
<hr>
|
3433
|
-
<div class="refsect2">
|
3585
|
+
<div class="refsect2" title='The "mark-deleted" signal'>
|
3434
3586
|
<a name="GtkTextBuffer-mark-deleted"></a><h3>The <code class="literal">"mark-deleted"</code> signal</h3>
|
3435
3587
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3436
3588
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark,
|
3437
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3589
|
+
<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>
|
3438
3590
|
<p>
|
3439
3591
|
The ::mark-deleted signal is emitted as notification
|
3440
3592
|
after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> is deleted.
|
@@ -3448,11 +3600,13 @@ See also:
|
|
3448
3600
|
<tbody>
|
3449
3601
|
<tr>
|
3450
3602
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3451
|
-
<td>the object which received the signal
|
3603
|
+
<td>the object which received the signal
|
3604
|
+
</td>
|
3452
3605
|
</tr>
|
3453
3606
|
<tr>
|
3454
3607
|
<td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
|
3455
|
-
<td>The mark that was deleted
|
3608
|
+
<td>The mark that was deleted
|
3609
|
+
</td>
|
3456
3610
|
</tr>
|
3457
3611
|
<tr>
|
3458
3612
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3462,12 +3616,12 @@ See also:
|
|
3462
3616
|
</table></div>
|
3463
3617
|
</div>
|
3464
3618
|
<hr>
|
3465
|
-
<div class="refsect2">
|
3619
|
+
<div class="refsect2" title='The "mark-set" signal'>
|
3466
3620
|
<a name="GtkTextBuffer-mark-set"></a><h3>The <code class="literal">"mark-set"</code> signal</h3>
|
3467
3621
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3468
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3622
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
3469
3623
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark,
|
3470
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3624
|
+
<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>
|
3471
3625
|
<p>
|
3472
3626
|
The ::mark-set signal is emitted as notification
|
3473
3627
|
after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> is set.
|
@@ -3482,7 +3636,8 @@ See also:
|
|
3482
3636
|
<tbody>
|
3483
3637
|
<tr>
|
3484
3638
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3485
|
-
<td>the object which received the signal
|
3639
|
+
<td>the object which received the signal
|
3640
|
+
</td>
|
3486
3641
|
</tr>
|
3487
3642
|
<tr>
|
3488
3643
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
@@ -3491,7 +3646,8 @@ See also:
|
|
3491
3646
|
</tr>
|
3492
3647
|
<tr>
|
3493
3648
|
<td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
|
3494
|
-
<td>The mark that is set
|
3649
|
+
<td>The mark that is set
|
3650
|
+
</td>
|
3495
3651
|
</tr>
|
3496
3652
|
<tr>
|
3497
3653
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3501,10 +3657,10 @@ See also:
|
|
3501
3657
|
</table></div>
|
3502
3658
|
</div>
|
3503
3659
|
<hr>
|
3504
|
-
<div class="refsect2">
|
3660
|
+
<div class="refsect2" title='The "modified-changed" signal'>
|
3505
3661
|
<a name="GtkTextBuffer-modified-changed"></a><h3>The <code class="literal">"modified-changed"</code> signal</h3>
|
3506
3662
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3507
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3663
|
+
<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>
|
3508
3664
|
<p>
|
3509
3665
|
The ::modified-changed signal is emitted when the modified bit of a
|
3510
3666
|
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> flips.
|
@@ -3518,7 +3674,8 @@ See also:
|
|
3518
3674
|
<tbody>
|
3519
3675
|
<tr>
|
3520
3676
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3521
|
-
<td>the object which received the signal
|
3677
|
+
<td>the object which received the signal
|
3678
|
+
</td>
|
3522
3679
|
</tr>
|
3523
3680
|
<tr>
|
3524
3681
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3528,11 +3685,11 @@ See also:
|
|
3528
3685
|
</table></div>
|
3529
3686
|
</div>
|
3530
3687
|
<hr>
|
3531
|
-
<div class="refsect2">
|
3688
|
+
<div class="refsect2" title='The "paste-done" signal'>
|
3532
3689
|
<a name="GtkTextBuffer-paste-done"></a><h3>The <code class="literal">"paste-done"</code> signal</h3>
|
3533
3690
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3534
3691
|
<a class="link" href="gtk-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *arg1,
|
3535
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3692
|
+
<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>
|
3536
3693
|
<p>
|
3537
3694
|
The paste-done signal is emitted after paste operation has been completed.
|
3538
3695
|
This is useful to properly scroll the view to the end of the pasted text.
|
@@ -3543,7 +3700,8 @@ See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-paste-clipboard" ti
|
|
3543
3700
|
<tbody>
|
3544
3701
|
<tr>
|
3545
3702
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3546
|
-
<td>the object which received the signal
|
3703
|
+
<td>the object which received the signal
|
3704
|
+
</td>
|
3547
3705
|
</tr>
|
3548
3706
|
<tr>
|
3549
3707
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3554,13 +3712,13 @@ See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-paste-clipboard" ti
|
|
3554
3712
|
<p class="since">Since 2.16</p>
|
3555
3713
|
</div>
|
3556
3714
|
<hr>
|
3557
|
-
<div class="refsect2">
|
3715
|
+
<div class="refsect2" title='The "remove-tag" signal'>
|
3558
3716
|
<a name="GtkTextBuffer-remove-tag"></a><h3>The <code class="literal">"remove-tag"</code> signal</h3>
|
3559
3717
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
3560
3718
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
3561
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3562
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3563
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3719
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
3720
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
3721
|
+
<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>
|
3564
3722
|
<p>
|
3565
3723
|
The ::remove-tag signal is emitted to remove all occurrences of <em class="parameter"><code>tag</code></em> from
|
3566
3724
|
a range of text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -3579,19 +3737,23 @@ See also:
|
|
3579
3737
|
<tbody>
|
3580
3738
|
<tr>
|
3581
3739
|
<td><p><span class="term"><em class="parameter"><code>textbuffer</code></em> :</span></p></td>
|
3582
|
-
<td>the object which received the signal
|
3740
|
+
<td>the object which received the signal
|
3741
|
+
</td>
|
3583
3742
|
</tr>
|
3584
3743
|
<tr>
|
3585
3744
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
3586
|
-
<td>the tag to be removed
|
3745
|
+
<td>the tag to be removed
|
3746
|
+
</td>
|
3587
3747
|
</tr>
|
3588
3748
|
<tr>
|
3589
3749
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
3590
|
-
<td>the start of the range the tag is removed from
|
3750
|
+
<td>the start of the range the tag is removed from
|
3751
|
+
</td>
|
3591
3752
|
</tr>
|
3592
3753
|
<tr>
|
3593
3754
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
3594
|
-
<td>the end of the range the tag is removed from
|
3755
|
+
<td>the end of the range the tag is removed from
|
3756
|
+
</td>
|
3595
3757
|
</tr>
|
3596
3758
|
<tr>
|
3597
3759
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -3601,15 +3763,15 @@ See also:
|
|
3601
3763
|
</table></div>
|
3602
3764
|
</div>
|
3603
3765
|
</div>
|
3604
|
-
<div class="refsect1">
|
3766
|
+
<div class="refsect1" title="See Also">
|
3605
3767
|
<a name="GtkTextBuffer.see-also"></a><h2>See Also</h2>
|
3606
3768
|
<p>
|
3607
|
-
<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>, <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a>, <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>
|
3769
|
+
<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>, <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a>, <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>
|
3608
3770
|
</p>
|
3609
3771
|
</div>
|
3610
3772
|
</div>
|
3611
3773
|
<div class="footer">
|
3612
3774
|
<hr>
|
3613
|
-
Generated by GTK-Doc V1.
|
3775
|
+
Generated by GTK-Doc V1.15</div>
|
3614
3776
|
</body>
|
3615
3777
|
</html>
|