Nana - a C++ framework project  

The Programmer's Guide 
nana::gui::API::eat_tabstop

Description

Sets a window can eat the tabstop.

Prototype

void eat_tabstop(nana::gui::window wnd);

Parameters

wnd:  a handle to the window to be set.

Return Value

None.

Remarks

If a window can eat tabstop, the focus is not to be changed when Tab key is pressed, and a key_char event with tab will be generated.

See also

tabstop, move_tabstop


Move to The Nana Programmer's Guide Application Programming Interface Overviews