OpenCPN Partial API docs
|
Represents the About dialog for OpenCPN. More...
#include <about.h>
Public Member Functions | |
about (wxWindow *parent, wxString License_Data_Locn, wxWindowID id=ID_DIALOG, const wxString &caption=SYMBOL_ABOUT_TITLE, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 500), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX) | |
bool | Create (wxWindow *parent, wxWindowID id=ID_DIALOG, const wxString &caption=SYMBOL_ABOUT_TITLE, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 500), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX) |
void | RecalculateSize (void) |
Represents the About dialog for OpenCPN.
Implements a dialog that displays information about OpenCPN, including version, authors, license, and tips.
|
explicit |
bool about::Create | ( | wxWindow * | parent, |
wxWindowID | id = ID_DIALOG , |
||
const wxString & | caption = SYMBOL_ABOUT_TITLE , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize(500, 500) , |
||
long | style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
||
) |