[Python-gtkextra-commits] CVS: python-gtkextra NEWS,1.2,1.3
Status: Beta
Brought to you by:
treeves
From: <pyt...@li...> - 2002-02-23 13:31:08
|
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: |