The members of Gtk.TextTag are listed below.
See Also: Inherited members from GLib.Object
| Internal constructor | ||
| Creates a new Gtk.TextTag |
| Protected Constructor. |
| AccumulativeMargin | bool. Documentation for this section has not yet been entered. | |
| [write-only] | Background | string. Background color |
| BackgroundFullHeight | bool. Whether the background color fills the entire line height or only the height of the tagged characters. | |
| BackgroundFullHeightSet | bool. Indicates if the BackgroundFullHeight property holds a value. | |
| BackgroundGdk | Gdk.Color. Background color as a (possibly unallocated) Gdk.Color. | |
| BackgroundSet | bool. Indicates if the Background property holds a value. | |
| BackgroundStipple | Gdk.Pixmap. Bitmap to use as a mask when drawing the text background. | |
| BackgroundStippleSet | bool. Indicates if the BackgroundStipple property holds a value. | |
| Direction | TextDirection. Text direction, e.g. right-to-left or left-to-right. | |
| Editable | bool. Whether the text can be modified by the user | |
| EditableSet | bool. Indicates if the Editable property holds a value. | |
| Family | string. Name of the font family | |
| FamilySet | bool. Indicates if the Family property holds a value. | |
| Font | string. Font description | |
| FontDesc | Pango.FontDescription. The FontDescription for the tag. | |
| [write-only] | Foreground | string. Foreground color |
| ForegroundGdk | Gdk.Color. Foreground color as a (possibly unallocated) Gdk.Color. | |
| ForegroundSet | bool. Indicates if the Foreground property holds a value. | |
| ForegroundStipple | Gdk.Pixmap. Bitmap to use as a mask when drawing the text foreground. | |
| ForegroundStippleSet | bool. Indicates if the ForegroundStipple property holds a value. | |
| [read-only] static | GType | GLib.GType. GType Property. |
| Indent | int. Amount to indent the paragraph, in pixels | |
| IndentSet | bool. Indicates if the Indent property holds a value. | |
| Invisible | bool. Whether this text is hidden. | |
| InvisibleSet | bool. Indicates if the Invisible property holds a value. | |
| Justification | Justification. Text justification | |
| JustificationSet | bool. Indicates if the Justification property holds a value. | |
| Language | string. The language of the text | |
| LanguageSet | bool. Indicates if the Language property holds a value. | |
| LeftMargin | int. Width of the left margin in pixels. | |
| LeftMarginSet | bool. Indicates if the LeftMargin property holds a value. | |
| [read-only] | Name | string. The name of this tag |
| [write-only] | ParagraphBackground | string. Paragraph background color. |
| ParagraphBackgroundGdk | Gdk.Color. Paragraph background color as a Gdk.Color. | |
| PixelsAboveLines | int. Pixels of blank space above paragraphs. | |
| PixelsAboveLinesSet | bool. Indicates if the PixelsAboveLines property holds a value. | |
| PixelsBelowLines | int. Pixels of blank space below paragraphs. | |
| PixelsBelowLinesSet | bool. Indicates if the PixelsBelowLines property holds a value. | |
| PixelsInsideWrap | int. Pixels of blank space between wrapped lines in a paragraph | |
| PixelsInsideWrapSet | bool. Indicates if the PixelsInsideWrap property holds a value. | |
| Priority | int. The tag's priority | |
| RightMargin | int. Width of the right margin | |
| RightMarginSet | bool. Indicates if the RightMargin property holds a value. | |
| Rise | int. Offset of text above the baseline | |
| RiseSet | bool. Indicates if the Rise property holds a value. | |
| Scale | double. Font size as a scale factor relative to the default font size | |
| ScaleSet | bool. Indicates if the Scale property holds a value. | |
| Size | int. Font size | |
| SizePoints | double. Font size in points. | |
| SizeSet | bool. Indicates if the Size property holds a value. | |
| Stretch | Pango.Stretch. Font stretch | |
| StretchSet | bool. Indicates if the Stretch property holds a value. | |
| Strikethrough | bool. Whether to strike through the text | |
| StrikethroughSet | bool. Indicates if the Strikethrough property holds a value. | |
| Style | Pango.Style. Font style | |
| StyleSet | bool. Indicates if the Style property holds a value. | |
| Tabs | Pango.TabArray. Custom tabs for this text. | |
| TabsSet | bool. Indicates if the Tabs property holds a value. | |
| Underline | Pango.Underline. Style of underline for this text. | |
| UnderlineSet | bool. Indicates if the Underline property holds a value. | |
| Variant | Pango.Variant. Font variant | |
| VariantSet | bool. Indicates if the Variant property holds a value. | |
| Weight | Pango.Weight. Font weight as an integer. | |
| WeightSet | bool. Indicates if the Weight property holds a value. | |
| WrapMode | WrapMode. Whether to wrap lines never, at word boundaries, or at character boundaries. | |
| WrapModeSet | bool. Indicates if the WrapMode property holds a value. |
ProcessEvent(GLib.Object, Gdk.Event, TextIter)Fires a evnt signal on this Gtk.TextTag. | ||
OnTextEvent(GLib.Object, Gdk.Event, TextIter)Default handler for the TextTag.TextEvent event. | ||
| TextEvent | Raised whenever this text tag explicitly fires an event; general-purpose event. |