ruby-****@sourc*****
ruby-****@sourc*****
2014年 9月 7日 (日) 17:22:16 JST
------------------------- REMOTE_ADDR = 106.188.27.255 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AColorSelection ------------------------- @@ -117,6 +117,36 @@ 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. +--- previous_rgba=() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + +--- set_previous_rgba() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + +--- previous_rgba() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + +--- current_rgba=() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + +--- set_current_rgba() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + +--- current_rgba() + ((*要編集*)) + + ((*Ruby/GTK3 only*)) + == プロパティ --- current-alpha: Integer (Read/Write) The current opacity value (0 fully transparent, 65535 fully opaque) @@ -129,6 +159,41 @@ --- has-palette: true or false (Read/Write) Whether a palette should be used + +--- current-rgba: + ((*要編集*)) + + ((*Ruby/GTK3 only*)) == シグナル --- color-changed: self @@ -136,6 +171,41 @@ * self: Gtk::ColorSelection == 更新履歴 -* 2014-09-07 クラスの説明文を翻訳、更新。 - ((<きたがわ>)) +* 2014-09-07 クラスの説明文を翻訳、更新。Ruby/GTK3関連の情報を追加 - ((<きたがわ>)) * 2014-06-15 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>)) * - ((<Masao>))