Go to file
Owen Taylor 9205edae41 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
Sat Feb 28 23:58:54 1998  Owen Taylor  <owt1@cornell.edu>

	* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]

	Created a new base widget type Editable for the entry and
	text widgets, which encapsulates most of the selection and
	clipboard handling stuff, plus some common signals.

	Changed the Entry widget extensively to support this,
	but the interface and appearance should be the same.

	Changed the Text widget moderately to support this.

	It now supports:

	- Selection style cut and paste
	- Clipboard style cut and paste
	- Emacs style key bindings (~same as Entry)
	- Word motion
	- "changed" signal

	There are definitely still some bugs in the new stuff.

	* gtkfilesel.c gtkspinbutton.c testgtk.c: small changes
	to fit the new interface more exactly.
1998-03-01 05:11:05 +00:00
docs
gdk
glib
gtk gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
tests
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-0 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-2 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-4 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-6 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-8 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
ChangeLog.pre-2-10 gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
stamp-h.in
TODO gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00

This is GTK+ version 0.99.3.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")