[ruby-gnome2-doc-cvs] [Hiki] update - Gtk::MozEmbed

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2005年 3月 17日 (木) 21:06:32 JST


-------------------------
REMOTE_ADDR = 84.220.101.75
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki        URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3AMozEmbed
-------------------------
@@ -30,12 +30,7 @@
 
 --- Gtk::MozEmbed.set_comp_path(path)
     You should call this method before the constructor. 
-    The path should be something like /usr/lib/mozilla or
-    /usr/lib/mozilla-firefox depending on your installation and
-    distribution.
-    FIXME - Not sure if this is needed, perhaps we should call this
-    inside Init_gtkmozembed() and set the value at compile time
-    before initializing XPCOM.
+    The path should be set to the value of the MOZILLA_FIVE_HOME environment variable if present.
     * path: the mozilla component path (String).  
     * Returns: nil.
 
@@ -52,8 +47,2 @@
 --- append_data(data)
     You should feed data to the rendering stream via this method.
     The data should be in the mime format if you want to send some
-    self drawn PNG or JPEG data from a Pixbuf please see:
-    http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gdk%3A%3APixbuf#save_to_buffer
+    self drawn PNG or JPEG data from a Pixbuf please see: Gdk::Pixbuf#save_to_buffer
     * data: The data do be added to the rendering stream (String).  
     * Returns: self.
 
@@ -222,7 +216 @@
 
 --- js_status: self
 
-This signal is raised when an ECMAScript message needs to be displayed. See also Gtk::MozEmbed#js_status.
+This signal is raised when an JavaScript/ECMAScript message needs to be displayed. See also Gtk::MozEmbed#js_status.
 
 --- location: self
 
@@ -247,14 +241,7 @@
 
 This signal is raised when the widget starts to load a page asincronously.
 
-
 --- net_stop: self
 
 This signal is raised when the widget has finished to load a page asincronously.
 
 --- new_window: self, ?, ?
 
-The current page has requested to open a new window... don't know if this is supported right now.
+DON'T BIND THIS SIGNAL. The new-window event should be handled via the Gtk::MozEmbed#on_new_window and Gtk::MozEmbed#no_new_window methods.
 
 --- visibility: self, visibility
 
@@ -278,5 +271,-2 @@
 ((<Gtk>)), ((<GtkEmbedding on mozilla.org|URL:http://www.mozilla.org/unix/gtk-embedding.html>)).
 
 == ChangeLog
-
+* 2005-03-17 ((<MirkoMaischberger>)) (added #render_data, #open_stream, #append_data, #close_stream, #on_new_window)
 * 2005-02-20 ((<MirkoMaischberger>)) 





ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index