예제 #1
0
bool wxWebViewWebKit::CanPaste() const
{
    return webkit_web_view_can_paste_clipboard(WEBKIT_WEB_VIEW(web_view));
}
예제 #2
0
bool wxWebViewWebKit::CanPaste() const
{
    return webkit_web_view_can_paste_clipboard(m_web_view);
}