Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkStyleProvider |
Interface : | StyleProvider |
Implementations: | Gtk.CssProvider, Gtk.Settings, Gtk.StyleProperties |
None |
Method / Constructor | Defined By | |
---|---|---|
get_icon_factory
(WidgetPath path)
:
Gtk.IconFactory
Returns the GtkIconFactory defined to be in use for path, or NULL if none
is defined.
Returns the GtkIconFactory defined to be in use for path, or NULL if none
is defined.
|
Gtk.StyleProvider | |
get_style
(WidgetPath path)
:
Gtk.StyleProperties
Returns the style settings affecting a widget defined by path, or NULL if
style settings affecting path
Returns the style settings affecting a widget defined by path, or NULL if
style settings affecting path
|
Gtk.StyleProvider | |
get_style_property
(WidgetPath path, StateFlags state, ParamSpec pspec, Object out_values)
:
gboolean
Looks up a widget style property as defined by provider for
the widget represented by path.
Looks up a widget style property as defined by provider for
the widget represented by path.
|
Gtk.StyleProvider |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.StyleContext
Method |
Gtk.StyleContext.add_provider_for_screen
(Screen screen, StyleProvider provider, guint32 priority)
:
none
Adds a global style provider to screen, which will be used
in style construction for all GtkStyleContexts under GTK+ uses this to make styling information from GtkSettings available. |
Gtk.StyleContext
Method |
Removes provider from the global style providers list in screen.
|
Gtk.StyleContext
Method |
add_provider
(StyleProvider provider, guint32 priority)
:
none
Adds a style provider to context, to be used in style construction.
|
Gtk.StyleContext
Method |
remove_provider
(StyleProvider provider)
:
none
Removes provider from the style providers list in context.
|