
To Be Done
==========
- check that currWin is not NULL before to add
- check that currList is not NULL before to add
- error file option



Gtk+ Stuffs
===========
- testing under GTK+
- button status is not modified under GTK+, need to modify
  libGringo: TBUTTON(child)->status = 1;
- window_OnClose should detach latest event when passing NULL pointer



Not yet parsed
==============

GRID, x, y, w, h, Name
    grid1 = grid_Create(  win1, 2, 10, 50, 7 );

ADDCOLUMN, Title, w
    grid_AddColumn( grid1, "Colonna 1", 10 );

ADDTEXT, Column1, Column2, Column3, ...., ColumnN
    grid_AddText( grid1, "g", "h", "i", "lllllllll", "mmm", "nn", NULL );
