From 140a921a133ee63337e8dfe1c7261b7eb86399e9 Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 12 May 2025 11:38:13 +1000 Subject: Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK. --- include/ScintillaCall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ScintillaCall.h') diff --git a/include/ScintillaCall.h b/include/ScintillaCall.h index b31978725..a2387f876 100644 --- a/include/ScintillaCall.h +++ b/include/ScintillaCall.h @@ -324,6 +324,8 @@ public: int AutoCGetMaxHeight(); void AutoCSetStyle(int style); int AutoCGetStyle(); + void AutoCSetImageScale(int scalePercent); + int AutoCGetImageScale(); void SetIndent(int indentSize); int Indent(); void SetUseTabs(bool useTabs); -- cgit v1.2.3