Handbook
Glossary
window-controls>func-flags ( -- value )
Vocabulary
ui
.
backend
.
gtk2
Inputs
None
Outputs
value
an
object
Definition
USING:
ui.gadgets.worlds
;
IN:
ui.backend.gtk2
CONSTANT:
window-controls>func-flags
H{
{
resize-handles
2
}
{
close-button
32
}
{
maximize-button
16
}
{
textured-background
0
}
{
normal-title-bar
0
}
{
small-title-bar
0
}
{
dialog-window
0
}
{
minimize-button
8
}
}
inline