progressbar widget

A GtkProgressBar

Definition

<progressbar tag_attr="value"...>
	<label>text</label>
	<variable>varname</variable>
	<input>command</input>
	<action>activity</action>...
	<action type="function">parameter</action>...
</progressbar>

"..." denotes acceptance of multiples of the same thing.

Tag Attributes

See the GtkProgressBar widget and ancestor class properties.

The following custom tag attributes are available:

Name Description Value Since
space-expand Pack widget expanding into space true or false 0.7.21
space-fill Pack widget filling space true or false 0.7.21

Directives

Some of these may have tag attribute equivalents.

Name Description Contents Mandatory Since
label Initial text
variable Shell variable name
input Data input source Shell command
action Execute command when input data reaches 100 Shell command
action Perform function when input data reaches 100 function:parameter
action type="function" Perform function when input data reaches 100 parameter

Signals

None.

All action directives will be executed when the input data reaches 100.

Functions

The following functions can be performed upon this widget by any widget capable of emitting signals:

None.

The following general functions can be performed by this widget when the input data reaches 100:

Type Description Parameter Since
command Execute command Shell command
exit Exit dialog A value for the EXIT shell variable
closewindow Close launched dialog Launched dialog's shell variable name
launch Launch new dialog New dialog's shell variable name

Notes

None.


button, checkbox, colorbutton, comboboxentry, comboboxtext, combobox, edit, entry, frame, hbox, hscale, hseparator, list, menubar, menuitemseparator, menuitem, menu, notebook, pixmap, progressbar, radiobutton, separator, spinbutton, statusbar, table, text, timer, togglebutton, tree, vbox, vscale, vseparator, window,