gtkStatusbarPop: gtkStatusbarPop

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Removes the first message in the GtkStatusBar's stack with the given context id.

Usage

1
gtkStatusbarPop(object, context.id)

Arguments

object

a GtkStatusBar

context.id

a context identifier

Details

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkStatusbarPop in RGtk2...