Description


Include file: xhelp.h

Overview

XHelpInstance handles help functions for you. Therefore you have to write your help-text for your controls and give the text the same id (res=XXX in the IPF-file) like you have defined for the requested control.
You can associate a XHelpInstance to one ore more framewindows.

The help-instance also supports help for a message-box, refer to XMessageBox for details.

Functions

XHelpInstance

Parameters

char * path path for the help-file
XProcess * pro owner process
char * title window -title (default is NULL)
XResource * helpTableLib resource for the help-table (default is NULL)
XResourceLibrary * actionBarLib library for action-bar (defaul tis NULL)

Remarks

Construct a helpinstance

ShowHelpContents

Remarks

Show the contents

ShowHelpForHelp

Remarks

Shows how to use help

ShowHelpForId

Parameters

LONG id the requested id

Remarks

Shows the help for a given ID

ShowHelpIndex

Remarks

Shows the index

AssociateWindow

Parameters

XDialog * dialog
XFrameWindow * window

Remarks

Associate a dialog with the help-instance
Associate a frame-window with the help-instance


This document was generated by Jens von Pilgrim's Autodoc