Table of Contents

wxComboBox

include file: wxList


Creation parameters:

  • proc clear_combo( atom combo )   
  • func combobox_count( atom combo )   
  • proc delete_combo_item( atom combo, integer item )   
  • func find_combo_string( atom combo, sequence string )   
  • func get_combo_item_string( atom combo, integer item )   
  • func get_combo_string( atom combo )   
  • proc set_combo_value( atom combo, sequence text )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxChoice
  • wxControlWithItems


    Table of Contents

    [proc]
    clear_combo
    ( atom combo )

    Category: wxComboBox

    See Also: combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value



    Table of Contents

    [func]
    combobox_count
    ( atom combo )

    Category: wxComboBox

    Used to count the number of items in a wxChoice.

    See Also: clear_combo, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value



    Table of Contents

    [proc]
    delete_combo_item
    ( atom combo, integer item )

    Category: wxComboBox

    See Also: clear_combo, combobox_count, find_combo_string, get_combo_item_string, get_combo_string, set_combo_value



    Table of Contents

    [func]
    find_combo_string
    ( atom combo, sequence string )

    Category: wxComboBox

    See Also: clear_combo, combobox_count, delete_combo_item, get_combo_item_string, get_combo_string, set_combo_value



    Table of Contents

    [func]
    get_combo_item_string
    ( atom combo, integer item )

    Category: wxComboBox

    Returns the string for item.

    See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_string, set_combo_value



    Table of Contents

    [func]
    get_combo_string
    ( atom combo )

    Category: wxComboBox

    Returns the string in the edit box of the combo box.

    See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, set_combo_value



    Table of Contents

    [proc]
    set_combo_value
    ( atom combo, sequence text )

    Category: wxComboBox

    See Also: clear_combo, combobox_count, delete_combo_item, find_combo_string, get_combo_item_string, get_combo_string