The answer to your question is "Yes, it is possible!"
Now about how you can achieve this...
wx.CheckListBox is a wx.ListBox which is a wx.ControlWithItems
look in the docs for the API of these classes you'll find what you need. (.Clear(), .Append or .Insert)
Peter.
路路路
On Mon, 18 Apr 2005 17:25:41 +0300, <oliver.tomic@matforsk.no> wrote:
Hi,
in my application I use a wx.CheckListBox that should display several
choices the user has. The number of choices is not known until some data is
loaded.I have used Boa Constructor for the GUI-design where I create a
wx.CheckListBox that is empty by default when the application starts. My
question is now whether it is possible to populate the wx.CheckListBox
after it was created?Oliver