Interface

Gtk-3.0GtkStyleProviderInterface

Interface for implementing StyleProvider. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_icon_factory(path: WidgetPath): Gtk.IconFactory;
    vfunc_get_style(path: WidgetPath): Gtk.StyleProperties;
    vfunc_get_style_property(
        path: WidgetPath,
        state: Gtk.StateFlags,
        pspec: GObject.ParamSpec,
    ): [boolean, unknown];
}

Hierarchy (View Summary)

Index

Methods