Wrap output

From PyMOLWiki
Revision as of 08:48, 16 April 2009 by Inchoate (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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