Re: How to make toolbar without GTK_CAN_FOCUS

2005-03-18 Thread Paul Pogonyshev
Miroslav Rajcic wrote: > I am trying to make my toolbar (with tool buttons) not to receive focus > when Tab is used to move focus along the window widgets. > > I've tried to call > GTK_WIDGET_UNSET_FLAGS(widget, GTK_CAN_FOCUS); > to both toolbar widget and every single tool button, but it doesn't s

RE: How to make toolbar without GTK_CAN_FOCUS

2005-03-12 Thread Boncek, John
get in question. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Miroslav Rajcic Sent: Friday, March 11, 2005 2:26 AM To: gtk-app-devel-list@gnome.org Subject: How to make toolbar without GTK_CAN_FOCUS I am trying to make my toolbar (with tool buttons) not t

How to make toolbar without GTK_CAN_FOCUS

2005-03-11 Thread Miroslav Rajcic
I am trying to make my toolbar (with tool buttons) not to receive focus when Tab is used to move focus along the window widgets. I've tried to call GTK_WIDGET_UNSET_FLAGS(widget, GTK_CAN_FOCUS); to both toolbar widget and every single tool button, but it doesn't seem to work. Toolbar still gets fo