GtkStyleProvider

GtkStyleProvider — Interface to provide style information to GtkStyleContext

Signals

void gtk-private-changed Run Last

Types and Values

Object Hierarchy

    GInterface
    ╰── GtkStyleProvider

Prerequisites

GtkStyleProvider requires GObject.

Known Implementations

GtkStyleProvider is implemented by GtkCssProvider and GtkSettings.

Includes

#include <gtk/gtk.h>

Description

GtkStyleProvider is an interface used to provide style information to a GtkStyleContext. See gtk_style_context_add_provider() and gtk_style_context_add_provider_for_display().

Functions

Signal Details

The “gtk-private-changed” signal

void
user_function (GtkStyleProvider *styleprovider,
               gpointer          user_data)

Flags: Run Last

See Also

GtkStyleContext, GtkCssProvider