Resposta do Kresin:
Saudações,PaintCB functionality was changed. Instead of :SetPaintCB() methods in HBrowse and HPanel new class HPaintCB was introduced and oPaintCB variables as HPaintCB objects was added to HPanel and HBrowse:
2023-08-31 10:33 UTC+0300 Alexander Kresin alex@belacy.ru
+ source/cross/common.prg
* Few functions from gtk/gtkmain.prg and winapi/guimain.prg moved here
* HPaintCB class added instead of :SetPaintCB() method and hwg_getPaintCB() function
Tutorial samples code was changed appropriately. Now the code in your frag,ent should be:
oBrowse2:aColumns[1]:oPaintCB := HPaintCB():New()
oBrowse2:aColumns[1]:oPaintCB:Set( PAINT_LINE_ALL, bCol7 )
Regards, Alexander.
Itamar M. Lins Jr.

