[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::motif

Title:"OSF/Motif" is a trademark
Notice:MOTIF kit note in 7.*
Moderator:GOOEY::GRASS
Created:Mon Aug 07 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5973
Total number of notes:24620

5941.0. "DIMsClassCtxCreate" by TKTVFS::KOBAYASHI_MT (ulrix/tsc/mcs/japan) Mon Mar 17 1997 05:06

I have a question about DIMs library.
My customer is developping an application using DIMs library on
DIGITAL UNIX Japanese V4.0a.

He refered to a sample source program in Online Document CD.
He wants to know about a resource for DIMsClassCtxCreate() in the source code, 
because no description for DIMsNtransport is given in the manual.

these are extracts of the sample program in Online Document ( IMS_example.c ):

         n = 0;
         XtSetArg( al[n], DIMsNlocale, &locale);n++;
         XtSetArg( al[n], DIMsNserverName, &server_names);n++;
         /* use Xi18n protocol */
         im_version.highest_major_version = 3;
         im_version.highest_minor_version = 0;
         im_version.lowest_major_version = 3;
         im_version.lowest_minor_version = 0;
         XtSetArg( al[n], DIMsNversion, &im_version);n++;
         XtSetArg( al[n], DIMsNsupportStyles, &im_styles);n++;
         XtSetArg( al[n], DIMsNcreateICCb, CreateICCallback);n++;
         XtSetArg( al[n], DIMsNdestroyICCb, DestroyICCallback);n++;
         XtSetArg( al[n], DIMsNprocessEventCb, ProcessEventCallback);n++;
         XtSetArg( al[n], DIMsNgetFilterEventsCb, GetFilterEventsCallback);n++;
   ->    XtSetArg( al[n], DIMsNtransport, "X/");n++;
         ctx = DIMsClassCtxCreate(NULL, "zh_tw_xi18n_exam", al, n);


Please let me know the meaning of DIMsNtransport and how to use.
Thank you,
Motoko


T.RTitleUserPersonal
Name
DateLines
5941.1response made directly to authorR2ME2::DEVRIESMark DeVriesTue Mar 18 1997 09:154
Toshiki Atsushiba of the UNIX I18N group has sent mail which points
to the related information to the base noter.

-Mark