module Webview

Overview

Crystal bindings for zserge's Webview which is an excellent cross-platform single header webview library for C/C++ using Gtk, Cocoa or MSHTML repectively.

Defined in:

lib.cr
webview.cr

Constant Summary

VERSION = "0.2.2"

Class Method Summary

Class Method Detail

def self.version #

Get the library's version information.


[View source]
def self.window(width, height, hint, title, url, debug = false) #

[View source]