Skip to content

Instantly share code, notes, and snippets.

@ssov
Created May 30, 2012 10:23
Show Gist options
  • Save ssov/2835345 to your computer and use it in GitHub Desktop.
Save ssov/2835345 to your computer and use it in GitHub Desktop.
STSのステータスを下に表示したいなあみたいな感じ
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