Skip to content

Instantly share code, notes, and snippets.

@Akkiesoft
Created January 10, 2014 04:08
Show Gist options
  • Save Akkiesoft/8346854 to your computer and use it in GitHub Desktop.
Save Akkiesoft/8346854 to your computer and use it in GitHub Desktop.
mikutterに単純なカレンダーのタブをいれるやつ
# -*- coding:utf-8 -*-
Plugin.create :mikutter_simplecalendar do
tab(:mikutter_simplecalendar, "シンプルカレンダー") do
# icon = File.expand_path(File.join(File.dirname(__FILE__), "calendar.png"))
# set_icon icon
expand
nativewidget Gtk::Calendar.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment