GTK equivalent to MS Spy++
        Posted  
        
            by 
                zetah
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by zetah
        
        
        
        Published on 2011-11-19T08:13:48Z
        Indexed on 
            2011/11/19
            10:15 UTC
        
        
        Read the original article
        Hit count: 710
        
software-recommendation
|gtk
Spy++ comes with paid version of MS Visual Studio as
utility that gives you a graphical view of the system’s processes, threads, windows, and window messages.

and it's not only utility on Win32 that offers this feature, but I use it as popular example.
It lists all UI elements of all running applications, and user can use "Find Tool" to locate UI element of interest and get response dialog with versatile information about that object, like UI control name, text contents, and many other data of potential interest to a programmer.
I'm interested in similar GTK application which can at least return GTK UI element (widget) name and extracted text contents of that element of arbitrary running process.
I couldn't find anything related using Google
© Ask Ubuntu or respective owner