バグ #953 » 0001-953.patch
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) }
|