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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 14:12:28 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AHandleBox
-------------------------
@@ -1,11 +1,11 @@
-= class Gtk::HandleBox
+= Gtk::HandleBox クラス
 The Gtk::HandleBox widget allows a portion of a window to be "torn off". It is a bin widget which displays its child and a handle that the user can drag to tear off a separate window (the float window) containing the child widget. A thin ghost is drawn in the original location of the handlebox. By dragging the separate window back to its original location, it can be reattached.
 
 When reattaching, the ghost and float window, must be aligned along one of the edges, the snap edge. This either can be specified by the application programmer explicitely, or Ruby/GTK will pick a reasonable default based on the handle position.
 
 To make detaching and reattaching the handlebox as minimally confusing as possible to the user, it is important to set the snap edge so that the snap edge does not move when the handlebox is deattached. For instance, if the handlebox is packed at the bottom of a Gtk::VBox, then when the handlebox is detached, the bottom edge of the handlebox's allocation will remain fixed as the height of the handlebox shrinks, so the snap edge should be set to Gtk::POS_BOTTOM.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -15,12 +15,18 @@
             * Gtk::Bin
               * Gtk::HandleBox
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::HandleBox.new
     Create a new handle box.
     * Returns: a new Gtk::HandleBox.  
 
-== Instance Methods
+== インスタンスメソッド
 --- handle_position
     Gets the handle position of the handle box. See Gtk::HandleBox#handle_position=.
     * Returns: the current handle position. 
@@ -64,7 +70,22 @@
     Gets a value indicating whether the handlebox's child is attached or detached.
     * Returns: true if child is detached.
 
-== Properties
+--- snap_edge_set=()
+    ((*要編集*))
+
+--- set_snap_edge_set()
+    ((*要編集*))
+
+--- snap_edge_set?()
+    ((*要編集*))
+
+== プロパティ
 --- handle-position: Integer (Read/Write)
     Position of the handle relative to the child widget
 
@@ -80,14 +95,38 @@
 --- snap-edge-set: true or false (Read/Write)
     Whether to use the value from the snap_edge property or a value derived from handle_position
 
-== Signals
+--- child-detached:
+    ((*要編集*))
+
+== シグナル
 --- child-attached: self, widget
      * self: Gtk::HandleBox
      * widget: the child widget of the handlebox. (this argument provides no extra information and is here only for backwards-compatibility) 
 
 --- child-dettached: self, widget
+    ((*存在しない?*))
+
      * self: Gtk::HandleBox
      * widget: the child widget of the handlebox. (this argument provides no extra information and is here only for backwards-compatibility) 
 
+--- child-detached:
+    ((*要編集*))
 
-((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
+* ((<Masao>))




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