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