package Gtk.Style_Provider is
type Gtk_Style_Provider is new Glib.Types.GType_Interface;
subtype Priority is Glib.Guint;
Null_Gtk_Style_Provider : constant Gtk_Style_Provider;
Priority_Fallback : constant Priority := 1;
Priority_Theme : constant Priority := 200;
Priority_Settings : constant Priority := 400;
Priority_Application : constant Priority := 600;
function Get_Type return Glib.GType;
procedure Get_Style_Property
( | Self | : Gtk_Style_Provider; |
Path | : Gtk.Widget.Gtk_Widget_Path; | |
State | : Gtk.Enums.Gtk_State_Flags; | |
Pspec | : in out Glib.Param_Spec; | |
Value | : out Glib.Values.GValue; | |
Found | : out Boolean); |
function "+"
( | W | : Gtk_Style_Provider) return Gtk_Style_Provider; |