gtkStatusbarRemove {RGtk2} | R Documentation |
Forces the removal of a message from a statusbar's stack.
The exact context.id
and message.id
must be specified.
gtkStatusbarRemove(object, context.id, message.id)
|
[GtkStatusbar ] a GtkStatusBar |
|
[numeric] a context identifier |
|
[numeric] a message identifier, as returned by gtkStatusbarPush |
Derived by RGtkGen from GTK+ documentation