macMikey / LCB-missing-manual

I'm trying to learn LCB, again, but the docs are thin.
MIT License
4 stars 4 forks source link

onAttach(), onDetach() #15

Open macMikey opened 2 years ago

macMikey commented 2 years ago

the docs are...lacking.

bwmilby commented 2 years ago

I think these are pretty low level calls. I searched the repository and none of the widgets use them. These functions are actually called on every object (stack, card, ...) but I'm not sure where it would fall in the widget sequence. OnCreate and OnLoad are very early. Not sure if the attach would happen between or after them (don't think it could happen before, but don't really know for sure). I'd have to sift through .cpp code to figure that out. LC Mark could probably answer off the top of his head.