Supporting newer transparent background API

This commit is contained in:
Stefan Csomor
2018-10-22 22:36:42 +02:00
parent 7dfbe50fc0
commit 651e1cd1b5
4 changed files with 16 additions and 2 deletions

View File

@@ -91,7 +91,8 @@ public:
virtual bool SetForegroundColour( const wxColour &colour ) wxOVERRIDE;
virtual bool SetBackgroundStyle(wxBackgroundStyle style) wxOVERRIDE;
virtual bool IsTransparentBackgroundSupported(wxString* reason = NULL) const wxOVERRIDE;
virtual int GetCharHeight() const wxOVERRIDE;
virtual int GetCharWidth() const wxOVERRIDE;