Focus order in gtk 2.2.x
- From: Olaf Frączyk <olaf cbk poznan pl>
- To: gtk-app-devel-list gnome org
- Subject: Focus order in gtk 2.2.x
- Date: 06 Mar 2003 16:50:32 +0100
Hi,
AFAIR in gtk 1.2.xx it was not easy to do it.
Is there any easy way in Gtk 2.2.xx to set focus order?
eg:
GList *focus;
focus=NULL;
focus=focusadd(mywidget1);
focus=focusadd(mywidget2);
focus=focusadd(mywidget3);
setfocus(WindowContainingWidgets1_2_3,focus);
So when user presses Tab key moves from widget1->widget2->widget3.
Regards,
Olaf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]