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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 18:26:28 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AAboutDialog
-------------------------
@@ -1,11 +1,11 @@
-= class Gtk::AboutDialog
+= Gtk::AboutDialog クラス
 The Gtk::AboutDialog offers a simple way to display information about a program like its logo, name, copyright, website and license. It is also possible to give credits to the authors, documenters, translators and artists who have worked on the program. An about dialog is typically opened when the user selects the About option from the Help menu. All parts of the dialog are optional.
 
 About dialog often contain links and email addresses. Gtk::AboutDialog supports this by offering global hooks, which are called when the user clicks on a link or email address, see Gtk::AboutDialog.set_email_hook and Gtk::AboutDialog.set_url_hook. Email addresses in the authors, documenters and artists properties are recognized by looking for <user @ host>, URLs are recognized by looking for http://url, with url extending to the next space, tab or line break.
 
 To make constructing a Gtk::AboutDialog as convenient as possible, you can use the function Gtk::AboutDialog.show which constructs and shows a dialog and keeps it around so that it can be shown again. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -17,7 +17,13 @@
                 * Gtk::Dialog
                   * Gtk::AboutDialog
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::AboutDialog.new
     Creates a new Gtk::AboutDialog. ((* Since 2.6 *))
     * Returns: a newly created Gtk::AboutDialog
@@ -42,15 +48,27 @@
       * prop => value: a property name(Symbol or String) and the value.
     * Returns: self
 
-== Instance Methods
+== インスタンスメソッド
 --- name
+    ((*上位クラス(ancestors)のページに要移動?*))
+
     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 (String)
 --- name=(name)
+    ((*上位クラス(ancestors)のページに要移動?*))
+
     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)
+    ((*上位クラス(ancestors)のページに要移動?*))
+
     Same as Gtk::AboutDialog#name=. ((* Since 2.6 *))
     * name: The name of the program (String)
     * Returns: self
@@ -104,12 +116,28 @@
     * 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
@@ -210,8 +226,39 @@
     * logo_icon_name: An icon name
     * Returns: self
 
+--- set_wrap_license()
+    ((*要編集*))
 
-== Properties
+--- wrap_license?()
+    ((*要編集*))
+
+--- program_name=()
+    ((*要編集*))
+
+--- set_program_name()
+    ((*要編集*))
+
+--- program_name()
+    ((*要編集*))
+
+
+== プロパティ
 --- artists: Array (Read/Write)
     Array of people who have contributed artwork to the program ((* Since 2.6 *))
 
@@ -244,6 +275,39 @@
     * Default value: nil
 
 --- name: String (Read/Write)
+    ((*上位クラス(ancestors)のページに要移動?*))
+
     The name of the program. If this is not set, it defaults to GLib.application_name ((* Since 2.6 *))
     * Default value: nil
 
@@ -266,7 +299,48 @@
 --- wrap-license: true of false (Read/Write)
     Whether to wrap the text in the license dialog. ((* Since 2.8 *))
     * Default value: false
+
+--- program-name:
+    ((*要編集*))
+
+== シグナル
+--- activate-link:
+    ((*要編集*))
 
-== ChangeLog
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目の存在チェック("存在しない?"or"上位クラスのページに要移動?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
 * 2005-09-18 Added GTK+-2.8 methods/properties - ((<Masao>))
 * 2005-05-05 Added - ((<Masao>))




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