Created
May 30, 2012 10:23
-
-
Save ssov/2835345 to your computer and use it in GitHub Desktop.
STSのステータスを下に表示したいなあみたいな感じ
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
main = Gtk::VBox.new | |
timeline = Gtk::TimeLine.new | |
activity_shell = Gtk::Table.new(2, 2) | |
activity_description = Gtk::IntelligentTextview.new | |
main.pack_start(activity_shell.attach(timeline, 0, 1, 0, 1, Gtk::FILL|Gtk::SHRINK|Gtk::EXPAND, Gtk::FILL|Gtk::SHRINK|Gtk::EXPAND)). | |
closeup(activity_description) | |
plugin = Plugin::create(:friend_timeline) | |
Plugin.call(:mui_tab_regist, main, 'Home Timeline', MUI::Skin.get("timeline.png")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment