ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 20:28:37 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellLayout ------------------------- @@ -1,10 +1,10 @@ -= module Gtk::CellLayout += Gtk::CellLayout モジュール Gtk::CellLayout is an interface to be implemented by all objects which want to provide a Gtk::TreeViewColumn-like API for packing cells, setting attributes and data funcs. -== Included Modules +== インクルードされているモジュール * GLib::Interface -== Instance Methods +== インスタンスメソッド --- pack_start(cell, expand) Packs the cell into the beginning of cell_layout. If expand is false, then the cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is true. ((*Since 2.4*)) * cell: A Gtk::CellRenderer @@ -56,6 +56,6 @@ Clears all existing attributes previously set with Gtk::CellLayout.set_attributes. * cell: A Gtk::CellRenderer to clear the attribute mapping on. ((*Since 2.4*)) * Returns: self - --((<Masao>)) +== 更新履歴 +* -((<Masao>))