|
Stimfit
0.13.15
|
Dialog showing information about a fit. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfFitInfoDlg (wxWindow *parent, const wxString &info, int id=wxID_ANY, wxString title=wxT("Fit information"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
Dialog showing information about a fit.
Definition at line 260 of file smalldlgs.h.
| wxStfFitInfoDlg::wxStfFitInfoDlg | ( | wxWindow * | parent, |
| const wxString & | info, | ||
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Fit information"), |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| info | A string containing information about the fit. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
1.7.6.1