ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 29日 (火) 15:09:05 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 ------------------------- @@ -56,6 +56,26 @@ * str: markup string (see Pango markup format) * 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*)) + * text: a String, or nil + * Returns: text +--- set_secondary_text(text) + Same as secondary_text=. ((*Since 2.6*)) + * text: a String, or nil + * Returns: self + +--- 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 + * Returns: markup +--- set_secondary_markup(markup) + Same as secondary_markup=. ((*Since 2.6*)) + * markup: a String, or nil + * Returns: self + == Constants === GtkButtonsType Prebuilt sets of buttons for the dialog. If none of these choices are appropriate. @@ -90,5 +110,27 @@ --- message-type: Integer (Read/Write) The type of message +== ChangeLog +* 2005-03-29 Added methods of 2.6 - ((<Masao>)) * 2004-05-25 Added methods of 2.4 - ((<Masao>)) * 2003-04-03 Initial upload - ((<Masao>))