I added a PyCrust frame to the demo so that widgets can be played with (eg wxEditableListBox).
Diff file is attached - apply it to Main.py in the demo folder.
Thought it might be of help to someone apart from me.
I haven't played with it much yet, but it appears the current demo window is self.window, and children can be accessed by self.GetChildren() etc.
Chris.
Oops, helps if I attach the diff
mainCrust.diff (876 Bytes)
ยทยทยท
On Sat, 10 May 2003 09:27 am, Chris Munchenberg wrote:
I added a PyCrust frame to the demo so that widgets can be played with (eg
wxEditableListBox).
Diff file is attached - apply it to Main.py in the demo folder.
Thought it might be of help to someone apart from me.
I haven't played with it much yet, but it appears the current demo window
is self.window, and children can be accessed by self.GetChildren() etc.
Chris.