ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 29日 (火) 19:20:27 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%3ALabel ------------------------- @@ -31,7 +31,7 @@ label = Gtk::Label.new label.set_markup("<small>Small text</small>") -(See complete documentation of available tags in the Pango manual.) +(See complete documentation of available tags in the ((<Pango Text Attribute Markup Language|pango-mark)>)). The markup passed to Gtk::Label#set_markup() must be valid; for example, literal </>/& characters must be escaped as <, >, and &. If you pass text obtained from the user, file, or a network to Gtk::Label#set_markup(), you'll want to escape it with GLib::Markup.escape_text(not implemented yet).