1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>XmHTML Programmers Manual: XmHTMLGetVersion, ... </TITLE>
<META HTTP-EQUIV="Keywords" CONTENT="XmHTML, HTML, Motif, Widget, eXode, XntHelp, Linux">
<META HTTP-EQUIV="Reply-to" CONTENT="ripley@xs4all.nl">
<META HTTP-EQUIV="Description"
CONTENT="XmHTMLGetVersion, XmHTMLVersion, XmHTMLVERSION_STRING - return version information about the XmHTML Widget Library.">
<META NAME="Author" CONTENT="Koen D'Hondt">
<META NAME="Copyright" content="1995-1997 by Ripley Software Development">
<META NAME="Source" content="$Source$">
<META NAME="Revision" content="$Revision$">
<META NAME="Font" content="helvetica">
<link rev="made" href="mailto:ripley@xs4all.nl">
<link rel="home" href="index.html">
<link rel="previous" href="GtURLTyp.html">
<link rel="next" href="ImCrFrIn.html">
<link rel="up" href="../man.html">
<link rel="copyright" href="copyrights.html">
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<h3><font face="helvetica,arial">Name</font></h3>
<blockquote>
XmHTMLGetVersion, XmHTMLVersion, XmHTMLVERSION_STRING - return version
information about the XmHTML Widget Library.
</blockquote>
<h3><font face="helvetica,arial">Synopsis</font></h3>
<blockquote>
int XmHTMLGetVersion(void)<br>
#define XmHTMLVersion<br>
#define XmHTMLVERSION_STRING<br>
</blockquote>
<h3><font face="helvetica,arial">Description</font></h3>
<blockquote>
The above functions/macros all return version information about the
XmHTML Widget Library, and allow one to perform Library version checks
between precompiled binaries and shared libraries by comparing the
return value of the XmHTMLGetVersion function with the value of the
XmHTMLVersion macro.
<p>
The XmHTML Widget Library itself does <b>not</b> perform these checks.
</blockquote>
<h3><font face="helvetica,arial">Return Values</font></h3>
<blockquote>
<dl>
<dt>XmHTMLGetVersion
<dd>A function that teturns the current version number of the Library.
This is a hard-coded value and is set to the value of the
XmHTMLVersion macro when the Library is compiled;
<p>
<dt>XmHTMLVersion
<dd>A macro that returns the current version number of the
Library. It is defined in the header file <XmHTML.h>;
<p>
<dt>XmHTMLVERSION_STRING
<dd>A macro that returns a string of the form:
<p>
<tt>XmHTML Version X.X.XX (C)Ripley Software Development</tt>
<p>
where <tt>X.X.XX</tt> is the version number of the Library in
major-minor-revision format. It is defined in the header file
<XmHTML.h>.
</dl>
</blockquote>
<h3><font face="helvetica,arial">See Also</font></h3>
<blockquote>
XmHTML(3X)
</blockquote>
<hr noshade size="2" width="25%">
<i><font size="-1">
XmHTML, October 7, 1997
</font></i>
</body>
</html>
|