Method

GtkStyleContextget_display

deprecated: 4.10 

Declaration [src]

GdkDisplay*
gtk_style_context_get_display (
  GtkStyleContext* context
)

Description [src]

Returns the GdkDisplay to which context is attached.

Deprecated since: 4.10

Use gtk_widget_get_display() instead.

Return value

Type: GdkDisplay

A GdkDisplay.

The returned data is owned by the instance.