OpenCPN Partial API docs
Loading...
Searching...
No Matches
ocpn_fontdlg.cpp File Reference

Implement ocpn_fontlg.h – Generic font dialog for OpenCPN. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "wx/wxprec.h"
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/crt.h>
#include <wx/dcclient.h>
#include <wx/dialog.h>
#include <wx/fontdlg.h>
#include <wx/intl.h>
#include <wx/layout.h>
#include <wx/listbox.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include "wx/spinctrl.h"
#include <wx/stattext.h>
#include <wx/utils.h>
#include "ocpn_fontdlg.h"

Go to the source code of this file.

Classes

class  OCPNFontPreviewer
 

Macros

#define NUM_COLS   48
 

Functions

 wxBEGIN_EVENT_TABLE (OCPNFontPreviewer, wxWindow) EVT_PAINT(OCPNFontPreviewer
 
 wxBEGIN_EVENT_TABLE (ocpnGenericFontDialog, wxDialog) EVT_CHOICE(wxID_FONT_FAMILY
 
ocpnGenericFontDialog::OnChangeFont EVT_CHOICE (wxID_FONT_COLOUR, ocpnGenericFontDialog::OnChangeFont) EVT_CHOICE(wxID_FONT_SIZE
 
ocpnGenericFontDialog::OnChangeFont ocpnGenericFontDialog::OnChangeFont wxEND_EVENT_TABLE () static wxString ocpnColourDialogNames[NUM_COLS]
 

Detailed Description

Implement ocpn_fontlg.h – Generic font dialog for OpenCPN.

Definition in file ocpn_fontdlg.cpp.

Function Documentation

◆ wxBEGIN_EVENT_TABLE()

wxBEGIN_EVENT_TABLE ( OCPNFontPreviewer  ,
wxWindow   
)

Definition at line 59 of file ocpn_fontdlg.cpp.