- Microsoft Windows
- .NET
- WEL
- WEL Common Concepts
- WEL Interface Content
- WEL Tutorial
- WEL Class Reference
- WEL Samples
- Bmpview
- Brushes
- Common Controls
- Commands
- Controls Sample
- Ctlcolor
- Cursors
- Disk Space
- Fontenum
- Fun
- Header Control
- Hello World!
- List View
- Magnify
- MDI (Multiple Document Interface)
- Wel Sample: Menus
- Minimal
- Pizza
- Printer
- Rich Edit
- Split Area
- Standard Dialogs Sample
- Timer
- Tree View Sample
- Unicode Sample
- Windows Sample
- Xcell
- XY Co-ordinates
- COM
- ResourceBench
- EiffelRibbon
Minimal
Compiling
To compile the example:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\wel\minimal\.
- Choose minimal.ecf
- Choose the location where the project will be compiled, by default the same directory containing the configuration file.
- Click OK.
Running
After launching the program, a window will be displayed as illustrated above. There is no other functionality, but clicking on the close icon (Cross in top right hand corner), will close the window.
Under the Hood
MINIMAL_DEMO inherits WEL_APPLICATION and redefines main_window in order to display a WEL_FRAME_WINDOW .
This sample contains only one class:
-
MINIMAL_DEMO
See Also:
tutorial step 1
WEL_FRAME_WINDOW
