Table of Contents

wxListCtrl

include file: wxList.e


Creation parameters:

  • func insert_listctrl_item( atom list, atom index, sequence text, integer image )   
  • func insert_list_column( atom list, atom col, sequence text, integer format, integer width )   
  • proc list_imagelist( atom list, atom il, integer which )   
  • proc set_column_label( atom list, integer column, sequence text )   
  • proc set_list_item_back_color( atom list, atom item, atom color )   
  • proc set_list_item_image( atom list, integer item, integer image )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxControlWithItems


    Table of Contents

    [func]
    insert_listctrl_item
    ( atom list, atom index, sequence text, integer image )

    Category: wxListCtrl

    See Also: insert_list_column, list_imagelist, set_column_label, set_list_item_back_color, set_list_item_image



    Table of Contents

    [func]
    insert_list_column
    ( atom list, atom col, sequence text, integer format, integer width )

    Category: wxListCtrl

    See Also: insert_listctrl_item, list_imagelist, set_column_label, set_list_item_back_color, set_list_item_image



    Table of Contents

    [proc]
    list_imagelist
    ( atom list, atom il, integer which )

    Category: wxListCtrl

    See Also: insert_listctrl_item, insert_list_column, set_column_label, set_list_item_back_color, set_list_item_image



    Table of Contents

    [proc]
    set_column_label
    ( atom list, integer column, sequence text )

    Category: wxListCtrl

    Changes the label of the specified column (0-based).

    See Also: insert_listctrl_item, insert_list_column, list_imagelist, set_list_item_back_color, set_list_item_image



    Table of Contents

    [proc]
    set_list_item_back_color
    ( atom list, atom item, atom color )

    Category: wxListCtrl

    Sets the background color of a wxListCtrl item.

    See Also: insert_listctrl_item, insert_list_column, list_imagelist, set_column_label, set_list_item_image



    Table of Contents

    [proc]
    set_list_item_image
    ( atom list, integer item, integer image )

    Category: wxListCtrl

    Changes the image displayed for the item. You must have previously assigned a wxImageList to the list using list_imagelist().

    See Also: insert_listctrl_item, insert_list_column, list_imagelist, set_column_label, set_list_item_back_color