Method

GtkStyleContextinvalidate

deprecated: 3.12 since: 3.0

Declaration [src]

void
gtk_style_context_invalidate (
  GtkStyleContext* context
)

Description [src]

Invalidates context style information, so it will be reconstructed again. It is useful if you modify the context and need the new information immediately.

Available since: 3.0

Deprecated since: 3.12

Style contexts are invalidated automatically.