Method

GtkWidgetset_realized

since: 2.20

Declaration [src]

void
gtk_widget_set_realized (
  GtkWidget* widget,
  gboolean realized
)

Description [src]

Marks the widget as being realized. This function must only be called after all GdkWindows for the widget have been created and registered.

This function should only ever be called in a derived widget’s “realize” or “unrealize” implementation.

Available since: 2.20

Parameters

realized

Type: gboolean

TRUE to mark the widget as realized.