Controlling an Xterm from a C++ Program
From: Dennis (dquelch_at_yahoo.com)
Date: 09/30/03
- Next message: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Previous message: Andrew Josey: "POSIX 1003.1 Technical Corrigendum 2 Draft 5 Review opening"
- Next in thread: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Reply: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Reply: Chuck Dillon: "Re: Controlling an Xterm from a C++ Program"
- Reply: Andrew Gabriel: "Re: Controlling an Xterm from a C++ Program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Sep 2003 05:58:02 -0700
Hi,
As the subject states, is it possible to control an xterm running on a
linux/unix desktop from another standalone program? For example, suppose I
have program running inside an xterm on the desktop. From another
piece of software I would like to be able to control when that xterm
pops up or is minimized (iconified). I would guess that I would need to capture the
PID of the xterm at startup, and then maybe send a signal telling it
to popup/popdown? Is something like this possible? Or maybe someone
has a another suggestion.
Thanks in advance for any guidance.
Dennis
- Next message: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Previous message: Andrew Josey: "POSIX 1003.1 Technical Corrigendum 2 Draft 5 Review opening"
- Next in thread: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Reply: Gerd Moellmann: "Re: Controlling an Xterm from a C++ Program"
- Reply: Chuck Dillon: "Re: Controlling an Xterm from a C++ Program"
- Reply: Andrew Gabriel: "Re: Controlling an Xterm from a C++ Program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|