diff options
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index d1c783bc0e69..381b3e61fda5 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1273,6 +1273,14 @@ public: virtual OUString GetSurroundingText() const; virtual Selection GetSurroundingTextSelection() const; + + void EnableThemeSupport (void); + void DisableThemeSupport (void); + + virtual ImplBorderWindow* CreateBorderWindow ( + Window* pParent, + const WinBits nStyle, + const sal_uInt16 nTypeStyle); }; |