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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2005年 3月 25日 (金) 03:00:03 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
-------------------------
@@ -231,10 +231,10 @@
     * 戻り値:self
 
 --- maximize
-    Asks to maximize window, so that it becomes full-screen. Note that you shouldn't assume the window is definitely maximized afterward, because other entities (e.g. the user or window manager) could unmaximize it again, and not all window managers support maximization. But normally the window will end up maximized. 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 maximized when it appears onscreen initially.
-    You can track maximization via the "window_state_event" signal on Gtk::Widget.
-    * Returns: self
+    ウィンドウを最大化するように要求します。その結果としてフルスクリーンとなります。ウィンドウがこの後に確実に最大化されていることを仮定すべきではないということに注意して下さい。何故ならば他の要素(例えばユーザーやウィンドウマネージャなど)が再び最大化を解除することができたり、最大化が不可能なウィンドウマネージャがあるかもしれないからです。しかし、通常は最大化された状態になります。そうでない場合にクラッシュするようなコードを書かないで下さい。
+    ウィンドウを表示する前にこのメソッドを呼び出すことは許されます。その場合、ウィンドウは最初に表示されたときに最大化されます。
+    最大化についてはGtk::Widget上で"window_state_event"シグナルによって追跡することができます。
+    * 戻り値:self
 
 --- unmaximize
     Asks to unmaximize window. Note that you shouldn't assume the window is definitely unmaximized afterward, because other entities (e.g. the user or window manager) could maximize it again, and not all window managers honor requests to unmaximize. But normally the window will end up unmaximized. Just don't write code that crashes if not.





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