[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::AboutDialog

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2005年 9月 2日 (金) 06:37:34 JST


-------------------------
REMOTE_ADDR = 83.76.32.39
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Gtk%3A%3AAboutDialog
-------------------------
@@ -45,64 +45,75 @@
 == Instance Methods
 --- name
     Gets the name of the program. If this is not set, it defaults to GLib.application_name. ((* Since 2.6 *))
-    * Returns: The name of the program 
+    * Returns: The name of the program (String)
 --- name=(name)
-    Sets the  name of the program. If this is not set, it defaults to GLib.application_name. ((* Since 2.6 *))
-    * name: The name of the program
+    Sets the name of the program. If this is not set, it defaults to GLib.application_name. ((* Since 2.6 *))
+    * name: The name of the program (String)
     * Returns: name
 --- set_name(name)
     Same as name=. ((* Since 2.6 *))
-    * name: The name of the program
+    * name: The name of the program (String)
     * Returns: self
 
 --- version
     Gets the version string. ((* Since 2.6 *))
-    * Returns: The version string
+    * Returns: The version (String)
 --- version=(version)
     Sets the version string. ((* Since 2.6 *))
-    * version: The version string
+    * version: The version (String)
     * Returns: version
 --- set_version(version)
     Same as version=. ((* Since 2.6 *))
-    * version: The version string
+    * version: The version (String)
     * Returns: self
 
 --- copyright
     Gets the copyright string.  ((* Since 2.6 *))
-    * Returns: copyright string
+    * Returns: copyright (String)
 --- copyright=(copyright)
     Sets the copyright string. This should be a short string of one or two lines. ((* Since 2.6 *))
-    * copyright: copyright string
+    * copyright: copyright (String)
     * Returns: copyright
 --- set_copyright(copyright)
     Same as copyright=. ((* Since 2.6 *))
-    * copyright: copyright string
+    * copyright: copyright (String)
     * Returns: self
 
 --- comments
     Gets the comments string. ((* Since 2.6 *))
-    * Returns: comments string
+    * Returns: comments (String)
 --- comments=(comments)
     Sets the comments string. This should be a short string of one or two lines. ((* Since 2.6 *))
-    * comments: comments string 
+    * comments: comments (String)
     * Returns: comments
 --- set_comments(comments)
     Same as comments=. ((* Since 2.6 *))
-    * comments: comments string
+    * comments: comments (String)
     * Returns: self
 
 --- license
     Gets the license information. ((* Since 2.6 *))
-    * Returns: The license information
+    * Returns: The license information (String)
 --- license=(license)
     Sets the license information to be displayed in the secondary license dialog. If license is nil, the license button is hidden. ((* Since 2.6 *))
-    * license: The license information
+    * license: The license information (String)
     * Returns: license
 --- set_license(license)
     Same as license=. ((* Since 2.6 *))
-    * license: The license information 
+    * license: The license information (String)
     * Returns: self
 
+--- wrap_license
+    Returns whether the license text in about is automatically wrapped. ((*Since 2.8*))
+--- wrap_license=(wrap_license)
+    Sets whether the license text in about is automatically wrapped. ((*Since 2.8*))
+    * wrap_license: whether to wrap the license (true or false)
+    * Returns: wrap_license
+--- set_wrap_license=(wrap_license)
+    Same as Gtk::AboutDialog#wrap_license=(wrap_license). ((*Since 2.8*))
+    * wrap_license: whether to wrap the license (true or false)
+    * Returns: self
+
 --- website
     Gets the website URL. ((* Since 2.6 *))
     * Returns: The website URL
@@ -218,6 +229,20 @@
 
 --- license: String (Read/Write)
     The license of the program ((* Since 2.6 *))
+
+--- wrap-license: true or false (Read/Write)
+    Whether to wrap the text in the license dialog. Default value: false. ((*Since 2.8*))
 
 --- logo: Gdk::Pixbuf (Read/Write)
     A logo for the about box. If this is not set, it defaults to Gtk::Window.default_icon_list ((* Since 2.6 *))





ruby-gnome2-cvs メーリングリストの案内
Back to archive index