ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 11日 (土) 22:16:54 JST
------------------------- REMOTE_ADDR = 84.220.103.228 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3AMozEmbed ------------------------- @@ -120,6 +120,9 @@ * Returns: self. --- open_stream(base_uri, mime_type) + + Bug: don't call this method if the widget is hidden. + This method sould be called to visualize self feeded html. The base_uri must be a valid base uri, this should contain the protocol name and the path separated by a colon. @@ -151,6 +154,12 @@ * Returns: the object itself. --- render_data(data, base_uri, mime_type) + + Bug: don't call this method if the widget is hidden. + This function will allow you to take a chunk of random data and render it into the Gtk::MozEmbed window. See also Gtk::MozEmbed#open_stream, Gtk::MozEmbed#append_data and