gtkStatusbarPush {RGtk2} | R Documentation |
Pushes a new message onto a statusbar's stack.
gtkStatusbarPush(object, context.id, text)
|
[GtkStatusbar ] a GtkStatusbar |
|
[numeric] the message's context id, as returned by
gtkStatusbarGetContextId |
|
[character] the message to add to the statusbar |
[numeric] a message id that can be used with
gtkStatusbarRemove
.
Derived by RGtkGen from GTK+ documentation