Re: Changing the tab order in a dialog
- From: Vladislav Grinchenko <3rdshift comcast net>
- To: Suresh Stephen <stephenwalter_2k2 yahoo com>
- Cc: gtk forum <gtk-app-devel-list gnome org>
- Subject: Re: Changing the tab order in a dialog
- Date: Sat, 14 Jan 2006 12:39:21 -0500
On Mon, 2006-01-09 at 06:07, Suresh Stephen wrote:
Hello all,
I have created a GUI using GTK and i have created a dialog box which will contain multiple
entries. In the following fashion
entry 1 entry 5
entry 2 entry 6
entry 3 entry 7
entry 4 ebtry 8
1,2,3.... indicate the order in which i have added the text entries into the widget
When i press tab to navigate across the text entries the control moves from entry 1 to entry 5 then to
entry 2 and then to entry 6 and so on. I want the tab order to move from entry 1 to entry 2 and then to
entry 3 and so on. Any one knows how to do it ,any help would be great.
Regards,
S.Suresh Stephen
With Gtkmm wrapper, I achive this effect by taking a widget out of
focus chain with widget->unset_flags (Gtk::CAN_FOCUS);
-Vlad
--
_____________________________________________________________
Vladislav Grinchenko http://home.comcast.net/~3rdshift/
e-mail: 3rdshift comcast net
Focus on quality, and productivity will follow.
_____________________________________________________________
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]