Method

GtkStatusbarpop

Declaration [src]

void
gtk_statusbar_pop (
  GtkStatusbar* statusbar,
  guint context_id
)

Description [src]

Removes the first message in the GtkStatusbar’s stack with the given context id.

Note that this may not change the displayed message, if the message at the top of the stack has a different context id.

Parameters

context_id

Type: guint

A context identifier.