Re: Add a wx.lib.gizmos.TreeListCtrl
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 16.05.2019 07:13, Brendan Simon (eTRIX) wrote: > Or am I better off adding a "custom widget" ? I would suggest to use a custom widget as placeholder. For data-driven widgets, a GUI builder can't contribute too much. With just a placeholder you don't loose a lot. Maybe you want to add some initialization code on the Code tab. Regards, Dietmar