On 11-06-06 10:50 AM, Mark Dootson wrote:
my $frame = Wx::Frame->new(undef, -1, 'Frame Title');
my $mainpanel = Wx::Panel->new($frame, -1, [-1,-1], [-1,-1],
wxTAB_TRAVERSAL|wxBORDER_NONE);

OK, what does wxTAB_TRAVERSAL do? All I found was, "Use this to enable tab traversal for non-dialog windows." What every that means.

Does it mean that you can use the TAB key to tab to the next control? If so, why wouldn't you want it on dialog windows too?


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

Reply via email to