gtkStatusbarPush {RGtk2}R Documentation

gtkStatusbarPush

Description

Pushes a new message onto a statusbar's stack.

Usage

gtkStatusbarPush(object, context.id, text)

Arguments

object [GtkStatusbar] a GtkStatusbar
context.id [numeric] the message's context id, as returned by gtkStatusbarGetContextId
text [character] the message to add to the statusbar

Value

[numeric] a message id that can be used with gtkStatusbarRemove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]