Andrea Zagli [Mon, 24 Aug 2009 13:46:13 +0000 (15:46 +0200)]
Added GtkForm::is_changed.
Changed libgtkform.pc.in to return include path without libgtkform (so
now in source files need to use <libgtkform/form.h>).
Andrea Zagli [Thu, 30 Jul 2009 08:37:31 +0000 (10:37 +0200)]
Added gtkbuilder-file to xml defition and implemented in code.
Added function GtkForm::get_gtkbuilder.
Fixed some bugs.
Changed GtkForm::fields container from GList to GSList.
Andrea Zagli [Mon, 27 Jul 2009 16:14:25 +0000 (18:14 +0200)]
Started xml definition file.
Added functions GtkForm::new_from_xml and GtkForm::new_from_file.
Added functions GtkForm::get_table, GtkForm::set_table,
GtkForm::get_key and GtkForm::set_key.