wGui contains a large variety of controls, most of which derive from the CWindow and CMessageClient classes. While many other projects like to use the term "widget" for these, you will find wGui uses the term "control". The primary method for controls to communicate with the rest of the app is to send Control Messages (CTRL_XXXXX) to their parents.
Refer to the Class Reference for more information on the individual controls.