Internal Functions
Functions that will defined for use internally by the control will be:
These internal functions are the core functions that handle the main processing and painting of our SimpleButton control.
In addition, we will define a few other internal helper functions for use in this control. In my own development projects I combine the functions next into a library or framework for easy re-use, but I have recreated them here and included them in the SimpleButton.asm
file just for ease of use and clarity in covering the features in the control. The internal helper functions are:
These functions are briefly covered later on (see Inside Our Control) and some more detail can be found in the Control Properties section.
Last updated