Online Eiffel Documentation |
Documentation Home > Class Libraries > WEL > WEL Interface Content > WEL Common Concepts |
EiffelStudio |
Redefining main_window |
When you inherit WEL_APPLICATION, you will need to implement the deferred feature main_window as a once function. This will be the main window of your application, and can be any descendent of WEL_COMPOSITE_WINDOW.
Note. See step2 in the tutorial for a simple demonstration of how to do this.
Copyright 1993-2006 Eiffel Software. All rights reserved. |