WxListCtrl item select

jjuiddong
이동: 둘러보기, 찾기
// Deselect item (wxLIST_STATE_FOCUSED - dotted border)
wxListCtrl->SetItemState(item, 0, wxLIST_STATE_SELECTED|wxLIST_STATE_FOCUSED);
 
// Select item
wxListCtrl->SetItemState(item, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
개인 도구
이름공간

변수
행위
둘러보기
도구모음