ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 29日 (火) 17:37:56 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3AMessageDialog ------------------------- @@ -48,17 +48,17 @@ * Returns: self. --- markup=(markup) - Sets the text of the message dialog to be str, which is marked up with the Pango text markup language. ((* Since 2.4 *)) - * str: markup string (see Pango markup format) + Sets the text of the message dialog to be str, which is marked up with the ((<Pango text markup language|pango-markup>)). ((* Since 2.4 *)) + * markup: markup string (see ((<Pango text markup language|pango-markup>))) * Returns: markup --- set_markup(markup) Same as markup=. ((* Since 2.4 *)) - * str: markup string (see Pango markup format) + * markup: markup string (see ((<Pango text markup language|pango-markup>))) * Returns: self --- secondary_text=(text) Sets the secondary text of the message dialog. - Note that setting a secondary text makes the primary text become bold, unless you have provided explicit markup. ((*Since 2.6*)) + Note that setting a secondary text makes the primary text become bold, unless you have provided explicit markup. ((*Since 2.6*)) * text: a String, or nil * Returns: text --- set_secondary_text(text) @@ -69,11 +69,11 @@ --- secondary_markup=(markup) Sets the secondary text of the message dialog which is marked up with the ((<Pango text markup language|pango-markup>)). Note that setting a secondary text makes the primary text become bold, unless you have provided explicit markup. ((*Since 2.6*)) - * markup: a String, or nil + * markup: markup string (see ((<Pango text markup language|pango-markup>))) or nil * Returns: markup --- set_secondary_markup(markup) - Same as secondary_markup=. ((*Since 2.6*)) - * markup: a String, or nil + Same as secondary_markup=. ((*Since 2.6*)) + * markup: markup string (see ((<Pango text markup language|pango-markup>))) or nil * Returns: self == Constants