drawable>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: drawable>> ( object -- value )


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

M: XGraphicsExposeEvent drawable>>
T{ struct-slot-spec
{ name "drawable" }
{ offset 32 }
{ class integer }
{ initial 0 }
{ type Drawable }
} read-struct-slot ; inline


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

M: XNoExposeEvent drawable>>
T{ struct-slot-spec
{ name "drawable" }
{ offset 32 }
{ class integer }
{ initial 0 }
{ type Drawable }
} read-struct-slot ; inline