A generic Credits dialog See showCredits() for modal use. More...
#include <customdialogs.h>
Public Member Functions | |
| CreditsDialog (wxWindow *parent, wxString title, int whichIcon) | |
| virtual | ~CreditsDialog () |
| void | AddCredit (wxString, wxString) |
| add a Name|Reason line to the dialog | |
Private Member Functions | |
| CreditsDialog (const CreditsDialog &) | |
Private Attributes | |
| wxTextCtrl * | text_ctrl |
A generic Credits dialog See showCredits() for modal use.
Definition at line 218 of file customdialogs.h.
| CreditsDialog::CreditsDialog | ( | wxWindow * | parent, | |
| wxString | title, | |||
| int | whichIcon | |||
| ) |
Definition at line 253 of file customdialogs.cpp.
| CreditsDialog::~CreditsDialog | ( | ) | [virtual] |
Definition at line 282 of file customdialogs.cpp.
| CreditsDialog::CreditsDialog | ( | const CreditsDialog & | ) | [private] |
add a Name|Reason line to the dialog
Definition at line 268 of file customdialogs.cpp.
wxTextCtrl* CreditsDialog::text_ctrl [private] |
Definition at line 227 of file customdialogs.h.
1.6.3