wxListView_GetFirstSelectedItem =
function(this)
{
.Call("R_wxListView_GetFirstSelectedItem", this)
}
wxListView_GetNextSelectedItem =
function(this, item)
{
.Call("R_wxListView_GetNextSelectedItem", this, as.numeric(item))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.