|
From: Alexander S.K. <al...@be...> - 2015-04-07 08:14:58
|
Alain Aupeix writes: > Hi, it's very ennoying not to have an icon with hwgui applications. > > I'm not a programmer, but I searched for this point, and find a way for > gtk+ programs to do it. > > http://zetcode.com/tutorials/gtktutorial/firstprograms/ > > Could it be possible to add it to hwgui ? > It should work. Try: oIcon := HIcon():Addfile( "myicon.ico" ) INIT WINDOW ... ICON oIcon Regards, Alexander. |