gtk.text_appearance

Module for [TextAppearance] class

Types 1

Fields
Methods
void * _cPtr()
gdk.color.Color bgColor() @propertyGet `bgColor` field. Returns: Background #GdkColor.
void bgColor(gdk.color.Color propval) @propertySet `bgColor` field. Params: propval = Background #GdkColor.
gdk.color.Color fgColor() @propertyGet `fgColor` field. Returns: Foreground #GdkColor.
void fgColor(gdk.color.Color propval) @propertySet `fgColor` field. Params: propval = Foreground #GdkColor.
int rise() @propertyGet `rise` field. Returns: Super/subscript rise, can be negative.
void rise(int propval) @propertySet `rise` field. Params: propval = Super/subscript rise, can be negative.
uint underline() @propertyGet `underline` field. Returns: #PangoUnderline
void underline(uint propval) @propertySet `underline` field. Params: propval = #PangoUnderline
uint strikethrough() @propertyGet `strikethrough` field. Returns: Strikethrough style
void strikethrough(uint propval) @propertySet `strikethrough` field. Params: propval = Strikethrough style
uint drawBg() @propertyGet `drawBg` field. Returns: Whether to use background-related values; this is irrelevant for the values struct when in a tag, but is used for the composite values struct; it’s true if any of the...
void drawBg(uint propval) @propertySet `drawBg` field. Params: propval = Whether to use background-related values; this is irrelevant for the values struct when in a tag, but is used for the composite values struct; it’s true if a...
uint insideSelection() @propertyGet `insideSelection` field. Returns: This are only used when we are actually laying out and rendering a paragraph; not when a #GtkTextAppearance is part of a #GtkTextAttributes.
void insideSelection(uint propval) @propertySet `insideSelection` field. Params: propval = This are only used when we are actually laying out and rendering a paragraph; not when a #GtkTextAppearance is part of a #GtkTextAttributes.
uint isText() @propertyGet `isText` field. Returns: This are only used when we are actually laying out and rendering a paragraph; not when a #GtkTextAppearance is part of a #GtkTextAttributes.
void isText(uint propval) @propertySet `isText` field. Params: propval = This are only used when we are actually laying out and rendering a paragraph; not when a #GtkTextAppearance is part of a #GtkTextAttributes.
Constructors
this(void * ptr, Flag!"Take" take)