Table of Contents

wxListBox

include file: wxList


Creation parameters:

  • proc clear_list( atom list )   
  • proc delete_list_item( atom list, object item )   
  • func find_list_string( atom list, sequence string )   
  • func list_count( atom list )   
  • proc list_ensure_visible( atom list, integer item )   
  • proc set_first_list_item( atom list, object item )   
  • proc set_list_selection( atom list, object select )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxControlWithItems


    Table of Contents

    [proc]
    clear_list
    ( atom list )

    Category: wxListBox

    See Also: delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection



    Table of Contents

    [proc]
    delete_list_item
    ( atom list, object item )

    Category: wxListBox

    See Also: clear_list, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection



    Table of Contents

    [func]
    find_list_string
    ( atom list, sequence string )

    Category: wxListBox

    Returns the item number of the item in the list with the specified string.

    See Also: clear_list, delete_list_item, list_count, list_ensure_visible, set_first_list_item, set_list_selection



    Table of Contents

    [func]
    list_count
    ( atom list )

    Category: wxListBox

    Used to count the number of items in a wxListBox.

    See Also: clear_list, delete_list_item, find_list_string, list_ensure_visible, set_first_list_item, set_list_selection



    Table of Contents

    [proc]
    list_ensure_visible
    ( atom list, integer item )

    Category: wxListBox

    See Also: clear_list, delete_list_item, find_list_string, list_count, set_first_list_item, set_list_selection



    Table of Contents

    [proc]
    set_first_list_item
    ( atom list, object item )

    Category: wxListBox

    See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_list_selection



    Table of Contents

    [proc]
    set_list_selection
    ( atom list, object select )

    Category: wxListBox

    If select is a sequence, the list selection is set to the item with that string, otherwise, select denotes the item index.

    See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item