Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.Notebook.2.py
2016-05-18 16:38:18 -07:00

7 lines
146 B
Python

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