|
Stimfit
0.13.15
|
Dialog showing file information. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfFileInfoDlg (wxWindow *parent, const std::string &szGeneral, const std::string &szFile, const std::string &szSection, int id=wxID_ANY, wxString title=wxT("File information"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
Dialog showing file information.
Definition at line 34 of file smalldlgs.h.
| wxStfFileInfoDlg::wxStfFileInfoDlg | ( | wxWindow * | parent, |
| const std::string & | szGeneral, | ||
| const std::string & | szFile, | ||
| const std::string & | szSection, | ||
| int | id = wxID_ANY, |
||
| wxString | title = wxT("File information"), |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| szGeneral | General information. |
| szFile | File variables information. |
| szSection | Section variable information. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
1.7.6.1