Windows
At its most simple level, a GUI application features a graphical interface consisting of a floating "window." As soon as you start adding controls, you've moved into the realm of advanced GUIs. So, technically, any GUI with at least one button is an advanced GUI application. We'll get there shortly. First, let's see how each of our featured libraries puts a window on the screen.
First off, we want to create a window and display it. Here's the code to do that for each featured library.
|
wxEuphoria |
include wxEuphoria.e |
|
Win32Lib |
include win32lib.ew |
On the next page, we will compare the actual look and feel of the windows created by these libraries.