プロジェクト

全般

プロフィール

バグ #953 » 0001-953.patch

Satoshi Okuno, 2017-05-28 15:43

差分を表示:

core/plugin/gtk/gtk.rb
# ==== Return
# ペイン(Gtk::Notebook)
def create_pane(i_pane)
pane = ::Gtk::Notebook.new
pane = ::Gtk::Notebook.new.set_scrollable(true)
@slug_dictionary.add(i_pane, pane)
pane.ssc('key_press_event'){ |widget, event|
Plugin::GUI.keypress(::Gtk::keyname([event.keyval ,event.state]), i_pane) }
(2-2/4)