Last active
August 29, 2015 14:05
-
-
Save shibafu528/59f913cd27624e39e2f2 to your computer and use it in GitHub Desktop.
forked from toshia/mikutter-kancolle https://github.com/toshia/mikutter-kancolle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
require "webkit-gtk2" | |
Plugin.create(:nijiru) do | |
tab(:nijiru, "鳥") do | |
view = WebKitGtk2::WebView.new | |
view.load_uri("http://detteiu.net/nijiru/") | |
nativewidget view.show_all | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment