OSDN Git Service

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