How to highlight tree and list ctrls when focused?

Yes I develop on the Mac. Am I imagining that I saw the focus ring on GTK2 as well?

Can you suggest a way that I could create a DIY focus ring?

If your change is only for 2.8 on Mac then I'm possibly going to want to do DIY focus ring for
Linux and Windows platforms.

Barry

···

On Nov 28, 2006, at 18:30, Robin Dunn wrote:

Barry Scott wrote:

I have an app (pysvn WorkBench) that has a TreeCtrl and a ListCtrl in the
main window. It is not easy to tell which control has focus. Is there a
simple method of showing which control has focus? I'm thinking of
something like the blue outline that I see around the selected
TextCtrl.

I assume you are talking about the Mac. Currently only the native controls are able to draw the focus ring, but I am looking into how to get the generic controls to also draw the focus ring. Not sure if it will make it in time for 2.8 though.