[10552] in The GTK GIMP ToolKit mailing list archive
[gtk-list] ANNOUNCE: GtkConsole 0.0.1
daemon@ATHENA.MIT.EDU (Lyndon Drake)
Mon Nov 30 15:25:28 1998
Date: Tue, 1 Dec 1998 09:14:26 +1300
From: Lyndon Drake <lyndon@stat.auckland.ac.nz>
To: GTK+ list <gtk-list@redhat.com>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Hi,
I'm working on a GTK+ frontend for R, which is an interpreted stats
language. Since I couldn't find anything suitable to act as a
console for R, I have written GtkConsole.
This is my first real GTK+ programming experience, so I would very
much appreciate any comments and suggestions.
GtkConsole is derived from GtkText, and is designed to act as a
front end for a program that needs to write output and read user
input. GtkConsole has functions for writing text from a buffer to
the console, enabling input from the console, and reading the
input. It can also emit signals when characters or lines are
available for reading (sort of like a select).
Thanks to all the people on gtk-list and gtk-app-devel-list for
their help with various questions.
Lyndon
PS: How can I find the start and end of the selected text in a
GtkText widget? I need to prevent deletions of text outside the
input area in GtkConsole.
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null