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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 16:45:46 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3APaned
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Paned
+= Gtk::Paned クラス
 Gtk::Paned is the base class for widgets with two panes, arranged either horizontally (Gtk::HPaned) or vertically (Gtk::VPaned). Child widgets are added to the panes of the widget with Gtk::Paned#pack1 and Gtk::Paned#pack2. The division beween the two children is set by default from the size requests of the children, but it can be adjusted by the user.
 
 A paned widget draws a separator between the two child widgets and a small handle that the user can drag to adjust the division. It does not draw any relief around the children or around the separator. (The space in which the separator is called the gutter.) Often, it is useful to put each child inside a Gtk::Frame with the shadow type set to Gtk::SHADOW_IN so that the gutter appears as a ridge.
@@ -26,7 +26,7 @@
   
   Gtk.main 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -35,7 +35,13 @@
           * Gtk::Container
             * Gtk::Paned
 
-== Instance Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== インスタンスメソッド
 --- add1(child)
     Adds a child to the top or left pane with default parameters. This is equivalent to Gtk::Paned#pack1 (child, false, true).
     * child: the child to add
@@ -104,14 +110,50 @@
     Gets the value whether the child2 is shrinkable.
     * Returns: true if the child2 is shrinkable.
 
-== Properties
+--- max_position()
+    ((*要編集*))
+
+--- min_position()
+    ((*要編集*))
+
+--- cancel_position()
+    ((*要編集*))
+
+--- accept_position()
+    ((*要編集*))
+
+--- cycle_handle_focus()
+    ((*要編集*))
+
+--- move_handle()
+    ((*要編集*))
+
+--- toggle_handle_focus()
+    ((*要編集*))
+
+--- cycle_child_focus()
+    ((*要編集*))
+
+== プロパティ
 --- position: Integer (Read/Write)
     Position of paned separator in pixels (0 means all the way to the left/top)
 
 --- position-set: true or false (Read/Write)
     true if the Position property should be used
+
+--- max-position:
+    ((*要編集*))
+
+--- min-position:
+    ((*要編集*))
 
-== Signals
+== シグナル
 --- accept-position: paned
      * paned: Gtk::Paned
 --- cancel-position: paned
@@ -128,4 +164,42 @@
 --- toggle-handle-focus: paned
      * paned: Gtk::Paned
 
-((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* ((<Masao>))




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