mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
17
Src/Wasabi/api/wnd/wndclass/editwndstring.cpp
Normal file
17
Src/Wasabi/api/wnd/wndclass/editwndstring.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
#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.
|
||||
//
|
||||
//
|
||||
|
Reference in New Issue
Block a user