Closed
Description
Checklist
- I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
- This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
I need use handle pointer to set Window's other attribute.
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
w := d.CreateSplashWindow()
w.Show()
var hwnd := w.Handle()
winapi.SetWindowPos(hwnd,..............)
Metadata
Assignees
Labels
No labels
Activity