GladeXT for PHP
http://jgiot.free.fr/gladeXT/


introduction

this program aim is to make PHP source file from a glade file.


news

2002-09-16 released 0.2.4 version, the most stable and usable version

2002-08-23 released 0.2.2 version

2002-08-20 website has moved to http://jgiot.free.fr/gladeXT/


features

Glade SourceFile Maker

Features:

* XML parsing of glade sourcefile
  - extract handlers
  - extract user editable widget
  
* Writing files
  - ability to specify a output folder or an automatic, 
    read from glade source file (project name is used)
  - needed lines to load php-gtk and launch application
  - all functions called when a signal is emitted
  - some extra functions
     show_window()
     hide_window()
     quit_app()
     get_form()
     set_form()
     update_statusbar()
  - for win os a bat file to launch easily application
  - save log rendering
  


change log

gladeXT CHANGES
_______________



version 0.2.4

* added support for GtkFileSelection, GtkDialog,
  GtkColorSelectionDialog, GtkFontSelectionDialog
* better support of error text
* use of status bar to report current status
* added a 'howto install' file

  todo
  - handling file menu items

--------------------------------------------------------------

version 0.2.3

* added two list of windows and signals
* begining of handling modules
* added update_statusbar()

--------------------------------------------------------------

version 0.2.2

* added auto_save_log option
* added init_app option which allow you to hide windows at
  start of application

--------------------------------------------------------------
version 0.2.1

* added GtkCombo support in set_from() and get_form()


--------------------------------------------------------------
version 0.2

* rewrite of main procedure, in order to allow future 
  developpements
* added log window. still missing save log feature


--------------------------------------------------------------
version 0.1.1

* added set_form function
* added support for GtkToggleButton and it's
  derivated widget in get_form() and set_form()

--------------------------------------------------------------
version 0.1

* first released


Download

version 0.2.4 (2002-09-15)

gladeXT_0.2.4.zip (23 files, 28.4ko)

version 0.2.2 (2002-08-23)

gladeXT_0.2.2.zip (6 files, 13.5ko)

version 0.2 (2002-08-18)

gladeXT_0.2.zip (5 files, 12ko)

version 0.1.1

gladeXT_0.1.1.zip (4 files, 9ko)

version 0.1

gladeXT_0.1.zip (3 files, 7ko)


Contact

jean philippe giot : jpgiot @ ifrance.com


Links