Tutorial example HelloTitle
Files
Tutorial example HelloTitle is the Eden version the all time classic "hello, world" example.
- All of the Eden library is made available by importing it.
- The client area of the MainView is occupied by an (always empty) FillerView.
- The caption parameter of the MainView constructor gets constant value 'Hello, World'.
- Calling the execute function on the MainView instance starts the event loop.