18 lines
604 B
C++
18 lines
604 B
C++
#include <precomp.h>
|
|
#include "editwndstring.h"
|
|
|
|
// ===========================================================================
|
|
//
|
|
// NULLSOFT WASABI SDK MODULE & EXAMPLE CODE
|
|
//
|
|
// File: editwndstring.cpp
|
|
//
|
|
//!## Purpose: The EditWndString object both extends the EditWnd object to
|
|
//!## simplify and streamline the use of an EditWnd in your wasabi
|
|
//!## components. In addition, this module serves as a tutorial
|
|
//!## to instruct wasabi developers on how to properly extend our
|
|
//!## current objects to provide new functionality.
|
|
//
|
|
//
|
|
|