mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-16 00:37:08 +01:00
5 lines
145 B
Python
5 lines
145 B
Python
|
|
renderer = wx.DataViewTextRenderer()
|
|
renderer.EnableMarkup()
|
|
dataViewCtrl.AppendColumn(wx.DataViewColumn("title", renderer, 0))
|