home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
print
/
pmenv
/
help.rc
< prev
next >
Wrap
Text File
|
1994-02-03
|
1KB
|
31 lines
/*****************************************************************/
/* Help Table Definition */
/* */
/* The main help table is defined including the window for which */
/* help will be displayed, the help subtable which references */
/* the help panels and the panel id for the extended help panel */
/*****************************************************************/
#define EXTENDED_HELP_PANEL_ID 1
#define SUBTABLE_DLG 2
HELPTABLE DID_DLG
BEGIN
HELPITEM DID_DLG, SUBTABLE_DLG, EXTENDED_HELP_PANEL_ID
END
HELPSUBTABLE SUBTABLE_DLG
BEGIN
HELPSUBITEM DID_RETURN_ADDR, DID_RETURN_ADDR
HELPSUBITEM DID_ADDR, DID_ADDR
HELPSUBITEM DID_PRINT, DID_PRINT
HELPSUBITEM DID_SAVE, DID_SAVE
HELPSUBITEM DID_DEFAULTS, DID_DEFAULTS
HELPSUBITEM DID_PRINTER_HP, DID_PRINTER_HP
HELPSUBITEM DID_PRINTER_GENERIC, DID_PRINTER_HP
HELPSUBITEM DID_MARGIN_TOP, DID_MARGIN_TOP
HELPSUBITEM DID_MARGIN_LEFT, DID_MARGIN_LEFT
END