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

Class Method Details

.authorized?Boolean

MoveWin.authorized?

Returns:

  • (Boolean)


47
# File 'ext/movewin/movewin_ext.c', line 47

VALUE MW_is_authorized(VALUE module);

.display_heightObject



43
# File 'lib/movewin.rb', line 43

def self.display_height; MoveWin.display_size[1]; end

.display_sizeObject

MoveWin.display_size



48
# File 'ext/movewin/movewin_ext.c', line 48

VALUE MW_display_size(VALUE module);

.display_widthObject

Individual accessors for display size components



42
# File 'lib/movewin.rb', line 42

def self.display_width;  MoveWin.display_size[0]; end

.windowsObject

MoveWin.windows



49
# File 'ext/movewin/movewin_ext.c', line 49

VALUE MW_windows(VALUE module);