gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -6,15 +6,15 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ Reference Manual">
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
|
-
<link rel="prev" href="GtkTextIter.html" title="GtkTextIter">
|
9
|
+
<link rel="prev" href="gtk-GtkTextIter.html" title="GtkTextIter">
|
10
10
|
<link rel="next" href="GtkTextBuffer.html" title="GtkTextBuffer">
|
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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
16
|
<tr valign="middle">
|
17
|
-
<td><a accesskey="p" href="GtkTextIter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td><a accesskey="p" href="gtk-GtkTextIter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
18
|
<td><a accesskey="u" href="TextWidgetObjects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GTK+ Reference Manual</th>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkTextMark.properties" class="shortcut">Properties</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GtkTextMark">
|
34
34
|
<a name="GtkTextMark"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,38 +39,38 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkTextMark.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
|
-
|
47
|
+
<a class="link" href="GtkTextMark.html#GtkTextMark-struct" title="GtkTextMark">GtkTextMark</a>;
|
48
48
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> * <a class="link" href="GtkTextMark.html#gtk-text-mark-new" title="gtk_text_mark_new ()">gtk_text_mark_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
49
49
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> left_gravity</code></em>);
|
50
50
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextMark.html#gtk-text-mark-set-visible" title="gtk_text_mark_set_visible ()">gtk_text_mark_set_visible</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
51
51
|
<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>);
|
52
52
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextMark.html#gtk-text-mark-get-visible" title="gtk_text_mark_get_visible ()">gtk_text_mark_get_visible</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
53
53
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextMark.html#gtk-text-mark-get-deleted" title="gtk_text_mark_get_deleted ()">gtk_text_mark_get_deleted</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
54
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
55
|
-
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a
|
54
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkTextMark.html#gtk-text-mark-get-name" title="gtk_text_mark_get_name ()">gtk_text_mark_get_name</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
55
|
+
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a>* <a class="link" href="GtkTextMark.html#gtk-text-mark-get-buffer" title="gtk_text_mark_get_buffer ()">gtk_text_mark_get_buffer</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
56
56
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextMark.html#gtk-text-mark-get-left-gravity" title="gtk_text_mark_get_left_gravity ()">gtk_text_mark_get_left_gravity</a> (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);
|
57
57
|
</pre>
|
58
58
|
</div>
|
59
|
-
<div class="refsect1">
|
59
|
+
<div class="refsect1" title="Object Hierarchy">
|
60
60
|
<a name="GtkTextMark.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
61
61
|
<pre class="synopsis">
|
62
62
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
63
63
|
+----GtkTextMark
|
64
64
|
</pre>
|
65
65
|
</div>
|
66
|
-
<div class="refsect1">
|
66
|
+
<div class="refsect1" title="Properties">
|
67
67
|
<a name="GtkTextMark.properties"></a><h2>Properties</h2>
|
68
68
|
<pre class="synopsis">
|
69
69
|
"<a class="link" href="GtkTextMark.html#GtkTextMark--left-gravity" title='The "left-gravity" property'>left-gravity</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only
|
70
70
|
"<a class="link" href="GtkTextMark.html#GtkTextMark--name" title='The "name" property'>name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
|
71
71
|
</pre>
|
72
72
|
</div>
|
73
|
-
<div class="refsect1">
|
73
|
+
<div class="refsect1" title="Description">
|
74
74
|
<a name="GtkTextMark.description"></a><h2>Description</h2>
|
75
75
|
<p>
|
76
76
|
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
@@ -87,7 +87,7 @@ position originally occupied by the deleted text. When text is inserted at a
|
|
87
87
|
mark, a mark with <em class="firstterm">left gravity</em> will be moved to the
|
88
88
|
beginning of the newly-inserted text, and a mark with <em class="firstterm">right
|
89
89
|
gravity</em> will be moved to the end.
|
90
|
-
<sup>[<a name="
|
90
|
+
<sup>[<a name="id655926" href="#ftn.id655926" class="footnote">3</a>]</sup>
|
91
91
|
</p>
|
92
92
|
<p>
|
93
93
|
Marks are reference counted, but the reference count only controls the validity
|
@@ -103,16 +103,16 @@ Marks optionally have names; these can be convenient to avoid passing the
|
|
103
103
|
Marks are typically created using the <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-mark" title="gtk_text_buffer_create_mark ()"><code class="function">gtk_text_buffer_create_mark()</code></a> function.
|
104
104
|
</p>
|
105
105
|
</div>
|
106
|
-
<div class="refsect1">
|
106
|
+
<div class="refsect1" title="Details">
|
107
107
|
<a name="GtkTextMark.details"></a><h2>Details</h2>
|
108
|
-
<div class="refsect2">
|
109
|
-
<a name="GtkTextMark-struct"></a><h3>
|
110
|
-
<pre class="programlisting">struct GtkTextMark;</pre>
|
108
|
+
<div class="refsect2" title="GtkTextMark">
|
109
|
+
<a name="GtkTextMark-struct"></a><h3>GtkTextMark</h3>
|
110
|
+
<pre class="programlisting">typedef struct _GtkTextMark GtkTextMark;</pre>
|
111
111
|
<p>
|
112
112
|
</p>
|
113
113
|
</div>
|
114
114
|
<hr>
|
115
|
-
<div class="refsect2">
|
115
|
+
<div class="refsect2" title="gtk_text_mark_new ()">
|
116
116
|
<a name="gtk-text-mark-new"></a><h3>gtk_text_mark_new ()</h3>
|
117
117
|
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> * gtk_text_mark_new (<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>,
|
118
118
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> left_gravity</code></em>);</pre>
|
@@ -132,16 +132,18 @@ side of the text you're typing).
|
|
132
132
|
<tbody>
|
133
133
|
<tr>
|
134
134
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
135
|
-
<td>mark name or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
135
|
+
<td> mark name or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
136
136
|
</td>
|
137
137
|
</tr>
|
138
138
|
<tr>
|
139
139
|
<td><p><span class="term"><em class="parameter"><code>left_gravity</code></em> :</span></p></td>
|
140
|
-
<td>whether the mark should have left gravity
|
140
|
+
<td>whether the mark should have left gravity
|
141
|
+
</td>
|
141
142
|
</tr>
|
142
143
|
<tr>
|
143
144
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
144
|
-
<td>new <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>
|
145
|
+
<td> new <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>
|
146
|
+
|
145
147
|
</td>
|
146
148
|
</tr>
|
147
149
|
</tbody>
|
@@ -149,7 +151,7 @@ side of the text you're typing).
|
|
149
151
|
<p class="since">Since 2.12</p>
|
150
152
|
</div>
|
151
153
|
<hr>
|
152
|
-
<div class="refsect2">
|
154
|
+
<div class="refsect2" title="gtk_text_mark_set_visible ()">
|
153
155
|
<a name="gtk-text-mark-set-visible"></a><h3>gtk_text_mark_set_visible ()</h3>
|
154
156
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_mark_set_visible (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>,
|
155
157
|
<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>
|
@@ -170,13 +172,14 @@ Marks are not visible by default.
|
|
170
172
|
</tr>
|
171
173
|
<tr>
|
172
174
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
173
|
-
<td>visibility of mark
|
175
|
+
<td>visibility of mark
|
176
|
+
</td>
|
174
177
|
</tr>
|
175
178
|
</tbody>
|
176
179
|
</table></div>
|
177
180
|
</div>
|
178
181
|
<hr>
|
179
|
-
<div class="refsect2">
|
182
|
+
<div class="refsect2" title="gtk_text_mark_get_visible ()">
|
180
183
|
<a name="gtk-text-mark-get-visible"></a><h3>gtk_text_mark_get_visible ()</h3>
|
181
184
|
<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_mark_get_visible (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
182
185
|
<p>
|
@@ -193,14 +196,14 @@ for it).
|
|
193
196
|
</tr>
|
194
197
|
<tr>
|
195
198
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
196
|
-
<td>
|
197
|
-
|
199
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if visible
|
200
|
+
</td>
|
198
201
|
</tr>
|
199
202
|
</tbody>
|
200
203
|
</table></div>
|
201
204
|
</div>
|
202
205
|
<hr>
|
203
|
-
<div class="refsect2">
|
206
|
+
<div class="refsect2" title="gtk_text_mark_get_deleted ()">
|
204
207
|
<a name="gtk-text-mark-get-deleted"></a><h3>gtk_text_mark_get_deleted ()</h3>
|
205
208
|
<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_mark_get_deleted (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
206
209
|
<p>
|
@@ -218,15 +221,16 @@ for a way to add it to a buffer again.
|
|
218
221
|
</tr>
|
219
222
|
<tr>
|
220
223
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
221
|
-
<td>whether the mark is deleted
|
224
|
+
<td> whether the mark is deleted
|
225
|
+
</td>
|
222
226
|
</tr>
|
223
227
|
</tbody>
|
224
228
|
</table></div>
|
225
229
|
</div>
|
226
230
|
<hr>
|
227
|
-
<div class="refsect2">
|
231
|
+
<div class="refsect2" title="gtk_text_mark_get_name ()">
|
228
232
|
<a name="gtk-text-mark-get-name"></a><h3>gtk_text_mark_get_name ()</h3>
|
229
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
233
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_text_mark_get_name (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
230
234
|
<p>
|
231
235
|
Returns the mark name; returns NULL for anonymous marks.
|
232
236
|
</p>
|
@@ -240,15 +244,16 @@ Returns the mark name; returns NULL for anonymous marks.
|
|
240
244
|
</tr>
|
241
245
|
<tr>
|
242
246
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
243
|
-
<td>mark name
|
247
|
+
<td> mark name
|
248
|
+
</td>
|
244
249
|
</tr>
|
245
250
|
</tbody>
|
246
251
|
</table></div>
|
247
252
|
</div>
|
248
253
|
<hr>
|
249
|
-
<div class="refsect2">
|
254
|
+
<div class="refsect2" title="gtk_text_mark_get_buffer ()">
|
250
255
|
<a name="gtk-text-mark-get-buffer"></a><h3>gtk_text_mark_get_buffer ()</h3>
|
251
|
-
<pre class="programlisting"><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a
|
256
|
+
<pre class="programlisting"><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a>* gtk_text_mark_get_buffer (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
252
257
|
<p>
|
253
258
|
Gets the buffer this mark is located inside,
|
254
259
|
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mark is deleted.
|
@@ -263,14 +268,14 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
263
268
|
</tr>
|
264
269
|
<tr>
|
265
270
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
266
|
-
<td>the mark's <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>
|
271
|
+
<td> the mark's <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>
|
267
272
|
</td>
|
268
273
|
</tr>
|
269
274
|
</tbody>
|
270
275
|
</table></div>
|
271
276
|
</div>
|
272
277
|
<hr>
|
273
|
-
<div class="refsect2">
|
278
|
+
<div class="refsect2" title="gtk_text_mark_get_left_gravity ()">
|
274
279
|
<a name="gtk-text-mark-get-left-gravity"></a><h3>gtk_text_mark_get_left_gravity ()</h3>
|
275
280
|
<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_mark_get_left_gravity (<em class="parameter"><code><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark</code></em>);</pre>
|
276
281
|
<p>
|
@@ -286,23 +291,23 @@ Determines whether the mark has left gravity.
|
|
286
291
|
</tr>
|
287
292
|
<tr>
|
288
293
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
289
|
-
<td>
|
290
|
-
|
294
|
+
<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 has left gravity, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
295
|
+
</td>
|
291
296
|
</tr>
|
292
297
|
</tbody>
|
293
298
|
</table></div>
|
294
299
|
</div>
|
295
300
|
</div>
|
296
|
-
<div class="refsect1">
|
301
|
+
<div class="refsect1" title="Property Details">
|
297
302
|
<a name="GtkTextMark.property-details"></a><h2>Property Details</h2>
|
298
|
-
<div class="refsect2">
|
303
|
+
<div class="refsect2" title='The "left-gravity" property'>
|
299
304
|
<a name="GtkTextMark--left-gravity"></a><h3>The <code class="literal">"left-gravity"</code> property</h3>
|
300
305
|
<pre class="programlisting"> "left-gravity" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre>
|
301
306
|
<p>Whether the mark has left gravity.</p>
|
302
307
|
<p>Default value: FALSE</p>
|
303
308
|
</div>
|
304
309
|
<hr>
|
305
|
-
<div class="refsect2">
|
310
|
+
<div class="refsect2" title='The "name" property'>
|
306
311
|
<a name="GtkTextMark--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
307
312
|
<pre class="programlisting"> "name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
308
313
|
<p>Mark name.</p>
|
@@ -311,7 +316,7 @@ Determines whether the mark has left gravity.
|
|
311
316
|
</div>
|
312
317
|
<div class="footnotes">
|
313
318
|
<br><hr width="100" align="left">
|
314
|
-
<div class="footnote"><p><sup>[<a id="ftn.
|
319
|
+
<div class="footnote"><p><sup>[<a id="ftn.id655926" href="#id655926" class="para">3</a>] </sup>
|
315
320
|
"left" and "right" here refer to logical direction (left is the toward the start
|
316
321
|
of the buffer); in some languages such as Hebrew the logically-leftmost text is
|
317
322
|
not actually on the left when displayed.
|
@@ -320,6 +325,6 @@ not actually on the left when displayed.
|
|
320
325
|
</div>
|
321
326
|
<div class="footer">
|
322
327
|
<hr>
|
323
|
-
Generated by GTK-Doc V1.
|
328
|
+
Generated by GTK-Doc V1.15</div>
|
324
329
|
</body>
|
325
330
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="GtkTextBuffer.html" title="GtkTextBuffer">
|
10
10
|
<link rel="next" href="GtkTextTagTable.html" title="GtkTextTagTable">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkTextTag.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkTextTag">
|
36
36
|
<a name="GtkTextTag"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,14 +41,14 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkTextTag.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkTextTag.html#GtkTextTag-struct" title="GtkTextTag">GtkTextTag</a>;
|
50
50
|
enum <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode">GtkWrapMode</a>;
|
51
|
-
|
51
|
+
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes">GtkTextAttributes</a>;
|
52
52
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> * <a class="link" href="GtkTextTag.html#gtk-text-tag-new" title="gtk_text_tag_new ()">gtk_text_tag_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
|
53
53
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkTextTag.html#gtk-text-tag-get-priority" title="gtk_text_tag_get_priority ()">gtk_text_tag_get_priority</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="GtkTextTag.html#gtk-text-tag-set-priority" title="gtk_text_tag_set_priority ()">gtk_text_tag_set_priority</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
@@ -56,24 +56,24 @@ struct <a class="link" href="GtkTextTag.html#GtkTextAttributes" tit
|
|
56
56
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkTextTag.html#gtk-text-tag-event" title="gtk_text_tag_event ()">gtk_text_tag_event</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
57
57
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *event_object</code></em>,
|
58
58
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
|
59
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
60
|
-
|
61
|
-
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
62
|
-
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
63
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkTextTag.html#gtk-text-attributes-copy-values" title="gtk_text_attributes_copy_values ()">gtk_text_attributes_copy_values</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
64
|
-
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
65
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkTextTag.html#gtk-text-attributes-unref" title="gtk_text_attributes_unref ()">gtk_text_attributes_unref</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
66
|
-
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
59
|
+
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
60
|
+
<a class="link" href="GtkTextTag.html#GtkTextAppearance" title="GtkTextAppearance">GtkTextAppearance</a>;
|
61
|
+
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a>* <a class="link" href="GtkTextTag.html#gtk-text-attributes-new" title="gtk_text_attributes_new ()">gtk_text_attributes_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
62
|
+
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a>* <a class="link" href="GtkTextTag.html#gtk-text-attributes-copy" title="gtk_text_attributes_copy ()">gtk_text_attributes_copy</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *src</code></em>);
|
63
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkTextTag.html#gtk-text-attributes-copy-values" title="gtk_text_attributes_copy_values ()">gtk_text_attributes_copy_values</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *src</code></em>,
|
64
|
+
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *dest</code></em>);
|
65
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkTextTag.html#gtk-text-attributes-unref" title="gtk_text_attributes_unref ()">gtk_text_attributes_unref</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);
|
66
|
+
<a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a> * <a class="link" href="GtkTextTag.html#gtk-text-attributes-ref" title="gtk_text_attributes_ref ()">gtk_text_attributes_ref</a> (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);
|
67
67
|
</pre>
|
68
68
|
</div>
|
69
|
-
<div class="refsect1">
|
69
|
+
<div class="refsect1" title="Object Hierarchy">
|
70
70
|
<a name="GtkTextTag.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
71
71
|
<pre class="synopsis">
|
72
72
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
73
73
|
+----GtkTextTag
|
74
74
|
</pre>
|
75
75
|
</div>
|
76
|
-
<div class="refsect1">
|
76
|
+
<div class="refsect1" title="Properties">
|
77
77
|
<a name="GtkTextTag.properties"></a><h2>Properties</h2>
|
78
78
|
<pre class="synopsis">
|
79
79
|
"<a class="link" href="GtkTextTag.html#GtkTextTag--accumulative-margin" title='The "accumulative-margin" property'>accumulative-margin</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -143,13 +143,13 @@ struct <a class="link" href="GtkTextTag.html#GtkTextAppearance" tit
|
|
143
143
|
"<a class="link" href="GtkTextTag.html#GtkTextTag--wrap-mode-set" title='The "wrap-mode-set" property'>wrap-mode-set</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
144
144
|
</pre>
|
145
145
|
</div>
|
146
|
-
<div class="refsect1">
|
146
|
+
<div class="refsect1" title="Signals">
|
147
147
|
<a name="GtkTextTag.signals"></a><h2>Signals</h2>
|
148
148
|
<pre class="synopsis">
|
149
|
-
"<a class="link" href="GtkTextTag.html#GtkTextTag-event" title='The "event" signal'>event</a>" :
|
149
|
+
"<a class="link" href="GtkTextTag.html#GtkTextTag-event" title='The "event" signal'>event</a>" : Run Last
|
150
150
|
</pre>
|
151
151
|
</div>
|
152
|
-
<div class="refsect1">
|
152
|
+
<div class="refsect1" title="Description">
|
153
153
|
<a name="GtkTextTag.description"></a><h2>Description</h2>
|
154
154
|
<p>
|
155
155
|
You may wish to begin by reading the <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget
|
@@ -169,16 +169,16 @@ The "invisible" property was not implemented for GTK+ 2.0.
|
|
169
169
|
It is working (with minor issues) since 2.8.
|
170
170
|
</p>
|
171
171
|
</div>
|
172
|
-
<div class="refsect1">
|
172
|
+
<div class="refsect1" title="Details">
|
173
173
|
<a name="GtkTextTag.details"></a><h2>Details</h2>
|
174
|
-
<div class="refsect2">
|
175
|
-
<a name="GtkTextTag-struct"></a><h3>
|
176
|
-
<pre class="programlisting">struct GtkTextTag;</pre>
|
174
|
+
<div class="refsect2" title="GtkTextTag">
|
175
|
+
<a name="GtkTextTag-struct"></a><h3>GtkTextTag</h3>
|
176
|
+
<pre class="programlisting">typedef struct _GtkTextTag GtkTextTag;</pre>
|
177
177
|
<p>
|
178
178
|
</p>
|
179
179
|
</div>
|
180
180
|
<hr>
|
181
|
-
<div class="refsect2">
|
181
|
+
<div class="refsect2" title="enum GtkWrapMode">
|
182
182
|
<a name="GtkWrapMode"></a><h3>enum GtkWrapMode</h3>
|
183
183
|
<pre class="programlisting">typedef enum
|
184
184
|
{
|
@@ -222,9 +222,9 @@ Describes a type of line wrapping.
|
|
222
222
|
</table></div>
|
223
223
|
</div>
|
224
224
|
<hr>
|
225
|
-
<div class="refsect2">
|
226
|
-
<a name="GtkTextAttributes"></a><h3>
|
227
|
-
<pre class="programlisting">struct
|
225
|
+
<div class="refsect2" title="GtkTextAttributes">
|
226
|
+
<a name="GtkTextAttributes"></a><h3>GtkTextAttributes</h3>
|
227
|
+
<pre class="programlisting">typedef struct {
|
228
228
|
GtkTextAppearance appearance;
|
229
229
|
|
230
230
|
GtkJustification justification;
|
@@ -269,11 +269,11 @@ Describes a type of line wrapping.
|
|
269
269
|
|
270
270
|
/* colors are allocated etc. */
|
271
271
|
guint realized : 1;
|
272
|
-
};
|
272
|
+
} GtkTextAttributes;
|
273
273
|
</pre>
|
274
274
|
<p>
|
275
|
-
Using <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
276
|
-
primarily useful with <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>. As with most
|
275
|
+
Using <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> directly should rarely be necessary. It's
|
276
|
+
primarily useful with <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>. As with most
|
277
277
|
GTK+ structs, the fields in this struct should only be read, never
|
278
278
|
modified directly.
|
279
279
|
</p>
|
@@ -281,82 +281,100 @@ modified directly.
|
|
281
281
|
<col align="left" valign="top">
|
282
282
|
<tbody>
|
283
283
|
<tr>
|
284
|
-
<td><p><span class="term"><a class="link" href="GtkTextTag.html#GtkTextAppearance" title="
|
285
|
-
<td>pointer to sub-struct containing certain attributes
|
284
|
+
<td><p><span class="term"><a class="link" href="GtkTextTag.html#GtkTextAppearance" title="GtkTextAppearance"><span class="type">GtkTextAppearance</span></a> <em class="structfield"><code><a name="GtkTextAttributes.appearance"></a>appearance</code></em>;</span></p></td>
|
285
|
+
<td>pointer to sub-struct containing certain attributes
|
286
|
+
</td>
|
286
287
|
</tr>
|
287
288
|
<tr>
|
288
289
|
<td><p><span class="term"><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> <em class="structfield"><code><a name="GtkTextAttributes.justification"></a>justification</code></em>;</span></p></td>
|
289
|
-
<td
|
290
|
+
<td>
|
291
|
+
</td>
|
290
292
|
</tr>
|
291
293
|
<tr>
|
292
294
|
<td><p><span class="term"><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> <em class="structfield"><code><a name="GtkTextAttributes.direction"></a>direction</code></em>;</span></p></td>
|
293
|
-
<td
|
295
|
+
<td>
|
296
|
+
</td>
|
294
297
|
</tr>
|
295
298
|
<tr>
|
296
299
|
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.font"></a>font</code></em>;</span></p></td>
|
297
|
-
<td
|
300
|
+
<td>
|
301
|
+
</td>
|
298
302
|
</tr>
|
299
303
|
<tr>
|
300
304
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GtkTextAttributes.font-scale"></a>font_scale</code></em>;</span></p></td>
|
301
|
-
<td
|
305
|
+
<td>
|
306
|
+
</td>
|
302
307
|
</tr>
|
303
308
|
<tr>
|
304
309
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.left-margin"></a>left_margin</code></em>;</span></p></td>
|
305
|
-
<td
|
310
|
+
<td>
|
311
|
+
</td>
|
306
312
|
</tr>
|
307
313
|
<tr>
|
308
314
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.indent"></a>indent</code></em>;</span></p></td>
|
309
|
-
<td
|
315
|
+
<td>
|
316
|
+
</td>
|
310
317
|
</tr>
|
311
318
|
<tr>
|
312
319
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.right-margin"></a>right_margin</code></em>;</span></p></td>
|
313
|
-
<td
|
320
|
+
<td>
|
321
|
+
</td>
|
314
322
|
</tr>
|
315
323
|
<tr>
|
316
324
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-above-lines"></a>pixels_above_lines</code></em>;</span></p></td>
|
317
|
-
<td
|
325
|
+
<td>
|
326
|
+
</td>
|
318
327
|
</tr>
|
319
328
|
<tr>
|
320
329
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-below-lines"></a>pixels_below_lines</code></em>;</span></p></td>
|
321
|
-
<td
|
330
|
+
<td>
|
331
|
+
</td>
|
322
332
|
</tr>
|
323
333
|
<tr>
|
324
334
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.pixels-inside-wrap"></a>pixels_inside_wrap</code></em>;</span></p></td>
|
325
|
-
<td
|
335
|
+
<td>
|
336
|
+
</td>
|
326
337
|
</tr>
|
327
338
|
<tr>
|
328
339
|
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray"><span class="type">PangoTabArray</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.tabs"></a>tabs</code></em>;</span></p></td>
|
329
|
-
<td
|
340
|
+
<td>
|
341
|
+
</td>
|
330
342
|
</tr>
|
331
343
|
<tr>
|
332
344
|
<td><p><span class="term"><a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> <em class="structfield"><code><a name="GtkTextAttributes.wrap-mode"></a>wrap_mode</code></em>;</span></p></td>
|
333
|
-
<td
|
345
|
+
<td>
|
346
|
+
</td>
|
334
347
|
</tr>
|
335
348
|
<tr>
|
336
349
|
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *<em class="structfield"><code><a name="GtkTextAttributes.language"></a>language</code></em>;</span></p></td>
|
337
|
-
<td
|
350
|
+
<td>
|
351
|
+
</td>
|
338
352
|
</tr>
|
339
353
|
<tr>
|
340
354
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.invisible"></a>invisible</code></em> : 1;</span></p></td>
|
341
|
-
<td
|
355
|
+
<td>
|
356
|
+
</td>
|
342
357
|
</tr>
|
343
358
|
<tr>
|
344
359
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.bg-full-height"></a>bg_full_height</code></em> : 1;</span></p></td>
|
345
|
-
<td
|
360
|
+
<td>
|
361
|
+
</td>
|
346
362
|
</tr>
|
347
363
|
<tr>
|
348
364
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.editable"></a>editable</code></em> : 1;</span></p></td>
|
349
|
-
<td
|
365
|
+
<td>
|
366
|
+
</td>
|
350
367
|
</tr>
|
351
368
|
<tr>
|
352
369
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GtkTextAttributes.realized"></a>realized</code></em> : 1;</span></p></td>
|
353
|
-
<td
|
370
|
+
<td>
|
371
|
+
</td>
|
354
372
|
</tr>
|
355
373
|
</tbody>
|
356
374
|
</table></div>
|
357
375
|
</div>
|
358
376
|
<hr>
|
359
|
-
<div class="refsect2">
|
377
|
+
<div class="refsect2" title="gtk_text_tag_new ()">
|
360
378
|
<a name="gtk-text-tag-new"></a><h3>gtk_text_tag_new ()</h3>
|
361
379
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> * gtk_text_tag_new (<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>
|
362
380
|
<p>
|
@@ -368,19 +386,19 @@ i.e. using <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-
|
|
368
386
|
<tbody>
|
369
387
|
<tr>
|
370
388
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
371
|
-
<td>tag name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
389
|
+
<td> tag name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
372
390
|
</td>
|
373
391
|
</tr>
|
374
392
|
<tr>
|
375
393
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
376
|
-
<td>a new <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>
|
394
|
+
<td> a new <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>
|
377
395
|
</td>
|
378
396
|
</tr>
|
379
397
|
</tbody>
|
380
398
|
</table></div>
|
381
399
|
</div>
|
382
400
|
<hr>
|
383
|
-
<div class="refsect2">
|
401
|
+
<div class="refsect2" title="gtk_text_tag_get_priority ()">
|
384
402
|
<a name="gtk-text-tag-get-priority"></a><h3>gtk_text_tag_get_priority ()</h3>
|
385
403
|
<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_get_priority (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
386
404
|
<p>
|
@@ -396,13 +414,14 @@ Get the tag priority.
|
|
396
414
|
</tr>
|
397
415
|
<tr>
|
398
416
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
399
|
-
<td>The tag's priority
|
417
|
+
<td> The tag's priority.
|
418
|
+
</td>
|
400
419
|
</tr>
|
401
420
|
</tbody>
|
402
421
|
</table></div>
|
403
422
|
</div>
|
404
423
|
<hr>
|
405
|
-
<div class="refsect2">
|
424
|
+
<div class="refsect2" title="gtk_text_tag_set_priority ()">
|
406
425
|
<a name="gtk-text-tag-set-priority"></a><h3>gtk_text_tag_set_priority ()</h3>
|
407
426
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_tag_set_priority (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
408
427
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> priority</code></em>);</pre>
|
@@ -429,18 +448,19 @@ automatically.
|
|
429
448
|
</tr>
|
430
449
|
<tr>
|
431
450
|
<td><p><span class="term"><em class="parameter"><code>priority</code></em> :</span></p></td>
|
432
|
-
<td>the new priority
|
451
|
+
<td>the new priority
|
452
|
+
</td>
|
433
453
|
</tr>
|
434
454
|
</tbody>
|
435
455
|
</table></div>
|
436
456
|
</div>
|
437
457
|
<hr>
|
438
|
-
<div class="refsect2">
|
458
|
+
<div class="refsect2" title="gtk_text_tag_event ()">
|
439
459
|
<a name="gtk-text-tag-event"></a><h3>gtk_text_tag_event ()</h3>
|
440
460
|
<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_tag_event (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
441
461
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *event_object</code></em>,
|
442
462
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>,
|
443
|
-
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
463
|
+
<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>
|
444
464
|
<p>
|
445
465
|
Emits the "event" signal on the <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>.
|
446
466
|
</p>
|
@@ -454,27 +474,31 @@ Emits the "event" signal on the <a class="link" href="GtkTextTag.html" title="Gt
|
|
454
474
|
</tr>
|
455
475
|
<tr>
|
456
476
|
<td><p><span class="term"><em class="parameter"><code>event_object</code></em> :</span></p></td>
|
457
|
-
<td>object that received the event, such as a widget
|
477
|
+
<td>object that received the event, such as a widget
|
478
|
+
</td>
|
458
479
|
</tr>
|
459
480
|
<tr>
|
460
481
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
461
|
-
<td>the event
|
482
|
+
<td>the event
|
483
|
+
</td>
|
462
484
|
</tr>
|
463
485
|
<tr>
|
464
486
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
465
|
-
<td>location where the event was received
|
487
|
+
<td>location where the event was received
|
488
|
+
</td>
|
466
489
|
</tr>
|
467
490
|
<tr>
|
468
491
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
469
|
-
<td>result of signal emission (whether the event was handled)
|
492
|
+
<td> result of signal emission (whether the event was handled)
|
493
|
+
</td>
|
470
494
|
</tr>
|
471
495
|
</tbody>
|
472
496
|
</table></div>
|
473
497
|
</div>
|
474
498
|
<hr>
|
475
|
-
<div class="refsect2">
|
476
|
-
<a name="GtkTextAppearance"></a><h3>
|
477
|
-
<pre class="programlisting">struct
|
499
|
+
<div class="refsect2" title="GtkTextAppearance">
|
500
|
+
<a name="GtkTextAppearance"></a><h3>GtkTextAppearance</h3>
|
501
|
+
<pre class="programlisting">typedef struct {
|
478
502
|
GdkColor bg_color;
|
479
503
|
GdkColor fg_color;
|
480
504
|
GdkBitmap *bg_stipple;
|
@@ -499,55 +523,56 @@ Emits the "event" signal on the <a class="link" href="GtkTextTag.html" title="Gt
|
|
499
523
|
*/
|
500
524
|
guint inside_selection : 1;
|
501
525
|
guint is_text : 1;
|
502
|
-
};
|
526
|
+
} GtkTextAppearance;
|
503
527
|
</pre>
|
504
528
|
<p>
|
505
529
|
</p>
|
506
530
|
</div>
|
507
531
|
<hr>
|
508
|
-
<div class="refsect2">
|
532
|
+
<div class="refsect2" title="gtk_text_attributes_new ()">
|
509
533
|
<a name="gtk-text-attributes-new"></a><h3>gtk_text_attributes_new ()</h3>
|
510
|
-
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
534
|
+
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a>* gtk_text_attributes_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
511
535
|
<p>
|
512
|
-
Creates a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
536
|
+
Creates a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>, which describes
|
513
537
|
a set of properties on some text.
|
514
538
|
</p>
|
515
539
|
<div class="variablelist"><table border="0">
|
516
540
|
<col align="left" valign="top">
|
517
541
|
<tbody><tr>
|
518
542
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
519
|
-
<td>a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
543
|
+
<td> a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
520
544
|
</td>
|
521
545
|
</tr></tbody>
|
522
546
|
</table></div>
|
523
547
|
</div>
|
524
548
|
<hr>
|
525
|
-
<div class="refsect2">
|
549
|
+
<div class="refsect2" title="gtk_text_attributes_copy ()">
|
526
550
|
<a name="gtk-text-attributes-copy"></a><h3>gtk_text_attributes_copy ()</h3>
|
527
|
-
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
551
|
+
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a>* gtk_text_attributes_copy (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *src</code></em>);</pre>
|
528
552
|
<p>
|
529
|
-
Copies <em class="parameter"><code>src</code></em> and returns a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
553
|
+
Copies <em class="parameter"><code>src</code></em> and returns a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>.
|
530
554
|
</p>
|
531
555
|
<div class="variablelist"><table border="0">
|
532
556
|
<col align="left" valign="top">
|
533
557
|
<tbody>
|
534
558
|
<tr>
|
535
559
|
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
|
536
|
-
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
560
|
+
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> to be copied
|
561
|
+
</td>
|
537
562
|
</tr>
|
538
563
|
<tr>
|
539
564
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
540
|
-
<td>a copy of <em class="parameter"><code>src</code></em>
|
565
|
+
<td> a copy of <em class="parameter"><code>src</code></em>
|
541
566
|
</td>
|
542
567
|
</tr>
|
543
568
|
</tbody>
|
544
569
|
</table></div>
|
545
570
|
</div>
|
546
571
|
<hr>
|
547
|
-
<div class="refsect2">
|
572
|
+
<div class="refsect2" title="gtk_text_attributes_copy_values ()">
|
548
573
|
<a name="gtk-text-attributes-copy-values"></a><h3>gtk_text_attributes_copy_values ()</h3>
|
549
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_attributes_copy_values (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
550
|
-
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
574
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_attributes_copy_values (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *src</code></em>,
|
575
|
+
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *dest</code></em>);</pre>
|
551
576
|
<p>
|
552
577
|
Copies the values from <em class="parameter"><code>src</code></em> to <em class="parameter"><code>dest</code></em> so that <em class="parameter"><code>dest</code></em> has the same values
|
553
578
|
as <em class="parameter"><code>src</code></em>. Frees existing values in <em class="parameter"><code>dest</code></em>.
|
@@ -557,21 +582,21 @@ as <em class="parameter"><code>src</code></em>. Frees existing values in <em cla
|
|
557
582
|
<tbody>
|
558
583
|
<tr>
|
559
584
|
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
|
560
|
-
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
585
|
+
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
561
586
|
</td>
|
562
587
|
</tr>
|
563
588
|
<tr>
|
564
589
|
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
565
|
-
<td>another <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
590
|
+
<td>another <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
566
591
|
</td>
|
567
592
|
</tr>
|
568
593
|
</tbody>
|
569
594
|
</table></div>
|
570
595
|
</div>
|
571
596
|
<hr>
|
572
|
-
<div class="refsect2">
|
597
|
+
<div class="refsect2" title="gtk_text_attributes_unref ()">
|
573
598
|
<a name="gtk-text-attributes-unref"></a><h3>gtk_text_attributes_unref ()</h3>
|
574
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_attributes_unref (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
599
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_attributes_unref (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);</pre>
|
575
600
|
<p>
|
576
601
|
Decrements the reference count on <em class="parameter"><code>values</code></em>, freeing the structure
|
577
602
|
if the reference count reaches 0.
|
@@ -580,15 +605,15 @@ if the reference count reaches 0.
|
|
580
605
|
<col align="left" valign="top">
|
581
606
|
<tbody><tr>
|
582
607
|
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
|
583
|
-
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
608
|
+
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
584
609
|
</td>
|
585
610
|
</tr></tbody>
|
586
611
|
</table></div>
|
587
612
|
</div>
|
588
613
|
<hr>
|
589
|
-
<div class="refsect2">
|
614
|
+
<div class="refsect2" title="gtk_text_attributes_ref ()">
|
590
615
|
<a name="gtk-text-attributes-ref"></a><h3>gtk_text_attributes_ref ()</h3>
|
591
|
-
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
616
|
+
<pre class="programlisting"><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="returnvalue">GtkTextAttributes</span></a> * gtk_text_attributes_ref (<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);</pre>
|
592
617
|
<p>
|
593
618
|
Increments the reference count on <em class="parameter"><code>values</code></em>.
|
594
619
|
</p>
|
@@ -597,20 +622,21 @@ Increments the reference count on <em class="parameter"><code>values</code></em>
|
|
597
622
|
<tbody>
|
598
623
|
<tr>
|
599
624
|
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
|
600
|
-
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
625
|
+
<td>a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a>
|
601
626
|
</td>
|
602
627
|
</tr>
|
603
628
|
<tr>
|
604
629
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
605
|
-
<td>the <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="
|
630
|
+
<td> the <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> that were passed in
|
631
|
+
</td>
|
606
632
|
</tr>
|
607
633
|
</tbody>
|
608
634
|
</table></div>
|
609
635
|
</div>
|
610
636
|
</div>
|
611
|
-
<div class="refsect1">
|
637
|
+
<div class="refsect1" title="Property Details">
|
612
638
|
<a name="GtkTextTag.property-details"></a><h2>Property Details</h2>
|
613
|
-
<div class="refsect2">
|
639
|
+
<div class="refsect2" title='The "accumulative-margin" property'>
|
614
640
|
<a name="GtkTextTag--accumulative-margin"></a><h3>The <code class="literal">"accumulative-margin"</code> property</h3>
|
615
641
|
<pre class="programlisting"> "accumulative-margin" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
616
642
|
<p>
|
@@ -625,89 +651,89 @@ the margins override one another (the default).
|
|
625
651
|
<p class="since">Since 2.12</p>
|
626
652
|
</div>
|
627
653
|
<hr>
|
628
|
-
<div class="refsect2">
|
654
|
+
<div class="refsect2" title='The "background" property'>
|
629
655
|
<a name="GtkTextTag--background"></a><h3>The <code class="literal">"background"</code> property</h3>
|
630
656
|
<pre class="programlisting"> "background" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
631
657
|
<p>Background color as a string.</p>
|
632
658
|
<p>Default value: NULL</p>
|
633
659
|
</div>
|
634
660
|
<hr>
|
635
|
-
<div class="refsect2">
|
661
|
+
<div class="refsect2" title='The "background-full-height" property'>
|
636
662
|
<a name="GtkTextTag--background-full-height"></a><h3>The <code class="literal">"background-full-height"</code> property</h3>
|
637
663
|
<pre class="programlisting"> "background-full-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
638
664
|
<p>Whether the background color fills the entire line height or only the height of the tagged characters.</p>
|
639
665
|
<p>Default value: FALSE</p>
|
640
666
|
</div>
|
641
667
|
<hr>
|
642
|
-
<div class="refsect2">
|
668
|
+
<div class="refsect2" title='The "background-full-height-set" property'>
|
643
669
|
<a name="GtkTextTag--background-full-height-set"></a><h3>The <code class="literal">"background-full-height-set"</code> property</h3>
|
644
670
|
<pre class="programlisting"> "background-full-height-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
645
671
|
<p>Whether this tag affects background height.</p>
|
646
672
|
<p>Default value: FALSE</p>
|
647
673
|
</div>
|
648
674
|
<hr>
|
649
|
-
<div class="refsect2">
|
675
|
+
<div class="refsect2" title='The "background-gdk" property'>
|
650
676
|
<a name="GtkTextTag--background-gdk"></a><h3>The <code class="literal">"background-gdk"</code> property</h3>
|
651
677
|
<pre class="programlisting"> "background-gdk" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write</pre>
|
652
678
|
<p>Background color as a (possibly unallocated) GdkColor.</p>
|
653
679
|
</div>
|
654
680
|
<hr>
|
655
|
-
<div class="refsect2">
|
681
|
+
<div class="refsect2" title='The "background-set" property'>
|
656
682
|
<a name="GtkTextTag--background-set"></a><h3>The <code class="literal">"background-set"</code> property</h3>
|
657
683
|
<pre class="programlisting"> "background-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
658
684
|
<p>Whether this tag affects the background color.</p>
|
659
685
|
<p>Default value: FALSE</p>
|
660
686
|
</div>
|
661
687
|
<hr>
|
662
|
-
<div class="refsect2">
|
688
|
+
<div class="refsect2" title='The "background-stipple" property'>
|
663
689
|
<a name="GtkTextTag--background-stipple"></a><h3>The <code class="literal">"background-stipple"</code> property</h3>
|
664
690
|
<pre class="programlisting"> "background-stipple" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>* : Read / Write</pre>
|
665
691
|
<p>Bitmap to use as a mask when drawing the text background.</p>
|
666
692
|
</div>
|
667
693
|
<hr>
|
668
|
-
<div class="refsect2">
|
694
|
+
<div class="refsect2" title='The "background-stipple-set" property'>
|
669
695
|
<a name="GtkTextTag--background-stipple-set"></a><h3>The <code class="literal">"background-stipple-set"</code> property</h3>
|
670
696
|
<pre class="programlisting"> "background-stipple-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
671
697
|
<p>Whether this tag affects the background stipple.</p>
|
672
698
|
<p>Default value: FALSE</p>
|
673
699
|
</div>
|
674
700
|
<hr>
|
675
|
-
<div class="refsect2">
|
701
|
+
<div class="refsect2" title='The "direction" property'>
|
676
702
|
<a name="GtkTextTag--direction"></a><h3>The <code class="literal">"direction"</code> property</h3>
|
677
703
|
<pre class="programlisting"> "direction" <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> : Read / Write</pre>
|
678
704
|
<p>Text direction, e.g. right-to-left or left-to-right.</p>
|
679
705
|
<p>Default value: GTK_TEXT_DIR_NONE</p>
|
680
706
|
</div>
|
681
707
|
<hr>
|
682
|
-
<div class="refsect2">
|
708
|
+
<div class="refsect2" title='The "editable" property'>
|
683
709
|
<a name="GtkTextTag--editable"></a><h3>The <code class="literal">"editable"</code> property</h3>
|
684
710
|
<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>
|
685
711
|
<p>Whether the text can be modified by the user.</p>
|
686
712
|
<p>Default value: TRUE</p>
|
687
713
|
</div>
|
688
714
|
<hr>
|
689
|
-
<div class="refsect2">
|
715
|
+
<div class="refsect2" title='The "editable-set" property'>
|
690
716
|
<a name="GtkTextTag--editable-set"></a><h3>The <code class="literal">"editable-set"</code> property</h3>
|
691
717
|
<pre class="programlisting"> "editable-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
692
718
|
<p>Whether this tag affects text editability.</p>
|
693
719
|
<p>Default value: FALSE</p>
|
694
720
|
</div>
|
695
721
|
<hr>
|
696
|
-
<div class="refsect2">
|
722
|
+
<div class="refsect2" title='The "family" property'>
|
697
723
|
<a name="GtkTextTag--family"></a><h3>The <code class="literal">"family"</code> property</h3>
|
698
724
|
<pre class="programlisting"> "family" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
699
725
|
<p>Name of the font family, e.g. Sans, Helvetica, Times, Monospace.</p>
|
700
726
|
<p>Default value: NULL</p>
|
701
727
|
</div>
|
702
728
|
<hr>
|
703
|
-
<div class="refsect2">
|
729
|
+
<div class="refsect2" title='The "family-set" property'>
|
704
730
|
<a name="GtkTextTag--family-set"></a><h3>The <code class="literal">"family-set"</code> property</h3>
|
705
731
|
<pre class="programlisting"> "family-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
706
732
|
<p>Whether this tag affects the font family.</p>
|
707
733
|
<p>Default value: FALSE</p>
|
708
734
|
</div>
|
709
735
|
<hr>
|
710
|
-
<div class="refsect2">
|
736
|
+
<div class="refsect2" title='The "font" property'>
|
711
737
|
<a name="GtkTextTag--font"></a><h3>The <code class="literal">"font"</code> property</h3>
|
712
738
|
<pre class="programlisting"> "font" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
713
739
|
<p>
|
@@ -720,60 +746,60 @@ the internals of <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFo
|
|
720
746
|
<p>Default value: NULL</p>
|
721
747
|
</div>
|
722
748
|
<hr>
|
723
|
-
<div class="refsect2">
|
749
|
+
<div class="refsect2" title='The "font-desc" property'>
|
724
750
|
<a name="GtkTextTag--font-desc"></a><h3>The <code class="literal">"font-desc"</code> property</h3>
|
725
751
|
<pre class="programlisting"> "font-desc" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>* : Read / Write</pre>
|
726
752
|
<p>Font description as a PangoFontDescription struct.</p>
|
727
753
|
</div>
|
728
754
|
<hr>
|
729
|
-
<div class="refsect2">
|
755
|
+
<div class="refsect2" title='The "foreground" property'>
|
730
756
|
<a name="GtkTextTag--foreground"></a><h3>The <code class="literal">"foreground"</code> property</h3>
|
731
757
|
<pre class="programlisting"> "foreground" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
732
758
|
<p>Foreground color as a string.</p>
|
733
759
|
<p>Default value: NULL</p>
|
734
760
|
</div>
|
735
761
|
<hr>
|
736
|
-
<div class="refsect2">
|
762
|
+
<div class="refsect2" title='The "foreground-gdk" property'>
|
737
763
|
<a name="GtkTextTag--foreground-gdk"></a><h3>The <code class="literal">"foreground-gdk"</code> property</h3>
|
738
764
|
<pre class="programlisting"> "foreground-gdk" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write</pre>
|
739
765
|
<p>Foreground color as a (possibly unallocated) GdkColor.</p>
|
740
766
|
</div>
|
741
767
|
<hr>
|
742
|
-
<div class="refsect2">
|
768
|
+
<div class="refsect2" title='The "foreground-set" property'>
|
743
769
|
<a name="GtkTextTag--foreground-set"></a><h3>The <code class="literal">"foreground-set"</code> property</h3>
|
744
770
|
<pre class="programlisting"> "foreground-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
745
771
|
<p>Whether this tag affects the foreground color.</p>
|
746
772
|
<p>Default value: FALSE</p>
|
747
773
|
</div>
|
748
774
|
<hr>
|
749
|
-
<div class="refsect2">
|
775
|
+
<div class="refsect2" title='The "foreground-stipple" property'>
|
750
776
|
<a name="GtkTextTag--foreground-stipple"></a><h3>The <code class="literal">"foreground-stipple"</code> property</h3>
|
751
777
|
<pre class="programlisting"> "foreground-stipple" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>* : Read / Write</pre>
|
752
778
|
<p>Bitmap to use as a mask when drawing the text foreground.</p>
|
753
779
|
</div>
|
754
780
|
<hr>
|
755
|
-
<div class="refsect2">
|
781
|
+
<div class="refsect2" title='The "foreground-stipple-set" property'>
|
756
782
|
<a name="GtkTextTag--foreground-stipple-set"></a><h3>The <code class="literal">"foreground-stipple-set"</code> property</h3>
|
757
783
|
<pre class="programlisting"> "foreground-stipple-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
758
784
|
<p>Whether this tag affects the foreground stipple.</p>
|
759
785
|
<p>Default value: FALSE</p>
|
760
786
|
</div>
|
761
787
|
<hr>
|
762
|
-
<div class="refsect2">
|
788
|
+
<div class="refsect2" title='The "indent" property'>
|
763
789
|
<a name="GtkTextTag--indent"></a><h3>The <code class="literal">"indent"</code> property</h3>
|
764
790
|
<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>
|
765
791
|
<p>Amount to indent the paragraph, in pixels.</p>
|
766
792
|
<p>Default value: 0</p>
|
767
793
|
</div>
|
768
794
|
<hr>
|
769
|
-
<div class="refsect2">
|
795
|
+
<div class="refsect2" title='The "indent-set" property'>
|
770
796
|
<a name="GtkTextTag--indent-set"></a><h3>The <code class="literal">"indent-set"</code> property</h3>
|
771
797
|
<pre class="programlisting"> "indent-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
772
798
|
<p>Whether this tag affects indentation.</p>
|
773
799
|
<p>Default value: FALSE</p>
|
774
800
|
</div>
|
775
801
|
<hr>
|
776
|
-
<div class="refsect2">
|
802
|
+
<div class="refsect2" title='The "invisible" property'>
|
777
803
|
<a name="GtkTextTag--invisible"></a><h3>The <code class="literal">"invisible"</code> property</h3>
|
778
804
|
<pre class="programlisting"> "invisible" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
779
805
|
<p>
|
@@ -788,28 +814,28 @@ containing invisible segments.
|
|
788
814
|
<p class="since">Since 2.8</p>
|
789
815
|
</div>
|
790
816
|
<hr>
|
791
|
-
<div class="refsect2">
|
817
|
+
<div class="refsect2" title='The "invisible-set" property'>
|
792
818
|
<a name="GtkTextTag--invisible-set"></a><h3>The <code class="literal">"invisible-set"</code> property</h3>
|
793
819
|
<pre class="programlisting"> "invisible-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
794
820
|
<p>Whether this tag affects text visibility.</p>
|
795
821
|
<p>Default value: FALSE</p>
|
796
822
|
</div>
|
797
823
|
<hr>
|
798
|
-
<div class="refsect2">
|
824
|
+
<div class="refsect2" title='The "justification" property'>
|
799
825
|
<a name="GtkTextTag--justification"></a><h3>The <code class="literal">"justification"</code> property</h3>
|
800
826
|
<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>
|
801
827
|
<p>Left, right, or center justification.</p>
|
802
828
|
<p>Default value: GTK_JUSTIFY_LEFT</p>
|
803
829
|
</div>
|
804
830
|
<hr>
|
805
|
-
<div class="refsect2">
|
831
|
+
<div class="refsect2" title='The "justification-set" property'>
|
806
832
|
<a name="GtkTextTag--justification-set"></a><h3>The <code class="literal">"justification-set"</code> property</h3>
|
807
833
|
<pre class="programlisting"> "justification-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
808
834
|
<p>Whether this tag affects paragraph justification.</p>
|
809
835
|
<p>Default value: FALSE</p>
|
810
836
|
</div>
|
811
837
|
<hr>
|
812
|
-
<div class="refsect2">
|
838
|
+
<div class="refsect2" title='The "language" property'>
|
813
839
|
<a name="GtkTextTag--language"></a><h3>The <code class="literal">"language"</code> property</h3>
|
814
840
|
<pre class="programlisting"> "language" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
815
841
|
<p>
|
@@ -824,14 +850,14 @@ locale, see also <a class="link" href="gtk-General.html#gtk-get-default-language
|
|
824
850
|
<p>Default value: NULL</p>
|
825
851
|
</div>
|
826
852
|
<hr>
|
827
|
-
<div class="refsect2">
|
853
|
+
<div class="refsect2" title='The "language-set" property'>
|
828
854
|
<a name="GtkTextTag--language-set"></a><h3>The <code class="literal">"language-set"</code> property</h3>
|
829
855
|
<pre class="programlisting"> "language-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
830
856
|
<p>Whether this tag affects the language the text is rendered as.</p>
|
831
857
|
<p>Default value: FALSE</p>
|
832
858
|
</div>
|
833
859
|
<hr>
|
834
|
-
<div class="refsect2">
|
860
|
+
<div class="refsect2" title='The "left-margin" property'>
|
835
861
|
<a name="GtkTextTag--left-margin"></a><h3>The <code class="literal">"left-margin"</code> property</h3>
|
836
862
|
<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>
|
837
863
|
<p>Width of the left margin in pixels.</p>
|
@@ -839,21 +865,21 @@ locale, see also <a class="link" href="gtk-General.html#gtk-get-default-language
|
|
839
865
|
<p>Default value: 0</p>
|
840
866
|
</div>
|
841
867
|
<hr>
|
842
|
-
<div class="refsect2">
|
868
|
+
<div class="refsect2" title='The "left-margin-set" property'>
|
843
869
|
<a name="GtkTextTag--left-margin-set"></a><h3>The <code class="literal">"left-margin-set"</code> property</h3>
|
844
870
|
<pre class="programlisting"> "left-margin-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
845
871
|
<p>Whether this tag affects the left margin.</p>
|
846
872
|
<p>Default value: FALSE</p>
|
847
873
|
</div>
|
848
874
|
<hr>
|
849
|
-
<div class="refsect2">
|
875
|
+
<div class="refsect2" title='The "name" property'>
|
850
876
|
<a name="GtkTextTag--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
851
877
|
<pre class="programlisting"> "name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
852
878
|
<p>Name used to refer to the text tag. NULL for anonymous tags.</p>
|
853
879
|
<p>Default value: NULL</p>
|
854
880
|
</div>
|
855
881
|
<hr>
|
856
|
-
<div class="refsect2">
|
882
|
+
<div class="refsect2" title='The "paragraph-background" property'>
|
857
883
|
<a name="GtkTextTag--paragraph-background"></a><h3>The <code class="literal">"paragraph-background"</code> property</h3>
|
858
884
|
<pre class="programlisting"> "paragraph-background" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
859
885
|
<p>
|
@@ -863,7 +889,7 @@ The paragraph background color as a string.
|
|
863
889
|
<p class="since">Since 2.8</p>
|
864
890
|
</div>
|
865
891
|
<hr>
|
866
|
-
<div class="refsect2">
|
892
|
+
<div class="refsect2" title='The "paragraph-background-gdk" property'>
|
867
893
|
<a name="GtkTextTag--paragraph-background-gdk"></a><h3>The <code class="literal">"paragraph-background-gdk"</code> property</h3>
|
868
894
|
<pre class="programlisting"> "paragraph-background-gdk" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read / Write</pre>
|
869
895
|
<p>
|
@@ -873,14 +899,14 @@ The paragraph background color as a as a (possibly unallocated)
|
|
873
899
|
<p class="since">Since 2.8</p>
|
874
900
|
</div>
|
875
901
|
<hr>
|
876
|
-
<div class="refsect2">
|
902
|
+
<div class="refsect2" title='The "paragraph-background-set" property'>
|
877
903
|
<a name="GtkTextTag--paragraph-background-set"></a><h3>The <code class="literal">"paragraph-background-set"</code> property</h3>
|
878
904
|
<pre class="programlisting"> "paragraph-background-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
879
905
|
<p>Whether this tag affects the paragraph background color.</p>
|
880
906
|
<p>Default value: FALSE</p>
|
881
907
|
</div>
|
882
908
|
<hr>
|
883
|
-
<div class="refsect2">
|
909
|
+
<div class="refsect2" title='The "pixels-above-lines" property'>
|
884
910
|
<a name="GtkTextTag--pixels-above-lines"></a><h3>The <code class="literal">"pixels-above-lines"</code> property</h3>
|
885
911
|
<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>
|
886
912
|
<p>Pixels of blank space above paragraphs.</p>
|
@@ -888,14 +914,14 @@ The paragraph background color as a as a (possibly unallocated)
|
|
888
914
|
<p>Default value: 0</p>
|
889
915
|
</div>
|
890
916
|
<hr>
|
891
|
-
<div class="refsect2">
|
917
|
+
<div class="refsect2" title='The "pixels-above-lines-set" property'>
|
892
918
|
<a name="GtkTextTag--pixels-above-lines-set"></a><h3>The <code class="literal">"pixels-above-lines-set"</code> property</h3>
|
893
919
|
<pre class="programlisting"> "pixels-above-lines-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
894
920
|
<p>Whether this tag affects the number of pixels above lines.</p>
|
895
921
|
<p>Default value: FALSE</p>
|
896
922
|
</div>
|
897
923
|
<hr>
|
898
|
-
<div class="refsect2">
|
924
|
+
<div class="refsect2" title='The "pixels-below-lines" property'>
|
899
925
|
<a name="GtkTextTag--pixels-below-lines"></a><h3>The <code class="literal">"pixels-below-lines"</code> property</h3>
|
900
926
|
<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>
|
901
927
|
<p>Pixels of blank space below paragraphs.</p>
|
@@ -903,14 +929,14 @@ The paragraph background color as a as a (possibly unallocated)
|
|
903
929
|
<p>Default value: 0</p>
|
904
930
|
</div>
|
905
931
|
<hr>
|
906
|
-
<div class="refsect2">
|
932
|
+
<div class="refsect2" title='The "pixels-below-lines-set" property'>
|
907
933
|
<a name="GtkTextTag--pixels-below-lines-set"></a><h3>The <code class="literal">"pixels-below-lines-set"</code> property</h3>
|
908
934
|
<pre class="programlisting"> "pixels-below-lines-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
909
935
|
<p>Whether this tag affects the number of pixels above lines.</p>
|
910
936
|
<p>Default value: FALSE</p>
|
911
937
|
</div>
|
912
938
|
<hr>
|
913
|
-
<div class="refsect2">
|
939
|
+
<div class="refsect2" title='The "pixels-inside-wrap" property'>
|
914
940
|
<a name="GtkTextTag--pixels-inside-wrap"></a><h3>The <code class="literal">"pixels-inside-wrap"</code> property</h3>
|
915
941
|
<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>
|
916
942
|
<p>Pixels of blank space between wrapped lines in a paragraph.</p>
|
@@ -918,14 +944,14 @@ The paragraph background color as a as a (possibly unallocated)
|
|
918
944
|
<p>Default value: 0</p>
|
919
945
|
</div>
|
920
946
|
<hr>
|
921
|
-
<div class="refsect2">
|
947
|
+
<div class="refsect2" title='The "pixels-inside-wrap-set" property'>
|
922
948
|
<a name="GtkTextTag--pixels-inside-wrap-set"></a><h3>The <code class="literal">"pixels-inside-wrap-set"</code> property</h3>
|
923
949
|
<pre class="programlisting"> "pixels-inside-wrap-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
924
950
|
<p>Whether this tag affects the number of pixels between wrapped lines.</p>
|
925
951
|
<p>Default value: FALSE</p>
|
926
952
|
</div>
|
927
953
|
<hr>
|
928
|
-
<div class="refsect2">
|
954
|
+
<div class="refsect2" title='The "right-margin" property'>
|
929
955
|
<a name="GtkTextTag--right-margin"></a><h3>The <code class="literal">"right-margin"</code> property</h3>
|
930
956
|
<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>
|
931
957
|
<p>Width of the right margin in pixels.</p>
|
@@ -933,28 +959,28 @@ The paragraph background color as a as a (possibly unallocated)
|
|
933
959
|
<p>Default value: 0</p>
|
934
960
|
</div>
|
935
961
|
<hr>
|
936
|
-
<div class="refsect2">
|
962
|
+
<div class="refsect2" title='The "right-margin-set" property'>
|
937
963
|
<a name="GtkTextTag--right-margin-set"></a><h3>The <code class="literal">"right-margin-set"</code> property</h3>
|
938
964
|
<pre class="programlisting"> "right-margin-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
939
965
|
<p>Whether this tag affects the right margin.</p>
|
940
966
|
<p>Default value: FALSE</p>
|
941
967
|
</div>
|
942
968
|
<hr>
|
943
|
-
<div class="refsect2">
|
969
|
+
<div class="refsect2" title='The "rise" property'>
|
944
970
|
<a name="GtkTextTag--rise"></a><h3>The <code class="literal">"rise"</code> property</h3>
|
945
971
|
<pre class="programlisting"> "rise" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
946
972
|
<p>Offset of text above the baseline (below the baseline if rise is negative) in Pango units.</p>
|
947
973
|
<p>Default value: 0</p>
|
948
974
|
</div>
|
949
975
|
<hr>
|
950
|
-
<div class="refsect2">
|
976
|
+
<div class="refsect2" title='The "rise-set" property'>
|
951
977
|
<a name="GtkTextTag--rise-set"></a><h3>The <code class="literal">"rise-set"</code> property</h3>
|
952
978
|
<pre class="programlisting"> "rise-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
953
979
|
<p>Whether this tag affects the rise.</p>
|
954
980
|
<p>Default value: FALSE</p>
|
955
981
|
</div>
|
956
982
|
<hr>
|
957
|
-
<div class="refsect2">
|
983
|
+
<div class="refsect2" title='The "scale" property'>
|
958
984
|
<a name="GtkTextTag--scale"></a><h3>The <code class="literal">"scale"</code> property</h3>
|
959
985
|
<pre class="programlisting"> "scale" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
960
986
|
<p>Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE.</p>
|
@@ -962,14 +988,14 @@ The paragraph background color as a as a (possibly unallocated)
|
|
962
988
|
<p>Default value: 1</p>
|
963
989
|
</div>
|
964
990
|
<hr>
|
965
|
-
<div class="refsect2">
|
991
|
+
<div class="refsect2" title='The "scale-set" property'>
|
966
992
|
<a name="GtkTextTag--scale-set"></a><h3>The <code class="literal">"scale-set"</code> property</h3>
|
967
993
|
<pre class="programlisting"> "scale-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
968
994
|
<p>Whether this tag scales the font size by a factor.</p>
|
969
995
|
<p>Default value: FALSE</p>
|
970
996
|
</div>
|
971
997
|
<hr>
|
972
|
-
<div class="refsect2">
|
998
|
+
<div class="refsect2" title='The "size" property'>
|
973
999
|
<a name="GtkTextTag--size"></a><h3>The <code class="literal">"size"</code> property</h3>
|
974
1000
|
<pre class="programlisting"> "size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
975
1001
|
<p>Font size in Pango units.</p>
|
@@ -977,7 +1003,7 @@ The paragraph background color as a as a (possibly unallocated)
|
|
977
1003
|
<p>Default value: 0</p>
|
978
1004
|
</div>
|
979
1005
|
<hr>
|
980
|
-
<div class="refsect2">
|
1006
|
+
<div class="refsect2" title='The "size-points" property'>
|
981
1007
|
<a name="GtkTextTag--size-points"></a><h3>The <code class="literal">"size-points"</code> property</h3>
|
982
1008
|
<pre class="programlisting"> "size-points" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
983
1009
|
<p>Font size in points.</p>
|
@@ -985,97 +1011,97 @@ The paragraph background color as a as a (possibly unallocated)
|
|
985
1011
|
<p>Default value: 0</p>
|
986
1012
|
</div>
|
987
1013
|
<hr>
|
988
|
-
<div class="refsect2">
|
1014
|
+
<div class="refsect2" title='The "size-set" property'>
|
989
1015
|
<a name="GtkTextTag--size-set"></a><h3>The <code class="literal">"size-set"</code> property</h3>
|
990
1016
|
<pre class="programlisting"> "size-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
991
1017
|
<p>Whether this tag affects the font size.</p>
|
992
1018
|
<p>Default value: FALSE</p>
|
993
1019
|
</div>
|
994
1020
|
<hr>
|
995
|
-
<div class="refsect2">
|
1021
|
+
<div class="refsect2" title='The "stretch" property'>
|
996
1022
|
<a name="GtkTextTag--stretch"></a><h3>The <code class="literal">"stretch"</code> property</h3>
|
997
1023
|
<pre class="programlisting"> "stretch" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStretch"><span class="type">PangoStretch</span></a> : Read / Write</pre>
|
998
1024
|
<p>Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED.</p>
|
999
1025
|
<p>Default value: PANGO_STRETCH_NORMAL</p>
|
1000
1026
|
</div>
|
1001
1027
|
<hr>
|
1002
|
-
<div class="refsect2">
|
1028
|
+
<div class="refsect2" title='The "stretch-set" property'>
|
1003
1029
|
<a name="GtkTextTag--stretch-set"></a><h3>The <code class="literal">"stretch-set"</code> property</h3>
|
1004
1030
|
<pre class="programlisting"> "stretch-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1005
1031
|
<p>Whether this tag affects the font stretch.</p>
|
1006
1032
|
<p>Default value: FALSE</p>
|
1007
1033
|
</div>
|
1008
1034
|
<hr>
|
1009
|
-
<div class="refsect2">
|
1035
|
+
<div class="refsect2" title='The "strikethrough" property'>
|
1010
1036
|
<a name="GtkTextTag--strikethrough"></a><h3>The <code class="literal">"strikethrough"</code> property</h3>
|
1011
1037
|
<pre class="programlisting"> "strikethrough" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1012
1038
|
<p>Whether to strike through the text.</p>
|
1013
1039
|
<p>Default value: FALSE</p>
|
1014
1040
|
</div>
|
1015
1041
|
<hr>
|
1016
|
-
<div class="refsect2">
|
1042
|
+
<div class="refsect2" title='The "strikethrough-set" property'>
|
1017
1043
|
<a name="GtkTextTag--strikethrough-set"></a><h3>The <code class="literal">"strikethrough-set"</code> property</h3>
|
1018
1044
|
<pre class="programlisting"> "strikethrough-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1019
1045
|
<p>Whether this tag affects strikethrough.</p>
|
1020
1046
|
<p>Default value: FALSE</p>
|
1021
1047
|
</div>
|
1022
1048
|
<hr>
|
1023
|
-
<div class="refsect2">
|
1049
|
+
<div class="refsect2" title='The "style" property'>
|
1024
1050
|
<a name="GtkTextTag--style"></a><h3>The <code class="literal">"style"</code> property</h3>
|
1025
1051
|
<pre class="programlisting"> "style" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoStyle"><span class="type">PangoStyle</span></a> : Read / Write</pre>
|
1026
1052
|
<p>Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC.</p>
|
1027
1053
|
<p>Default value: PANGO_STYLE_NORMAL</p>
|
1028
1054
|
</div>
|
1029
1055
|
<hr>
|
1030
|
-
<div class="refsect2">
|
1056
|
+
<div class="refsect2" title='The "style-set" property'>
|
1031
1057
|
<a name="GtkTextTag--style-set"></a><h3>The <code class="literal">"style-set"</code> property</h3>
|
1032
1058
|
<pre class="programlisting"> "style-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1033
1059
|
<p>Whether this tag affects the font style.</p>
|
1034
1060
|
<p>Default value: FALSE</p>
|
1035
1061
|
</div>
|
1036
1062
|
<hr>
|
1037
|
-
<div class="refsect2">
|
1063
|
+
<div class="refsect2" title='The "tabs" property'>
|
1038
1064
|
<a name="GtkTextTag--tabs"></a><h3>The <code class="literal">"tabs"</code> property</h3>
|
1039
1065
|
<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>
|
1040
1066
|
<p>Custom tabs for this text.</p>
|
1041
1067
|
</div>
|
1042
1068
|
<hr>
|
1043
|
-
<div class="refsect2">
|
1069
|
+
<div class="refsect2" title='The "tabs-set" property'>
|
1044
1070
|
<a name="GtkTextTag--tabs-set"></a><h3>The <code class="literal">"tabs-set"</code> property</h3>
|
1045
1071
|
<pre class="programlisting"> "tabs-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1046
1072
|
<p>Whether this tag affects tabs.</p>
|
1047
1073
|
<p>Default value: FALSE</p>
|
1048
1074
|
</div>
|
1049
1075
|
<hr>
|
1050
|
-
<div class="refsect2">
|
1076
|
+
<div class="refsect2" title='The "underline" property'>
|
1051
1077
|
<a name="GtkTextTag--underline"></a><h3>The <code class="literal">"underline"</code> property</h3>
|
1052
1078
|
<pre class="programlisting"> "underline" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoUnderline"><span class="type">PangoUnderline</span></a> : Read / Write</pre>
|
1053
1079
|
<p>Style of underline for this text.</p>
|
1054
1080
|
<p>Default value: PANGO_UNDERLINE_NONE</p>
|
1055
1081
|
</div>
|
1056
1082
|
<hr>
|
1057
|
-
<div class="refsect2">
|
1083
|
+
<div class="refsect2" title='The "underline-set" property'>
|
1058
1084
|
<a name="GtkTextTag--underline-set"></a><h3>The <code class="literal">"underline-set"</code> property</h3>
|
1059
1085
|
<pre class="programlisting"> "underline-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1060
1086
|
<p>Whether this tag affects underlining.</p>
|
1061
1087
|
<p>Default value: FALSE</p>
|
1062
1088
|
</div>
|
1063
1089
|
<hr>
|
1064
|
-
<div class="refsect2">
|
1090
|
+
<div class="refsect2" title='The "variant" property'>
|
1065
1091
|
<a name="GtkTextTag--variant"></a><h3>The <code class="literal">"variant"</code> property</h3>
|
1066
1092
|
<pre class="programlisting"> "variant" <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoVariant"><span class="type">PangoVariant</span></a> : Read / Write</pre>
|
1067
1093
|
<p>Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS.</p>
|
1068
1094
|
<p>Default value: PANGO_VARIANT_NORMAL</p>
|
1069
1095
|
</div>
|
1070
1096
|
<hr>
|
1071
|
-
<div class="refsect2">
|
1097
|
+
<div class="refsect2" title='The "variant-set" property'>
|
1072
1098
|
<a name="GtkTextTag--variant-set"></a><h3>The <code class="literal">"variant-set"</code> property</h3>
|
1073
1099
|
<pre class="programlisting"> "variant-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1074
1100
|
<p>Whether this tag affects the font variant.</p>
|
1075
1101
|
<p>Default value: FALSE</p>
|
1076
1102
|
</div>
|
1077
1103
|
<hr>
|
1078
|
-
<div class="refsect2">
|
1104
|
+
<div class="refsect2" title='The "weight" property'>
|
1079
1105
|
<a name="GtkTextTag--weight"></a><h3>The <code class="literal">"weight"</code> property</h3>
|
1080
1106
|
<pre class="programlisting"> "weight" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1081
1107
|
<p>Font weight as an integer, see predefined values in PangoWeight; for example, PANGO_WEIGHT_BOLD.</p>
|
@@ -1083,36 +1109,36 @@ The paragraph background color as a as a (possibly unallocated)
|
|
1083
1109
|
<p>Default value: 400</p>
|
1084
1110
|
</div>
|
1085
1111
|
<hr>
|
1086
|
-
<div class="refsect2">
|
1112
|
+
<div class="refsect2" title='The "weight-set" property'>
|
1087
1113
|
<a name="GtkTextTag--weight-set"></a><h3>The <code class="literal">"weight-set"</code> property</h3>
|
1088
1114
|
<pre class="programlisting"> "weight-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1089
1115
|
<p>Whether this tag affects the font weight.</p>
|
1090
1116
|
<p>Default value: FALSE</p>
|
1091
1117
|
</div>
|
1092
1118
|
<hr>
|
1093
|
-
<div class="refsect2">
|
1119
|
+
<div class="refsect2" title='The "wrap-mode" property'>
|
1094
1120
|
<a name="GtkTextTag--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
|
1095
1121
|
<pre class="programlisting"> "wrap-mode" <a class="link" href="GtkTextTag.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> : Read / Write</pre>
|
1096
1122
|
<p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
|
1097
1123
|
<p>Default value: GTK_WRAP_NONE</p>
|
1098
1124
|
</div>
|
1099
1125
|
<hr>
|
1100
|
-
<div class="refsect2">
|
1126
|
+
<div class="refsect2" title='The "wrap-mode-set" property'>
|
1101
1127
|
<a name="GtkTextTag--wrap-mode-set"></a><h3>The <code class="literal">"wrap-mode-set"</code> property</h3>
|
1102
1128
|
<pre class="programlisting"> "wrap-mode-set" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1103
1129
|
<p>Whether this tag affects line wrap mode.</p>
|
1104
1130
|
<p>Default value: FALSE</p>
|
1105
1131
|
</div>
|
1106
1132
|
</div>
|
1107
|
-
<div class="refsect1">
|
1133
|
+
<div class="refsect1" title="Signal Details">
|
1108
1134
|
<a name="GtkTextTag.signal-details"></a><h2>Signal Details</h2>
|
1109
|
-
<div class="refsect2">
|
1135
|
+
<div class="refsect2" title='The "event" signal'>
|
1110
1136
|
<a name="GtkTextTag-event"></a><h3>The <code class="literal">"event"</code> signal</h3>
|
1111
1137
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
1112
1138
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *object,
|
1113
1139
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
|
1114
|
-
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter,
|
1115
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1140
|
+
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter,
|
1141
|
+
<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>
|
1116
1142
|
<p>
|
1117
1143
|
The ::event signal is emitted when an event occurs on a region of the
|
1118
1144
|
buffer marked with this tag.
|
@@ -1122,19 +1148,23 @@ buffer marked with this tag.
|
|
1122
1148
|
<tbody>
|
1123
1149
|
<tr>
|
1124
1150
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
1125
|
-
<td>the <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> on which the signal is emitted
|
1151
|
+
<td>the <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> on which the signal is emitted
|
1152
|
+
</td>
|
1126
1153
|
</tr>
|
1127
1154
|
<tr>
|
1128
1155
|
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
1129
|
-
<td>the object the event was fired from (typically a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>)
|
1156
|
+
<td>the object the event was fired from (typically a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>)
|
1157
|
+
</td>
|
1130
1158
|
</tr>
|
1131
1159
|
<tr>
|
1132
1160
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
1133
|
-
<td>the event which triggered the signal
|
1161
|
+
<td>the event which triggered the signal
|
1162
|
+
</td>
|
1134
1163
|
</tr>
|
1135
1164
|
<tr>
|
1136
1165
|
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
|
1137
|
-
<td>a <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> pointing at the location the event occured
|
1166
|
+
<td>a <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> pointing at the location the event occured
|
1167
|
+
</td>
|
1138
1168
|
</tr>
|
1139
1169
|
<tr>
|
1140
1170
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1142,9 +1172,9 @@ buffer marked with this tag.
|
|
1142
1172
|
</tr>
|
1143
1173
|
<tr>
|
1144
1174
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1145
|
-
<td>
|
1146
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
1147
|
-
|
1175
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to stop other handlers from being invoked for the
|
1176
|
+
event. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to propagate the event further.
|
1177
|
+
</td>
|
1148
1178
|
</tr>
|
1149
1179
|
</tbody>
|
1150
1180
|
</table></div>
|
@@ -1153,6 +1183,6 @@ event. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macro
|
|
1153
1183
|
</div>
|
1154
1184
|
<div class="footer">
|
1155
1185
|
<hr>
|
1156
|
-
Generated by GTK-Doc V1.
|
1186
|
+
Generated by GTK-Doc V1.15</div>
|
1157
1187
|
</body>
|
1158
1188
|
</html>
|