aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-20 09:24:43 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-20 09:24:43 +1100
commit6c56011f882cdfa758898029be5cabe82fc9228c (patch)
tree7b9720ac901dcaa37a7d93035d34b5c9bd536897 /qt/ScintillaEditBase/PlatQt.h
parent6ca286d41a1ca8e6d948d131fdaaf8b8199c905e (diff)
downloadscintilla-mirror-6c56011f882cdfa758898029be5cabe82fc9228c.tar.gz
Implement RectangleFrame.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r--qt/ScintillaEditBase/PlatQt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index 12f3e7726..2ca31da2d 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -110,6 +110,7 @@ public:
void RectangleDraw(PRectangle rc, ColourDesired fore,
ColourDesired back) override;
void RectangleDraw(PRectangle rc, FillStroke fillStroke) override;
+ void RectangleFrame(PRectangle rc, Stroke stroke) override;
void FillRectangle(PRectangle rc, ColourDesired back) override;
void FillRectangle(PRectangle rc, Fill fill) override;
void FillRectangle(PRectangle rc, Surface &surfacePattern) override;