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 _gType() @property
RcStyle self()Returns `this`, for use in `with` statements.
RcStyleGidBuilder builder()Get builder for [gtk.rc_style.RcStyle] Returns: New builder object
gtk.rc_style.RcStyle copy()Makes 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 for [gtk.rc_style.RcStyle]

Methods