Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in yeti_gist_gui.i - G
GG_FLAT
|
gg_get_relief(value);
Get value (as a scalar integer) of relief setting. If VALUE is nil,
the value of keyword DEFVALUE is returned; otherwise, VALUE must be
one of:
0 GG_FLAT "flat"
1 GG_SOLID "solid"
2 GG_SUNKEN "sunken"
3 GG_RAISED "raised"
4 GG_GROOVE "groove"
5 GG_RIDGE "ridge"
Keyword NAME can be used to set the name of the parameter for error
message.
keyword, defined at contrib/yeti_gist_gui.i line 1489
|
SEE
|
ALSO,
gg_get_color,,
gg_get_font,,
gg_get_integer,,
gg_get_real,
|
GG_ONE_POINT
|
GG_ONE_POINT -- one point in NDC units;
-or- GG_ONE_INCH -- one inch in NDC units;
-or- gg_one_pixel(dpi) -- get pixel size in NDC units given the
resolution in pixels per inch. */
keyword, defined at contrib/yeti_gist_gui.i line 347
|
|