Skip to content

Add function to obtain Window handle. #4483

Closed
@MiyamuraMiyako

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,..............)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions