From 336bc88beb4c4cedeee548767bf987cfbcd2eaff Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_SETHSCROLLBAR(bool visible)
SCI_GETHSCROLLBAR
- The horizontal scroll bar is only displayed if it is needed. If you never wish to see it, call
+ The horizontal scroll bar is only displayed if it is needed for the assumed width.
+ If you never wish to see it, call
SCI_SETHSCROLLBAR(0). Use SCI_SETHSCROLLBAR(1) to enable it again.
SCI_GETHSCROLLBAR returns the current state. The default state is to display it
- when needed.
SCI_SETVSCROLLBAR(bool visible)
SCI_GETVSCROLLBAR
@@ -1532,8 +1534,10 @@ struct TextToFind {
SCI_SETSCROLLWIDTH(int pixelWidth)
SCI_GETSCROLLWIDTH
- These set and get the document width in pixels assumed by Scintilla when calculating how to
- display the horizontal scroll bar. The default value is 2000.
SCI_SETENDATLASTLINE(bool endAtLastLine)
SCI_GETENDATLASTLINE
--
cgit v1.2.3