Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			691 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			691 B
		
	
	
	
		
			C
		
	
	
	
	
	
/////////////////////////////////////////////////////////////////////////////
 | 
						|
// 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_
 | 
						|
 |