Query: xltworking
OS: redhat
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XltWorking(3X) XltWorking(3X)NAMEXltWorking - Convenience function to display a Working dialog, and update the bar graph in the dialog.SYNOPSIS#include <Xlt/Xlt.h> Boolean XltWorking(widget, question, percent_done) Widget widget; String question; int percentdone;DESCRIPTIONXltWorking Creates a dialog containing a message string, a bar showing the percentage of the task complete, and an abort button. When called with a percent_done value of zero the dialog is managed, and a timer installed to update the bar every second. If question is not NULL, the message string in the dialog is set to this. When called with a percent_done of 100, the dialog is un-managed. If called with a percent_done of -1, only the message is changed. Any value between 0 and 100 will cause the bar graph to be updated the next time the timer fires, and processes any pending timer and X events. If the return value is True, the user has requested that the task should be aborted. widget The widget to wait for. question The message to display in the working dialog. Or NULL, meaning no change. percent_done The percentage of the task complete. 0 will cause the dialog to be managed. 100 will cause the dialog to be un-managed. -1 will update the question only. Any value between 0 and 100 will update the bar graph.RETURN VALUEBoolean, if True the abort button was pushed, or the window was closed by the window manager.RELATED INFORMATIONXltWorking(3X)
Related Man Pages |
---|
tk_dialog(n) - redhat |
tk_dialog(3tk) - debian |
tk_dialog(n) - suse |
gtk2::colorselectiondialog(3) - suse |
tk::dialog(3) - centos |
Similar Topics in the Unix Linux Community |
---|
file question |
question |
More log manipulation |
How can I change is output format by awk ? |
Extract number from string. |