|
||
int pm_execute ( void )
|
|
|||
Synopsis |
#include "silver.h"
The pm_execute function displays the current panel (as initialized by pm_initialize) and permits the user to modify any values that appear in the panel. Mandatory items will be entered first. Upon return from the panel, all values that have been modified by the user will be updated. This updating will occur regardless of whether a 1 or a 0 is returned by pm_execute .
|
|
||
Parameters |
none
|
|
||
Return Value |
If the user concludes his activities by pressing the "OK" button, then 1 is returned. If the "Cancel" button is pressed, then 0 is returned.
|
|
||
See Also |
|
|
||
Example |
An example showing construction and display of a panel:
|
|
||
|
|