How to trace graphical UI problems

Carl Godkin cgodkin at gmail.com
Fri Mar 2 06:45:57 PST 2007


On 2/20/07, Michael M. <michael at mustun.ch> wrote:
>
> Hello
>
> Is there a way to trace graphical UI problems?
>
> For example overlapping earas. Background/Image will not be displaied. etc?
>
> Or just compile wxWidgets with debug infos and use gdb?

A few years ago when I was trying to understand some layout problems,
I wrote a class called WindowTree that graphically display the window
and/or sizer hierarchy in a separate window in a wxTreeCtrl.

Have a look at this if you are interested:
    ftp://ftp.dgi.com/pub/wx/WindowTree/

carl




More information about the wx-users mailing list