Functions | |
void | Show_Button (char *button) |
void Show_Button | ( | char * | button | ) |
Returns the name of the button that initiated the current event.
button | - The button name. Often, a single character. Passed by reference always. Returned to user. |
The simplest detail of a button event is the name of the button. The button name is returned in the same format as it was originally specified in Enable_Button_Events() .
The Show routines can be called repeatedly on the same current event without harm, if that's convenient to your program.
If the current event is not a button-type event, or if there is no current event, the system will complain upon a call to Show_Button() .