Motif Internationalization Programming
UIL

In addition to resource, Motif provides another mechanism called UIL to handle extracted data. You can define messages and font lists in a UIL file. It is compiled into a UID file, a binary, by the UIL compiler (uil command). A Motif program loads the UID file deployed in the system and uses the data defined in it.

Note that you should call MrmOpenHierarchyPerDisplay() to open a UID instead of the obsolete MrmOpenHierarchy().

------------------------------------------------------------------------
Function		       Description
------------------------------------------------------------------------
MrmInitialize		       Initializes MRM (Motif Resource Manager)
MrmOpenHierarchyPerDisplay     Opens a UID file
MrmFetchWidget		       Extracts a widget from a UID file
------------------------------------------------------------------------

Go to Internationalization Programming Top


Copyright (C) 2012 Kokusaika JP, Inc.
All rights reserved. No reproduction or republication without written permission.