ruby-****@lists*****
ruby-****@lists*****
2003年 5月 23日 (金) 13:09:12 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3ACellEditable ------------------------- = module Gtk::CellEditable == module functions --- Gtk::CellEditable.start_editing(event) Begins editing on a cell_editable. event is the Gdk::Event that began the editing process. It may be nil, in the instance that editing was initiated through programatic means. * even: A Gdk::Event, or nil * Returns: self --- Gtk::CellEditable.editing_done Emits the "editing_done" signal. This signal is a sign for the cell renderer to update it's value from the cell. * Returns: self --- Gtk::CellEditable.remove_widget Emits the "remove_widget" signal. This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed. - ((<Masao>)) ------------------------- = module Gtk::CellEditable == module functions --- Gtk::CellEditable.start_editing(event) Begins editing on a cell_editable. event is the Gdk::Event that began the editing process. It may be nil, in the instance that editing was initiated through programatic means. * even: A Gdk::Event, or nil * Returns: self --- Gtk::CellEditable.editing_done Emits the "editing_done" signal. This signal is a sign for the cell renderer to update it's value from the cell. * Returns: self --- Gtk::CellEditable.remove_widget Emits the "remove_widget" signal. This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed. * Returns: self - ((<Masao>))