-#ifdef __WXGTK20__
- bool CreateFromImageAsPixbuf(const wxImage& image);
-
- enum Representation
- {
- Pixmap,
- Pixbuf
- };
- // removes other representations from memory, keeping only 'keep'
- // (wxBitmap may keep same bitmap e.g. as both pixmap and pixbuf):
- void PurgeOtherRepresentations(Representation keep);
-
- friend class wxMemoryDC;
-#endif