Gtk.TextTag Members

The members of Gtk.TextTag are listed below.

See Also: Inherited members from GLib.Object

Public Constructors

Internal constructor
Creates a new Gtk.TextTag

Protected Constructors

Protected Constructor.

Public Properties

AccumulativeMarginbool. Documentation for this section has not yet been entered.
[write-only]
Backgroundstring. Background color
BackgroundFullHeightbool. Whether the background color fills the entire line height or only the height of the tagged characters.
BackgroundFullHeightSetbool. Indicates if the BackgroundFullHeight property holds a value.
BackgroundGdkGdk.Color. Background color as a (possibly unallocated) Gdk.Color.
BackgroundSetbool. Indicates if the Background property holds a value.
BackgroundStippleGdk.Pixmap. Bitmap to use as a mask when drawing the text background.
BackgroundStippleSetbool. Indicates if the BackgroundStipple property holds a value.
DirectionTextDirection. Text direction, e.g. right-to-left or left-to-right.
Editablebool. Whether the text can be modified by the user
EditableSetbool. Indicates if the Editable property holds a value.
Familystring. Name of the font family
FamilySetbool. Indicates if the Family property holds a value.
Fontstring. Font description
FontDescPango.FontDescription. The FontDescription for the tag.
[write-only]
Foregroundstring. Foreground color
ForegroundGdkGdk.Color. Foreground color as a (possibly unallocated) Gdk.Color.
ForegroundSetbool. Indicates if the Foreground property holds a value.
ForegroundStippleGdk.Pixmap. Bitmap to use as a mask when drawing the text foreground.
ForegroundStippleSetbool. Indicates if the ForegroundStipple property holds a value.
[read-only]
static
GTypeGLib.GType. GType Property.
Indentint. Amount to indent the paragraph, in pixels
IndentSetbool. Indicates if the Indent property holds a value.
Invisiblebool. Whether this text is hidden.
InvisibleSetbool. Indicates if the Invisible property holds a value.
JustificationJustification. Text justification
JustificationSetbool. Indicates if the Justification property holds a value.
Languagestring. The language of the text
LanguageSetbool. Indicates if the Language property holds a value.
LeftMarginint. Width of the left margin in pixels.
LeftMarginSetbool. Indicates if the LeftMargin property holds a value.
[read-only]
Namestring. The name of this tag
[write-only]
ParagraphBackgroundstring. Paragraph background color.
ParagraphBackgroundGdkGdk.Color. Paragraph background color as a Gdk.Color.
PixelsAboveLinesint. Pixels of blank space above paragraphs.
PixelsAboveLinesSetbool. Indicates if the PixelsAboveLines property holds a value.
PixelsBelowLinesint. Pixels of blank space below paragraphs.
PixelsBelowLinesSetbool. Indicates if the PixelsBelowLines property holds a value.
PixelsInsideWrapint. Pixels of blank space between wrapped lines in a paragraph
PixelsInsideWrapSetbool. Indicates if the PixelsInsideWrap property holds a value.
Priorityint. The tag's priority
RightMarginint. Width of the right margin
RightMarginSetbool. Indicates if the RightMargin property holds a value.
Riseint. Offset of text above the baseline
RiseSetbool. Indicates if the Rise property holds a value.
Scaledouble. Font size as a scale factor relative to the default font size
ScaleSetbool. Indicates if the Scale property holds a value.
Sizeint. Font size
SizePointsdouble. Font size in points.
SizeSetbool. Indicates if the Size property holds a value.
StretchPango.Stretch. Font stretch
StretchSetbool. Indicates if the Stretch property holds a value.
Strikethroughbool. Whether to strike through the text
StrikethroughSetbool. Indicates if the Strikethrough property holds a value.
StylePango.Style. Font style
StyleSetbool. Indicates if the Style property holds a value.
TabsPango.TabArray. Custom tabs for this text.
TabsSetbool. Indicates if the Tabs property holds a value.
UnderlinePango.Underline. Style of underline for this text.
UnderlineSetbool. Indicates if the Underline property holds a value.
VariantPango.Variant. Font variant
VariantSetbool. Indicates if the Variant property holds a value.
WeightPango.Weight. Font weight as an integer.
WeightSetbool. Indicates if the Weight property holds a value.
WrapModeWrapMode. Whether to wrap lines never, at word boundaries, or at character boundaries.
WrapModeSetbool. Indicates if the WrapMode property holds a value.

Public Methods

ProcessEvent(GLib.Object, Gdk.Event, TextIter) : bool
Fires a evnt signal on this Gtk.TextTag.

Protected Methods

OnTextEvent(GLib.Object, Gdk.Event, TextIter) : bool
Default handler for the TextTag.TextEvent event.

Public Events

TextEventRaised whenever this text tag explicitly fires an event; general-purpose event.