1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_TEXTDLG_H_BASE_
|
|
|
|
#define _WX_TEXTDLG_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
|
|
|
#include "wx/generic/textdlgg.h"
|
|
|
|
|
1999-07-23 21:03:02 +00:00
|
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// function to get a number from user
|
|
|
|
// ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
long WXDLLEXPORT
|
|
|
|
wxGetNumberFromUser(const wxString& message,
|
|
|
|
const wxString& prompt,
|
|
|
|
const wxString& caption,
|
|
|
|
long value = 0,
|
|
|
|
long min = 0,
|
|
|
|
long max = 100,
|
|
|
|
wxWindow *parent = (wxWindow *)NULL,
|
|
|
|
const wxPoint& pos = wxDefaultPosition);
|
|
|
|
|
1998-05-20 14:01:55 +00:00
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_TEXTDLG_H_BASE_
|