Method

GtkWidgethas_rc_style

deprecated: 3.0 since: 2.20

Declaration [src]

gboolean
gtk_widget_has_rc_style (
  GtkWidget* widget
)

Description [src]

Determines if the widget style has been looked up through the rc mechanism.

Available since: 2.20

Deprecated since: 3.0

Use GtkStyleContext instead.

Return value

Type: gboolean

TRUE if the widget has been looked up through the rc mechanism, FALSE otherwise.