
-----------------------------------
tjmoore1993
Sun Jun 07, 2009 10:41 am

View.Scroll?
-----------------------------------
Just noticed the Turing has View.Scroll available as a command, I have tried to look for it in Turing Documentation and it was not there so I decided to try and figure out...

Anyways I do not know how it works so if you'd like to check it out... Here you go, this is how it is setup accordingly.


    external "view_scroll" procedure Scroll (dx, dy : int, clear : boolean)


Use in project


   View.Scroll (dx, dy, clear)


Help would be greatly appreciated.

-----------------------------------
Insectoid
Sun Jun 07, 2009 11:03 am

RE:View.Scroll?
-----------------------------------
I expect this is to be used in concert with View.Set ("Text"), as only text mode has a scroll bar. likely used to automate scrolling the text.
