How can I make a WINDOW structure?

Previous Graphics and Display Next

Q: I would like to make my own window but I don't understand the lot of fields in the WINDOW structure, like 'TaskID' and others!
A: You do not need to fill up the WINDOW structure manually: function WinOpen will fill everything automatically. See the next question for examples of usage.