ruby-****@sourc*****
ruby-****@sourc*****
2004年 5月 13日 (木) 10:43:25 JST
------------------------- REMOTE_ADDR = 128.88.255.106 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gdk%3A%3AEventConfigure ------------------------- = class Gdk::EventConfigure Generated when a window size or position has changed. == Object Hierarchy * Object * GLib::Boxed * Gdk::Event * Gdk::EventAny * Gdk::EventConfigure == Instance Methods --- x Gets the new x coordinate of the window, relative to its parent. * Returns: the new x coordinate of the window. --- x=(val) Sets the new x coordinate of the window, relative to its parent. * val: the new x coordinate of the window. * Returns: x --- set_x(val) Same as x=. * val: the new x coordinate of the window. * Returns: self --- y Gets the new y coordinate of the window, relative to its parent. * Returns: the new y coordinate of the window. --- y=(val) Sets the new y coordinate of the window, relative to its parent. * val: the new y coordinate of the window. * Returns: y --- set_y(val) Same as y=. * val: the new y coordinate of the window. * Returns: self --- width Gets the new width of the window. * Returns: the new width of the window. --- width=(val) Sets the new width of the window. * val: the new width of the window. * Returns: val --- set_width(val) Same as width=. * val: the new width of the window. * Returns: self --- height Gets the new height of the window. * Returns: the new height of the window. --- height=(val) Sets the new height of the window. * val: the new height of the window. * Returns: val --- set_height(val) Same as height=. * val: the new height of the window. * Returns: self -((<Masao>))