Class: X11::Form::EnterLeaveNotify

Inherits:
InputEvent show all
Defined in:
lib/X11/form.rb

Direct Known Subclasses

EnterNotify, LeaveNotify

Constant Summary

Constants included from Type

Type::BackingStore, Type::BitGravity, Type::Bitmask, Type::Colormap, Type::Colornum, Type::Cursor, Type::Drawable, Type::Font, Type::Fontable, Type::Gcontext, Type::KeyCode, Type::Keysym, Type::Mask, Type::Pixmap, Type::Signifigance, Type::Timestamp, Type::VisualID, Type::WinGravity, Type::Window

Instance Method Summary collapse

Methods inherited from BaseForm

field, fields, from_packet, #initialize, structs, #to_packet, unused

Methods inherited from Form

fields, structs

Constructor Details

This class inherits a constructor from X11::Form::BaseForm

Instance Method Details

#focusObject



970
# File 'lib/X11/form.rb', line 970

def focus = same_screen_or_focus.anybit?(0x01)

#same_screenObject



969
# File 'lib/X11/form.rb', line 969

def same_screen = same_screen_or_focus.anybit?(0x02)