![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CRC Code | namrata5 | High Level Programming | 3 | 10-08-2007 11:01 AM |
| how i prepare a c++ code(c code) for implementing my own protocol format | amitpansuria | High Level Programming | 1 | 09-07-2007 12:09 AM |
| Embedding Perl construct in ksh... | svetlur | Shell Programming and Scripting | 1 | 06-07-2007 10:39 PM |
| SSH key code versus server key code | Texan | Security | 1 | 04-12-2006 12:57 PM |
| Return code from PL/SQL Code | Shaz | UNIX for Advanced & Expert Users | 7 | 06-03-2003 11:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Embedding xnest in C code
I hope I am posting this in the right section.
I have c file that is using the motif GUI toolkit to draw widgets and things of that sort. I also have another program that runs with xnest. I need to figure out a way to place that xnest program in my c code so that it exists in the window that the c code brings up. Any ideas would be appreciated and thank you in advance. |
|
||||
|
1. the display refers to the DISPLAY variable, and would be some like 127.0.0.1:0.
2. the -parent id refers to the window id that you want to be the parent of the Xnest window. 3. Xnest is a program not a C procedure call. Use C's "system()" or "spawn()". |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|