CssProvider
open class CssProvider : GLibObject.Object, CssProviderProtocol
GtkCssProvider is an object implementing the GtkStyleProvider interface
for CSS.
It is able to parse CSS-like input in order to style widgets.
An application can make GTK parse a specific CSS style sheet by calling
[methodGtk.CssProvider.load_from_file] or
[methodGtk.CssProvider.load_from_resource]
and adding the provider with [methodGtk.StyleContext.add_provider] or
[funcGtk.StyleContext.add_provider_for_display].
In addition, certain files will be read when GTK is initialized.
First, the file $XDG_CONFIG_HOME/gtk-4.0/gtk.css is loaded if it
exists. Then, GTK loads the first existing file among
XDG_DATA_HOME/themes/THEME/gtk-VERSION/gtk-VARIANT.css,
$HOME/.themes/THEME/gtk-VERSION/gtk-VARIANT.css,
$XDG_DATA_DIRS/themes/THEME/gtk-VERSION/gtk-VARIANT.css and
DATADIR/share/themes/THEME/gtk-VERSION/gtk-VARIANT.css,
where THEME is the name of the current theme (see the
[propertyGtk.Settings:gtk-theme-name] setting), VARIANT is the
variant to load (see the
[propertyGtk.Settings:gtk-application-prefer-dark-theme] setting),
DATADIR is the prefix configured when GTK was compiled (unless
overridden by the GTK_DATA_PREFIX environment variable), and
VERSION is the GTK version number. If no file is found for the
current version, GTK tries older versions all the way back to 4.0.
To track errors while loading CSS, connect to the
[signalGtk.CssProvider::parsing-error] signal.
The CssProvider type acts as a reference-counted owner of an underlying GtkCssProvider instance.
It provides the methods that can operate on this data type through CssProviderProtocol conformance.
Use CssProvider as a strong reference or owner of a GtkCssProvider instance.
-
Designated initialiser from the underlying `C` data type.This creates an instance without performing an unbalanced retain i.e., ownership is transferred to the
CssProviderinstance.Declaration
Swift
@inlinable public init(_ op: UnsafeMutablePointer<GtkCssProvider>)Parameters
oppointer to the underlying object
-
Designated initialiser from a constant pointer to the underlying
Cdata type. This creates an instance without performing an unbalanced retain i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable public init(_ op: UnsafePointer<GtkCssProvider>)Parameters
oppointer to the underlying object
-
Optional initialiser from a non-mutating
gpointerto the underlyingCdata type. This creates an instance without performing an unbalanced retain i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable override public init!(gpointer op: gpointer?)Parameters
opgpointer to the underlying object
-
Optional initialiser from a non-mutating
gconstpointerto the underlyingCdata type. This creates an instance without performing an unbalanced retain i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable override public init!(gconstpointer op: gconstpointer?)Parameters
oppointer to the underlying object
-
Optional initialiser from a constant pointer to the underlying
Cdata type. This creates an instance without performing an unbalanced retain i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable public init!(_ op: UnsafePointer<GtkCssProvider>?)Parameters
oppointer to the underlying object
-
Optional initialiser from the underlying
Cdata type. This creates an instance without performing an unbalanced retain i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable public init!(_ op: UnsafeMutablePointer<GtkCssProvider>?)Parameters
oppointer to the underlying object
-
Designated initialiser from the underlying
Cdata type. Will retainGtkCssProvider. i.e., ownership is transferred to theCssProviderinstance.Declaration
Swift
@inlinable public init(retaining op: UnsafeMutablePointer<GtkCssProvider>)Parameters
oppointer to the underlying object
-
Reference intialiser for a related type that implements
CssProviderProtocolWill retainGtkCssProvider.Declaration
Swift
@inlinable public init<T>(cssProvider other: T) where T : CssProviderProtocolParameters
otheran instance of a related type that implements
CssProviderProtocol -
Unsafe typed initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init<T>(cPointer p: UnsafeMutablePointer<T>)Parameters
cPointerpointer to the underlying object
-
Unsafe typed, retaining initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init<T>(retainingCPointer cPointer: UnsafeMutablePointer<T>)Parameters
cPointerpointer to the underlying object
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init(raw p: UnsafeRawPointer)Parameters
praw pointer to the underlying object
-
Unsafe untyped, retaining initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init(retainingRaw raw: UnsafeRawPointer) -
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable public required init(raw p: UnsafeMutableRawPointer)Parameters
pmutable raw pointer to the underlying object
-
Unsafe untyped, retaining initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable required public init(retainingRaw raw: UnsafeMutableRawPointer)Parameters
rawmutable raw pointer to the underlying object
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init(opaquePointer p: OpaquePointer)Parameters
popaque pointer to the underlying object
-
Unsafe untyped, retaining initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
CssProviderProtocol.Declaration
Swift
@inlinable override public init(retainingOpaquePointer p: OpaquePointer)Parameters
popaque pointer to the underlying object
-
Returns a newly created
GtkCssProvider.Declaration
Swift
@inlinable public init()
View on GitHub
Install in Dash
CssProvider Class Reference