How to use the Choice button with the "button"?

Look in the demo for PopupMenu and PopupWindow.

Remember, when you’re using wxpython you have 3 choices:

  • Adapt the existing widgets
  • Combine existing widgets
  • Build new widgets

All three are equally valid and in some situations building is the best way to approach the problem. :wink:

Peter

···

On Tue, Mar 18, 2008 at 4:03 AM, S Li habpi7@googlemail.com wrote:

in wxPython:

I’m using a wx.Choice button in a very limited space, therefore I’d

like to eliminate the “button” on the right side. That is, to keep

text box only. Users still get the drop-off menu when clicking on the

text box. Can anyone give a pointer?

Thx!

Lee


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org

For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org


There is NO FATE, we are the creators.