1. Re: Slippery window styles
- Posted by David Cuny <dcuny at LANSET.COM> Jan 20, 2001
- 460 views
George Henry wrote: > winDemo = create(Window, "Demo", 0, Default, Default, 640, 480, > or_all({ WS_CAPTION, WS_MINIMIZEBOX })) I've never been a big fan of using Win32 constants in Win32Lib. It's my hope that most of these sorts of things can be moved out by adding additional classes to Window, such as Palette, Splash, and so on. As it becomes more and more acceptable to resort directly to the Win32 toolkit, the odds of Win32Lib ever being useful in a cross-platform sort of way diminishes rapidly. -- David Cuny