Table of Contents

wxChoice

include file: wxList.e


Creation parameters:

  • func choice_count( atom choice )   
  • proc clear_choice( atom choice )   
  • func find_choice_string( atom choice, sequence string )   
  • proc set_choice( atom choice, sequence text )     
     
    Parent Topics:
  • Controls
  • wxControlWithItems  
     
    Subtopics:
  • wxComboBox


    Table of Contents

    [func]
    choice_count
    ( atom choice )

    Category: wxChoice

    Used to count the number of items in a wxChoice.

    See Also: clear_choice, find_choice_string, set_choice



    Table of Contents

    [proc]
    clear_choice
    ( atom choice )

    Category: wxChoice

    See Also: choice_count, find_choice_string, set_choice



    Table of Contents

    [func]
    find_choice_string
    ( atom choice, sequence string )

    Category: wxChoice

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

    See Also: choice_count, clear_choice, set_choice



    Table of Contents

    [proc]
    set_choice
    ( atom choice, sequence text )

    Category: wxChoice

    See Also: choice_count, clear_choice, find_choice_string