wxControlWithItems_GetSelection =
function(this)
.Call("R_wxControlWithItems_GetSelection", this)
wxControlWithItems_Select =
function(this, n)
.Call("R_wxControlWithItems_Select", this, as.integer(n))
wxControlWithItems_SetSelection =
function(this, n)
.Call("R_wxControlWithItems_Select", this, as.integer(n))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.