AddGadgetItem result for panel gadgets
Posted: Mon Jan 09, 2017 9:35 am
Adding a panel tab item to a panel gadget currently returns no useful result. It would be helpful indeed if the return value were equal to the hwnd of the child tab item, similar to hwnd = openwindow(0, [..]). Currently the only way I know to get the hwnd (without resorting to PB internals) is EnumChildWindows_() on Windows and for the other OS's I have no idea. Is there a simple way to get this without my feature request?