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 difference)

Revision as of 08:48, 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