Forum Post: Re: Oe 11.51: Abl Form: Identify On Which Widget The Mouse Is Currently Pointing

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
That code walks through every widget in the widget tree. If you only want to walk through the children of the current window, pass CURRENT-WINDOW:FIRST-CHILD to procedure WalkChildTree: RUN WalkChildTree(CURRENT-WINDOW:FIRST-CHILD).

Continue reading...
 
Status
Not open for further replies.
Back
Top