Method
GtkStyleContextset_display
Declaration [src]
void
gtk_style_context_set_display (
GtkStyleContext* context,
GdkDisplay* display
)
Description [src]
Attaches context
to the given display.
The display is used to add style information from “global”
style providers, such as the display’s GtkSettings
instance.
If you are using a GtkStyleContext
returned from
gtk_widget_get_style_context()
, you do not need to
call this yourself.
Sets property | Gtk.StyleContext:display |
Parameters
display |
GdkDisplay |
A |
|
The data is owned by the caller of the function. |