mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
23
wxWidgets/include/wx/textdlg.h
Normal file
23
wxWidgets/include/wx/textdlg.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: textdlg.h
|
||||
// Purpose: wxTextEntryDialog class
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: textdlg.h 27408 2004-05-23 20:53:33Z JS $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_TEXTDLG_H_BASE_
|
||||
#define _WX_TEXTDLG_H_BASE_
|
||||
|
||||
#include "wx/generic/textdlgg.h"
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
// for wxGetNumberFromUser()
|
||||
#include "wx/numdlg.h"
|
||||
#endif // WXWIN_COMPATIBILITY_2_4
|
||||
|
||||
#endif // _WX_TEXTDLG_H_BASE_
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue