diff options
author | orbitalquark <70453897+orbitalquark@users.noreply.github.com> | 2025-05-12 11:38:13 +1000 |
---|---|---|
committer | orbitalquark <70453897+orbitalquark@users.noreply.github.com> | 2025-05-12 11:38:13 +1000 |
commit | 140a921a133ee63337e8dfe1c7261b7eb86399e9 (patch) | |
tree | 219a6641ddd4fd117bc0b0fa2bb1876d39f4499e /include/ScintillaCall.h | |
parent | da1240f14a3fda528e8776cc873d124b6c8703f4 (diff) | |
download | scintilla-mirror-140a921a133ee63337e8dfe1c7261b7eb86399e9.tar.gz |
Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.
Diffstat (limited to 'include/ScintillaCall.h')
-rw-r--r-- | include/ScintillaCall.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |