#include <Python.h>
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pseudodc.h"
#include <wx/listimpl.cpp>
Go to the source code of this file.
Functions | |
wxBitmap & | GetGreyBitmap (wxBitmap &bmp) |
wxBrush & | GetGreyBrush (wxBrush &brush) |
wxIcon & | GetGreyIcon (wxIcon &icon) |
wxPen & | GetGreyPen (wxPen &pen) |
void | GreyOutImage (wxImage &img) |
wxColour & | MakeColourGrey (const wxColour &c) |
WX_DEFINE_LIST (pdcObjectList) | |
WX_DEFINE_LIST (pdcOpList) |
wxBitmap& GetGreyBitmap | ( | wxBitmap & | bmp | ) |
Definition at line 100 of file pseudodc.cpp.
wxBrush& GetGreyBrush | ( | wxBrush & | brush | ) |
Definition at line 36 of file pseudodc.cpp.
wxIcon& GetGreyIcon | ( | wxIcon & | icon | ) |
Definition at line 88 of file pseudodc.cpp.
wxPen& GetGreyPen | ( | wxPen & | pen | ) |
Definition at line 46 of file pseudodc.cpp.
void GreyOutImage | ( | wxImage & | img | ) |
Definition at line 56 of file pseudodc.cpp.
wxColour& MakeColourGrey | ( | const wxColour & | c | ) |
Definition at line 28 of file pseudodc.cpp.
WX_DEFINE_LIST | ( | pdcObjectList | ) |
WX_DEFINE_LIST | ( | pdcOpList | ) |