U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Navigating with tab key
Re: Navigating with tab key [message #8806 is a reply to message #8798] Sun, 01 April 2007 23:01 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
It is handled by TopWindow::Key.

However, the Key protocol is as follows:

The keystroke goes to the focused widget Key. If it returns false, it goes to its parent Key and vice versa. If it reaches top-level window and it also returns false, HotKey broadcast is performed recursively from top to down, until some widget returns true (or all are traversed).

Therefore, in LineEdit, Tab keystroke is used and true is returned...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: more containers of widgets
Next Topic: problems with popup/pulldown menus on Gentoo/kde linux
Goto Forum:
  


Current Time: Tue Jun 23 04:35:43 GMT+2 2026

Total time taken to generate the page: 0.01146 seconds