zertovitch / gwindows

GWindows: GUI framework for MS Windows
https://sf.net/projects/gnavi/
21 stars 5 forks source link

Add On_Paint and On_Erase_Background management to Common_Controls. #18

Closed NicoPy closed 1 year ago

NicoPy commented 1 year ago

Try again...

zertovitch commented 1 year ago

A little detail: perhaps instead of:

raise Not_Set_Error with "Call_Default_Handler not Set";

raise Not_Set_Error
    with "Call_Default_Handler not set, should be Yes or No";

would be better to remind the context of that parameter.