added and documented trivial wxDC::GetBackgroundMode(), documented several other missing wxDC functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-05 10:24:55 +00:00
parent 62e6b49c33
commit 7e446e11e0
2 changed files with 23 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ public:
// ---------
// const...
int GetBackgroundMode() const { return m_backgroundMode; }
const wxBrush& GetBackground() const { return m_backgroundBrush; }
const wxBrush& GetBrush() const { return m_brush; }
const wxFont& GetFont() const { return m_font; }