Header Control Sample

Compiling
To compile the example:
- Launch EiffelStudio.
- Select Use existing Ace (control file) and click OK.
- Browse to Eiffel52\examples\wel\header_ctrl\.
- Choose Ace.ace
- Choose the directory where the project will be compiled, by default the same directory containing the Ace file.
If you select another directory than the default one, please copy icons (*.ico) and resource files (*.rc) from the
default directory (the one containing the Ace file) to the new
one.
- Click OK.
Running
After launching the program, a window will be displayed as shown above. By manipulating the header control, you will see notification of the
events that occur displayed in the WEL_LIST_VIEW situated below.
Under the Hood
HEADER_CONTROL inherits WEL_HEADER_CONTROL and redefines many of the
`on_' notification features to display the output.
This sample contains the following classes: