Unix and Linux Discussions Tagged with header |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
10,531 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,475 |
Web Development |
|
|
|
2 |
4,543 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
10,050 |
Shell Programming and Scripting |
|
|
|
4 |
1,992 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,237 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,653 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,733 |
Shell Programming and Scripting |
|
|
|
3 |
3,256 |
Programming |
|
|
|
5 |
3,444 |
Shell Programming and Scripting |
|
|
|
0 |
2,930 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,232 |
Shell Programming and Scripting |
|
|
|
8 |
3,422 |
Shell Programming and Scripting |
|
|
|
2 |
8,470 |
Shell Programming and Scripting |
|
|
|
2 |
5,507 |
Shell Programming and Scripting |
|
|
|
4 |
7,235 |
Shell Programming and Scripting |
|
|
|
11 |
29,008 |
Shell Programming and Scripting |
|
|
|
2 |
2,530 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,886 |
Shell Programming and Scripting |
|
|
|
1 |
9,387 |
Shell Programming and Scripting |
|
|
|
4 |
5,980 |
Shell Programming and Scripting |
|
|
|
2 |
3,808 |
Programming |
|
|
|
9 |
19,880 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
12,980 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,733 |
Programming |
|
|
|
1 |
3,858 |
IP Networking |
|
|
|
7 |
5,074 |
Shell Programming and Scripting |
|
|
|
6 |
8,633 |
Shell Programming and Scripting |
|
|
|
4 |
4,864 |
Shell Programming and Scripting |
|
|
|
1 |
5,040 |
Shell Programming and Scripting |
|
|
|
1 |
3,280 |
Shell Programming and Scripting |
|
|
|
3 |
5,202 |
Shell Programming and Scripting |
|
|
|
2 |
11,109 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,338 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,010 |
Programming |
|
|
|
4 |
6,866 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,506 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,872 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,400 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,682 |
Programming |
Dt/Help.h(file formats) Dt/Help.h(file formats)
NAME
Dt/Help.h -- help services definitions
SYNOPSIS
#include <Dt/Help.h>
DESCRIPTION
The Dt/Help.h header defines the variables and function prototypes for help services.
The header defines the following DtHelpDialogCallbackStruct windowHint constants:
DtHELP_POPUP_WINDOW
DtHELP_CURRENT_WINDOW
DtHELP_NEW_WINDOW
The header defines the following DtHelpDialogCallbackStruct hyperType constants:
DtHELP_LINK_JUMP_NEW
DtHELP_LINK_TOPIC
DtHELP_LINK_MAN_PAGE
DtHELP_LINK_APP_DEFINE
DtHELP_LINK_TEXT_FILE
The header defines the following DtHelpDialogCallbackStruct reason constants:
DtCR_HELP_LINK_ACTIVATE
DtCR_HELP_CLOSE
DtCR_HELP_HELP
The header defines the following DtNScrollBarPolicy constants:
DtHELP_NO_SCROLLBARS
DtHELP_STATIC_SCROLLBARS
DtHELP_AS_NEEDED_SCROLLBARS
The header defines the following DtNhelpType constants:
DtHELP_TYPE_TOPIC
DtHELP_TYPE_STRING
DtHELP_TYPE_MAN_PAGE
DtHELP_TYPE_FILE
DtHELP_TYPE_DYNAMIC_STRING
The header defines the following DtNpaperSize constants:
DtHELP_PAPERSIZE_LETTER
DtHELP_PAPERSIZE_LEGAL
DtHELP_PAPERSIZE_EXECUTIVE
DtHELP_PAPERSIZE_A4
DtHELP_PAPERSIZE_B5
The header defines the following DtHelpQuickDialogGetChild constants:
DtHELP_QUICK_CLOSE_BUTTON
DtHELP_QUICK_PRINT_BUTTON
DtHELP_QUICK_HELP_BUTTON
DtHELP_QUICK_SEPARATOR
DtHELP_QUICK_MORE_BUTTON
DtHELP_QUICK_BACK_BUTTON
The header defines the following DtHelpReturnSelectedWidgetId constants:
DtHELP_SELECT_ERROR
DtHELP_SELECT_VALID
DtHELP_SELECT_ABORT
DtHELP_SELECT_INVALID
The header declares the following as functions:
void DtHelpSetCatalogName(char *catFile);
int DtHelpReturnSelectedWidgetId(Widget parent,
Cursor cursor,
Widget *widget);
SEE ALSO
Dt/HelpDialog.h - DtHelpDialog(5), Dt/HelpQuickD.h - DtHelpQuickD(5), DtCreateHelpQuickDialog(3), DtCreateHelpDialog(3), DtHelpSetCatalog-
Name(3), DtHelpReturnSelectedWidgetId(3), DtHelpDialog(3), DtHelpQuickDialog(3).
Dt/Help.h(file formats)