HUGOPTIONS

HUGOPTIONS("option")
Type: directive
This function influences the behavior of the HUG library. Per invocation only one option can be set. The following options are recognized:
"TABLE x y" - define a table as layer for the ATTACH function
"BASEXFTDPI x" - define the default font dpi for the current desktop. Default: 96
"SCALING" - the created GUI should be scaled to fit the desktop font (default)
"NOSCALING" - undo the scaling of the GUI
"WIDGET_SHOW x" - by default show widgets at creation (1) or not (0). Default: 1
"FONT name$" - default font for all the widgets. Example: "FONT Arial 12"
"CANVAS type$" - define canvas type (GL, GLAREA, GLEXT, GOO or GTK). The option GL tries to autodetect a suitable library. Example: "CANVAS GL"
"GL_FREEZE x" – automatically update the GL canvas (0), or not (1). Enabling this option will achieve better performance. Default: 0
