mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 19:27:10 +01:00
7 lines
146 B
Python
7 lines
146 B
Python
|
|
col = notebook.GetThemeBackgroundColour()
|
|
|
|
if col.IsOk():
|
|
page.SetBackgroundColour(col)
|
|
|