ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 21:14:50 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACellRendererText ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::CellRendererText += Gtk::CellRendererText クラス The Gtk::CellRendererText is used for rendering a cell to a Gdk::Drawable with texts. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -9,12 +9,12 @@ * Gtk::CellRenderer * Gtk::CellRendererText -== Class Methods +== クラスメソッド --- Gtk::CellRendererText.new Creates a new Gtk::CellRendererText. Adjust how text is drawn using object properties. Object properties can be set globally (with GLib::Object#set_property). Also, with Gtk::TreeViewColumn, you can bind a property to a value in a Gtk::TreeModel. For example, you can bind the "text" property on the cell renderer to a string value in the model, thus rendering a different string in each row of the Gtk::TreeView. * Returns : the new cell renderer -== Instance Methods +== インスタンスメソッド --- attributes Returns the attribute list. * Returns: Pango::AttrList @@ -416,7 +416,106 @@ * value: true if weight property is enabled. * Returns: self -== Properties +--- align_set=() + ((*要編集*)) + +--- set_align_set() + ((*要編集*)) + +--- align_set?() + ((*要編集*)) + +--- ellipsize_set=() + ((*要編集*)) + +--- set_ellipsize_set() + ((*要編集*)) + +--- ellipsize_set?() + ((*要編集*)) + +--- language_set=() + ((*要編集*)) + +--- set_language_set() + ((*要編集*)) + +--- language_set?() + ((*要編集*)) + +--- underline_set=() + ((*要編集*)) + +--- set_underline_set() + ((*要編集*)) + +--- underline_set?() + ((*要編集*)) + +--- wrap_mode=() + ((*要編集*)) + +--- set_wrap_mode() + ((*要編集*)) + +--- wrap_mode() + ((*要編集*)) + +--- ellipsize=() + ((*要編集*)) + +--- set_ellipsize() + ((*要編集*)) + +--- ellipsize() + ((*要編集*)) + +--- language=() + ((*要編集*)) + +--- set_language() + ((*要編集*)) + +--- language() + ((*要編集*)) + +--- alignment=() + ((*要編集*)) + +--- set_alignment() + ((*要編集*)) + +--- alignment() + ((*要編集*)) + +--- wrap_width=() + ((*要編集*)) + +--- set_wrap_width() + ((*要編集*)) + +--- wrap_width() + ((*要編集*)) + +--- width_chars=() + ((*要編集*)) + +--- set_width_chars() + ((*要編集*)) + +--- width_chars() + ((*要編集*)) + +--- single_paragraph_mode=() + ((*要編集*)) + +--- set_single_paragraph_mode() + ((*要編集*)) + +--- single_paragraph_mode?() + ((*要編集*)) + +== プロパティ --- attributes: Pango::AttrList (Read/Write) A list of style attributes to apply to the text of the renderer @@ -518,12 +617,143 @@ --- weight-set: true or false (Read/Write) Whether this tag affects the font weight + +--- align-set: + ((*要編集*)) + +--- ellipsize-set: + ((*要編集*)) + +--- language-set: + ((*要編集*)) + +--- wrap-mode: + ((*要編集*)) + +--- ellipsize: + ((*要編集*)) + +--- language: + ((*要編集*)) + +--- alignment: + ((*要編集*)) + +--- wrap-width: + ((*要編集*)) + +--- width-chars: + ((*要編集*)) + +--- single-paragraph-mode: + ((*要編集*)) -== Signals +== シグナル --- edited: self * self: Gtk::CellRendererText -== See Also +== 関連ページ Pango::FontDescription, Pango::Font -- ((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>)) +* - ((<Masao>))