Creating Graphical User Interfaces |
Callbacks
When a user activates a component of the GUI, the GUI executes the corresponding callback. The name of the callback is determined by the component's Tag
property. For example, a push button with the Tag
print_button
executes the callback
Output Function | Input and Output Arguments |