Wpane.formSourceinherit Frama_c_gui.Widget.widgetmethod 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.