gtkStatusbarRemove {RGtk2}R Documentation

gtkStatusbarRemove

Description

Forces the removal of a message from a statusbar's stack. The exact context.id and message.id must be specified.

Usage

gtkStatusbarRemove(object, context.id, message.id)

Arguments

object [GtkStatusbar] a GtkStatusBar
context.id [numeric] a context identifier
message.id [numeric] a message identifier, as returned by gtkStatusbarPush

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]