gnome-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An application status and progress widget.An widget sits (usually) at the bottom of an application window and contains a (for indicating time consuming tasks and their completion status) and/or a for sending short one-line message to the user. It is also possible (in theory) for the user to edit the contents of the status bar, should the application developer choose to allow that. However, note that this is not really working in the present implementation, so developers are recommended to avoid using interactive s and use proper editable widgets instead.Gtk.HBoxAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidRemove all status messages from , and display default status message (if present).MethodSystem.VoidRemove current status message, and display previous status message, if any.It is fine to call this with an empty stack.MethodSystem.VoidRemove any prompt from the .MethodSystem.VoidPush a new status message onto the stack and display it.
an object of type MethodSystem.VoidRefresh the by redrawing the item on the top of the stack, or the default value if the stack is empty.Useful to force the message from a previous call to to disappear.MethodSystem.VoidPut a prompt in the appbar and wait for a response.
an object of type
an object of type When the user responds or cancels, a signal is emitted.MethodSystem.VoidTo be added
an object of type To be addedMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of AppBar, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new instance.
an object of type
an object of type
an object of type an object of type ConstructorCreates a new instance.an object of type PropertySystem.UInt32The for The for the class.PropertySystem.StringGet the response to the prompt, if any.an object of type PropertyGtk.WidgetRetrieves the widget.an object of type PropertyGtk.ProgressBarRetrieves the widget for further manipulation.an object of type PropertySystem.StringWhat to show when showing nothing else is on the stack; defaults to the empty string.
an object of type an object of type PropertySystem.SingleSets progress bar to .
an object of type an object of type PropertyGnome.PreferencesTypeWhether or not the user can edit the text in the portion of a instance.an object of type PropertySystem.BooleanWhether or not the contains a .an object of type PropertySystem.BooleanWhether or not the contains a .an object of type EventSystem.EventHandlerEmitted when the prompt is cleared.EventSystem.EventHandlerEmitted when the user responds to an that is interactive.ConstructorInternal constructor
GLib type for the type
Creates a new instance of , using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.