バグ #953 » 0001-953.patch
core/plugin/gtk/gtk.rb | ||
---|---|---|
529 | 529 |
# ==== Return |
530 | 530 |
# ペイン(Gtk::Notebook) |
531 | 531 |
def create_pane(i_pane) |
532 |
pane = ::Gtk::Notebook.new |
|
532 |
pane = ::Gtk::Notebook.new.set_scrollable(true)
|
|
533 | 533 |
@slug_dictionary.add(i_pane, pane) |
534 | 534 |
pane.ssc('key_press_event'){ |widget, event| |
535 | 535 |
Plugin::GUI.keypress(::Gtk::keyname([event.keyval ,event.state]), i_pane) } |