Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/Notebook.2.py
2012-04-10 03:16:37 +00:00

7 lines
146 B
Python

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