/* toggle selection state of active entry */ DoMethod(list,MUIM_List_Select,MUIV_List_Select_Active, MUIV_List_Select_Toggle,NULL); /* select all entries */ DoMethod(list,MUIM_List_Select,MUIV_List_Select_All, MUIV_List_Select_On,NULL);