Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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.
|
||||
//
|
||||
//
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue