Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 14261
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: Sun Jun 08 04:00:04 CEST 2025

Total time taken to generate the page: 0.05557 seconds