same_screen>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: same_screen>> ( object -- value )


Methods
USING: accessors classes.struct classes.struct.private math
x11.xlib ;

M: XButtonEvent same_screen>>
T{ struct-slot-spec
{ name "same_screen" }
{ offset 88 }
{ class fixnum }
{ initial 0 }
{ type Bool }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private math
x11.xlib ;

M: XCrossingEvent same_screen>>
T{ struct-slot-spec
{ name "same_screen" }
{ offset 88 }
{ class fixnum }
{ initial 0 }
{ type Bool }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private math
x11.xinput2.ffi x11.xlib ;

M: XIEnterEvent same_screen>>
T{ struct-slot-spec
{ name "same_screen" }
{ offset 128 }
{ class fixnum }
{ initial 0 }
{ type Bool }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private math
x11.xlib ;

M: XKeyEvent same_screen>>
T{ struct-slot-spec
{ name "same_screen" }
{ offset 88 }
{ class fixnum }
{ initial 0 }
{ type Bool }
} read-struct-slot ; inline


USING: accessors classes.struct classes.struct.private math
x11.xlib ;

M: XMotionEvent same_screen>>
T{ struct-slot-spec
{ name "same_screen" }
{ offset 88 }
{ class fixnum }
{ initial 0 }
{ type Bool }
} read-struct-slot ; inline