Module: MoveWin
- Defined in:
- lib/movewin.rb,
ext/movewin/movewin_ext.c
Defined Under Namespace
Classes: Window
Constant Summary collapse
- VERSION =
'1.2'
Class Method Summary collapse
-
.authorized? ⇒ Boolean
MoveWin.authorized?.
- .display_height ⇒ Object
-
.display_size ⇒ Object
MoveWin.display_size.
-
.display_width ⇒ Object
Individual accessors for display size components.
-
.windows ⇒ Object
MoveWin.windows.
Class Method Details
.authorized? ⇒ Boolean
MoveWin.authorized?
47 |
# File 'ext/movewin/movewin_ext.c', line 47 VALUE (VALUE module); |
.display_height ⇒ Object
43 |
# File 'lib/movewin.rb', line 43 def self.display_height; MoveWin.display_size[1]; end |
.display_size ⇒ Object
MoveWin.display_size
48 |
# File 'ext/movewin/movewin_ext.c', line 48 VALUE MW_display_size(VALUE module); |
.display_width ⇒ Object
Individual accessors for display size components
42 |
# File 'lib/movewin.rb', line 42 def self.display_width; MoveWin.display_size[0]; end |
.windows ⇒ Object
MoveWin.windows
49 |
# File 'ext/movewin/movewin_ext.c', line 49 VALUE MW_windows(VALUE module); |