#include <mi32/mstatus.h>
#include <mi32/xdefns.h>
Include dependency graph for mstatusw.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MstatusFormGetForm(shandle) MstatusDialogGetForm(shandle) |
Functions | |
| Widget | MstatusDialogGetForm (MSTATUSHANDLE shandle) |
| int | MstatusFormCreate (Widget pwidget, MSTATUSHANDLE *shandle, MSTATUSCONTEXT *scontext, UINT32 flags, Arg *arg, int n) |
| Widget | MstatusFormGetText (MSTATUSHANDLE shandle) |
| void | MstatusSetCancelButton (MSTATUSHANDLE shandle, Widget button) |
Definition in file mstatusw.h.
|
|
Get the XmForm widget of status form (to use for attachments). Do not place additional widgets in the form, it should only be used as a parent for other dialogs or to attach other widgets to. Note that this is really just a macro that calls MstatusDialogGetForm(). Definition at line 78 of file mstatusw.h. |
|
|
Return XmForm widget of status dialog (to use as parent for other dialogs).
|
|
||||||||||||||||||||||||||||
|
Create and manage a single line status form. Flags: MSTATUSFLAG_NoCancel No cancel button (supply your own with MstatusSetCancelButton()) This function automatically clears and starts timer 7 which is used by MstatusReportDone(). Note that this function does not return a widget. If you want the form to use for attachments to other widgets, you can call MstatusFormGetForm(). The form created will have a single XeText widget for displaying the one line of status, A short status bar, and an optional cancel button. For an example of this in use, see the status line in SML.
|
|
|
Get the XeText widget from a status form.
|
|
||||||||||||
|
Set the cancel button for a status form. This function allows you to set the cancel button for a status form (don't try it with a status dialog). The button doesn't have to be in the form, it could be part of a toolbar elsewhere on the dialog. If you want to use your own cancel checking function, call MstatusSetCancelFunc().
|
1.3.8-20040913