frm.SetWindowStyle(wx.STAY_ON_TOP)
Here is what the above code is Doing:
1. Create a new frame
2. Set the frame’s title
3. Set the frame’s size
4. Set the frame’s position
5. Set the frame’s style
6. Show the frame
frm.SetWindowStyle(wx.STAY_ON_TOP)
Here is what the above code is Doing:
1. Create a new frame
2. Set the frame’s title
3. Set the frame’s size
4. Set the frame’s position
5. Set the frame’s style
6. Show the frame