OpenCPN Partial API docs
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
color_handler.h
1
#include <wx/string.h>
2
#include <wx/colour.h>
3
4
#ifndef _COLOR_HANDLER_H
5
#define _COLOR_HANDLER_H
6
7
wxColour GetGlobalColor(wxString colorName);
8
enum
DialogColor {
9
DLG_BACKGROUND,
10
DLG_SELECTED_BACKGROUND,
11
DLG_UNSELECTED_BACKGROUND,
12
DLG_ACCENT,
13
DLG_SELECTED_ACCENT,
14
DLG_UNSELECTED_ACCENT,
15
DLG_TEXT,
16
DLG_HIGHLIGHT
17
};
18
wxColour GetDialogColor(DialogColor color);
19
20
21
#endif
// _COLOR_HANDLER_H
22
include
color_handler.h
Generated by
1.9.5