- edited description
Obtain Window type from VCL Form
Issue #282
resolved
Is there any solution or recommendation how to get Window from Form.Handle on Linux?
Free Pascal have FormToX11Window function for this
Comments (4)
-
reporter -
reporter I’m found GetNativeHandles function for this in Examples, but I this this should be added to faq and dev.guide in any way
-
reporter If I’m understand correctly, GetNativeHandles returns PGtkWindow in the first parameter,
but which type in the second parameter? Can’t obtain XID type.
-
repo owner - changed status to resolved
First param is a Window (PGtkWindow, NSWindow), second param is child container (PGtkWidget, NSView) where all children inserted.
- Log in to comment