gtk.rc_style

Module for [RcStyle] class

Types 3

The #GtkRcStyle-struct is used to represent a set of information about the appearance of a widget. This can later be composited together with other #GtkRcStyle-struct<!-- -->s to form a #GtkStyle.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RcStyle self() nothrowReturns `this`, for use in `with` statements.
RcStyleGidBuilder builder() static nothrowGet builder for [gtk.rc_style.RcStyle] Returns: New builder object
gtk.rc_style.RcStyle copy() nothrowMakes a copy of the specified #GtkRcStyle. This function will correctly copy an RC style that is a member of a class derived from #GtkRcStyle. Returns: the resulting #GtkRcStyle
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkRcStyle with no fields set and a reference count of 1. Returns: the newly-created #GtkRcStyle

Fluent builder implementation template for gtk.rc_style.RcStyle

Fluent builder for gtk.rc_style.RcStyle

Methods
RcStyle build() nothrowCreate object from builder. Returns: New object