ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 24日 (日) 23:40:27 JST
------------------------- REMOTE_ADDR = 210.249.204.119 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3ACellEditable ------------------------- = module Gtk::CellEditable - == Module Functions + == Instance Methods --- 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>))