public class FormField : Object {
public FormButtonType button_get_button_type ( ) ;
public bool button_get_state ( ) ;
public void button_set_state ( bool state ) ;
public bool choice_can_select_multiple ( ) ;
public bool choice_commit_on_change ( ) ;
public bool choice_do_spell_check ( ) ;
public FormChoiceType choice_get_choice_type ( ) ;
public weak string choice_get_item ( int index ) ;
public int choice_get_n_items ( ) ;
public weak string choice_get_text ( ) ;
public bool choice_is_editable ( ) ;
public bool choice_is_item_selected ( int index ) ;
public void choice_select_item ( int index ) ;
public void choice_set_text ( string text ) ;
public void choice_toggle_item ( int index ) ;
public void choice_unselect_all ( ) ;
public FormFieldType get_field_type ( ) ;
public double get_font_size ( ) ;
public int get_id ( ) ;
public bool is_read_only ( ) ;
public bool text_do_scroll ( ) ;
public bool text_do_spell_check ( ) ;
public int text_get_max_len ( ) ;
public weak string text_get_text ( ) ;
public FormTextType text_get_text_type ( ) ;
public bool text_is_password ( ) ;
public bool text_is_rich_text ( ) ;
public void text_set_text ( string text ) ;
}

public FormButtonType button_get_button_type ( ) ;
public bool button_get_state ( ) ;
public void button_set_state ( bool state ) ;
public bool choice_can_select_multiple ( ) ;
public bool choice_commit_on_change ( ) ;
public bool choice_do_spell_check ( ) ;
public FormChoiceType choice_get_choice_type ( ) ;
public weak string choice_get_item ( int index ) ;
public int choice_get_n_items ( ) ;
public weak string choice_get_text ( ) ;
public bool choice_is_editable ( ) ;
public bool choice_is_item_selected ( int index ) ;
public void choice_select_item ( int index ) ;
public void choice_set_text ( string text ) ;
public void choice_toggle_item ( int index ) ;
public void choice_unselect_all ( ) ;
public FormFieldType get_field_type ( ) ;
public double get_font_size ( ) ;
public int get_id ( ) ;
public bool is_read_only ( ) ;
public bool text_do_scroll ( ) ;
public bool text_do_spell_check ( ) ;
public int text_get_max_len ( ) ;
public weak string text_get_text ( ) ;
public FormTextType text_get_text_type ( ) ;
public bool text_is_password ( ) ;
public bool text_is_rich_text ( ) ;
public void text_set_text ( string text ) ;
Created by Valadoc