| gtkStatusbarPush {RGtk2.10} | 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] the message's new message id for use with gtkStatusbarRemove.
Derived by RGtkGen from GTK+ documentation