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