Testing for Hyperlink Capabilities

Testing for Hyperlink Capabilities — Checking whether the library supports hyperlinks

Types and Values

Includes

#include <libchimara/glk.h>

Description

Before calling Glk hyperlink functions, you should use the gestalt selectors gestalt_Hyperlinks and gestalt_HyperlinkInput.

Functions

Types and Values

GLK_MODULE_HYPERLINKS

#define GLK_MODULE_HYPERLINKS

If you are writing a C program, you can perform a preprocessor test for the existence of GLK_MODULE_HYPERLINKS. If this is defined, so are all the functions and constants described in this section. If not, not.