n> How do I make my application aware that whenever there's a Ctrl-tab
n> event, it's suppose to change the notebook pages?
This happens automatically.
VZ
O. Wyss
--
How to enhance your code, see "http://freshmeat.net/projects/wxguide/"
OW> > On Thu, 29 Jul 2004 22:12:41 +0900 nkb <n...@pacific.net.sg> wrote:
OW> >
OW> > n> How do I make my application aware that whenever there's a Ctrl-tab
OW> > n> event, it's suppose to change the notebook pages?
OW> >
OW> > This happens automatically.
OW> > VZ
OW> >
OW> And what if it doesn't happens automatically
Then someone should debug it and understand why it doesn't.
VZ
> I'd already have done if I were able to set a breakpoint at
> "wxNotebook::OnNavigationKey". Some wxWidgets identifiers aren't
> visible
> in GDB while others are (wxNotebook<TAB> shows which, i.e.
> wxNotebook::InsertPage just above is visible).
>
Better to type it as 'wxNotebook::<TAB>
Note the leading single quote.
-Dave
O. Wyss
In the Menu sample "wxNotebook::AdvanceSelection" is reached when
pressing Ctrl-Tab.
Hope this helps,
Wenzel
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-u...@lists.wxwidgets.org
> For additional commands, e-mail: wx-use...@lists.wxwidgets.org
>
>