X11workbench Toolkit  1.0
context_help.h
1 // //
3 // _ _ _ _ _ //
4 // ___ ___ _ __ | |_ ___ __ __| |_ | |__ ___ | | _ __ | |__ //
5 // / __|/ _ \ | '_ \ | __|/ _ \\ \/ /| __| | '_ \ / _ \| || '_ \ | '_ \ //
6 // | (__| (_) || | | || |_| __/ > < | |_ | | | || __/| || |_) |_ | | | | //
7 // \___|\___/ |_| |_| \__|\___|/_/\_\ \__|_____|_| |_| \___||_|| .__/(_)|_| |_| //
8 // |_____| |_| //
9 // //
11 
12 /*****************************************************************************
13 
14  X11workbench - X11 programmer's 'work bench' application and toolkit
15  Copyright (c) 2010-2019 by Bob Frazier (aka 'Big Bad Bombastic Bob')
16  all rights reserved
17 
18  DISCLAIMER: The X11workbench application and toolkit software are supplied
19  'as-is', with no warranties, either implied or explicit.
20 
21  BSD-like license:
22 
23  There is no restriction as to what you can do with this software, so long
24  as you include the above copyright notice and DISCLAIMER for any distributed
25  work that is linked with, equivalent to, or derived from any portion of this
26  software, along with this paragraph that explains the terms of the license if
27  the source is also being made available. "Linked with" includes the use of a
28  portion of any of the source and/or header files, or their compiled binary
29  output, as a part of your application or library. A "derived work"
30  describes a work that uses a significant portion of the source files or the
31  algorithms that are included with this software.
32 
33  EXCLUSIONS
34 
35  Specifically excluded from this requirement are files that were generated by
36  the software, or anything that is included with the software that is part of
37  another package (such as files that were created or added during the
38  'configure' process).
39 
40  DISTRIBUTION
41 
42  The license also covers the use of part or all of any of the X11 workbench
43  toolkit source or header files in your distributed application, in source or
44  binary form. If you do not ship the source, the above copyright statement
45  and DISCLAIMER is still required to be placed in a reasonably prominent
46  place, such as documentation, splash screens, and/or 'about the application'
47  dialog boxes.
48 
49  Use and distribution are in accordance with GPL, LGPL, and/or the above
50  BSD-like license. See COPYING and README.md files for more information.
51 
52  Additionally, this software, in source or binary form, and in whole or in
53  part, may be used by explicit permission from the author, without the need
54  of a license.
55 
56  Additional information at http://sourceforge.net/projects/X11workbench
57  and http://bombasticbob.github.io/X11workbench/
58 
59 ******************************************************************************/
60 
61 
62 
63 #ifndef _CONTEXT_HELP_H_INCLUDED_
64 #define _CONTEXT_HELP_H_INCLUDED_
65 
66 
67 void DoContextSensitiveHelp(const char *szTerm);
68 
69 
70 #endif // _CONTEXT_HELP_H_INCLUDED_
71 
72