GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmCvtStringToUnitType(3) FreeBSD Library Functions Manual XmCvtStringToUnitType(3)

XmCvtStringToUnitType — A function that converts a string to a unit-type value

#include <Xm/Xm.h>
void XmCvtStringToUnitType(
XrmValuePtr args,
Cardinal * num_args,
XrmValue * from_val,
XrmValue * to_val);

XmCvtStringToUnitType converts a string to a unit type. Refer to the reference pages for XmGadget, XmManager, or XmPrimitive for a description of the valid unit types. Use of this function as a resource converter is obsolete. It has been replaced by a new resource converter that uses the RepType facility.
args
Specifies a list of additional XrmValue arguments to the converter if additional context is needed to perform the conversion. For example, the string-to-font converter needs the widget's screen and the string-to-pixel converter needs the widget's screen and color map. This argument is often NULL.
num_args
Specifies the number of additional XrmValue arguments. This argument is often zero.
from_val
Specifies the value to convert
to_val
Specifies the descriptor to use to return the converted value

XmGadget(3), XmManager(3), and XmPrimitive(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.