#include "props.h"
#include <wx/dialog.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/listbox.h>
#include <wx/filename.h>
Go to the source code of this file.
Classes | |
class | wxColourPropertyValue |
Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one. wxSystemColourProperty value makes this possible. More... | |
class | wxCursorProperty |
Property representing wxCursor. More... | |
class | wxFontProperty |
Property representing wxFont. More... | |
class | wxSystemColourProperty |
Has dropdown list of wxWidgets system colours. Value used is of wxColourPropertyValue type. More... | |
Defines | |
#define | wxPG_COLOUR_CUSTOM 0xFFFFFF |
#define | wxPG_COLOUR_UNSPECIFIED (wxPG_COLOUR_CUSTOM+1) |
#define | wxPG_COLOUR_WEB_BASE 0x10000 |
#define | wxPG_EMPTY_CPV (*((wxColourPropertyValue*)NULL)) |
#define | wxPG_NORMAL_FONT (*wxNORMAL_FONT) |
#define | wxPG_PROP_TRANSLATE_CUSTOM wxPG_PROP_CLASS_SPECIFIC_1 |
Functions | |
bool WXDLLIMPEXP_PG | operator== (const wxColourPropertyValue &, const wxColourPropertyValue &) |
bool WXDLLIMPEXP_PG | operator== (const wxArrayInt &array1, const wxArrayInt &array2) |
#define wxPG_COLOUR_CUSTOM 0xFFFFFF |
Definition at line 61 of file advprops.h.
#define wxPG_COLOUR_UNSPECIFIED (wxPG_COLOUR_CUSTOM+1) |
Definition at line 62 of file advprops.h.
#define wxPG_COLOUR_WEB_BASE 0x10000 |
Definition at line 57 of file advprops.h.
#define wxPG_EMPTY_CPV (*((wxColourPropertyValue*)NULL)) |
Definition at line 157 of file advprops.h.
#define wxPG_NORMAL_FONT (*wxNORMAL_FONT) |
Definition at line 158 of file advprops.h.
#define wxPG_PROP_TRANSLATE_CUSTOM wxPG_PROP_CLASS_SPECIFIC_1 |
If set, then match from list is searched for a custom colour.
Definition at line 199 of file advprops.h.
bool WXDLLIMPEXP_PG operator== | ( | const wxColourPropertyValue & | , | |
const wxColourPropertyValue & | ||||
) |
bool WXDLLIMPEXP_PG operator== | ( | const wxArrayInt & | array1, | |
const wxArrayInt & | array2 | |||
) |