Tabbing in GridBagSizer

You were right again, Robin. It turns out that I had set that panel style to wx.SUNKEN_BORDER, but forgot to add the | wx.TAB_TRAVERSAL flag.

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Thursday, May 19, 2005 2:33 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Tabbing in GridBagSizer

Shoemaker, Ronnie A. wrote:

I have GridBagSizers inside a GridBagSizer, but the tab quits working
when I do this. Is there something I need to set? The controls and
sizers are all on the same panel.

The sizers shouldn't affect tab-order in any way. That is all handled
in the panel or dialog window.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

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