class form :Inheritsunit ->object..end
widgetmethod add_newline : unitInserts an empty line.
method add_section : string -> unitStarts a new section.
method add_label : string -> unitInserts a field name. Moves to right column.
method add_label_widget : GObj.widget -> unitInserts a small (fixed) widget in place of a label. Moves to right column.
method add_field : ?label:string -> ?field:field -> GObj.widget -> unitInserts an entry in the form.
Optional label is inserted in right column is specified.
Default field is `Field.
Moves to next line.
method add_row : ?field:field -> ?xpadding:int -> ?ypadding:int -> GObj.widget -> unitInserts a wide entry in the form, spanning the two columns.
Default field is `Field.
Moves to next line.