ruby-****@sourc*****
ruby-****@sourc*****
2004年 5月 13日 (木) 17:18:04 JST
------------------------- REMOTE_ADDR = 128.88.255.106 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp//?Gdk%3A%3AEventWindowState ------------------------- = class Gdk::EventWindowState Generated when the state of a toplevel window changes. == Object Hierarchy * Object * GLib::Boxed * Gdk::Event * Gdk::EventAny * Gdk::EventWindowState == Instance Methods --- changed_mask Gets the mask specifying what flags have changed. * Returns: the mask specifying what flags have changed. (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) --- changed_mask=(mask) Sets the mask specifying what flags have changed. * mask: the mask specifying what flags have changed. (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) * Returns: mask --- set_changed_mask(mask) Same as changed_mask=. * mask: the mask specifying what flags have changed. (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) * Returns: self --- new_window_state Gets the new window state, a combination of (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) bits. * Returns: the new window state, a combination of (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) bits. --- new_window_state=(state) Sets the new window state, a combination of (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) bits. * state: the new window state, a combination of (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) bits. * Returns: state --- set_new_window_state(state) Same as new_window_state=. * state: the new window state, a combination of (((<GdkWindowState|Gdk::EventWindowState#GdkWindowState>))) bits. * Returns: self == Constants === GdkWindowState Specifies the state of a toplevel window. --- WITHDRAWN The window is not shown. --- ICONIFIED The window is minimized. --- MAXIMIZED The window is maximized. --- STICKY The window is sticky. --- FULLSCREEN The window is maximized without decorations. --- ABOVE The window is kept above other windows. --- BELOW The window is kept below other windows. - ((<Masao>))