wxwidgets - How to get specific cell content in wxListCtrl -
as title said, can give me simple example how specific cell's content in wxlistctrl.
for example, build wxlistctrl list, there may 3 columns. when right click or double click on 1 row, should popup message box give me content in third column of selected row?
use wxlistctrl::getitemtext() retrieve contents of cell.
Comments
Post a Comment