Handbook
Glossary
descent>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
descent>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
x11.xlib
;
M:
XCharStruct
descent>>
T{
struct-slot-spec
{
name
"descent"
}
{
offset 8
}
{
class
fixnum
}
{
initial 0
}
{
type
short
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
x11.xlib
;
M:
XFontStruct
descent>>
T{
struct-slot-spec
{
name
"descent"
}
{
offset 92
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
cairo.ffi
classes.struct
classes.struct.private
math
;
M:
cairo_font_extents_t
descent>>
T{
struct-slot-spec
{
name
"descent"
}
{
offset 8
}
{
class
float
}
{
initial 0.0
}
{
type
double
}
}
read-struct-slot
;
inline
USING:
accessors
slots.private
ui.baseline-alignment.private
;
M:
gadget-metrics
descent>>
4
slot
;
inline
USING:
accessors
fonts
slots.private
;
M:
metrics
descent>>
4
slot
;
inline