Begin File: helpbutton.tgz Description:phab app. doing context sensitive help and manual display of a balloon Keywords: photon context sensitive help balloon Version: Entered-date: June 11, 1998 Author: Ported-by: Original-site: QNX Copying-policy: free Supplemental: This archive will expand into a helpbutton directory. The source code is an example of doing context sensitive help using your own help button. It also shows how to pop up and destroy a balloon entirely from code. The base window contains a help button (a big PtButton widget containing a big question mark.) If the user clicks on this help button then the mouse pointer changes to a question mark. The user can then click on either of the other two widgets in the window. When they do, the appropriate balloon for that widget is displayed. One important feature of this method of bringing up the balloon is that you have full control over the balloon's colors, font, and to a limited extent, its position. archive contents: -rw-rw-rw- 1 stevend techies 2003 Jun 11 10:23 helpbutton/abapp.dfn -rw-rw-rw- 1 stevend techies 325 Aug 07 1997 helpbutton/src/Makefile -rw-rw-r-- 1 stevend techies 495 May 29 1997 helpbutton/src/Usemsg -rw-rw-rw- 1 stevend techies 31 Jun 11 10:23 helpbutton/src/abHfiles -rw-rw-rw- 1 stevend techies 30 Jun 11 10:23 helpbutton/src/abOfiles -rw-rw-rw- 1 stevend techies 36 Jun 11 10:23 helpbutton/src/abSfiles -rw-rw-rw- 1 stevend techies 19 Jun 11 10:23 helpbutton/src/abWfiles -rw-rw-rw- 1 stevend techies 339 Jun 11 10:23 helpbutton/src/abdefine.h -rw-rw-rw- 1 stevend techies 833 Jun 11 10:23 helpbutton/src/abevents.h -rw-rw-rw- 1 stevend techies 668 Jun 11 10:23 helpbutton/src/abimport.h -rw-rw-rw- 1 stevend techies 108 Jun 11 10:23 helpbutton/src/ablinks.h -rw-rw-rw- 1 stevend techies 1541 Jun 11 10:23 helpbutton/src/abmain.c -rw-rw-rw- 1 stevend techies 15 Jun 11 10:23 helpbutton/src/abplatform -rw-rw-rw- 1 stevend techies 166 Jun 11 10:23 helpbutton/src/abvars.h -rw-rw-rw- 1 stevend techies 78 Jun 11 10:23 helpbutton/src/abwidgets.h -rw-rw-rw- 1 stevend techies 7996 Jun 11 10:39 helpbutton/src/callbacks.c -rw-rw-rw- 1 stevend techies 8 Jan 30 1996 helpbutton/src/indHfiles -rw-rw-rw- 1 stevend techies 8 Jan 30 1996 helpbutton/src/indOfiles -rw-rw-rw- 1 stevend techies 8 Jan 30 1996 helpbutton/src/indSfiles -rw-rw-rw- 1 stevend techies 1134 Jun 04 10:45 helpbutton/src/default/Makefile -rw-rw-rw- 1 stevend techies 433 Jun 11 10:23 helpbutton/src/default/proto.h -rw-rw-rw- 1 stevend techies 1122 Jun 11 10:23 helpbutton/wgt/base.wgtw End