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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 8月 24日 (日) 01:39:16 JST


-------------------------
REMOTE_ADDR = 106.188.139.160
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AAssistant
-------------------------
@@ -1,13 +1,14 @@
-= class Gtk::Assistant
+= Gtk::Assistant クラス
 
 A Gtk::Assistant is a widget used to represent a generally complex
 operation splitted in several steps, guiding the user through its
 pages and controlling the page flow to collect the necessary
-data. ((<URL:http://developer.gnome.org/doc/API/2.0/gtk/assistant.png>))
+data. ((<URL:https://developer.gnome.org/gtk3/stable/assistant.png>))
 
 ((*Since 2.10*))
 
-== Object Hierarchy
+== オブジェクト階層
+
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -17,8 +18,15 @@
             * Gtk::Window
               * Gtk::Assistant
 
+== インクルードされているモジュール
 
-== Class Methods
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
+
 --- Gtk::Assistant.new()
     Creates a new Gtk::Assistant.
     ((*Since 2.10*))
@@ -26,7 +33,14 @@
     * Returns: a new Gtk::Assistant
 
 
-== Instance Methods
+== インスタンスメソッド
 --- current_page
     Returns the page number of the current page.
     ((*Since 2.10*))
@@ -46,7 +53,22 @@
       the number of pages in the assistant, nothing will be done.
     * Returns: page_num
 
+--- set_current_page()
+    ((*要編集*))
+
+--- n_pages()
+    ((*要編集*))
+
 --- get_n_pages
+    ((*存在しない?*))
+
     Returns the number of pages in the assistant.
     ((*Since 2.10*))
 
@@ -209,9 +224,27 @@
     ((*Since 2.10*))
 
     * Returns: self
+
+--- commit()
+    ((*要編集*))
 
 
-== Constants
+== 定数
 === GtkAssistantPageType
 A value determining the page role inside the assistant. It's
 used to handle buttons sensitivity and visibility.
@@ -242,7 +260,25 @@
     ((*Since 2.10*))
 
 
-== Signals
+== シグナル
 --- apply: self (run last)
     The "apply" signal is emitted when the apply button is clicked.
     The default behavior of the assistant is to switch to the
@@ -278,8 +296,27 @@
 
     * page: the current page
 
-== ChangeLog
+== 更新履歴
 
+* 2014-08-24 クラスのメンバ項目の存在チェック。リストから漏れているものを追加。 - ((<きたがわ>))
 * 2006-07-16: new widget binded and documented for 2.10. - ((<gc>))
 
 - ((<gc>))




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