Re: Help about VteTerminal
- From: Brian <dol-sen telus net>
- To: Shixin Zeng <shixinzeng gmail com>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Help about VteTerminal
- Date: Sun, 05 Dec 2004 23:00:02 -0800
On Mon, 2004-12-06 at 14:07 +0800, Shixin Zeng wrote:
Thanks.
With this method, I managed to get the output, but also the input from
user. So I have to distinguish the input and output, but how can I
distinguish them?
The "commit" signal
void user_function (VteTerminal *vteterminal,
gchar *arg1,
guint arg2,
gpointer user_data);
Emitted whenever the terminal receives input from the user and prepares
to send it to the child process. The signal is emitted even when there
is no child process.
vteterminal :
the object which received the
signal.
arg1 :
a string of text.
arg2 :
the length of that string of text.
user_data :
user data set when the signal
handler was connected.
--
Brian <dol-sen telus net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]