1
0

editwndstring.cpp 604 B

1234567891011121314151617
  1. #include <precomp.h>
  2. #include "editwndstring.h"
  3. // ===========================================================================
  4. //
  5. // NULLSOFT WASABI SDK MODULE & EXAMPLE CODE
  6. //
  7. // File: editwndstring.cpp
  8. //
  9. //!## Purpose: The EditWndString object both extends the EditWnd object to
  10. //!## simplify and streamline the use of an EditWnd in your wasabi
  11. //!## components. In addition, this module serves as a tutorial
  12. //!## to instruct wasabi developers on how to properly extend our
  13. //!## current objects to provide new functionality.
  14. //
  15. //