textdlg.h 485 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/textdlg.h
  3. // Purpose: wxTextEntryDialog class
  4. // Author: Julian Smart
  5. // Modified by:
  6. // Created: 01/02/97
  7. // Copyright: (c) Julian Smart
  8. // Licence: wxWindows licence
  9. /////////////////////////////////////////////////////////////////////////////
  10. #ifndef _WX_TEXTDLG_H_BASE_
  11. #define _WX_TEXTDLG_H_BASE_
  12. #include "wx/generic/textdlgg.h"
  13. #endif // _WX_TEXTDLG_H_BASE_