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