Re: name the text widget
- From: Joel Becker <jlbec innerx net>
- To: gtk-devel-list redhat com
- Subject: Re: name the text widget
- Date: Fri, 18 Feb 2000 23:21:46 -0500
On Fri, Feb 18, 2000 at 02:59:54PM -0500, Havoc Pennington wrote:
> My best idea so far is to call the buffer object ("model")
> GtkTextBuffer and the widget part (the view/controller thing)
> GtkTextView. Better suggestions?
JFC uses JDocument for the model and JTextPane/JTextEditor for
the views. I don't know how complete your buffer object models a
"document", but the distinction is a good one. GtkTextBuffer does not
speak to the fact that you are keeping an object tree, not a char[] :-)
GtkTextPane works well for a "view" name, or GtkTextWindow. For the
model, if you don't wish the jump to Document, you could maybe use
GtkTextModel.
Joel
--
"Hell is other people."
- Jean-Paul Sartre
jlbec@evilplan.org
http://zenII.uk.linux.org/~jlbec/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]