winamp/Src/Wasabi/api/wnd/wndclass/editwndstring.cpp
2024-09-24 14:54:57 +02:00

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.
//
//