From: Patrick K. O'B. <po...@or...> - 2001-09-10 23:08:25
|
If you want to know what features are available in the shell, just go to the shell and type "shell" followed by a dot -- "." -- and you'll see all kinds of wonderful methods and properties in the autocomplete list. Here is one that's kind of fun: >>> shell.SetZoom(1) # Make the shell text bigger... >>> shell.SetZoom(2) # and bigger... >>> shell.SetZoom(3) # and bigger... >>> shell.SetZoom(4) # and... >>> shell.SetZoom(0) # set it back to the default. --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." -----Original Message----- From: pyt...@li... [mailto:pyt...@li...]On Behalf Of Kevin Altis Sent: Sunday, September 09, 2001 9:19 PM To: pythoncard-Users Subject: [Pythoncard-users] pycrustrc.py files <snip> Patrick might have something to add to this description. It is a very useful feature we've had almost since we started using PyCrust. ka |