]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/textdlg.h
1 #ifndef _WX_TEXTDLG_H_BASE_
2 #define _WX_TEXTDLG_H_BASE_
4 #include "wx/generic/textdlgg.h"
6 // ----------------------------------------------------------------------------
7 // function to get a number from user
8 // ----------------------------------------------------------------------------
11 wxGetNumberFromUser(const wxString
& message
,
12 const wxString
& prompt
,
13 const wxString
& caption
,
17 wxWindow
*parent
= (wxWindow
*)NULL
,
18 const wxPoint
& pos
= wxDefaultPosition
);
21 // _WX_TEXTDLG_H_BASE_