OpenCPN Partial API docs
|
Confirm peer transfer PIN code dialog. More...
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/gdicmn.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/window.h>
Go to the source code of this file.
Classes | |
class | PinConfirmDlg |
Macros | |
#define | ID_PCDDIALOG 10005 |
#define | SYMBOL_PCD_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
#define | SYMBOL_PCD_TITLE _("Send to GPS") |
#define | SYMBOL_PCD_IDNAME ID_PCDDIALOG |
#define | SYMBOL_PCD_SIZE wxSize(500, 500) |
#define | SYMBOL_PCD_POSITION wxDefaultPosition |
Confirm peer transfer PIN code dialog.
Definition in file peer_client_dlg.h.
#define ID_PCDDIALOG 10005 |
Definition at line 35 of file peer_client_dlg.h.
#define SYMBOL_PCD_IDNAME ID_PCDDIALOG |
Definition at line 40 of file peer_client_dlg.h.
#define SYMBOL_PCD_POSITION wxDefaultPosition |
Definition at line 42 of file peer_client_dlg.h.
#define SYMBOL_PCD_SIZE wxSize(500, 500) |
Definition at line 41 of file peer_client_dlg.h.
#define SYMBOL_PCD_STYLE wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX |
Definition at line 36 of file peer_client_dlg.h.
#define SYMBOL_PCD_TITLE _("Send to GPS") |
Definition at line 39 of file peer_client_dlg.h.