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

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 18:34:02 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATooltips
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Tooltips
+= Gtk::Tooltips クラス
 Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.
 
 An individual tooltip belongs to a group of tooltips. A group is created with a call to Gtk::Tooltips.new. Every tooltip in the group can then be turned off with a call to Gtk::Tooltips#disable and enabled with Gtk::Tooltips#enable.
@@ -12,14 +12,14 @@
 
 Information about the tooltip (if any) associated with an arbitrary widget can be retrieved using Gtk::Tooltips.get_data.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
       * Gtk::Object
         * Gtk::Tooltips
 
-== Class Methods
+== クラスメソッド
 --- Gtk::Tooltips.new
     Creates an empty group of tooltips. This method initialises a Gtk::Tooltips structure. Without at least one such structure, you can not add tips to your application.
     * Returns : a new Gtk::Tooltips group for you to use.  
@@ -29,7 +29,10 @@
     * widget: a Gtk::Widget. 
     * Returns: [widget, tip_text, tip_private], or nil if the widget has no tooltip.  
 
-== Instance Methods
+--- Gtk::Tooltips.get_info()
+    ((*要編集*))
+
+== インスタンスメソッド
 --- disable
     Causes all tooltips in tooltips to become inactive. Any widgets that have tips associated with that group will no longer display their tips until they are enabled again with Gtk::Tooltips#enable.
     * Returns: self
@@ -48,8 +51,12 @@
     Ensures that the window used for displaying the given tooltips is created.
     Applications should never have to call this method, since GTK+ takes care of this.
 
-== See Also
+== 関連ページ
 * Gtk::Toolbar - Create groups of widgets with their own tooltips.
-
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index