Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const htmlBuffer = new GtkSource.Buffer();
  2. const messagehtml = new GtkSource.View(htmlBuffer);
  3. const webView = new Webkit.WebView({ vexpand: true });
  4.  
  5. htmlBuffer.connect('changed', upDateWebView);
Add Comment
Please, Sign In to add comment