ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 20:58:15 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellRendererProgress ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::CellRendererProgress += Gtk::CellRendererProgress クラス Gtk::CellRendererProgress renders numbers as progress bars. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -9,12 +9,12 @@ * Gtk::CellRenderer * Gtk::CellRendererProgress -== Class Methods +== クラスメソッド --- Gtk::CellRendererProgress.new Creates a new Gtk::CellRendererProgress. ((*Since 2.6*)) * Returns: the new Gtk::CellRendererProgress -== Instance Methods +== インスタンスメソッド --- text Gets the String on the progress bar. ((*Since 2.6*)) * Returns: the String on the progress bar @@ -39,7 +39,43 @@ * value: The percentage(Integer) to which the progress bar will be "filled in" * Returns: self -== Properties +--- orientation=() + ((*要編集*)) + +--- set_orientation() + ((*要編集*)) + +--- orientation() + ((*要編集*)) + +--- text_yalign=() + ((*要編集*)) + +--- set_text_yalign() + ((*要編集*)) + +--- text_yalign() + ((*要編集*)) + +--- text_xalign=() + ((*要編集*)) + +--- set_text_xalign() + ((*要編集*)) + +--- text_xalign() + ((*要編集*)) + +--- pulse=() + ((*要編集*)) + +--- set_pulse() + ((*要編集*)) + +--- pulse() + ((*要編集*)) + +== プロパティ --- text: String (Read/Write) The "text" property determines the label which will be drawn over the progress bar. Setting this property to NULL causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed. ((*Since 2.6*)) * Default value: nil @@ -49,6 +85,54 @@ * Allowed values: [0,100] * Default value: 0 -== ChangeLog -* 2005-05-05 Added - ((<Masao>)) +--- orientation: + ((*要編集*)) +--- text-yalign: + ((*要編集*)) + +--- text-xalign: + ((*要編集*)) + +--- pulse: + ((*要編集*)) + +== 更新履歴 +* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>)) +* 2005-05-05 Added - ((<Masao>))