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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AColorSelection
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::ColorSelection
+= Gtk::ColorSelection クラス
 The Gtk::ColorSelection is a widget that is used to select a color. It consists of a color wheel and number of sliders and entry boxes for color parameters such as hue, saturation, value, red, green, blue, and opacity. It is found on the standard color selection dialog box Gtk::ColorSelectionDialog.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -12,7 +12,13 @@
               * Gtk::VBox
                 * Gtk::ColorSelection
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::ColorSelection.new
     Creates a new Gtk::ColorSelection.
     * Returns: a new Gtk::ColorSelection 
@@ -28,8 +34,17 @@
     Encodes a palette as a string, useful for persistent storage.
     * colors: an array of colors(Gdk::Color). 
     * Returns: allocated string encoding the palette.  color palette string; the string is a colon-separated list of color names readable by Gdk::
+
+--- Gtk::ColorSelection.set_change_palette_hook()
+    ((*要編集*))
 
-== Instance Methods
+== インスタンスメソッド
 --- has_opacity_control?
     Determines whether the colorsel has an opacity control.
     * Returns: true if the colorsel has an opacity control. false if it does't. 
@@ -106,7 +115,16 @@
     Gets the current state of the colorsel.
     * Returns: true if the user is currently dragging a color around, and false if the selection has stopped. 
 
-== Properties
+== プロパティ
 --- current-alpha: Integer (Read/Write)
     The current opacity value (0 fully transparent, 65535 fully opaque)
 
@@ -119,9 +128,20 @@
 --- has-palette: true or false (Read/Write)
     Whether a palette should be used
 
-== Signals
+== シグナル
 --- color-changed: self
     This signal is emitted when the color changes in the Gtk::ColorSelection according to its update policy.
      * self: Gtk::ColorSelection
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-15 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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