wxMultiTextCtrlDialog class A simple text control dialog window that support several text control
More...
#include <MathPlotConfig.h>
|
| | wxMultiTextCtrlDialog (wxWindow *parent, const wxString &title, const wxString &message, long size, const wxString prompt[], double *values, const wxPoint &pos=wxDefaultPosition) |
| | Constructor. More...
|
| |
| bool | Create (wxWindow *parent, const wxString &title, const wxString &message, long size, const wxString prompt[], double *values, const wxPoint &pos=wxDefaultPosition) |
| | Create the dialog window. More...
|
| |
|
|
void | OnOK (wxCommandEvent &event) |
| | Ok handler. Data are transfered to values array.
|
| |
|
void | OnCancel (wxCommandEvent &event) |
| | Cancel handler.
|
| |
wxMultiTextCtrlDialog class A simple text control dialog window that support several text control
◆ wxMultiTextCtrlDialog()
| wxMultiTextCtrlDialog::wxMultiTextCtrlDialog |
( |
wxWindow * |
parent, |
|
|
const wxString & |
title, |
|
|
const wxString & |
message, |
|
|
long |
size, |
|
|
const wxString |
prompt[], |
|
|
double * |
values, |
|
|
const wxPoint & |
pos = wxDefaultPosition |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| parent | handle of parent window |
| title | title of the dialog window |
| message | message to display before all the text control |
| size | number of input text |
| prompt | array of text control label |
| values | array of values (double formated with 4 digits) |
| pos | position of the window |
◆ Create()
| bool wxMultiTextCtrlDialog::Create |
( |
wxWindow * |
parent, |
|
|
const wxString & |
title, |
|
|
const wxString & |
message, |
|
|
long |
size, |
|
|
const wxString |
prompt[], |
|
|
double * |
values, |
|
|
const wxPoint & |
pos = wxDefaultPosition |
|
) |
| |