Alguma ferramenta para inspecionar os elementos do GTK3?

10

gtkparasite é ótimo para gtk+2 , mas infelizmente não funciona com gtk+3 .

Existe alguma alternativa?

    
por zetah 30.04.2012 / 16:49

2 respostas

7

Se você está olhando para todas as possibilidades que podem resolver o problema, sugiro o seguinte link, que é sobre como portar gtkparasite para GTK3. Embora seja um pouco técnico, o esforço é bem sucedido.

link

    
por 30.04.2012 / 17:11
3

Sim, agora existe uma ferramenta oficial do GNOME chamada GtkInspector :

GtkInspector is the built-in interactive debugging support in GTK+. It was added in GTK+ 3.14, based on a copy of the well-estabished gtkparasite. To enable the debugger, either start your app with GTK_DEBUG=interactive in your environment, or run
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true and launch the debugger with the Control-Shift-I or Control-Shift-D keyboard shortcuts.

    
por 12.11.2015 / 15:27

Tags