Wrap output: Difference between revisions

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 ...)
 
No edit summary
 
Line 18: Line 18:


[[Category:GUI]]
[[Category:GUI]]
[[Category:Settings]]

Latest revision as of 08: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