Gtk.Statusbar.Push Method
Pushes a new message onto the stack.

Syntax

public uint Push (uint context_id, string text)

Parameters

context_id
The new message's context ID, as generated by Statusbar.GenerateContextId.
text
The message to display to the user.

Returns

The message's new message id for use with Statusbar.Remove.

Remarks

Note that the context_id and the returned message_id are equivalent and are both required for Statusbar.Remove to work.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)