I\'m new to Motif programming and I want to use UTF-8 encoding. I\'ve tried XtSetLanguageProc (NULL, NULL, NULL); but when I rea开发者_如何学God a file in Motif (editor text-like in 6A volume motif p
I embedded a X11 app (xterm) in a Motif window.All seems to work fine, bu开发者_StackOverflow中文版t if I press a key when the pointer isn\'t above the embedded app, it doesn\'t get it.Trying to fix t
I\'m reviving a source build of an old Xt/Motif application that hasn\'t been worked on in years, and last built successfully on 32bit Red Hat 4.I have it mostly building and running on 64-bit Red Hat
Hi I\'m really new to IRIX, IRIS GL, and Motif. I must compile more than 30 C codes written in 1997. Because these sources require header files such as XmAll.h, Xlib.h, and so on, I thought I just ne
We have a 32bit Motif Gui application. Now we ported the application from Solaris to Linux and the system is crashing very frequently. On our analysis we could find that this issue happened when we ar
I have a class called XClient written with the Xt (X Tools Intrinsic library) to setup a multisocketed connection.This XClient class was meant for OSF/Motif GUIs to extend XClient (so the GUI could ta
I have a Motif-based notepad-like legacy application. I would like the modeless \"Find/Replace\" dialog (which is a Motif TopLevelShell) to always stay on top of the other windows of my application,
I\'m new to GUI programming in C and Linux, and I\'m having a hard time with it. It seems like a fairly simple/straightforward thing, but I can\'t find any answers googlin开发者_开发技巧g. I want to a
When defining a callback proc in Xt (fo开发者_高级运维r example XtTimerCallbackProc), client_data is specified as an XtPointer.Is it safe to pass an int via client_data, rather than an actual pointer,
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe t开发者_JS百科o achieve this task.