View Single Post
  #2 (permalink)  
Old 2008-04-15, 08:05 AM
OSInet OSInet is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
OSInet is on a distinguished road
Default 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.
Reply With Quote