[Python-gtkextra-commits] CVS: python-gtkextra/codegen mkgtkextra.py,1.1.1.1,1.2
Status: Beta
Brought to you by:
treeves
From: Andreas V?g. <voe...@us...> - 2002-01-03 22:44:07
|
Update of /cvsroot/python-gtkextra/python-gtkextra/codegen In directory usw-pr-cvs1:/tmp/cvs-serv18294/codegen Modified Files: mkgtkextra.py Log Message: GtkExtra-0.99.17 update Index: mkgtkextra.py =================================================================== RCS file: /cvsroot/python-gtkextra/python-gtkextra/codegen/mkgtkextra.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mkgtkextra.py 2001/09/15 18:52:33 1.1.1.1 --- mkgtkextra.py 2002/01/03 22:44:04 1.2 *************** *** 20,26 **** --- 20,46 ---- "gtk_sheet_new_browser", "gtk_sheet_new_with_custom_entry", + "gtk_plot_set_pc", + "gtk_plot_canvas_set_pc", + "gtk_plot_data_new_iterator", ] types = { + "GtkJustification": "int", + "GtkOrientation": "int", + "GtkPlotAxisPos": "int", + "GtkPlotBorderStyle": "int", + "GtkPlotCanvasArrow": "int", + "GtkPlotCanvasSelection": "int", + "GtkPlotCanvasSelectionMode": "int", + "GtkPlotConnector": "int", + "GtkPlotLineStyle": "int", + "GtkPlotOrientation": "int", + "GtkPlotPlane": "int", + "GtkPlotScale": "int", + "GtkPlotSide": "int", + "GtkPlotSymbolStyle": "int", + "GtkPlotSymbolType": "int", + "GtkStateType": "int", + "GtkType": "uint", "const-GdkColor*": "GdkColor", "const-gchar*": "string", |