OpenCPN Partial API docs
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