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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 16:42:21 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AOptionMenu
-------------------------
@@ -1,9 +1,9 @@
-= class Gtk::OptionMenu
+= Gtk::OptionMenu クラス
 A Gtk::OptionMenu is a widget that allows the user to choose from a list of valid choices. The Gtk::OptionMenu displays the selected choice. When activated the Gtk::OptionMenu displays a popup Gtk::Menu which allows the user to make a new choice.
 
 Using a Gtk::OptionMenu is simple; build a Gtk::Menu, by calling Gtk::Menu.new, then appending menu items to it with Gtk::MenuShell#append. Set that menu on the option menu with Gtk::OptionMenu#menu=. Set the selected menu item with Gtk::OptionMenu#history=; connect to the "changed" signal on the option menu; in the "changed" signal, check the new selected menu item with Gtk::OptionMenu#history.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -14,12 +14,18 @@
               * Gtk::Button
                 * Gtk::OptionMenu
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::OptionMenu.new
     Creates a new Gtk::OptionMenu.
     * Returns: a new Gtk::OptionMenu.  
 
-== Instance Methods
+== インスタンスメソッド
 --- menu
     Returns the Gtk::Menu associated with the Gtk::OptionMenu.
     * Returns : the Gtk::Menu associated with the Gtk::OptionMenu.  
@@ -48,13 +54,20 @@
     * index: the index of the menu item to select. Index values are from 0 to n-1.  
     * Returns: self
 
-== Properties
+== プロパティ
 --- menu: Gtk::Menu (Read/Write)
     The menu of options.
 
-== Signals
+== シグナル
 --- changed: self
      * self: Gtk::OptionMenu
-
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* - ((<Masao>))




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