Two visual design editors
I suppose that by "Editor" in this case you mean "visual design editors" for PHP-GTK ?
There exists at least two: Glade and GtkBuilder. In both, you design the desktop UI, and then load it from PHP. Glade is the tried-and-true designer, but is slowly being deprecated in favor of GtkBuilder.
|