Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/Notebook.2.py
2011-12-30 19:17:09 +00:00

7 lines
152 B
Python

col = notebook.GetThemeBackgroundColour()
if col.IsOk():
page.SetBackgroundColour(col)