|
||
Panel Menus
|
|
|||||||||||||||||||||||||||||||||
Panel Menus are a simple means for constructing dialogs that request information from the user. For SilverC development, this is the primary method for interface with the user. For SilverEngine, SilverSharp, and SilverPlus, these menus offer a quick alternative to the construction of custom dialogs. There are three steps required to use a panel menu:
|
|
|||||||||||||||||||||||||||||||||
There are 15 functions that define different types of panel input. Here is an overview of these functions:
|
|
|||||||||||||||||||||||||||||||||
A short example illustrating the use of panels:
The initial values for machine_size , width , and machine_color will be used to initialize the panel. Values will be returned in these variables if pm_execute returns TRUE. |
|