[Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType
Posted: Sat Feb 17, 2024 10:22 am
When showing help for ListIconGadget with sub-section EventType, the following is shown:
I think the use of the@pb_eventtype_columnclick: a column title has been clicked. Use @getgadgetattributewith #PB_ListIcon_ClickedColumn to know which one has been clicked.
is an error. I think line is intended to be:@
#PB_EventType_ColumnClick: a column title has been clicked. Use GetGadgetAttribute with #PB_ListIcon_ClickedColumn to know which one has been clicked.