Update of /cvsroot/python-gtkextra/python-gtkextra
In directory usw-pr-cvs1:/tmp/cvs-serv29033
Modified Files:
NEWS
Log Message:
Removed GtkCheckItem.
Index: NEWS
===================================================================
RCS file: /cvsroot/python-gtkextra/python-gtkextra/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NEWS 3 Jan 2002 22:44:04 -0000 1.2
--- NEWS 23 Feb 2002 13:31:06 -0000 1.3
***************
*** 5,10 ****
* GtkPlotData.set_points() accepts the tuple returned by get_points() as
input.
! * GtkCheckItem will be removed in the next version. Please use the
! standard GtkCheckButton instead.
New in 0.21:
--- 5,9 ----
* GtkPlotData.set_points() accepts the tuple returned by get_points() as
input.
! * Removed GtkCheckItem.
New in 0.21:
|