scorninpc / php-gtk3

GTK3 extension for PHP
https://andor.com.br/
GNU Lesser General Public License v3.0
118 stars 13 forks source link

How to debug with php-gtk? #139

Closed d47081 closed 3 months ago

d47081 commented 3 months ago

e.g.

GTK_DEBUG=interactive ./your_gtk_application

I want to dump class names used for GtkCssProvider

scorninpc commented 3 months ago

This?

https://github.com/scorninpc/php-gtk3/blob/master/src/Gtk/GtkWindow.cpp#L949

https://docs.gtk.org/gtk3/type_func.Window.set_interactive_debugging.html

d47081 commented 3 months ago

Yes, thanks much!