gtkStatusbarPush {RGtk2.10}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] the message's new message id for use with gtkStatusbarRemove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]