Extended Window Callback functions

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Extended Window Callback functions

Post by El_Choni »

Can be done with API, but it would be good to have it natively:

Code: Select all

SetWindowCallback([#Window], @WindowProcedure())
RemoveWindowCallback([#Window])
The case 1, 2, 3 suggestion in the other thread is also good, I think.
El_Choni