[ruby-gnome2-doc-cvs] [Hiki] update - Gtk::Window

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2005年 3月 22日 (火) 03:33:49 JST


-------------------------
REMOTE_ADDR = 218.114.126.13
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki        URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/ja/hiki.cgi?Gtk%3A%3AWindow
-------------------------
@@ -210,10 +210,10 @@
     * 戻り値:self
 
 --- iconify
-    Asks to iconify (i.e. minimize) the specified window. Note that you shouldn't assume the window is definitely iconified afterward, because other entities (e.g. the user or window manager) could deiconify it again, or there may not be a window manager in which case iconification isn't possible, etc. But normally the window will end up iconified. Just don't write code that crashes if not.
-    It's permitted to call this method before showing a window, in which case the window will be iconified before it ever appears onscreen.
-    You can track iconification via the "window_state_event" signal on Gtk::Widget.
-    * Returns: self
+    指定のウィンドウのアイコン化(例えば最小化など)を要求します。ウィンドウがこの後に確実にアイコン化されていることを仮定すべきではないということに注意して下さい。何故ならば他の要素(例えばユーザーやウィンドウマネージャなど)が再びアイコンから復元することができたり、アイコン化が不可能なウィンドウマネージャがあるかもしれないからです。しかし、通常はアイコン化された状態になります。そうでない場合にクラッシュするようなコードを書かないで下さい。
+    ウィンドウを表示する前にこのメソッドを呼び出すと、ウィンドウは画面上に現れる前にアイコン化されます。
+    アイコン化はGtk::Widget上で"window_state_event"シグナルによって追跡することができます。
+    * 戻り値:self
 
 --- deiconify
     Asks to deiconify (i.e. unminimize) the specified window. Note that you shouldn't assume the window is definitely deiconified afterward, because other entities (e.g. the user or window manager) could iconify it again before your code which assumes deiconification gets to run.





ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る