X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=demo-item.h;h=d7dc396dd3a0a12d9071808d81f5d2c9d6e58834;hb=1478e50ab9b22ef50fb0a1be0d77a5f532eb7bd8;hp=81ad4b00e5657febbf89ea67fb9aa554635079ae;hpb=f8d083966703a2b0efb6db1782a14a1a0b5d56f4;p=wordgame diff --git a/demo-item.h b/demo-item.h index 81ad4b0..d7dc396 100644 --- a/demo-item.h +++ b/demo-item.h @@ -27,6 +27,7 @@ struct _GooDemoItem GooCanvasItemSimple parent_object; gdouble x, y, width, height; + char letter; }; struct _GooDemoItemClass @@ -41,6 +42,7 @@ GooCanvasItem* goo_demo_item_new (GooCanvasItem *parent, gdouble y, gdouble width, gdouble height, + char letter, ...); G_END_DECLS