glgui modal set! - part-cw/lambdanative GitHub Wiki
(glgui-modal-set! v)
This function toggles display and input for all widgets with modal flags set to true. In modal mode all modal widgets are active, while normal non-modal widgets remain visible but do not take input.
Parameter | Description |
---|---|
v | Turn modal mode on (#t ) or off (#f ) |
Example
(glgui-modal-set! #t)