]> saetta.ns0.it Git - libgtkform/commit
Added and managed class GtkFormGroup.
authorAndrea Zagli <azagli@libero.it>
Sun, 25 Jul 2010 14:56:49 +0000 (16:56 +0200)
committerAndrea Zagli <azagli@libero.it>
Sun, 25 Jul 2010 14:56:49 +0000 (16:56 +0200)
commit61ea968a667b819f4c352d0bfb4f26068d18c322
tree6cdcee3f8d837b01acf59597c53f87f8bbcf6546
parentaf49752378ed796834928cd15ad25a51f68e0a38
Added and managed class GtkFormGroup.
Added property "field" to GtkFormWidget.
Added functions GtkForm::add_group and GtkForm::get_group_by_name.
Bugfixes.
14 files changed:
data/gtkform.dtd
docs/reference/libgtkform-decl-list.txt
docs/reference/libgtkform-decl.txt
docs/reference/libgtkform-undocumented.txt
docs/reference/libgtkform-unused.txt
docs/reference/libgtkform.args
docs/reference/tmpl/widget.sgml
src/Makefile.am
src/field.c
src/form.c
src/form.h
src/group.c [new file with mode: 0644]
src/group.h [new file with mode: 0644]
src/widget.c