Method

GtkInfoBarset_revealed

since: 3.22.29

Declaration [src]

void
gtk_info_bar_set_revealed (
  GtkInfoBar* info_bar,
  gboolean revealed
)

Description [src]

Sets the GtkInfoBar:revealed property to revealed. This will cause info_bar to show up with a slide-in transition.

Note that this property does not automatically show info_bar and thus won’t have any effect if it is invisible.

Available since: 3.22.29

Sets propertyGtk.InfoBar:revealed

Parameters

revealed

Type: gboolean

The new value of the property.