Difference between revisions of "Internal feedback"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = The Internal_feedback is the openGL-based command line area. Setting this to 0 removes the area; setting it to 1 makes one line visible (so you can see what you're typing...)
 
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
  
 
= See Also =
 
= See Also =
[[:Category:GUI|GUI Category]]
+
[[:Category:GUI|GUI Category]], [[Internal_gui]]
  
 
[[Category:GUI]]
 
[[Category:GUI]]
 +
[[Category:Settings]]

Latest revision as of 09:25, 16 April 2009

Overview

The Internal_feedback is the openGL-based command line area. Setting this to 0 removes the area; setting it to 1 makes one line visible (so you can see what you're typing); or you can set it to a higher value and see more lines internally (see images below).

Syntax

# set the number of lines shown to 'int', where int is
# an integer >= 0.
set internal_feedback, int

# For example, show 10 lines of internal feedback
set internal_feedback, 10

See Also

GUI Category, Internal_gui