Code::Blocks
SVN r11506
|
#include <wx/wx.h>
#include <wx/settings.h>
#include <wx/dcbuffer.h>
#include "switcherdlg.h"
#include <wx/arrimpl.cpp>
Go to the source code of this file.
Macros | |
#define | wxSWITCHER_TEXT_MARGIN_X 4 |
#define | wxSWITCHER_TEXT_MARGIN_Y 2 |
#define | wxSWITCHER_USE_BUFFERED_PAINTING 1 |
Functions | |
WX_DEFINE_OBJARRAY (wxSwitcherItemArray) | |
static wxString | ColourToHexString (const wxColour &col) |
#define wxSWITCHER_TEXT_MARGIN_X 4 |
Definition at line 23 of file switcherdlg.cpp.
Referenced by wxSwitcherItems::CalculateItemSize(), and wxSwitcherItems::PaintItems().
#define wxSWITCHER_TEXT_MARGIN_Y 2 |
Definition at line 24 of file switcherdlg.cpp.
Referenced by wxSwitcherItems::CalculateItemSize().
#define wxSWITCHER_USE_BUFFERED_PAINTING 1 |
Definition at line 25 of file switcherdlg.cpp.
Definition at line 996 of file switcherdlg.cpp.
References wxColour::Blue(), wxColour::Green(), and wxColour::Red().
Referenced by wxSwitcherDialog::ShowDescription().
WX_DEFINE_OBJARRAY | ( | wxSwitcherItemArray | ) |