Method

GtkStyleContextget_display

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

Returns: GdkDisplay
 

A GdkDisplay.

 The data is owned by the instance.