Difference between revisions of "Wrap output"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = This setting controls the width of the output in the GUI. = Syntax = <source lang="python"> # set it on or off set wrap_output, boolean # for example, turn on wrapping? set ...)
 
 
Line 18: Line 18:
  
 
[[Category:GUI]]
 
[[Category:GUI]]
 +
[[Category:Settings]]

Latest revision as of 09:24, 16 April 2009

Overview

This setting controls the width of the output in the GUI.

Syntax

# set it on or off
set wrap_output, boolean

# for example, turn on wrapping?
set wrap_output, 1

See Also

Category:GUI, Internal_gui