gtk.text_appearance

Module for [TextAppearance] class

Types 1

Fields
Methods
void * _cPtr() nothrow
gdk.color.Color bgColor() @property nothrowGet `bgColor` field. Returns: Background #GdkColor.
void bgColor(gdk.color.Color propval) @property nothrowSet `bgColor` field. Params: propval = Background #GdkColor.
gdk.color.Color fgColor() @property nothrowGet `fgColor` field. Returns: Foreground #GdkColor.
void fgColor(gdk.color.Color propval) @property nothrowSet `fgColor` field. Params: propval = Foreground #GdkColor.
int rise() @property nothrowGet `rise` field. Returns: Super/subscript rise, can be negative.
void rise(int propval) @property nothrowSet `rise` field. Params: propval = Super/subscript rise, can be negative.
uint underline() @property nothrowGet `underline` field. Returns: #PangoUnderline
void underline(uint propval) @property nothrowSet `underline` field. Params: propval = #PangoUnderline
uint strikethrough() @property nothrowGet `strikethrough` field. Returns: Strikethrough style
void strikethrough(uint propval) @property nothrowSet `strikethrough` field. Params: propval = Strikethrough style
uint drawBg() @property nothrowGet `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) @property nothrowSet `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() @property nothrowGet `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) @property nothrowSet `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() @property nothrowGet `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) @property nothrowSet `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)